
/* country*/



.iti__hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }

.input, .button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }
  input[disabled], button[disabled] {
    background-color: #eee; }

input, select {
  border: 1px solid #084C93C;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD; }
  button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer; }

#result {
  margin-bottom: 100px; }


/* order review*/

* {
    margin: 0;
    padding: 0
}


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 93%;
    margin: 10px;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}


#msform input {
}
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #review:before {
    font-family: FontAwesome;
    content: "\f218"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d6"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* CSS Document */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header-checkout {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,.cc-close,.cc-link,.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus,.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating>.cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn+.cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke,.cc-window {
    display: none;
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0;
}

.cc-window.cc-floating {
  font-family: 'Roboto',sans-serif;
  padding: 25px 25px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}

.cc-btn {
  color: #fff;
  background: #7eca28;
  background: -moz-linear-gradient(top,#7eca28 0%,#549010 100%);
  background: -webkit-linear-gradient(top,#7eca28 0%,#549010 100%);
  background: linear-gradient(to bottom,#7eca28 0%,#549010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eca28',endColorstr='#549010',GradientType=0);
}

.cc-btn:hover {
  color: #fff;
  background: #7eca28!Important;
  background: -moz-linear-gradient(top,#7eca28 0%,#549010 100%)!Important;
  background: -webkit-linear-gradient(top,#7eca28 0%,#549010 100%)!Important;
  background: linear-gradient(to bottom,#7eca28 0%,#549010 100%)!Important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eca28',endColorstr='#549010',GradientType=0)!Important;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}

.cc-btn:focus,.cc-btn:active {
  outline: none;
}

.cc-link {
  display: none;
}

.cc-compliance>.cc-btn {
  padding: 8px;
}
a {
  color: #027499;
}

a:hover {
  color: #1999c3;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.anchor-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.anchor-button:hover,.anchor-button:focus {
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

i.fas {
  padding-right: 10px;
}

.btn {
  color: #fff;
  border-radius: 3px;
  border: 0;
  font-family: 'Roboto',sans-serif;
}

.btn:hover,.btn:focus,.btn:active,.btn:active:focus {
  color: #fff;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  box-shadow: none;
  outline: none;
}

.btn i.fas,.btn i.far,.btn i.fal,.btn i.fab {
  color: #FFF!Important;
}

.btn-primary {
  text-transform: uppercase;
  background: #0198c7;
  margin: 0;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus,.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
  background: #0198c7;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-primary-small {
  background: #0198c7;
  color: #FFF;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary-small:hover,.btn-primary-small:focus,.btn-primary-small:active,.btn-primary-small:active:focus {
  background: #0198c7;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #FFF;
}

.btn-secondary {
  background: #6e7980;
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary:active:focus {
  background: #5c666d;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-hero-order {
  background: #0198c7;
  margin: 0;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px #09627d;
}

.btn-hero-order:hover,.btn-hero-order:focus,.btn-hero-order:active,.btn-hero-order:active:focus {
  background: #0198c7;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-hero-demo {
  background: #6e7980;
  border: 1px solid #6e7980;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.btn-hero-demo:hover,.btn-hero-demo:focus,.btn-hero-demo:active {
  background: #6e7980;
}

.btn-template-details {
  background: #0198c7;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-template-details:hover,.btn-template-details:focus,.btn-template-details:active,.btn-template-details:active:focus {
  background: #0198c7;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-template-demo {
  background: #6e7980;
  margin: 0 0 0 5px;
  padding: 10px 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-template-demo:hover,.btn-template-demo:focus,.btn-template-demo:active,.btn-template-demo:active:focus {
  background: #6e7980;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.adminreturndiv {
  display: none;
}

header-checkout {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  font-family: 'Open Sans',sans-serif;
}

header-checkout .container.support {
  height: 34px;
}

header-checkout .container.support .promotion {
  float: left;
}

header-checkout .container.support .promotion p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 7px;
}

header-checkout .container.support .promotion p a {
  color: #333;
  vertical-align: middle;
  font-weight: 600;
}

header-checkout .container.support .promotion p a:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

header-checkout .container.support .promotion p span {
  font-weight: 600;
  margin: 0 5px;
  color: #d81c25;
}

header-checkout .container.support .nav {
  margin: 10px 0 0 0;
}

header-checkout .container.support .nav>li {
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
}

header-checkout .container.support .nav>li:last-child {
  padding-right: 0;
  border-right: none;
}

header-checkout .container.support .nav>li>a {
  color: #333;
  font-size: 12px;
  padding: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  line-height: 14px;
}

header-checkout .container.support .nav>li>a:focus,header-checkout .container.support .nav>li>a:hover {
  background: none;
  opacity: .8;
}

header-checkout .container.support .nav>li>a i.fas {
  padding-right: 10px;
  color: #8e99a0;
}

header-checkout .container.support .nav>li>a .caret {
  margin: -1px 0 0 5px;
}

header-checkout .container.support .nav>li.currency-select {
  width: 133px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  background: #fff;
  min-width: 220px!Important;
  padding: 0;
  border-radius: 4px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu:after {
  bottom: 100%;
  left: 87%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li {
  border-top: 1px solid #f5f5f5;
  padding: 0;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li:first-child {
  border-top: none;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a {
  color: #333;
  font-size: 11px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 15px;
  line-height: 15px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a:focus,header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a:hover {
  background-color: #fff;
  opacity: .7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.suffix {
  width: 25px;
  display: inline-block;
  text-align: center;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.currency {
  margin-left: 10px;
  border-left: 1px solid #f5f5f5;
  padding-left: 10px;
  font-weight: 400;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a img {
  display: inline;
  vertical-align: middle;
  margin: 0 15px 0 0;
  float: left;
  border-radius: 2px;
  height: 15px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon {
  width: 23px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  border-radius: 2px;
  background-image: url(../img/currencies/flags_sprite.png);
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.usd {
  background-position: 0 0;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.gbp {
  background-position: 0 135px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.eur {
  background-position: 0 120px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.aud {
  background-position: 0 105px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.cad {
  background-position: 0 90px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.cny {
  background-position: 0 75px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.inr {
  background-position: 0 60px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.nzd {
  background-position: 0 45px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.sgd {
  background-position: 0 30px;
}

header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon.try {
  background-position: 0 15px;
}

header-checkout .container.menu {
  width: 100%;
  min-height: 72px;
  background: #334247;
  background: -moz-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
  background: -webkit-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
  background: linear-gradient(to bottom,#3b484c 0%,#2a3c42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b484c',endColorstr='#2a3c42',GradientType=0);
}

header-checkout .container.menu .logo {
  margin-top: 15px;
}

header-checkout .container.menu .logo:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

header-checkout .container.menu .caret {
  margin-top: -3px;
}

header-checkout .container.menu .navbar {
  border: none;
}

header-checkout .container.menu .navbar-nav {
  margin-top: 12px;
}

header-checkout .container.menu .basket-items {
  margin-left: 30px;
}

header-checkout .container.menu .basket-items a.basket {
  float: right;
  position: relative;
  margin: 23px 11px 0 10px;
  height: 25px;
  width: 25px;
  background: url(../img/basket.svg) no-repeat center center;
  background-size: contain;
}

header-checkout .container.menu .basket-items a.basket span {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #0198c7;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  text-shadow: none;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s;
  transition: transform 0.2s 0s;
  padding-left: 1.5px;
}

header-checkout .container.menu .basket-items a.basket span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

header-checkout .container.menu .basket-items a.basket:hover {
  opacity: .5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

header-checkout .container.menu .navbar-default .navbar-nav>li>a {
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 14px 50px 26px 0;
  text-shadow: 0 2px 2px #000;
  text-transform: uppercase;
  font-family: 'PT Sans',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header-checkout .container.menu .navbar-default {
  border-radius: 0;
  background: none;
  margin: 0;
  min-height: 0;
}

header-checkout .container.menu .navbar-default .navbar-nav>.active>a,header-checkout .container.menu .navbar-default .navbar-nav>.active>a:focus,header-checkout .container.menu .navbar-default .navbar-nav>.active>a:hover {
  background-color: inherit;
  color: #FFF;
}

header-checkout .container.menu .navbar-default .navbar-nav>.open>a,header-checkout .container.menu .navbar-default .navbar-nav>.open>a:focus,header-checkout .container.menu .navbar-default .navbar-nav>.open>a:hover {
  background-color: inherit;
  color: #FFFFFF!Important;
}

header-checkout .container.menu .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

header-checkout .container.menu .dropdown:hover .dropdown-menu {
  max-height: 400px;
  opacity: 1;
}

header-checkout .container.menu .navbar-nav>li>.dropdown-menu {
  border-radius: 0;
  background: #2c3e43;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  width: 100%;
}

header-checkout .container.menu .dropdown-menu>li {
  border-top: 1px solid #384d54;
}

header-checkout .container.menu .dropdown-menu>li>a {
  padding: 12px 14px;
  font-size: 12px;
  color: #FFF;
}

header-checkout .container.menu .dropdown-menu>li>a:focus,header-checkout .container.menu .dropdown-menu>li>a:hover {
  background-color: #384d54;
  opacity: .8;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

header-checkout .container.menu .dropdown-menu>li>a .label.label-new {
  margin-left: 10px;
  background: #0098c7;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 600;
  font-size: 9px;
  padding: 2px 5px 2px 5px;
  box-shadow: 1px 1px 1px 0 #373d3e;
}

.allinone_carousel {
  position: relative;
}

.allinone_carousel img {
  max-width: none;
  max-height: none;
}

.allinone_carousel_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.allinone_carousel .contentHolder {
  position: relative;
  overflow: hidden;
}

.allinone_carousel.charming .contentHolderUnit {
  position: absolute;
  width: 452px;
  height: 302px;
  overflow: hidden;
  cursor: pointer;
}

.allinone_carousel.charming .elementTitle {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  text-align: center;
  font: bold 22px/30px 'Droid Sans',Verdana,Helvetica,sans-serif;
  color: #FFF;
  text-transform: capitalize;
}

.allinone_carousel.charming .playOver {
  position: absolute;
  width: 73px;
  height: 73px;
  display: none;
  z-index: 200;
  cursor: pointer;
}

.allinone_carousel.charming .playOver:hover {
  display: none;
  z-index: 200;
  cursor: pointer;
}

.allinone_carousel.charming .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
}

.allinone_carousel.charming .leftNav {
  position: absolute;
  left: 5px;
  width: 47px;
  height: 47px;
  cursor: pointer;
}

.allinone_carousel.charming .rightNav {
  position: absolute;
  right: 5px;
  width: 47px;
  height: 47px;
  cursor: pointer;
}

.allinone_carousel.charming .bottomNav {
  position: absolute;
  height: 35px;
  width: 0;
  padding-left: 9px;
  z-index: 140;
}

.allinone_carousel.charming .bottomNavButtonOFF {
  float: left;
  display: block;
  width: 19px;
  height: 19px;
  padding-left: 9px;
  cursor: pointer;
}

.allinone_carousel.charming .bottomNavButtonON {
  float: left;
  display: block;
  width: 19px;
  height: 19px;
  padding-left: 9px;
  cursor: pointer;
}

.allinone_carousel.charming .bottomNavLeft {
  display: none;
  position: absolute;
  z-index: 140;
}

.allinone_carousel.charming .bottomNavRight {
  display: none;
  position: absolute;
  z-index: 140;
}

.allinone_carousel.charming .bottomOverThumb {
  position: absolute;
  width: 88px;
  height: 106px;
  bottom: 27px;
  xleft: 0;
  margin-left: -25px;
}

.allinone_carousel.charming .bottomOverThumb img {
  border: 4px solid #22032e;
}

div.home-banner {
  padding: 70px 0;
  background-color: #f7f9fb;
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.home-banner h1 {
  color: #a9eefa;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Open Sans',sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

div.home-banner h2 {
  color: #FFF;
  font-weight: 800;
  font-size: 45px;
  font-family: 'Source Sans Pro',sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px #084552;
  text-align: center;
}

div.home-banner p.button {
  margin: 60px auto 65px auto;
  text-align: center;
  line-height: 50px;
}

div.home-banner img {
  margin-left: auto;
  margin-right: auto;
}

div.home-banner .btn-hero {
  background: #00000052;
  color: #fff;
  font-size: 16px;
  padding: 20px 30px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
}

div.home-banner .btn-hero:hover,div.home-banner .btn-hero:focus,div.home-banner .btn-hero:active,div.home-banner .btn-hero:focus {
  background: #00000052;
  color: #FFF;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}

div.home-banner .allinone_carousel.charming .contentHolderUnit {
  width: 398px;
  height: 530px;
}

div.home-solutions {
  padding: 0 0 100px 0;
}

div.home-solutions h3 {
  font-size: 25px;
  text-align: left;
  margin: 15px auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

div.home-solutions p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px auto 0 auto;
  text-align: left;
}

div.home-solutions p.feature {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.home-solutions p.feature i.fas {
  color: #68ad1e;
}

div.home-solutions p.feature.first {
  margin-top: 25px;
}

div.home-solutions p.feature.last {
  margin-bottom: 25px;
}

div.home-solutions p.button {
  margin: 35px 0 0 0;
}

div.home-solutions .icon-blurb {
  background: #FFF;
  margin: 20px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  display: inline-block;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.home-solutions .solution-holder.last .icon-blurb {
  margin-bottom: 0;
}

div.home-solutions .icon-blurb .icon {
  float: left;
  background: #8e99a0;
  padding: 25px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.home-solutions .icon-blurb .icon i.fas,div.home-solutions .icon-blurb .icon i.fab {
  color: #FFF;
  padding: 0;
}

div.home-solutions .icon-blurb .textarea {
  display: inline-block;
  padding: 17px 20px 14px 20px;
}

div.home-solutions .icon-blurb .textarea h3 {
  text-align: left;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 20px;
}

div.home-solutions .icon-blurb .textarea p {
  margin: 0;
  line-height: 20px;
  color: #333;
  font-size: 14px;
}

div.home-solutions .icon-blurb:hover .icon {
  background: #0198c7;
}

div.home-solutions .icon-blurb:hover .textarea p {
  color: #333;
}

div.subbanner {
  padding: 35px 0;
  background-color: #007ba5;
  background-image: url(../img/background.png);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.subbanner h1 {
  color: #FFF;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Source Sans Pro',sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 2px 5px #084552;
  text-align: center;
}

div.subbanner h2 {
  color: #a9eefa;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

div.product-row {
  padding: 70px 0;
}

div.product-row.alt {
  background: #ebeef0;
  border-top: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6;
}

div.product-row.no-bb {
  border-bottom: none;
}

div.product-row h3.small {
  text-align: left;
  font-size: 20px;
  margin-top: 5px;
}

div.product-row p.template-intro {
  margin-bottom: 30px;
}

div.product-row i.fas {
  color: #68ad1e;
}

div.product-row p.feature {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.product-row p.button {
  margin-top: 30px;
  margin-bottom: 0;
}

div.product-row img {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-row img:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-row.addons-category {
  padding: 50px 0;
}

div.product-row.addons-category .thumbnail {
  padding: 45px;
  border-radius: 0;
  margin: 20px 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

div.product-row.addons-category .thumbnail img {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  border-radius: 50%;
}

div.product-row.addons-category .thumbnail h3 {
  font-size: 18px;
  margin-top: 30px;
}

div.product-row.addons-category .thumbnail p.description {
  text-align: center;
  width: 90%;
  margin: 25px auto;
}

div.product-row.addons-category .thumbnail p.button {
  text-align: center;
  margin-top: 35px;
}

div.seo-manager-social {
  padding: 70px 0;
  background: #ebeef0;
  border-top: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6;
}

div.seo-manager-social h3 {
  font-size: 25px;
  text-align: left;
  margin: 20px auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e4e6;
}

div.seo-manager-social p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px auto 0 auto;
}

div.seo-manager-social .features {
  margin: 35px 0;
}

div.seo-manager-social .features p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.seo-manager-social .features p i.fas {
  color: #68ad1e;
}

div.seo-manager-social .fb_iframe_widget {
  float: right;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

div.product-hero {
  padding: 70px 0;
}

div.product-hero .thumbnail {
  padding: 35px 40px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin-bottom: 0;
}

div.product-hero hr {
  border-color: #f1f1f1;
}

div.product-hero img.hero,div.product-hero img.addon-hero,div.product-hero img.service-hero {
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-hero img.hero:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-hero .carousel-indicators {
  bottom: 30px;
  left: 30%;
  width: 100%;
  padding: 15px 0;
}

div.product-hero .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

div.product-hero .carousel-fade .carousel-inner .active {
  opacity: 1;
}

div.product-hero .carousel-fade .carousel-inner .active.left,div.product-hero .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

div.product-hero .carousel-fade .carousel-inner .next.left,div.product-hero .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  div.product-hero .carousel-fade .carousel-inner>.item.next,div.product-hero .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  div.product-hero .carousel-fade .carousel-inner>.item.prev,div.product-hero .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  div.product-hero .carousel-fade .carousel-inner>.item.next.left,div.product-hero .carousel-fade .carousel-inner>.item.prev.right,div.product-hero .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

div.product-hero .carousel-fade .carousel-control {
  z-index: 2;
}

div.product-hero .carousel {
  background-color: #f7f9fb;
}

div.product-hero .carousel-fade .carousel-control {
  background: none;
}

div.product-hero .thumbnail.hero h3 {
  font-size: 20px;
  line-height: 36px;
  display: inline;
}

div.product-hero .thumbnail.hero span.divider {
  margin: 0 15px;
  border-right: 1px solid #f1f1f1;
}

div.product-hero p.blurb {
  font-weight: 400;
  line-height: 25px;
  background: #f7f9fb;
  padding: 20px;
  border-left: 5px solid #8d99a0;
  margin: 30px 0 34px 0;
  font-size: 14px;
}

div.product-hero .order h3 {
  text-align: left;
  font-size: 18px;
}

div.product-hero .order h3.strong {
  font-weight: 600;
}

div.product-hero .order .list-group {
  margin-bottom: 42px;
}

div.product-hero .order .list-group-item {
  border: none;
  padding: 15px 2px;
  border-top: 1px solid #f1f1f1!Important;
  border-radius: 0;
  margin: 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

div.product-hero .order .list-group-item:last-child {
  border-bottom: 1px solid #f1f1f1!Important;
}

div.product-hero .order .list-group-item>span {
  float: right;
}

div.product-hero .order .list-group-item>span.price {
  font-weight: 500;
}

div.product-hero .order .list-group i.fas {
  color: #68ad1e;
  font-size: 18px;
  vertical-align: middle;
  padding-right: 20px;
  margin-top: -2px;
}

div.product-hero .order .list-group i.fas.fa-minus-square {
  color: #d71b24;
}

div.product-hero .order span.version {
  background: #68ad1e;
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: 400;
}

div.product-hero .order p.payment {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #635959;
  line-height: 19px;
}

div.product-hero .order p.payment i.fas {
  color: #1aa734;
}

div.product-hero .order img.acceptedpayments {
  margin-left: auto;
  margin-right: auto;
}

div.product-hero .order hr.payments {
  margin-top: 40px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #f1f1f1;
}

#template-carousel:hover .img.hero,#template-carousel:hover .btn {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-hero .thumbnail.hero .btn i.fas {
  padding-right: 15px;
}

div.product-hero .thumbnail.order .btn i.fas {
  margin-right: 5px;
}

div.product-hero p.existing-customers {
  margin: 32px 0 1px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 5px;
  font-size: 14px;
  text-align: right;
}

div.product-hero p.existing-customers span.strong {
  font-weight: 500;
  float: left;
}

div.product-hero p.existing-customers span.divider {
  margin: 0 15px!Important;
  border-right: 1px solid #f1f1f1!Important;
}

div.product-hero p.existing-customers a {
  text-transform: uppercase;
  font-size: 12px;
}

div.product-hero p.free-demo-links {
  margin: 32px 0 1px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 5px;
  font-size: 14px;
  text-align: right;
}

div.product-hero p.free-demo-links span.strong {
  font-weight: 500;
  float: left;
}

div.product-hero p.free-demo-links span.divider {
  margin: 0 15px!Important;
  border-right: 1px solid #f1f1f1!Important;
}

div.product-hero p.free-demo-links a {
  text-transform: uppercase;
  font-size: 12px;
}

div.product-hero p.caption {
  color: #fff;
  background: #6e7980;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: 16px;
  border-radius: 0;
  text-transform: none;
  text-align: center;
}

div.product-hero p.caption i.fas {
  padding-right: 15px;
  color: #FFF!Important;
  vertical-align: initial;
}

div.product-hero p.need-help {
  margin: 32px 0 1px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 5px;
  font-size: 14px;
  text-align: right;
}

div.product-hero p.need-help span.strong {
  font-weight: 500;
  float: left;
}

div.product-pages {
  padding: 100px 0 80px 0;
}

div.product-pages h3 {
  width: 36%;
  margin: 0 auto 50px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 30px;
}

div.product-pages p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  width: 60%;
  margin: auto;
}

div.product-pages p.cross-browser {
  margin-top: 30px;
}

div.product-pages img.showcase {
  margin: 80px auto 60px auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-pages img.showcase:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-pages .list-group {
  margin: 20px 0;
}

div.product-pages a.list-group-item .list-group-item-heading {
  text-align: center;
}

div.product-pages .list-group-item {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 0;
}

div.product-pages .list-group-item a.demo {
  padding: 10px 15px;
  line-height: 30px;
  display: block;
  color: #333;
}

div.product-pages .list-group-item a.demo:hover,div.product-pages .list-group-item a.demo:active,div.product-pages .list-group-item a.demo:focus {
  color: #333;
  text-decoration: none;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-pages .list-group-item a.demo:hover .badge {
  background: #0198c7;
}

div.product-pages .page-category {
  line-height: 30px;
  color: #fff;
  background: #51616b;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 11px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0;
}

div.product-pages p.intro {
  margin-bottom: 50px;
}

div.product-pages .list-group-item .badge {
  float: right;
  padding: 9px;
  background: #9e9e9e;
  border-radius: 50%;
}

div.product-pages .list-group-item .badge i.fas {
  padding-right: 0;
}

div.product-pages .list-group-item>.badge:hover,div.product-pages .list-group-item>.badge:focus,div.product-pages .list-group-item>.badge:active {
  background: #68ad1d;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  text-decoration: none;
}

div.product-pages h3.section-title {
  margin-top: 20px;
}

div.product-features {
  padding: 45px 0;
}

div.product-features .row {
  padding: 75px 0;
}

div.product-features h3 {
  font-size: 25px;
  text-align: left;
  margin: 0 auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

div.product-features p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px auto 0 auto;
}

div.product-features img {
  margin: 0 auto 0 auto;
}

div.product-features.service-installation,div.product-features.service-integration,div.product-features.service-configuration {
  padding: 100px 0;
}

div.product-features.service-installation .row,div.product-features.service-integration .row,div.product-features.service-configuration .row {
  padding: 0;
}

div.product-features.service-installation img {
  margin: 45px auto 0 auto;
}

div.product-features.service-integration img {
  margin: 30px auto 0 auto;
}

div.product-features.service-configuration img {
  margin: 40px auto 0 auto;
}

div.product-features.custom-designs {
  padding: 100px 0;
}

div.product-features.custom-designs .row {
  padding-top: 0;
  padding-bottom: 0;
}

div.product-features.custom-designs img {
  margin: 30px auto 0 auto;
}

div.product-features.custom-designs hr {
  margin: 55px 0 40px 0;
}

div.product-features.custom-designs .row.features .thumbnail {
  padding: 30px;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  border-radius: 0;
  margin: 30px 0 0 0;
}

div.product-features.custom-designs .row.features .thumbnail h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 5px 0 20px 0;
  line-height: 20px;
}

div.product-features.custom-designs .row.features .thumbnail h4 i.fas {
  color: #68ad1e;
  font-size: 20px;
  vertical-align: bottom;
}

div.product-features.custom-designs .row.features .thumbnail p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 25px;
}

div.product-features h3.updates {
  margin-top: 35px;
}

div.product-features h3.urls {
  margin-top: 15px;
}

div.product-features img.feature-order-forms {
  margin: 3px auto 0 auto;
}

div.product-features.maintenance-pro h3.fully-editable {
  margin-top: 10px;
}

div.product-features.maintenance-pro .preview.maintenance-pro {
  margin-top: 12px;
  float: right;
}

@media (min-width:992px) and (max-width:1199px) {
  div.product-features.maintenance-pro img.feature-informative-design {
    margin-top: 70px;
  }

  div.product-features.maintenance-pro .preview.maintenance-pro {
    margin-top: 50px;
  }
}

div.product-features.login-guard img.feature-captcha-alternative {
  margin: 20px auto 0 25px;
}

div.product-features.login-guard .preview.login-guard {
  margin-top: 12px;
  float: right;
}

@media (min-width:992px) and (max-width:1199px) {
  div.product-features.login-guard img.feature-unobtrusive-protection {
    margin-top: 70px;
  }

  div.product-features.login-guard img.feature-captcha-alternative {
    margin: 60px auto 0 auto;
  }

  div.product-features.login-guard .preview.login-guard {
    margin-top: 50px;
  }
}

div.product-features.seo-manager img.feature-seo-default {
  margin-top: 50px;
}

div.product-features.seo-manager img.feature-seo-custom {
  margin-top: 70px;
}

div.product-features.seo-manager h3.google-analytics {
  margin-top: 45px;
}

div.product-features.seo-manager .carousel.seo-manager {
  margin-top: 15px;
  float: right;
}

div.product-features.seo-manager .carousel.seo-manager img.thumb-preview:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.product-features.seo-manager .carousel.seo-manager .carousel-indicators {
  bottom: -50px;
}

div.product-features.seo-manager .carousel.seo-manager .carousel-indicators li {
  margin: 1px 5px;
  background-color: #b9b9b9;
  border: 1px solid #b9b9b9;
}

div.product-features.seo-manager .carousel.seo-manager .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #0198c7;
  border: 1px solid #0198c7;
}

div.product-features.seo-manager .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

div.product-features.seo-manager .carousel-fade .carousel-inner .active {
  opacity: 1;
}

div.product-features.seo-manager .carousel-fade .carousel-inner .active.left,div.product-features.seo-manager .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

div.product-features.seo-manager .carousel-fade .carousel-inner .next.left,div.product-features.seo-manager .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

div.product-features.seo-manager .carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  div.product-features.seo-manager .carousel-fade .carousel-inner>.item.next,div.product-features.seo-manager .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  div.product-features.seo-manager .carousel-fade .carousel-inner>.item.prev,div.product-features.seo-manager .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  div.product-features.seo-manager .carousel-fade .carousel-inner>.item.next.left,div.product-features.seo-manager .carousel-fade .carousel-inner>.item.prev.right,div.product-features.seo-manager .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

div.product-boxes {
  padding: 50px 0;
  font-family: 'Open Sans',sans-serif;
  background: #ebeef0;
  border-top: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6;
}

div.product-boxes .thumbnail {
  padding: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin: 20px 0;
}

div.product-boxes h3 {
  font-size: 18px;
  margin: 25px 0 20px 0;
}

div.product-boxes p {
  margin: 0;
  font-size: 12px;
}

div.product-support {
  padding: 70px 0;
  background: #ebeef0;
  border-top: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6;
}

div.product-support .icon-blurb {
  background: #FFF;
  margin-bottom: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  display: inline-block;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.product-support .icon-blurb .icon {
  float: left;
  background: #0198c7;
  padding: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.product-support .icon-blurb .icon i.fas {
  color: #FFF;
  padding: 0;
}

div.product-support .icon-blurb .textarea {
  display: inline-block;
  padding: 18px 20px 18px 20px;
}

div.product-support .icon-blurb .textarea h3 {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  margin-bottom: 15px;
}

div.product-support .icon-blurb .textarea p {
  margin: 0;
  line-height: 25px;
}

div.product-support .thumbnail {
  padding: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin: 40px 0 0 0;
}

div.product-support .thumbnail i.fas {
  text-align: center;
  width: 100%;
  color: #8e99a0;
  padding-right: 0;
}

div.product-support .thumbnail h3 {
  font-size: 18px;
  margin: 25px 0 20px 0;
}

div.product-support .thumbnail p {
  margin: 0;
  font-size: 12px;
}

div.product-support .requirements {
  margin-top: 60px;
}

div.product-support .requirements h4 {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e4e6;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-bottom: 20px;
}

div.product-support .requirements p {
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  color: #777;
}

div.product-support .requirements i.fas {
  color: #8e99a0;
  margin-right: 5px;
}

div.product-icons {
  padding: 70px 0;
  font-family: 'Open Sans',sans-serif;
  background: #ebeef0!Important;
  border-top: 1px solid #e0e4e6!Important;
  border-bottom: 1px solid #e0e4e6!Important;
}

div.product-icons .border {
  border-left: 1px solid #e0e4e6;
  border-right: 1px solid #e0e4e6;
}

div.product-icons img {
  margin: auto;
}

div.product-icons i.fas,div.product-icons i.fab,div.product-icons i.far,div.product-icons i.fal {
  text-align: center;
  width: 100%;
  color: #8e99a0;
  padding-right: 0;
}

div.product-icons h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -.5px;
}

div.product-icons p.description {
  font-size: 14px;
  font-weight: 400;
  color: #4e5558;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 25px;
}

div.product-faqs {
  padding: 70px 0;
}

div.product-faqs h3 {
  font-size: 25px;
  text-align: left;
  margin: 15px auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

div.product-faqs p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px auto 0 auto;
}

div.product-faqs p.button {
  margin: 35px 0 0 0;
}

div.product-faqs i.fas {
  color: #0198c7;
}

div.product-faqs .panel-default>.panel-heading {
  background-color: #fff;
  border-color: #c7c7c7;
  border-radius: 0;
}

div.product-faqs .panel-default>.panel-heading:hover {
  background-color: #f3f3f3;
}

div.product-faqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #f0f0f0;
  font-size: 13px;
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
}

div.product-faqs .panel-default>.panel-heading+.panel-collapse>.panel-body p {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin: 13px 0;
  line-height: 25px;
}

div.product-faqs .panel-group {
  margin-bottom: 0;
}

div.product-faqs .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

div.product-faqs h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

div.product-faqs .btn i.fas,div.product-faqs .btn i.fab {
  color: #FFF;
  padding-right: 10px;
}

div.product-faqs a:hover,div.product-faqs a:focus,div.product-faqs a:active {
  text-decoration: none!Important;
}

div.product-faqs .panel-default>.panel-heading:hover {
  background-color: #f7f9fb;
}

div.product-faqs .panel-heading.active {
  background-color: #f7f9fb;
}

div.services-core {
  padding: 80px 0;
}

div.services-core h3 {
  font-size: 25px;
  text-align: left;
  margin: 5px auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

div.services-core p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px auto 0 auto;
}

div.services-core p.feature {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.services-core p.feature i.fas {
  color: #68ad1e;
}

div.services-core p.feature.first {
  margin-top: 25px;
}

div.services-core p.feature.last {
  margin-bottom: 25px;
}

div.services-core p.button {
  margin: 35px 0 0 0;
}

div.services-core .icon-blurb {
  background: #FFF;
  margin: 20px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  display: inline-block;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.services-core .service-holder.first .icon-blurb {
  margin-top: 0;
}

div.services-core .service-holder.last .icon-blurb {
  margin-bottom: 0;
}

div.services-core .icon-blurb .icon {
  float: left;
  background: #8e99a0;
  padding: 25px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.services-core .icon-blurb .icon i.fas,div.services-core .icon-blurb .icon i.fab {
  color: #FFF;
  padding: 0;
}

div.services-core .icon-blurb .textarea {
  display: inline-block;
  padding: 17px 20px 14px 20px;
}

div.services-core .icon-blurb .textarea h3 {
  text-align: left;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 20px;
}

div.services-core .icon-blurb .textarea p {
  margin: 0;
  line-height: 20px;
  color: #333;
  font-size: 14px;
}

div.services-core .icon-blurb:hover .icon {
  background: #0198c7;
}

div.services-core .icon-blurb:hover .textarea p {
  color: #333;
}

div.services-template {
  padding: 70px 0;
  font-family: 'Open Sans',sans-serif;
  background: #ebeef0;
  border-top: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6;
}

div.services-template .border {
  border-left: 1px solid #e0e4e6;
  border-right: 1px solid #e0e4e6;
}

div.services-template i.fas {
  text-align: center;
  width: 100%;
  color: #8e99a0;
  padding-right: 0;
}

div.services-template h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
}

div.services-template p.description {
  font-size: 13px;
  font-weight: 400;
  color: #4e5558;
  width: 70%;
  margin: 20px auto;
  text-align: center;
  line-height: 25px;
}

div.services-template .information {
  margin: 30px auto;
  background: #fff;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  display: table;
}

div.services-template .information p {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  color: #5a6165;
}

div.services-template .information p i.fas {
  padding: 0;
  color: #0198c7;
  display: inline;
  margin-right: 10px;
}

div.services-template .information .divider {
  display: inline;
  margin: 0 16px 0 12px;
  border-left: 1px solid #e0e4e6;
}

div.services-template p.button {
  margin: 30px auto 0 auto;
}

div.services-migration {
  padding: 90px 0 60px 0;
}

div.services-migration .row.introduction {
  padding-bottom: 60px;
}

div.services-migration .row.introduction h3 {
  font-size: 25px;
  text-align: left;
  margin: 10px auto 30px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

div.services-migration .row.introduction p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px auto 0 auto;
}

div.services-migration .row.introduction img {
  margin: 0 auto 0 auto;
}

div.services-migration .panel-default {
  border-color: #e0e4e6;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin: 15px 0;
}

div.services-migration .panel-default>.panel-heading {
  background: #5e717d;
  background: -moz-linear-gradient(top,#5e717d 0%,#39454c 100%);
  background: -webkit-linear-gradient(top,#5e717d 0%,#39454c 100%);
  background: linear-gradient(to bottom,#5e717d 0%,#39454c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e717d',endColorstr='#39454c',GradientType=0);
  color: #fff;
  border: none;
  text-align: left;
  padding: 15px 15px 15px 25px;
  line-height: 28px;
}

div.services-migration .panel-default>.panel-heading .panel-title {
  display: inline;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}

div.services-migration .panel-default>.panel-heading .information {
  float: right;
  margin: 0;
}

div.services-migration .panel-default>.panel-heading .information p {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

div.services-migration .panel-default>.panel-heading .information p i.fas {
  padding: 0;
  color: #fff;
  display: inline;
  margin-right: 10px;
}

div.services-migration .panel-default>.panel-heading .information .divider {
  display: inline;
  margin: 0 16px 0 12px;
  border-left: 1px solid #48545d;
}

div.services-migration .panel-default>.panel-body {
  padding: 20px 25px;
}

div.services-migration .panel-default>.panel-body p {
  text-align: left;
  margin: 10px 0;
}

div.services-migration .panel-default>.panel-body p.description {
  margin: 5px 0 20px 0;
  font-weight: 500;
}

div.services-migration .panel-default>.panel-body p.description i.fas {
  color: #0198c7;
}

div.services-migration .panel-default>.panel-body p.requirement {
  margin: 15px 0 15px 30px;
}

div.services-migration .panel-default>.panel-body p.requirement.first {
  margin-top: 25px;
}

div.services-migration .panel-default>.panel-body p.requirement.last {
  margin-bottom: 25px;
}

div.services-migration .panel-default>.panel-body p.requirement i.fas {
  color: #68ad1e;
}

div.services-migration .panel-default>.panel-body p.footer {
  margin: 20px 0 5px 0;
}

div.services-migration .panel-default>.panel-heading .information a.btn-primary {
  padding: 2px 6px;
  vertical-align: unset;
  font-size: 14px;
  background: #68ad1d;
}

div.services-migration .panel-default>.panel-heading .information a.btn-primary i.fas {
  margin: 0;
}

div.custom-design-packages {
  padding: 50px 0;
  font-family: 'Open Sans',sans-serif;
}

div.custom-design-packages .row.plans {
  margin-top: 50px;
}

div.custom-design-packages p.border {
  font-family: 'Roboto',sans-serif;
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin: 20px 0 0 0;
  font-weight: 300;
  color: #777;
  text-align: center;
}

div.custom-design-packages i.fas {
  color: #8e99a0;
}

div.custom-design-packages .panel {
  padding: 0;
  margin: 20px 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  border-radius: 0;
}

div.custom-design-packages .panel-heading {
  padding: 25px;
  border-radius: 0;
}

div.custom-design-packages .panel-heading h3 {
  color: #484848;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Source Sans Pro',sans-serif;
  margin: 0;
  padding: 0;
}

div.custom-design-packages .panel-pricing {
  background: #008eba;
  background: -moz-linear-gradient(top,#008eba 0%,#036382 100%);
  background: -webkit-linear-gradient(top,#008eba 0%,#036382 100%);
  background: linear-gradient(to bottom,#008eba 0%,#036382 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008eba',endColorstr='#036382',GradientType=0);
  padding: 20px;
  color: #FFF;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  border-radius: 0;
  font-weight: 700;
}

div.custom-design-packages .panel-pricing p.price {
  font-size: 30px;
  margin: 5px 0 0 0;
  text-shadow: 0 1px 1px #000;
}

div.custom-design-packages .panel-pricing p.price span.currency_prefix {
  font-size: 30px;
  margin-right: 5px;
}

div.custom-design-packages .panel-pricing p.price span.term {
  font-size: 12px;
  display: block;
  margin-top: 20px;
  color: #a9eefa;
  text-shadow: 0 1px 1px #000;
}

div.custom-design-packages .panel-body {
  padding: 0;
  border-radius: 0;
}

div.custom-design-packages .panel-body p.heading {
  padding: 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #505050;
  background: #f7f9fb;
}

div.custom-design-packages .panel-body p.feature {
  padding: 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
  text-align: center;
}

div.custom-design-packages .panel-body p.feature:last-child {
  border: none;
}

div.custom-design-packages .panel-footer {
  padding: 0;
  border: none;
  border-radius: 0;
}

div.custom-design-packages .panel-footer .btn {
  padding: 20px;
  border-radius: 0;
  background: #8e99a0;
}

#sidemenu nav.sidemenu.margin-top,#sidemenu .panel.margin-top {
  margin-top: 40px;
}

#sidemenu nav.sidemenu ul {
  padding: 0;
}

#sidemenu nav.sidemenu ul i.fas {
  margin: 0 15px 0 10px;
  color: #8e99a0!Important;
}

#sidemenu nav.sidemenu ul>li.heading i.fas {
  color: #FFF!Important;
}

#sidemenu nav.sidemenu ul>li>a {
  border-radius: 0;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 20px 15px;
  line-height: 12px;
  display: block;
}

#sidemenu nav.sidemenu ul>li>a.ticket-info {
  text-align: right;
  margin-right: 10px;
}

#sidemenu nav.sidemenu ul>li>a>span.left {
  font-weight: 500;
  float: left;
}

#sidemenu nav.sidemenu ul>li>a.disabled:focus,#sidemenu nav.sidemenu ul>li>a.disabled:hover {
  background: #f7f9fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#sidemenu nav.sidemenu ul>li+li {
  margin-top: 0;
  margin-left: 0;
  background: #FFF;
  border: none;
  box-shadow: 0 .12em .3em 0 rgb(224,228,230);
  border-bottom: 1px solid #ebeef0;
  list-style: none;
}

#sidemenu nav.sidemenu ul>li+li:last-child {
  border-bottom: none;
}

#sidemenu nav.sidemenu ul>li.heading,#sidemenu .panel .panel-heading {
  background: #51616b;
  border: 1px solid #51616b;
  border-bottom: none;
  color: #fff;
  padding: 15px;
  line-height: 14px;
  font-size: 14px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  list-style: none;
}

#sidemenu nav.sidemenu ul>li.heading.left {
  text-align: left;
  padding-left: 25px;
}

#sidemenu nav.sidemenu ul>li>a:focus,#sidemenu nav.sidemenu ul>li>a:hover {
  background: #f7f9fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#sidemenu nav.sidemenu ul>li.active {
  background: #f7f9fb;
}

#sidemenu nav.sidemenu ul>li.active i.fas {
  color: #0198c7!Important;
}

#sidemenu .panel {
  margin: 0;
}

#sidemenu .panel .panel-body {
  padding: 25px;
  box-shadow: 0 .12em .3em 0 rgb(224,228,230);
  border: none;
}

#sidemenu .panel .panel-body p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

#sidemenu .tooltip-inner {
  max-width: 500px;
  white-space: nowrap;
}

#sidemenu .panel .panel-body .close-ticket {
  text-align: center;
  margin-top: 20px;
}

div.account-login {
  padding: 85px 0;
}

div.account-login .form {
  position: relative;
  z-index: 1;
  background: #FFF;
  margin: 0 auto;
  padding: 40px;
  border-radius: 0;
  text-align: center;
  border: none;
  box-shadow: 0 .12em .3em 0 rgb(224,228,230);
}

div.account-login p.input-info {
  text-align: left;
  font-weight: 600;
}

div.account-login .form .thumbnail {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  padding: 0;
  border: none;
}

div.account-login .form .thumbnail img {
  display: block;
  width: 100%;
}

div.account-login .form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 10px auto;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

div.account-login .btn {
  font-size: 15px;
  margin-top: 15px;
  padding: 15px 0;
}

div.account-login .form .links {
  margin: 35px auto 0 auto;
  font-size: 12px;
}

div.account-login .form .links a {
  text-decoration: none;
}

div.account-login p.normal {
  width: 80%;
  margin: auto;
}

div.account-login p.logout-success,div.account-login p.password-reset-success,div.account-login p.unsubscribe-success {
  color: #68ad1e;
  width: 80%;
  margin: auto;
}

div.account-login p.login-error,div.account-login p.password-reset-error,div.account-login p.unsubscribe-error {
  color: #d81c25;
  width: 80%;
  margin: auto;
}

div.account-login input:-webkit-autofill,div.account-login input:-webkit-autofill:hover,div.account-login input:-webkit-autofill:focus div.account-login textarea:-webkit-autofill,div.account-login textarea:-webkit-autofill:hover div.account-login textarea:-webkit-autofill:focus,div.account-login select:-webkit-autofill,div.account-login select:-webkit-autofill:hover,div.account-login select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
  transition: background-color 5000s ease-in-out 0s;
}

div.content {
  padding: 50px 0;
}

div.content .thumbnail {
  padding: 50px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin-bottom: 0;
}

div.content h3.content-heading {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 30px 0;
  padding: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content h3.heading {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}

div.content h3.heading i.fas {
  color: #0198c7;
}

div.content p.blurb {
  font-weight: 400;
  line-height: 25px;
  background: #f7f9fb;
  padding: 20px;
  border-left: 5px solid #8d99a0;
  margin: 30px 0 0 0;
  font-size: 14px;
}

div.content p {
  margin: 10px 0;
  line-height: 30px;
  font-size: 13px;
}

div.content .panel-group {
  border-top: 1px dashed #d2d2d2;
  margin: 0;
}

div.content .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}

div.content .panel-default>.panel-heading {
  background: none;
  border-bottom: 1px dashed #d2d2d2;
  border-radius: 0;
}

div.content .panel-default>.panel-heading a {
  text-decoration: none;
}

div.content .panel-default>.panel-heading a h5:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.content .panel-default>.panel-heading i.fas {
  color: #0198c7;
}

div.content .panel-default>.panel-heading h5.panel-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

div.content .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
  border-top: none;
  border-bottom: 1px dashed #d2d2d2;
  padding: 30px 15px;
}

div.content .panel-default>.panel-heading+.panel-collapse>.panel-body p {
  font-size: 13px;
  margin: 0;
  line-height: 20px;
}

div.content table {
  margin: 30px 0 0 0;
  text-align: center;
}

div.content .table-responsive {
  border: none;
  margin: 0;
}

div.content table>tbody>tr>th,div.content table>tbody>tr>td {
  padding: 15px;
}

div.content table>tbody>tr>th {
  text-align: center;
  width: 33%;
  background: #8e99a0;
  color: #FFF;
  border-color: #8e99a0;
  font-weight: 500;
  border: 1px solid #8e99a0;
}

div.content table>tbody>tr>td {
  border: 1px solid #e9ebee;
  background: #f7f9fb;
}

div.content .row.product-downloads {
  margin-top: 40px;
  margin-bottom: 40px;
}

div.content .row.product-downloads.last {
  margin-bottom: 0;
}

div.content hr.product-downloads-seperator {
  border-color: #f1f1f1;
  margin: 30px 0;
}

div.content .row.product-downloads img {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.content .row.product-downloads img:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.content .row.product-downloads h4 {
  margin: 20px 0 25px 20px;
  font-weight: 400;
  font-size: 18px;
}

div.content .row.product-downloads p {
  line-height: 15px;
  margin: 15px 0 0 20px;
}

div.content .row.product-downloads p i.fas {
  color: #0198c7;
}

div.content .row.product-downloads .btn-quick-view-download {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  background: #ebeef0;
  font-size: 50px;
  border-radius: 50%;
  padding: 15px 19px;
  margin-top: 15px;
  float: right;
}

div.content .row.product-downloads .btn-quick-view-download i.fas {
  padding: 0;
  margin: 0;
  color: #FFF;
}

div.content .row.product-downloads .btn-quick-view-download:hover {
  background: #68ad1e;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

div.content .row.documentation-portal {
  margin-top: 40px;
  margin-bottom: 40px;
}

div.content .row.documentation-portal.last {
  margin-bottom: 0;
}

div.content hr.documentation-portal-seperator {
  border-color: #f1f1f1;
  margin: 30px 0;
}

div.content .row.documentation-portal img {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.content .row.documentation-portal img:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.content .row.documentation-portal h4 {
  margin: 20px 0 25px 20px;
  font-weight: 400;
}

div.content .row.documentation-portal p {
  line-height: 15px;
  margin: 15px 0 0 20px;
}

div.content .row.documentation-portal p i.fas {
  color: #0198c7;
}

div.content .row.documentation-portal .btn-docs {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  background: #ebeef0;
  font-size: 50px;
  border-radius: 50%;
  padding: 15px 19px;
  margin-top: 15px;
  float: right;
}

div.content .row.documentation-portal .btn-docs i.fas {
  padding: 0;
  margin: 0;
  color: #FFF;
}

div.content .row.documentation-portal .btn-docs:hover {
  background: #68ad1e;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

div.content.documentation-article .thumbnail.documentation-article-menu.affix {
  top: 150px;
}

div.content.documentation-article .thumbnail.documentation-article-menu.affix-top {
  top: 0;
}

div.content.documentation-article .thumbnail.documentation-article-menu.affix-bottom {
  position: relative;
}

div.content.documentation-article .thumbnail.documentation-article-menu {
  font-family: 'Lato',sans-serif;
  width: 262px;
  padding: 25px;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav>ul {
  padding: 0;
  list-style: none;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav>ul>li {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav>ul>li>a {
  display: block;
  padding: 10px 15px;
  border-left: 4px solid transparent;
  color: #333;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav>ul>li>a:hover,div.content.documentation-article .thumbnail.documentation-article-menu nav>ul>li>a:focus {
  color: #027499;
  text-decoration: none;
  background: none;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav>ul>li.active>a {
  background: none;
  border-left: 4px solid #0198c7;
  color: #027499;
  font-weight: 500;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu>li {
  margin-bottom: 10px;
  font-size: 12px;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu>li:first-child {
  padding-top: 5px;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu>li>a {
  display: block;
  color: #616670;
  padding: 5px 0;
  padding-left: 35px;
  background: none;
  font-size: 13px;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu>li>a:hover {
  color: #027499;
  text-decoration: none;
  background: none;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu>li>a:focus {
  background: none;
}

div.content.documentation-article .thumbnail.documentation-article-menu nav ul.doc-sub-menu>li.active>a {
  background: none;
  color: #027499;
}

div.content.documentation-article .thumbnail.documentation-article-content {
  padding: 20px 50px;
}

div.content.documentation-article .thumbnail.documentation-article-content p {
  margin: 15px 0 0 0;
  line-height: 25px;
  font-size: 14px;
}

div.content.documentation-article .thumbnail.documentation-article-content ul {
  list-style-type: none;
  line-height: 2;
}

div.content.documentation-article .thumbnail.documentation-article-content ul.indented {
  padding-left: 20px;
  margin: 20px 0;
  list-style: none;
}

div.content.documentation-article .thumbnail.documentation-article-content ul.indented.no-margin-bottom {
  margin-bottom: 0;
}

div.content.documentation-article .thumbnail.documentation-article-content ul i.fas {
  padding-right: 10px;
  color: #0198c7;
}

div.content.documentation-article .thumbnail.documentation-article-content code.large {
  font-size: 14px;
  font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
  padding: 10px;
  display: inherit;
}

div.content.documentation-article .thumbnail.documentation-article-content pre {
  font-size: 12px;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section {
  padding: 30px 0;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section .doc-section-child {
  margin-top: 40px;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section .section-title {
  font-weight: 500;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section .section-title i.fas,div.content.documentation-article .thumbnail.documentation-article-content .doc-section h4 i.fas {
  color: #0198c7;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section h3 {
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section h4 {
  font-size: 16px;
  padding-bottom: 15px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.documentation-article .thumbnail.documentation-article-content .doc-section h5 {
  font-size: 14px;
  padding-bottom: 15px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.documentation-article .thumbnail.documentation-article-content .code-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

div.content.documentation-article .thumbnail.documentation-article-content .table-responsive {
  margin-top: 30px;
}

div.content.documentation-article .thumbnail.documentation-article-content .table {
  margin: 0;
  font-size: 13px;
}

div.content.documentation-article .thumbnail.documentation-article-content .table>thead>tr>th {
  background: #51616b;
  color: #FFF;
  border-bottom: none;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
}

div.content.documentation-article .thumbnail.documentation-article-content .table>tbody>tr>td {
  padding: 10px;
  background: unset;
  border: unset;
  text-align: left;
}

div.content.documentation-article .thumbnail.documentation-article-content .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

div.content.documentation-article .thumbnail.documentation-article-content pre[class*="language-"] {
  box-shadow: 0 .12em .3em 0 rgba(0,0,0,.1);
  transition: box-shadow .2s ease-in-out;
  border-radius: .222rem;
  border: 1px solid #ebeef0;
  border-left: 5px solid #0198c7;
}

div.content.documentation-article .thumbnail.documentation-article-content .jstree-default>.jstree-container-ul>.jstree-node {
  margin-left: 40px;
}

div.content.documentation-article .thumbnail.documentation-article-content hr {
  border-color: #f1f1f1;
}

div.content.documentation-article .thumbnail.documentation-article-content :not(pre)>code[class*="language-"],div.content.documentation-article .thumbnail.documentation-article-content pre[class*="language-"] {
  margin: 25px 0;
}

div.content.documentation-article .thumbnail.documentation-article-content p.version-number {
  font-weight: 600;
}

div.content.documentation-article .thumbnail.documentation-article-content p.version-number .label {
  margin-left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 4px 8px;
  font-weight: 400;
}

div.content ul.category {
  list-style: none;
  margin: 0;
  padding: 40px 0 0 20px;
  font-size: 13px;
}

div.content ul.category li {
  padding: 15px 0;
}

div.content ul.category li:first-child {
  padding-top: 0;
}

div.content ul.category li:last-child {
  padding-bottom: 0;
}

div.content ul.category li a i.fas {
  color: #8e99a0;
  padding-right: 25px;
}

div.content .panel-group.accepted-payments {
  margin-top: 40px;
}

div.content p.bank {
  margin-left: 20px!Important;
}

div.content p.bank i.fas {
  color: #0198c7;
}

div.content .payments-notice h5 {
  margin: 50px 0 20px 0;
}

div.content .payments-notice p {
  line-height: 20px;
}

div.content h4.faq-category {
  text-transform: uppercase;
  font-size: 15px;
  margin: 40px 0;
}

div.content .local-time h5 {
  margin: 40px 0 20px 0;
}

div.content .local-time p {
  line-height: 20px;
}

div.content hr.promotion-seperator {
  border-color: #f1f1f1;
  margin: 30px 0;
}

div.content .row.promotion {
  margin-top: 40px;
  margin-bottom: 40px;
}

div.content .row.promotion.last {
  margin-bottom: 0;
}

div.content .row.promotion .img-thumbnail {
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 5px;
  border-radius: 0;
}

div.content .row.promotion h4 {
  margin: 5px 0 20px 0;
  font-weight: 500;
}

div.content .row.promotion h4 i.fas {
  color: #0198c7;
}

div.content .row.promotion p {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}

div.content .row.promotion p span.promo-code {
  font-weight: 600;
  color: #d81c25;
}

div.content .row.promotion p.promo-terms {
  font-size: 12px;
}

div.content .row.promotion p.button {
  margin: 20px 0 0 0;
}

div.content ul.sitemap {
  list-style: none;
  margin: 0;
  padding: 40px 0 0 20px;
  font-size: 13px;
}

div.content ul.sitemap li {
  padding: 15px 0;
}

div.content ul.sitemap li:first-child {
  padding-top: 0;
}

div.content ul.sitemap li:last-child {
  padding-bottom: 0;
}

div.content ul.sitemap li.indent-1 {
  padding-left: 25px;
}

div.content ul.sitemap li.indent-2 {
  padding-left: 50px;
}

div.content ul.sitemap li a i.fas {
  color: #8e99a0;
  padding-right: 25px;
}

div.content p.legal-section {
  margin-right: 25px;
  text-align: right;
}

div.content ul.legal li {
  line-height: 30px;
  font-size: 13px;
}

div.content hr.legal {
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid #f1f1f1;
}

div.account-login {
  padding: 85px 0;
}

div.account-login .form {
  position: relative;
  z-index: 1;
  background: #FFF;
  margin: 0 auto;
  padding: 40px;
  border-radius: 0;
  text-align: center;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

div.account-login .form hr {
  border-top: 1px solid #f1f1f1;
}

div.account-login p.input-info {
  text-align: left;
  font-weight: 600;
}

div.account-login .form .thumbnail {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  padding: 0;
  border: none;
}

div.account-login .form .thumbnail img {
  display: block;
  width: 100%;
}

div.account-login .form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 10px auto;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

div.account-login .btn {
  font-size: 15px;
  margin-top: 15px;
  padding: 15px 0;
}

div.account-login .form .links {
  margin: 35px auto 0 auto;
  font-size: 12px;
}

div.account-login .form .links a {
  text-decoration: none;
}

div.account-login p.normal {
  width: 80%;
  margin: auto;
}

div.account-login ul.blurb.success {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  font-size: 14px;
  background: #eaffe6;
  border-left: 5px solid #8dc186;
  color: #397331;
}

div.account-login ul.blurb.error {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  font-size: 14px;
  background: #ffefef;
  border-left: 5px solid #ff9e9e;
  color: #a93232;
}

div.account-login ul.blurb li {
  list-style: none;
}

div.account-login input:-webkit-autofill,div.account-login input:-webkit-autofill:hover,div.account-login input:-webkit-autofill:focus div.account-login textarea:-webkit-autofill,div.account-login textarea:-webkit-autofill:hover div.account-login textarea:-webkit-autofill:focus,div.account-login select:-webkit-autofill,div.account-login select:-webkit-autofill:hover,div.account-login select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
  transition: background-color 5000s ease-in-out 0s;
}

div.content.client-interface .form-control {
  border: 1px solid #dedede;
  background: #f7f9fb;
  box-shadow: none;
}

div.content.client-interface p.form-field-label {
  font-size: 14px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface p.form-field-label.required:after {
  content: "*";
  color: #d81c25;
  margin-left: 3px;
}

div.content.client-interface hr.controls {
  margin: 40px 0;
  border-top: 1px solid #f1f1f1;
}

div.content.client-interface label {
  margin-left: 15px;
  font-weight: 400;
  font-size: 13px;
  display: inline;
}

div.content.client-interface #fileuploads .form-control {
  margin-top: 15px;
}

div.content.client-interface input[type=file] {
  padding: 7px;
  line-height: 0;
  height: auto;
}

div.content.client-interface p.add-more-attachments i.fas {
  color: #0198c7;
}

div.content.client-interface table {
  margin: 0;
  border: none;
}

div.content.client-interface table>tbody {
  border: 1px solid #e9ebee;
}

div.content.client-interface .table>thead>tr>th {
  background: #51616b;
  color: #FFF;
  font-weight: 500;
  border: 1px solid #51616b;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .table>tbody>tr>td {
  padding: 15px;
  text-align: center;
  border: none;
  border-top: 1px solid #e9ebee;
  vertical-align: middle;
  font-size: 13px;
  background: none;
}

div.content.client-interface table th.left,div.content.client-interface table td.left {
  text-align: left!Important;
}

div.content.client-interface table th.right,div.content.client-interface table td.right {
  text-align: right!Important;
}

div.content.client-interface .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #FFF;
}

div.content.client-interface .table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f7f9fb;
}

div.content.client-interface p.blurb.success {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  margin: 30px 0 0 0;
  font-size: 14px;
  background: #eaffe6;
  border-left: 5px solid #8dc186;
  color: #397331;
}

div.content.client-interface p.blurb.error {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  margin: 30px 0 0 0;
  font-size: 14px;
  background: #ffefef;
  border-left: 5px solid #ff9e9e;
  color: #a93232;
}

div.content.client-interface ul.blurb.success {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  margin: 30px 0 0 0;
  font-size: 14px;
  background: #eaffe6;
  border-left: 5px solid #8dc186;
  color: #397331;
}

div.content.client-interface ul.blurb.error {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  margin: 30px 0 0 0;
  font-size: 14px;
  background: #ffefef;
  border-left: 5px solid #ff9e9e;
  color: #a93232;
}

div.content.client-interface ul.blurb li {
  margin-left: 10px;
}

div.content.client-interface .panel {
  border: none;
  box-shadow: none;
  margin: 0;
}

div.content.client-interface .panel .nav-pills>li>a {
  padding: 10px 30px;
  text-transform: uppercase;
  background: #f7f9fb;
  border: 1px solid #eaedef;
  margin-right: 10px;
  font-size: 12px;
  color: #333;
}

div.content.client-interface .panel .nav-pills>li>a:hover {
  background-color: #f7f9fb;
  border: 1px solid #eaedef;
  color: #333;
}

div.content.client-interface .panel .nav-pills>li.active>a,div.content.client-interface .panel .nav-pills>li.active>a:focus,div.content.client-interface .panel .nav-pills>li.active>a:hover {
  background-color: #0198c7;
  border: 1px solid #0198c7;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .panel .panel-heading {
  background: none;
  padding: 0;
  border: none;
  margin: 30px 0;
}

div.content.client-interface .panel .panel-body {
  padding: 0;
}

div.content.client-interface .panel .panel-body table {
  margin: 0;
}

div.content.client-interface .panel .panel-body table td.paid {
  color: #68ad1e;
}

div.content.client-interface .panel .panel-body table td.unpaid {
  color: #d81c25;
}

div.content.client-interface .panel .panel-body table td.refunded {
  color: #1286b5;
}

div.content.client-interface h4 {
  font-size: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .page-header-checkout {
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
}

div.content.client-interface .page-header-checkout span.strong {
  font-weight: 500;
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .page-header-checkout i.fas {
  color: #0198c7;
}

div.content.client-interface h4.client-details-newsletter-subscribe {
  margin-top: 50px;
}

div.content.client-interface p.add-more-attachments {
  margin: 20px 0 0 0;
  line-height: normal;
}

div.content.client-interface .mass-payment {
  margin-top: 30px;
}

div.content.client-interface .mass-payment i.fas {
  color: #8e99a0;
}

div.content.client-interface .mass-payment .table>tbody>tr.invoice-number {
  background: #f7f9fb;
  font-weight: 500;
}

div.content.client-interface .mass-payment .table>tbody>tr.no-bg {
  background: #FFF;
}

div.content.client-interface .mass-payment label {
  margin-left: 0;
}

div.content.client-interface .mass-payment .table>tbody>tr>td.indent {
  padding-left: 37px;
}

div.content.client-interface p.blurb.error .anchor-button {
  text-decoration: underline;
}

div.content.client-interface p.blurb.error .anchor-button:hover {
  color: #5f1919;
}

div.content.client-interface .account-overview-invoices,div.content.client-interface .account-overview-tickets {
  margin: 50px 0;
}

div.content.client-interface .account-overview-alerts {
  margin: 0;
}

div.content.client-interface .account-overview-tickets.no-margin-bottom {
  margin-bottom: 0;
}

div.content.client-interface .account-overview-invoices .btn-mass-pay {
  background: #8e99a0;
  color: #FFF;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .account-overview-invoices .btn-mass-pay:hover,div.content.client-interface .account-overview-invoices .btn-mass-pay:focus,div.content.client-interface .account-overview-invoices .btn-mass-pay:active {
  background: #8e99a0;
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  outline: none;
}

div.content.client-interface .credit-card-payment p.blurb {
  margin-bottom: 30px;
}

div.content.client-interface .credit-card-payment .alert {
  margin: 30px 0 0 0;
}

div.content.client-interface .credit-card-payment label {
  margin: 0;
  line-height: 23px;
}

div.content.client-interface .credit-card-payment span.left {
  width: 125px;
  display: inline-block;
  font-weight: 500;
}

div.content.client-interface .credit-card-payment .row.billing-details h4 {
  font-size: 14px;
  margin: 35px 0 15px 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .credit-card-payment .row.billing-details p {
  line-height: 20px;
  margin: 0;
}

div.content.client-interface .credit-card-payment .row.billing-details .cc-address-edit {
  background: none;
  font-size: 13px;
  font-weight: 400;
  border: none;
  margin: 0;
  color: #027499;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e9ebee;
  line-height: 13px;
  vertical-align: bottom;
}

div.content.client-interface .credit-card-payment .row.billing-details .cc-address-edit i.fas {
  color: #51616b;
  font-size: 13px;
  padding: 0;
  margin-right: 10px;
  vertical-align: initial;
}

div.content.client-interface .credit-card-payment .row.billing-details .cc-address-edit:disabled {
  display: none;
}

div.content.client-interface .credit-card-payment .expiry-month {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
}

div.content.client-interface .credit-card-payment .expiry-year {
  width: 100px;
  display: inline-block;
}

div.content.client-interface .credit-card-payment .credit-card-selection p.form-field-label {
  margin: 15px 0 30px 0;
}

div.content.client-interface .account-overview-invoices h4 span.badge,div.content.client-interface .account-overview-tickets h4 span.badge,div.content.client-interface .account-overview-alerts h4 span.badge {
  background: #0198c7;
  border-radius: 100%;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0;
  vertical-align: unset;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .account-overview-invoices h4,div.content.client-interface .account-overview-tickets h4 {
  margin: 0 0 30px 0;
  line-height: 22px;
}

div.content.client-interface .account-overview-alerts h4 {
  margin: 0;
  line-height: 22px;
}

div.content.client-interface .account-overview-alerts p.alert {
  font-weight: 400;
  line-height: 25px;
  padding: 20px;
  margin: 30px 0 0 0;
  font-size: 14px;
  border-radius: 0;
}

div.content.client-interface .account-overview-alerts p.alert span {
  font-weight: 600;
  padding-bottom: 15px;
  display: block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .account-overview-alerts p.alert span i.fas {
  margin-right: 10px;
  vertical-align: middle;
}

div.content.client-interface .account-overview-alerts p.alert.credit {
  background: #eaffe6;
  border-left: 5px solid #8dc186;
  color: #397331;
}

div.content.client-interface .account-overview-alerts p.alert.credit i.fas {
  color: #8dc186;
}

div.content.client-interface .account-overview-alerts p.alert.unsubscribed {
  background: #e2faff;
  border-left: 5px solid #6dacc3;
  color: #3c6b84;
}

div.content.client-interface .account-overview-alerts p.alert.unsubscribed i.fas {
  color: #6dacc3;
}

div.content.client-interface .account-overview-alerts p.alert.unsubscribed .anchor-button {
  text-decoration: underline;
}

div.content.client-interface .account-overview-alerts p.alert.unsubscribed .anchor-button:hover {
  color: #5d99af;
}

div.content.client-interface .account-overview-alerts p.alert.unverified {
  background: #ffefef;
  border-left: 5px solid #ff9e9e;
  color: #a93232;
}

div.content.client-interface .account-overview-alerts p.alert.unverified i.fas {
  color: #ff9e9e;
}

div.content.client-interface .account-overview-alerts p.alert.unverified .anchor-button {
  text-decoration: underline;
}

div.content.client-interface .account-overview-alerts p.alert.unverified .anchor-button:hover {
  color: #5f1919;
}

div.content.client-interface .manage-license {
  margin-top: 40px;
}

div.content.client-interface .manage-license .table-responsive {
  margin-top: 20px;
}

div.content.client-interface .manage-license .table-responsive .table>thead>tr>th.title {
  width: 200px;
  text-align: left;
}

div.content.client-interface .manage-license .table-responsive .table>thead>tr>th.data {
  text-align: left;
}

div.content.client-interface .manage-license .table-responsive .table>tbody>tr>td.strong {
  font-weight: 500;
}

div.content.client-interface .manage-license p.info {
  margin: 40px 0 0 0;
}

div.content.client-interface .manage-license p.info i.fas {
  color: #0198c7;
}

div.content.client-interface .view-ticket h3.heading span.ticket-id {
  font-weight: 300;
  vertical-align: top;
}

div.content.client-interface .view-ticket h3.heading span.divider {
  margin: 0 15px;
  border-right: 1px solid #f1f1f1;
}

div.content.client-interface .view-ticket ul.toggle-replies {
  display: inline;
  float: right;
  margin: 0;
}

div.content.client-interface .view-ticket ul.toggle-replies>li {
  display: inline;
  list-style: none;
}

div.content.client-interface .view-ticket ul.toggle-replies>li>a {
  color: #8e99a0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

div.content.client-interface .view-ticket ul.toggle-replies>li>a:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.content.client-interface .view-ticket ul.toggle-replies>li>a.show-all {
  margin-right: 10px;
  border-right: 1px solid #f1f1f1;
  padding-right: 10px;
}

div.content.client-interface .view-ticket ul.toggle-replies>li>a.show-all i.fas,div.content.client-interface .view-ticket ul.toggle-replies>li>a.hide-all i.fas {
  color: #8e99a0;
  padding: 0;
  margin: 0;
}

div.content.client-interface .view-ticket ul.toggle-replies>li>a.show-all.active i.fas,div.content.client-interface .view-ticket ul.toggle-replies>li>a.hide-all.active i.fas {
  color: #0198c7;
}

div.content.client-interface .view-ticket .panel {
  margin: 15px 0;
}

div.content.client-interface .view-ticket .panel.first {
  margin-top: 30px;
}

div.content.client-interface .view-ticket .panel .panel-heading {
  padding: 5px 5px 5px 20px;
  margin: 0;
  border: 1px solid;
  border-bottom: 0;
  border-radius: 5px;
}

div.content.client-interface .view-ticket .panel .panel-heading p span.timestamp a.expand i.fas.toggle-minimise {
  display: none;
}

div.content.client-interface .view-ticket .panel .panel-heading.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.content.client-interface .view-ticket .panel .panel-heading.active p span.timestamp a.expand i.fas.toggle-expand {
  display: none;
}

div.content.client-interface .view-ticket .panel .panel-heading.active p span.timestamp a.expand i.fas.toggle-minimise {
  display: inline;
}

div.content.client-interface .view-ticket .panel .panel-heading p {
  font-size: 13px;
  margin: 0;
  color: #FFF;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .view-ticket .panel .panel-heading p span.timestamp {
  float: right;
}

div.content.client-interface .view-ticket .panel .panel-heading p span.timestamp a.expand {
  padding: 0;
  margin-left: 15px;
  margin-right: 0;
}

div.content.client-interface .view-ticket .panel .panel-heading p span.timestamp a.expand i.fas {
  padding: 0;
}

div.content.client-interface .view-ticket .panel .panel-heading p i.fas {
  color: #FFF;
  margin-right: 10px;
}

div.content.client-interface .view-ticket .panel .panel-body {
  padding: 0 20px;
  margin: 0;
  background: #f7f9fb;
  border: 1px solid #f1f1f1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

div.content.client-interface .view-ticket .panel .panel-body h4.ticket-subject {
  margin: 20px 0!Important;
  padding: 0 0 15px 0!Important;
  border-bottom: 1px solid #eeeeee!Important;
  font-size: 14px!Important;
  font-weight: 500!Important;
  -webkit-font-smoothing: antialiased!Important;
  -moz-osx-font-smoothing: grayscale!Important;
}

div.content.client-interface .view-ticket .panel .panel-body h4.ticket-subject span.subject {
  font-weight: 400!Important;
  margin-left: 5px!Important;
}

div.content.client-interface .view-ticket .panel .panel-body p {
  margin: 20px 0;
  line-height: 20px;
  font-size: 13px;
}

div.content.client-interface .view-ticket .panel .panel-body .attachments {
  margin: 20px 0;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

div.content.client-interface .view-ticket .panel .panel-body .attachments p.attachment {
  margin: 10px 0;
}

div.content.client-interface .view-ticket .panel .panel-body .attachments p.attachment i.fas {
  color: #8e99a0;
  margin-right: 10px;
}

div.content.client-interface .view-ticket .panel .panel-body .ticket-submission-form .form-control {
  background: #fff;
}

div.content.client-interface .view-ticket .panel .panel-body .ticket-submission-form hr.controls {
  margin: 5px 0 30px 0;
  border-top: 1px solid #eee;
}

div.content.client-interface .view-ticket .panel .panel-body.reply {
  padding-bottom: 30px;
}

div.content.client-interface .view-ticket .panel.staff-message .panel-heading {
  background: #0198c7;
  border-color: #0198c7;
}

div.content.client-interface .view-ticket .panel.client-message .panel-heading {
  background: #51616b;
  border-color: #51616b;
}

div.content.client-interface .view-ticket .panel.client-reply {
  margin-bottom: 0;
}

div.content.client-interface .view-ticket .panel.client-reply .panel-heading {
  border: 1px solid #51616b;
  background: #51616b;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles h1 {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles h2 {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles h3 {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles h4 {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles p {
  text-align: left;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles blockquote {
  background: #FFF;
  border-left: 5px solid #c5c5c5;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles table {
  width: 100%;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles table>thead>tr>th {
  background: #51616b;
  color: #FFF;
  font-weight: 500;
  border: 1px solid #51616b;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles table>tbody>tr>td {
  background: #FFF;
  padding: 15px;
  text-align: center;
  border: none;
  border-top: 1px solid #e9ebee;
  vertical-align: middle;
  font-size: 13px;
}

div.content.client-interface .view-ticket .panel .panel-body.markup-styles pre {
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #e9ebee;
}

footer {
  padding: 0 0 45px 0;
  background-image: url(../img/footer.png);
  background-color: #394d54;
  background-size: cover;
  background-position-y: 100%;
}

footer .container-fluid {
  background: #0003;
  padding: 15px 0;
  margin-bottom: 45px;
}

footer .container-fluid ol {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

footer .container-fluid ol li {
  display: inline;
}

footer .container-fluid ol li i.fas {
  color: #a5a8a9;
}

footer .container-fluid ol li i.fas.home {
  font-size: 12px;
  vertical-align: middle;
  padding-right: 12px;
}

footer .container-fluid ol li i.fas.separator {
  margin: 0 14px 0 10px;
  padding: 0;
  font-size: 10px;
}

footer .container-fluid ol li a {
  color: #a5a8a9;
  font-weight: 400;
  font-size: 12px;
}

footer .container-fluid p {
  color: #a5a8a9;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}

footer .row.footerlinks .label.label-new {
  margin-left: 10px;
  background: #0098c7;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 500;
  font-size: 10px;
  padding: 3px 6px 3px 6px;
  box-shadow: 1px 1px 1px 0 #373d3e;
}

footer .nav>li>a {
  color: #a5a8a9;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
}

footer .nav>li>a:hover,footer .nav>li>a:focus {
  color: #FFF;
  background: none;
}

footer h4 {
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro',sans-serif;
  color: #eee;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 10px;
}

footer p.horizontal-links {
  text-align: center;
  margin: 0;
}

footer p.horizontal-links a {
  display: inline-block;
  margin: 0 5px;
}

footer p.horizontal-links a img {
  border-radius: 100%;
}

div.copyright {
  background: #ebeef0;
  padding: 20px 0;
  font-family: 'Lato',sans-serif;
}

div.copyright .logo {
  margin-top: 1px;
}

div.copyright p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
}

div.copyright .acceptedpayments {
  float: left;
}

div.copyright .socialicons {
  float: right;
  margin-left: 15px;
}

div.copyright .logo:hover,div.copyright .acceptedpayments:hover,div.copyright .socialicons:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#return-to-top {
  position: fixed;
	z-index: 999;
  right: 30px;
  bottom: 30px;
  background: #00000085;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #eee!Important;
  margin: 0;
  position: relative;
  left: 19px;
  top: 15px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 0;
}

#return-to-top:hover {
  background: #0aaae7;
}

#return-to-top:hover i {
  color: #fff;
}

div.content.client-interface .shopping-cart-review .table-responsive {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div.content.client-interface .shopping-cart-review table.cart-items {
  margin-bottom: 50px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

div.content.client-interface .shopping-cart-review .table.cart-items>thead>tr>th {
  padding: 13px 25px;
  font-size: 13px;
}

div.content.client-interface .shopping-cart-review .table.cart-items>thead>tr>th.item_description {
  width: 66%;
}

div.content.client-interface .shopping-cart-review .table.cart-items>thead>tr>th.item_price {
  width: 17%;
}

div.content.client-interface .shopping-cart-review .table.cart-items>thead>tr>th.item_remove {
  width: 17%;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr {
  background: #FFF;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td {
  padding: 20px 25px;
  font-size: 13px;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td i.fas {
  color: #8e99a0;
  padding: 0;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.product {
  width: 42%;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.product i.fas {
  color: #0198c7;
  margin-right: 15px;
  font-size: 20px;
  vertical-align: text-bottom;
  line-height: 18px;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-name {
  font-size: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-type {
  display: block;
  font-size: 14px;
  margin: 15px 0 0 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5b5c5f;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-configuration {
  font-size: 13px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e9ebee;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-configuration i.fas {
  color: #51616b;
  font-size: 13px;
  padding: 0;
  margin-right: 10px;
  vertical-align: initial;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-version {
  font-size: 14px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e9ebee;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.image img {
  height: 100px;
  margin: auto;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.price {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.remove i.fas {
  background: #e9ebee;
  padding: 10px;
  border-radius: 100%;
  color: #FFF;
  height: 29px;
  line-height: 11px;
}

div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.remove i.fas:hover {
  background: #cfd3d6;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

div.content.client-interface .shopping-cart-review .view-cart-alert p.blurb,div.content.client-interface .shopping-cart-review .view-cart-alert ul.blurb {
  margin: 0 0 50px 0;
}

div.content.client-interface .shopping-cart-review .panel {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.information {
  margin: 0 0 8px 0;
}

div.content.client-interface .shopping-cart-review .panel.information.last {
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading {
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading a.panel-title {
  width: 100%;
  display: block;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading a.panel-title:hover {
  color: #000;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading a.panel-title:hover i.fas {
  color: #0198c7;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading.active a.panel-title:hover i.fas {
  color: #FFF;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading i.fas {
  color: #8e99a0;
  margin-right: 10px;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading.active {
  background: #51616b;
  border: 1px solid #51616b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading.active a.panel-title {
  color: #FFF;
  font-weight: 500;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-heading.active i.fas {
  color: #FFF;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body {
  background: #FFF;
  padding: 15px 20px;
  border: 1px solid #f1f1f1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.apply-code {
  margin-top: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code .btn {
  margin-top: 20px;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.promotion-success {
  margin-top: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.blurb {
  margin: 20px 0 23px 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.remove-code {
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.remove-code i.fas {
  color: #8e99a0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.payment-methods p {
  margin-top: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.payment-methods p.payment-method {
  margin: 0 0 0 20px;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.payment-methods p.payment-method i.fas {
  color: #0198c7;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.payment-methods p.more-info {
  margin: 10px 0 0 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.legal-agreements p {
  margin-top: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.legal-agreements p.legal-agreement {
  margin: 0 0 0 20px;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.legal-agreements p.legal-agreement i.fas {
  color: #0198c7;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.legal-agreements p.more-info {
  margin: 10px 0 0 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.company-information h4 {
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.company-information p {
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.company-information p span.strong {
  margin-right: 20px;
  font-weight: 500;
  margin-right: 5px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .panel.information .panel-body.company-information p span.divider {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #e9ebee;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-heading,div.content.client-interface .shopping-cart-review .panel.billing-information .panel-heading,div.content.client-interface .shopping-cart-review .panel.credit-balance .panel-heading,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-heading {
  padding: 15px 20px;
  background: #51616b;
  border: 1px solid #51616b;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.credit-balance h4.panel-title,div.content.client-interface .shopping-cart-review .panel.order-summary h4.panel-title,div.content.client-interface .shopping-cart-review .panel.legal-agreement h4.panel-title {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .panel.order-summary h4.panel-title,div.content.client-interface .shopping-cart-review .panel.legal-agreement h4.panel-title {
  text-align: center;
}

div.content.client-interface .shopping-cart-review .panel.credit-balance {
  margin-bottom: 50px;
}

div.content.client-interface .shopping-cart-review .panel.credit-balance h4.panel-title {
  text-align: left;
}

div.content.client-interface .shopping-cart-review .panel.credit-balance .panel-body {
  padding: 25px 30px;
}

div.content.client-interface .shopping-cart-review .panel.credit-balance .panel-body p.blurb {
  margin: 0 0 25px 0;
}

div.content.client-interface .shopping-cart-review .panel.credit-balance .panel-body label {
  line-height: 22px;
  display: block;
}

div.content.client-interface .shopping-cart-review .panel.order-summary {
  margin-bottom: 0;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body {
  padding: 0;
  border: none;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr {
  background: #FFF;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr>td {
  padding: 20px 25px;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr>td {
  font-size: 13px;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr.total>td {
  font-weight: 500;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr.total>td.price {
  color: #d81c25;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr>td.checkout i.fas,div.content.client-interface .credit-card-payment .btn-primary-small i.fas {
  padding: 0;
  margin-left: 10px;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr>td.security {
  background: #f7f9fb;
  font-size: 12px;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .table>tbody>tr>td.security i.fas {
  color: #8e99a0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information {
  margin-bottom: 50px;
}

div.content.client-interface .shopping-cart-review .panel.billing-information h4.panel-title {
  text-align: left;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body {
  padding: 0 25px 30px 25px;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body p.form-field-label {
  margin: 20px 0 5px 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body p.blurb {
  margin: 30px 0 10px 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body p.blurb span.vat-number {
  font-weight: 500;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body p.email-address {
  margin: 25px 0 0 0;
  line-height: 15px;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body p.email-address i.fas {
  color: #0198c7;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .row.newsletter h4 {
  margin-top: 40px;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .row.newsletter p {
  line-height: 20px;
  margin: 20px 0 10px 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .row.newsletter label {
  display: inline;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control.vat-prefix {
  width: 10%;
  display: inline;
  margin-right: 2%;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control.vat-suffix {
  display: inline;
  width: 88%;
}

div.content .shopping-cart-review .panel.payment-methods {
  margin-bottom: 50px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-heading {
  padding: 15px 20px;
  background: #51616b;
  border: 1px solid #51616b;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-heading h4.panel-title {
  text-align: left;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group {
  border: none;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel {
  box-shadow: none;
  margin: 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading {
  padding: 15px 20px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e9ebee;
  border-radius: 0;
  margin: 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading.active {
  background: #f7f9fb;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading h4.panel-title {
  color: inherit;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading h4.panel-title label {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  line-height: 35px;
  padding: 20px;
  margin-left: 0;
  padding-left: 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading h4.panel-title input[type=radio] {
  margin: 0;
  vertical-align: text-top;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading h4.panel-title span.title {
  margin-left: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading h4.panel-title img {
  float: right;
  margin-top: 5px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-body {
  padding: 25px;
  border: none;
  border-bottom: 1px solid #e9ebee;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-body p.form-field-label {
  margin: 0 0 15px 0;
  line-height: 15px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.paypal .panel-body,div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.bank-transfer .panel-body {
  padding: 15px 20px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.paypal .panel-body p,div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.bank-transfer .panel-body p {
  line-height: 20px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card p.form-field-label {
  margin: 10px 0 20px 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label {
  margin-bottom: 10px!Important;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label.use-existing {
  margin: 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label.use-existing input[type=radio] {
  margin: 1px 0 0 -20px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label.use-existing span.last-four {
  margin-left: 5px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label.enter-new {
  margin: 0 0 0 20px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label.enter-new input[type=radio] {
  margin: 1px 0 0 -20px;
}

#vat-validation {
  display: none;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.new-cc.margin-top {
  margin-top: 40px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body p.form-field-label {
  margin: 15px 0 30px 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body label,div.content.client-interface .credit-card-payment label {
  margin: 15px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 22px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .iradio_square-blue,div.content.client-interface .credit-card-payment .iradio_square-blue {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../img/radio_select.png) no-repeat;
  background-position: -120px 0;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .iradio_square-blue.hover,div.content.client-interface .credit-card-payment .iradio_square-blue.hover {
  background-position: -120px 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .iradio_square-blue.checked,div.content.client-interface .credit-card-payment .iradio_square-blue.checked {
  background-position: -168px 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .iradio_square-blue.checked.hover,div.content.client-interface .credit-card-payment .iradio_square-blue.checked.hover {
  background-position: -168px 0;
}

@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .iradio_square-blue,div.content.client-interface .credit-card-payment .iradio_square-blue {
    background-image: url(../img-retina/radio_select@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

div.content.client-interface .credit-card-payment .checkout-only {
  display: none;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body p.card-statement .credit-card-only {
  display: none;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-container,div.content.client-interface .credit-card-payment .card-container {
  padding-left: 55px;
  position: relative;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type,div.content.client-interface .credit-card-payment .card-type {
  width: 45px;
  height: 29px;
  background: url(../img/ordering/cards_sprite.png);
  background-position: 0 -158px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 1px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type.maestro,div.content.client-interface .credit-card-payment .card-type.maestro {
  background-position: 0 -126px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type.visa_electron,div.content.client-interface .credit-card-payment .card-type.visa_electron {
  background-position: 0 -94px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type.visa,div.content.client-interface .credit-card-payment .card-type.visa {
  background-position: 0 -63px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type.amex,div.content.client-interface .credit-card-payment .card-type.amex {
  background-position: 0 -31px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type.mastercard,div.content.client-interface .credit-card-payment .card-type.mastercard {
  background-position: 0 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-valid,div.content.client-interface .credit-card-payment .card-valid {
  position: absolute;
  top: 0;
  right: -1px;
  line-height: 36px;
  font-size: 20px;
  color: #f7f9fb;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-valid.active,div.content.client-interface .credit-card-payment .card-valid.active {
  color: #68ad1e;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body input.error {
  border: 1px solid #c2313c;
  box-shadow: 0 4px 8px 0 rgba(238,76,87,.3);
  outline: none;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .alert {
  margin: 20px 0 0 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body p.card-statement,div.content.client-interface .credit-card-payment p.card-statement {
  margin: 30px 0 0 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body p.card-statement i.fas,div.content.client-interface .credit-card-payment p.card-statement i.fas {
  color: #0198c7;
}

div.content.client-interface .shopping-cart-review .panel.order-summary .panel-body .btn {
  margin: 1px 0;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.bank-transfer .panel-body p {
  line-height: 20px;
}

div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.bank-transfer .panel-heading h4.panel-title img.bank-flag {
  border-radius: 3px;
  margin-top: 7px;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body {
  height: 269px;
  overflow: scroll;
  border: none;
  background: none;
  padding: 10px 0 0 0;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .content {
  padding: 0;
  background: none;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body.leveler {
  overflow-x: hidden;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .container {
  width: auto;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .container .thumbnail {
  padding: 0;
  box-shadow: none;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .container .thumbnail p {
  font-size: 10px;
  line-height: 15px;
  margin: 5px 0;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .container .thumbnail h3 {
  font-size: 12px;
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .container .thumbnail hr.legal {
  display: none;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body .container .thumbnail ul.legal li {
  line-height: 15px;
  font-size: 10px;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer {
  line-height: 16px;
  background: #f7f9fb;
  padding: 13px 15px;
  border-top: 1px solid #e9ebee;
  height: 58px;
}

div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer {
  text-align: center;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer {
  text-align: left;
  padding-left: 25px;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin: 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox .background,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox .background {
  fill: #e9ebee;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox .stroke,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox .check,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"],div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"]:hover,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"]:hover {
  cursor: pointer;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"]:checked+svg .background,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"]:checked+svg .background {
  fill: #68ad1e;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"]:checked+svg .stroke,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"]:checked+svg .stroke {
  stroke-dashoffset: 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"]:checked+svg .check,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"]:checked+svg .check {
  stroke-dashoffset: 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"]+svg .background,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"]+svg .background {
  fill: #ccc;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer .checkbox input[type="checkbox"]+svg .check,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer .checkbox input[type="checkbox"]+svg .check {
  stroke-dashoffset: 0;
}

div.content.client-interface .shopping-cart-review .panel.billing-information .panel-footer p,div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-footer p {
  display: inline;
  line-height: 30px;
  vertical-align: text-bottom;
  margin-left: 15px;
  font-size: 12px;
}

div.content.client-interface .product-configuration-notice h4 {
  margin-top: 50px;
}

div.content.client-interface .product-configuration-notice h4 i.fas {
  color: #0198c7;
}

div.content.client-interface .order-held h4 {
  margin-top: 30px;
}

div.content.client-interface .order-held p {
  line-height: 20px;
  margin: 20px 0;
}

div.content.client-interface .order-held p.no-margin-bottom {
  margin-bottom: 0;
}

.modal-backdrop {
  opacity: .85!Important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal.product-download .modal-dialog.product-information .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-header-checkout {
  padding: 20px;
  border-bottom: none;
  background: #3b484c;
  background: -moz-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
  background: -webkit-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
  background: linear-gradient(to bottom,#3b484c 0%,#2a3c42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b484c',endColorstr='#2a3c42',GradientType=0);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-header-checkout h4 {
  color: #FFF;
  text-shadow: 0 2px 2px #000;
  font-family: 'Source Sans Pro',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  display: inline;
  letter-spacing: -.5px;
  line-height: 30px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-header-checkout h4 span.product-type {
  margin-left: 15px;
  padding-left: 20px;
  border-left: 1px solid #29363a;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-header-checkout h4 .btn-manage-product {
  float: right;
  background: #475458;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 12px;
  text-shadow: none;
  color: #fff;
  line-height: 10px;
  font-weight: 600;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body {
  padding: 0 15px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left {
  background: #f7f9fb;
  padding: 0;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group {
  padding: 20px 0 20px 20px;
  border-right: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group.last {
  border-bottom: none;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group h4 {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group p {
  margin: 5px 0 0 0;
  line-height: 13px;
  font-size: 12px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group p.link {
  margin: 10px 0 0 0;
  line-height: 14px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group p.link i.fas {
  margin-right: 10px;
  color: #8e99a0;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .left .group p a.manage {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e9ebee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right {
  padding-left: 30px;
  padding-right: 30px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right img {
  margin: 35px auto 30px auto;
  max-width: 229px;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right .download-packages .package {
  display: inline;
  width: 48%;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right .download-packages .package.full {
  float: left;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right .download-packages .package.update {
  float: right;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right .download-packages .package.update .btn-primary-small {
  background: #677073;
}

.modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .right .download-packages .package .btn-primary-small {
  padding: 10px 0;
}

.modal.product-download .modal-dialog.renew-support {
  width: 350px;
}

.modal.product-download .modal-dialog.renew-support .model-content {
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-header-checkout {
  text-align: center;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-header-checkout {
  padding: 20px;
  border-bottom: none;
  background: #3b484c;
  background: -moz-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
  background: -webkit-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
  background: linear-gradient(to bottom,#3b484c 0%,#2a3c42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b484c',endColorstr='#2a3c42',GradientType=0);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-header-checkout h4 {
  color: #FFF;
  text-shadow: 0 2px 2px #000;
  font-family: 'Source Sans Pro',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  display: inline;
  letter-spacing: -.5px;
  line-height: 30px;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body {
  padding: 0;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-heading {
  padding: 0;
  border-radius: 0;
  text-align: center;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-heading p.expired {
  text-align: center;
  width: 85%;
  margin: auto;
  line-height: 20px;
  font-weight: 400;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-heading p.info {
  text-align: center;
  width: 75%;
  margin: auto;
  line-height: 20px;
  font-weight: 400;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body {
  padding: 0;
  border-radius: 0;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body p.feature {
  background: #f7f9fb;
  padding: 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body p.feature.first {
  border-top: 1px solid #eee;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body p.feature i.fas {
  color: #68ad1e;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body .pricing {
  margin: 30px 0;
  text-align: center;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body .pricing h4 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body .pricing p.product {
  text-align: center;
  margin: 15px 0 30px 0;
  font-weight: 400;
  line-height: 13px;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-body .pricing p.price {
  text-align: center;
  margin: 15px 0 0 0;
  font-weight: 400;
  line-height: 13px;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-footer {
  padding: 0;
  border: none;
  border-radius: 0;
}

.modal.product-download .modal-dialog.renew-support .modal-content .modal-body .panel .panel-footer .btn {
  padding: 20px;
  border-radius: 0;
}

#ModalAjaxCart .modal-dialog {
  width: 700px;
  margin: 60px auto;
  font-family: 'Roboto',sans-serif;
}

#ModalAjaxCart .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}

#ModalAjaxCart .modal-body {
  padding: 0;
  border: 1px solid #fff;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#ModalAjaxCart .modal-body table {
  margin: 0;
  background-color: #fff;
}

#ModalAjaxCart .modal-body .table>thead>tr>th {
  background: #51616b;
  color: #FFF;
  font-weight: 500;
  border: none;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px 25px;
}

#ModalAjaxCart .modal-body .table>thead>tr>th.item_description {
  border-top-left-radius: 5px;
}

#ModalAjaxCart .modal-body .table>thead>tr>th.item_remove {
  border-top-right-radius: 5px;
}

#ModalAjaxCart .modal-body .table>tbody>tr {
  background: #FFF;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td {
  padding: 15px;
  text-align: center;
  border: none;
  border-top: 1px solid #e9ebee;
  vertical-align: middle;
  font-size: 13px;
  background: none;
}

#ModalAjaxCart .modal-body .table>tfoot>tr>td {
  padding: 20px 25px;
  background: #f7f9fb;
  text-align: center;
}

#ModalAjaxCart .modal-body .table>tfoot>tr>td.right {
  text-align: right;
  font-weight: 600;
}

#ModalAjaxCart .modal-body .table>thead>tr>th.item_description {
  width: 470px;
}

#ModalAjaxCart .modal-body .table>thead>tr>th.item_price {
  width: 130px;
}

#ModalAjaxCart .modal-body .table>thead>tr>th.item_remove {
  width: 98px;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td {
  padding: 20px 25px;
  font-size: 13px;
  text-align: center;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.product {
  padding-right: 10px;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.image {
  padding-left: 10px;
  padding-right: 10px;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.price {
  padding-left: 10px;
  padding-right: 10px;
}

#ModalAjaxCart .modal-body .table>tbody>tr.empty>td {
  padding: 40px 20px;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td span.product-name {
  font-size: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.product i.fas {
  color: #0198c7;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: text-bottom;
  line-height: 18px;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td span.product-type {
  display: block;
  font-size: 14px;
  margin: 15px 0 0 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5b5c5f;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td span.product-version {
  font-size: 14px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e9ebee;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.image img {
  height: 100px;
  margin: auto;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.price {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ModalAjaxCart .modal-body .table>thead>tr>th.left,#ModalAjaxCart .modal-body .table>tbody>tr>td.left {
  text-align: left!Important;
}

#ModalAjaxCart .modal-body .table>tbody>tr>td.remove i.fas {
  background: #e9ebee;
  padding: 10px;
  border-radius: 100%;
  color: #FFF;
  height: 29px;
  line-height: 11px;
}

#ModalAjaxCart .modal-footer {
  border: none;
  padding: 20px;
  background: #f7f9fb;
  border-top: 1px solid #e9ebee;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#ModalAjaxCart .modal-footer div.sub_total {
  float: left;
  margin: 14px 0 0 7px;
}

#ModalAjaxCart .modal-footer div.sub_total p {
  display: inline;
  font-size: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ModalAjaxCart .modal-footer div.sub_total p.sub_total {
  font-weight: 400;
}

#ModalAjaxCart .modal-footer div.sub_total .divider {
  display: inline;
  margin: 0 16px 0 12px;
  border-left: 1px solid #e0e4e6;
}

#ModalAjaxCart .modal-footer .btn-checkout {
  float: right;
  background: #0198c7;
  margin: 0;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

#ModalAjaxCart .modal-footer .btn-checkout i.fas {
  margin: 0 0 0 10px;
  padding: 0;
}

#ModalCheckoutEUVAT .modal-body {
  padding: 30px;
}

#ModalCheckoutEUVAT .modal-body p {
  line-height: 20px;
}

#ModalCheckoutEUVAT .modal-body p.blurb {
  margin: 0 0 15px 0;
}

#ModalCheckoutEUVAT .modal-body p.blurb span.heading {
  font-weight: 500;
}

#ModalCheckoutEUVAT .modal-body p.blurb span img {
  display: inline;
  margin-right: 10px;
  border-radius: 2px;
  vertical-align: sub;
}

#ModalCheckoutEUVAT .modal-body h4 {
  margin: 40px 0 15px 0;
  border-bottom: 1px solid #f7f9fb;
  padding-bottom: 10px;
  font-size: 13px;
}

#ModalCheckoutEUVAT .modal-footer {
  padding: 0 30px 30px 30px;
  border-top: none;
  background: none;
}

#google-recaptcha {
  width: 304px;
  height: 78px;
  margin: 0;
}

@media (max-width:991px) {
  #google-recaptcha {
    padding-left: 2.5%;
  }
}

@media (max-width:736px) {
  #google-recaptcha {
    transform: scale(.935);
    transform-origin: 0 0;
    -webkit-transform: scale(.935);
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width:384px) {
  #google-recaptcha {
    transform: scale(.96);
    transform-origin: 0 0;
  }
}

@media (max-width:360px) {
  #google-recaptcha {
    transform: scale(.89);
    transform-origin: 0 0;
  }
}

@media (max-width:320px) {
  #google-recaptcha {
    padding-left: 13.5%;
    transform: scale(.83);
    transform-origin: 0 0;
    -webkit-transform: scale(.785);
    -webkit-transform-origin: 0 0;
  }
}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width:500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0,0,0,.05);
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0,0,0,.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0,0,0,.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .iti-flag {
    background-image: url(../img-retina/flags@2x.png);
  }
}

.iti-flag.np {
  background-color: transparent;
}

.intl-tel-input {
  width: 100%;
}

@supports (-ms-ime-align:auto) {
  p.blurb {
    letter-spacing: -.1px;
  }

  div.home-banner .btn-hero {
    background: #105169;
  }

  footer .container-fluid {
    background: #212c30;
  }
}

@media (min-width:1200px) {
  .xs-only,.md-only {
    display: none!Important;
  }

  .sm-and-below {
    display: none!Important;
  }

  header-checkout .container.menu .mobile-logo {
    display: none;
  }

  header-checkout .mobile-links {
    display: none;
  }

  header-checkout .basket-items-mobile {
    display: none;
  }

  header-checkout .container.menu .dropdown .dropdown-menu {
    display: block;
    max-height: 0;
    opacity: 0;
  }

  div.product-hero .thumbnail {
    height: 851px;
  }

  #sidemenu {
    padding-left: 30px;
  }

  div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body.leveler {
    height: 328px;
    overflow-x: hidden;
  }

  div.product-support .icon-blurb .icon h3 {
    display: none;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .xs-only,.lg-only {
    display: none!Important;
  }

  .sm-and-below {
    display: none!Important;
  }

  header-checkout .container.support .nav>li {
    padding: 0 15px;
  }

  header-checkout .container.menu .mobile-logo {
    display: none;
  }

  header-checkout .mobile-links {
    display: none;
  }

  header-checkout .basket-items-mobile {
    display: none;
  }

  header-checkout .container.menu .navbar-default .navbar-nav>li>a {
    margin: 14px 30px 26px 0;
    font-size: 14px;
  }

  header-checkout .container.menu .dropdown-menu>li>a {
    font-size: 11px;
  }

  header-checkout .container.menu .navbar-nav>li>.dropdown-menu {
    min-width: 174px;
    left: 0;
  }

  header-checkout .container.menu .dropdown .dropdown-menu {
    display: block;
    max-height: 0;
    opacity: 0;
  }

  footer {
    padding: 0 0 40px 0;
  }

  footer .container-fluid {
    margin-bottom: 10px;
  }

  footer h4 {
    margin: 30px 0 0 0;
  }

  div.copyright p {
    font-size: 10px;
    margin-top: 1px;
  }

  div.copyright .socialicons {
    margin-left: 8px;
  }

  div.home-solutions .icon-blurb .textarea {
    padding: 12px 20px 0 110px;
    display: block;
  }

  div.home-solutions .icon-blurb .textarea h3 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  div.product-hero .thumbnail {
    padding: 35px 30px;
  }

  div.product-hero .thumbnail {
    height: 792px;
  }

  div.product-hero .btn-hero-order {
    font-size: 16px;
    margin: 35px auto 35px auto;
  }

  div.product-hero .order .list-group {
    margin-bottom: 25px;
  }

  div.product-hero p.caption {
    font-size: 12px;
  }

  div.product-hero .order hr.payments {
    margin-top: 10px;
  }

  div.product-hero .order .list-group-item {
    font-size: 13px;
  }

  div.product-row img {
    margin-top: 25px;
  }

  div.product-features.service-integration img {
    margin: 70px auto 0 auto;
  }

  div.product-features.service-installation img {
    margin: 85px auto 0 auto;
  }

  div.product-features.service-configuration img {
    margin: 80px auto 0 auto;
  }

  div.product-features.custom-designs img {
    margin: 60px auto 0 auto;
  }

  div.product-pages h3 {
    width: 40%;
  }

  div.product-features img.feature-updates {
    margin-top: 0;
    margin-right: 0;
  }

  div.product-features img.feature-order-forms {
    margin-top: 40px;
    margin-left: 0;
  }

  div.product-features img.feature-languages {
    margin-top: 40px;
  }

  div.product-features img.feature-urls {
    margin-top: 30px;
    margin-left: 0;
  }

  #sidemenu nav.sidemenu ul>li>a.ticket-info i.fas,#sidemenu nav.sidemenu ul>li>a.ticket-attachment i.fas {
    display: none;
  }

  div.content .row.documentation-portal h4,div.content .row.product-downloads h4 {
    margin: 5px 0 25px 0;
  }

  div.content .row.documentation-portal p,div.content .row.product-downloads p {
    margin: 10px 0 0 0;
  }

  div.content .row.documentation-portal .btn-docs,div.content .row.product-downloads .btn-quick-view-download {
    margin-top: 0;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.product {
    width: 42%;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.remove {
    width: 8%;
  }

  div.content.client-interface .shopping-cart-review .panel.legal-agreement .panel-body.leveler {
    height: 328px;
  }

  div.content.documentation-article .thumbnail.documentation-article-menu {
    width: 212px;
  }

  div.content.documentation-article .thumbnail.documentation-article-menu nav>ul>li>a {
    padding: 10px 10px;
    font-size: 14px;
  }

  div.content.documentation-article .thumbnail.documentation-article-content code.large {
    font-size: 12px;
  }

  div.services-migration .row.introduction img {
    margin-top: 70px;
  }

  div.services-core .service-holder {
    margin-left: 20px;
  }

  div.services-core .icon-blurb .textarea {
    padding: 17px 10px 14px 15px;
  }

  div.seo-manager-social .fb_iframe_widget {
    margin-top: 25px;
  }

  div.product-features.seo-manager img.feature-seo-default {
    margin-top: 85px;
  }

  div.product-features.seo-manager img.feature-seo-custom {
    margin-top: 95px;
  }

  div.product-features.seo-manager .carousel.seo-manager {
    margin-top: 45px;
  }

  div.product-features.seo-manager h3.google-analytics {
    margin-top: 25px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .xs-only,.md-only,.lg-only {
    display: none!Important;
  }

  header-checkout .container.menu .mobile-logo {
    display: none;
  }

  header-checkout .container.menu li.basket-items {
    margin-right: 80px;
  }

  header-checkout .container.menu .logo {
    margin-top: 15px;
  }

  header-checkout .container.menu .basket-items a.basket {
    margin: 0;
    height: 72px;
  }

  header-checkout .container.menu .basket-items a.basket span {
    top: 13px;
  }

  header-checkout .container.menu .navbar-nav {
    width: 100%;
  }

  header-checkout .navbar-toggle {
    float: right;
    height: 72px;
    border: none;
    margin: 0 20px 0 0;
  }

  div.home-banner {
    padding: 55px 0 0 0;
    background-size: cover;
    max-height: 500px;
    overflow: visible;
    margin-bottom: 180px;
  }

  div.home-solutions p.button {
    margin-bottom: 30px;
  }

  div.home-solutions {
    padding: 0 0 60px 0;
  }

  div.account-login,div.product-support,div.seo-manager-social,div.product-row,div.services-core,div.services-template,div.product-hero,div.product-icons,div.product-features.service-installation,div.product-features.service-integration,div.product-features.service-configuration,div.product-features.custom-designs,div.product-faqs {
    padding: 50px 0;
  }

  div.product-row.addons-category {
    padding: 25px 0;
  }

  div.product-boxes,div.custom-design-packages {
    padding: 30px 0;
  }

  div.product-hero .thumbnail {
    height: 659px;
  }

  div.product-hero .thumbnail {
    padding: 25px 30px;
  }

  div.product-hero .thumbnail.hero span.divider {
    display: block;
    border: none;
    margin: 0;
  }

  div.product-hero .order .list-group-item {
    padding: 12px 2px;
    font-size: 12px;
    line-height: 20px;
  }

  div.product-hero .order .list-group {
    margin-bottom: 25px;
  }

  div.product-hero .btn-hero-order {
    font-size: 15px;
  }

  div.product-hero .order .list-group i.fas {
    vertical-align: sub;
  }

  div.product-hero .order p.payment {
    margin: 20px 0 10px 0;
  }

  div.product-hero .order hr.payments {
    display: none;
  }

  div.product-hero .thumbnail.hero h3 {
    text-align: center;
    display: block;
  }

  div.product-hero p.blurb {
    border: none;
    text-align: center;
    margin: 27px 0;
  }

  div.product-hero p.caption {
    font-size: 12px;
  }

  div.product-hero p.caption i.fas {
    display: none;
  }

  div.product-pages {
    padding: 70px 0 40px 0;
  }

  div.product-pages p {
    width: 70%;
  }

  div.content .row.documentation-portal h4,div.content .row.product-downloads h4 {
    margin: 10px 0 25px 0;
  }

  div.content .row.documentation-portal p,div.content .row.product-downloads p {
    margin: 10px 0 0 0;
  }

  div.content .row.documentation-portal .btn-docs,div.content .row.product-downloads .btn-quick-view-download {
    margin-top: 0;
  }

  div.content.client-interface .shopping-cart-review .panel.information {
    margin: 0 0 50px 0;
  }

  div.content.client-interface .shopping-cart-review .panel {
    margin-bottom: 50px;
  }

  div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control.vat-prefix {
    width: 30%;
  }

  div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control.vat-suffix {
    width: 68%;
  }

  div.services-migration {
    padding: 50px 0 40px 0;
  }
}

@media (max-width:767px) {
  .md-only,.lg-only {
    display: none!Important;
  }

  header-checkout .container.menu .desktop-logo {
    display: none;
  }

  header-checkout .container.menu li.basket-items {
    margin-right: 50px;
  }

  header-checkout .container.menu .basket-items a.basket {
    margin: 0;
    height: 60px;
  }

  header-checkout .container.menu .basket-items a.basket span {
    top: 8px;
  }

  header-checkout .navbar-toggle {
    float: right;
    height: 60px;
    border: none;
    margin: 0 15px 0 0;
  }

  footer .container-fluid {
    padding: 10px 0;
  }

  div.home-banner {
    padding: 40px 0 0 0;
    background-size: cover;
    max-height: 280px;
    overflow: visible;
    margin-bottom: 30px;
  }

  div.home-banner h1 {
    font-size: 18px;
    margin: 0;
  }

  div.home-banner h2 {
    font-size: 27px;
    margin: 10px 0 0 0;
  }

  div.home-banner p.button {
    margin: 20px 0 0 0;
    line-height: 45px;
  }

  div.home-banner .btn-hero {
    font-size: 12px;
    padding: 15px 20px;
  }

  div.home-solutions {
    padding: 30px 0 10px 0;
  }

  div.home-solutions h3 {
    font-size: 20px;
  }

  div.home-solutions p.intro {
    max-width: 300px;
    margin: auto;
    font-size: 14px;
  }

  div.home-solutions .icon-blurb .icon {
    background: #51616b;
  }

  div.home-solutions .solution-holder .icon-blurb {
    margin: 10px 0;
  }

  div.home-solutions p.button {
    margin-bottom: 20px;
  }

  div.home-solutions p.feature {
    margin-left: auto;
    margin-right: auto;
  }

  div.home-banner .container {
    width: 320px!Important;
  }

  div.home-banner .allinone_carousel {
    margin-top: 30px;
  }

  div.subbanner {
    padding: 20px 0;
  }

  div.subbanner h1 {
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
  }

  div.subbanner h2 {
    font-size: 14px;
    margin-top: 0;
  }

  div.content {
    background: #FFF;
    padding: 30px 0;
  }

  div.content .thumbnail {
    box-shadow: none;
    padding: 0;
  }

  div.content h3.heading {
    display: none;
  }

  div.content p.blurb {
    border: none;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0 auto;
  }

  div.content .row.promotion {
    text-align: center;
  }

  div.content .row.promotion img {
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }

  div.content ul.category {
    text-align: center;
    padding: 25px 0 0 0;
  }

  div.content ul.category i.fas {
    display: none;
  }

  div.content ul.sitemap {
    padding: 25px 0 0 0;
    max-width: 300px;
    margin: auto;
  }

  div.content .local-time {
    text-align: center;
  }

  div.content .table.opening-hours {
    font-size: 12px;
  }

  div.content .payments-notice {
    text-align: center;
  }

  div.content .payments-notice h5 {
    margin: 40px 0 20px 0;
  }

  div.content p.bank {
    margin: 0!Important;
  }

  div.content .row.promotion p {
    max-width: 200px;
    margin: 20px auto;
  }

  div.content .row.promotion p.button {
    margin: auto;
  }

  div.product-hero .thumbnail.hero {
    padding: 20px;
  }

  div.product-hero .thumbnail.hero p.button {
    margin: 20px auto;
    text-align: center;
  }

  div.product-hero .thumbnail.hero p.button .btn-template-demo {
    display: block;
  }

  div.product-hero .thumbnail.order {
    padding: 30px 20px;
    margin: 30px 0 0 0;
  }

  div.product-support .thumbnail {
    margin: 20px 0 0 0;
  }

  div.product-support .icon-blurb .icon h3.heading {
    font-size: 15px!Important;
  }

  div.product-support .icon-blurb .icon i.fas {
    font-size: 24px!Important;
  }

  div.product-hero .carousel {
    display: none;
  }

  div.product-hero .thumbnail.hero h3,div.product-hero .thumbnail.hero hr {
    display: none;
  }

  div.product-hero .order .list-group i.fas {
    display: none;
  }

  div.product-hero .order .list-group-item,div.product-hero .order .list-group-item:last-child {
    border: none!Important;
    padding: 10px 0;
  }

  div.product-hero p.blurb {
    text-align: center;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 25px;
  }

  div.product-hero .btn-hero-demo {
    font-size: 12px;
    padding: 10px;
  }

  div.product-hero .order .list-group {
    margin-bottom: 30px;
  }

  div.product-hero .order h3 {
    text-align: center;
  }

  div.product-hero .order .list-group-item {
    text-align: center;
  }

  div.product-hero .order span.version {
    float: unset;
    display: block;
    margin: 7px auto 0 auto;
    width: fit-content;
  }

  div.product-hero .order .list-group-item>span.price {
    float: unset;
    display: block;
    margin-top: 5px;
  }

  div.product-hero .btn-hero-order {
    padding: 20px 15px;
    font-size: 16px;
  }

  div.product-hero .order hr.payments {
    margin-top: 30px;
  }

  div.account-login,div.product-support,div.seo-manager-social,div.product-row,div.services-core,div.services-template,div.product-hero,div.product-icons,div.product-features.service-installation,div.product-features.service-integration,div.product-features.service-configuration,div.product-features.custom-designs,div.product-faqs {
    padding: 30px 0;
  }

  div.services-template p.description {
    width: 100%;
  }

  div.product-row.addons-category {
    padding: 15px 0;
  }

  div.product-row.addons-category .thumbnail {
    margin: 15px 0;
  }

  div.custom-design-packages {
    padding: 10px 0 30px 0;
  }

  div.product-features h3,div.product-faqs h3,div.seo-manager-social h3 {
    font-size: 20px;
    border: none;
    margin: 0;
    padding: 0;
  }

  div.product-features p,div.product-faqs p {
    font-size: 14px;
  }

  div.product-icons h4 {
    font-size: 18px;
  }

  div.product-features {
    padding: 20px 0;
  }

  div.product-features.custom-designs hr {
    display: none;
  }

  div.product-features.custom-designs .row.features .thumbnail {
    padding: 20px 10px;
  }

  div.product-features.custom-designs .row.features .thumbnail h4 {
    font-size: 15px;
  }

  div.product-features.custom-designs .row.features .thumbnail h4 i.fas {
    font-size: 15px;
    vertical-align: baseline;
  }

  div.product-faqs p {
    margin-left: auto!Important;
    margin-right: auto!Important;
  }

  div.product-boxes {
    padding: 10px 0 30px 0;
  }

  div.product-boxes .thumbnail {
    padding: 20px 10px;
    margin: 20px 0 0 0;
  }

  div.product-pages {
    padding: 30px 0 20px 0;
  }

  div.product-pages img.showcase {
    margin: 30px auto 20px auto;
  }

  div.product-pages p {
    font-size: 14px;
    width: 80%;
  }

  div.product-pages h3 {
    font-size: 20px;
    width: 100%;
    margin: 0;
    border: 0;
  }

  div.product-pages .list-group {
    margin: 10px 0;
  }

  div.content .row.documentation-portal,div.content .row.product-downloads h4 {
    margin: 40px 0 20px 0;
    text-align: center;
  }

  div.content .row.documentation-portal p,div.content .row.product-downloads p {
    margin: 10px 0;
    text-align: center;
  }

  div.content .row.documentation-portal p i.fas,div.content .row.product-downloads p i.fas {
    display: none;
  }

  div.content .row.documentation-portal p.button,div.content .row.product-downloads p.button {
    margin-top: 40px;
  }

  div.content .row.documentation-portal.last,div.content .row.product-downloads.last {
    margin-bottom: 10px;
  }

  footer .container-fluid ol li i.fas.home {
    padding-right: 8px;
  }

  footer .container-fluid ol li i.fas.separator {
    margin: 0 6px 0 2px;
  }

  div.content.client-interface .shopping-cart-review table.cart-items,div.content.client-interface .shopping-cart-review .panel.information,div.content.client-interface .shopping-cart-review .panel.billing-information,div.content.client-interface .shopping-cart-review .panel.credit-balance,div.content .shopping-cart-review .panel.payment-methods,div.content.client-interface .shopping-cart-review .panel {
    margin-bottom: 30px;
  }

  div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body p.email-address,div.content.client-interface .shopping-cart-review .panel.billing-information h4.panel-title,div.content .shopping-cart-review .panel.payment-methods .panel-heading h4.panel-title,div.content.client-interface .shopping-cart-review .panel.credit-balance .panel-body,div.content.client-interface .shopping-cart-review .panel.credit-balance h4.panel-title {
    text-align: center;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-heading h4.panel-title {
    text-align: left;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-type {
    display: none;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .card-container {
    padding: 0;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-body {
    padding-top: 0;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-body p.form-field-label {
    margin-top: 25px;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label.enter-new {
    margin: 5px 0 0 0;
    display: block;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card p.form-field-label {
    margin-top: 25px;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.existing-card label {
    margin-bottom: 0px!Important;
  }

  div.content .shopping-cart-review .panel.payment-methods .panel-group .panel.credit-card .panel-body .row.new-cc.margin-top {
    margin-top: 0px!Important;
  }

  div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control.vat-prefix {
    width: 30%;
  }

  div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control.vat-suffix {
    width: 68%;
  }

  div.content.documentation-article .thumbnail.documentation-article-content {
    padding: 0;
  }

  div.content.documentation-article .thumbnail.documentation-article-content .jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
  }

  div.content.documentation-article .thumbnail.documentation-article-content .doc-section {
    padding: 15px 0;
  }

  div.content.documentation-article .thumbnail.documentation-article-content .doc-section h3 {
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }

  div.content.documentation-article .thumbnail.documentation-article-content .doc-section h4 {
    font-size: 14px;
    padding-bottom: 5px;
  }

  div.content.documentation-article .thumbnail.documentation-article-content ul.indented {
    padding-left: 0;
  }

  div.content.documentation-article .thumbnail.documentation-article-content code.large {
    font-size: 12px;
    padding: 5px;
    overflow: scroll;
  }

  div.services-migration .row.introduction h3,div.services-core h3 {
    font-size: 20px;
  }

  div.services-core .icon-blurb .icon {
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  div.services-core .icon-blurb .textarea {
    padding: 20px;
  }

  div.services-core .icon-blurb .textarea h3,div.services-core .icon-blurb .textarea p {
    text-align: center;
  }

  div.services-core .icon-blurb .textarea {
    float: unset;
  }

  div.services-core .icon-blurb {
    margin: 10px 0;
  }

  div.content.client-interface ul.nav-pills {
    width: fit-content;
    margin: auto;
  }

  .modal.product-download .modal-dialog.product-information .modal-content .modal-header-checkout h4 span.product-type {
    display: none;
  }

  .modal.product-download .modal-dialog.product-information .modal-content .modal-body .row.product-download .btn-primary-small {
    margin-bottom: 25px;
  }

  div.content.client-interface .view-ticket .panel.first {
    margin-top: 0;
  }

  .modal.product-download .modal-dialog.renew-support {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #ModalAjaxCart .modal-dialog {
    width: 95%;
    margin: 10px auto;
  }

  #ModalAjaxCart .modal-body .table-responsive {
    margin: 0;
    border: none;
  }

  #ModalAjaxCart .modal-body .table>thead>tr>th.item_description {
    width: 70%;
  }

  #ModalAjaxCart .modal-body .table>thead>tr>th.item_price {
    width: 20%;
  }

  #ModalAjaxCart .modal-body .table>thead>tr>th.item_remove {
    width: 10%;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td.image img {
    display: none;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td span.product-name {
    font-size: 14px;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td span.product-type {
    margin-top: 5px;
    font-size: 13px;
  }
}

@media (max-width:1199px) {
  .md-hide {
    display: none!Important;
  }

  div.product-faqs h5 {
    font-size: 13px;
  }

  div.product-boxes .thumbnail {
    padding: 25px;
  }

  div.product-row.addons-category .thumbnail img {
    margin: 0 auto;
  }

  div.product-row.addons-category .thumbnail p.description {
    width: 100%;
  }

  div.product-support .icon-blurb .icon {
    padding: 20px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  div.product-support .icon-blurb .textarea h3 {
    display: none;
  }

  div.product-support .icon-blurb .icon i.fas {
    font-size: 30px;
    vertical-align: sub;
  }

  div.product-support .icon-blurb .icon h3.heading {
    display: inline;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    margin-left: 15px;
    vertical-align: bottom;
  }

  div.product-support .icon-blurb .icon h3.heading span {
    color: #FFF;
  }

  div.product-support .icon-blurb .textarea {
    width: 100%;
    padding: 20px;
  }

  div.product-support .icon-blurb .textarea p {
    text-align: center;
    font-size: 13px;
  }

  div.product-support .requirements p {
    display: inline;
    font-size: 12px;
  }

  div.seo-manager-social h3 {
    margin-top: 0;
  }
}

@media (max-width:991px) {
  .sm-hide {
    display: none!Important;
  }

  header-checkout .container.menu {
    background: #334247;
  }

  header-checkout .container.support .promotion {
    float: unset;
    text-align: center;
  }

  header-checkout .navbar {
    min-height: 68px;
  }

  header-checkout .navbar-collapse.collapse {
    display: none!important;
  }

  header-checkout .navbar-collapse.collapse.in {
    display: block!important;
    border: none;
    box-shadow: none;
  }

  header-checkout .navbar-header-checkout .collapse,header-checkout .navbar-toggle {
    display: block!important;
  }

  header-checkout .navbar-header-checkout {
    float: none;
  }

  header-checkout .navbar-collapse {
    max-height: 280px;
    overflow-y: auto;
  }

  header-checkout .container.menu .navbar-default .navbar-toggle:focus,header-checkout .container.menu .navbar-default .navbar-toggle:hover {
    background: none;
    opacity: .8;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  header-checkout .navbar-toggler-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  header-checkout .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto!Important;
  }

  header-checkout .navbar-right {
    float: unset;
    margin: unset;
  }

  header-checkout .navbar-collapse {
    padding: 0;
  }

  header-checkout .navbar-default .navbar-nav>li>a:focus {
    color: #FFFFFF!Important;
  }

  header-checkout .navbar-default .navbar-nav>li>a:hover {
    color: #b5b5b5!Important;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }

  header-checkout .container.menu .caret {
    margin-top: 8px;
    margin-right: 22px;
    float: right;
  }

  header-checkout .container.menu .navbar-default .navbar-nav>li>a,header-checkout .container.menu .dropdown-menu>li>a {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-shadow: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans',sans-serif;
  }

  header-checkout .navbar-nav>li {
    float: unset;
    border-top: 1px solid #3a4b50;
  }

  header-checkout .container.menu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  header-checkout .container.menu .navbar-nav>li>.dropdown-menu {
    background: none;
    box-shadow: none;
  }

  header-checkout .container.menu .dropdown-menu>li>a {
    padding: 15px 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF!Important;
  }

  header-checkout .container.menu .dropdown-menu>li {
    border-top: 1px solid #394b50;
  }

  header-checkout .container.menu .dropdown-menu>li>a:focus {
    color: #FFFFFF!Important;
  }

  header-checkout .container.menu .dropdown-menu>li>a:hover {
    color: #b5b5b5!Important;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    background: none;
  }

  header-checkout .navbar-default .navbar-collapse,header-checkout .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border: none;
  }

  footer {
    padding: 0 0 20px 0;
    background-image: none;
    background: #3b484c;
    background: -moz-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
    background: -webkit-linear-gradient(top,#3b484c 0%,#2a3c42 100%);
    background: linear-gradient(to bottom,#3b484c 0%,#2a3c42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b484c',endColorstr='#2a3c42',GradientType=0);
  }

  footer .container-fluid {
    margin-bottom: 0;
    text-align: center;
  }

  footer .container-fluid a {
    font-size: 11px;
  }

  footer .container-fluid ol li i.fas.separator {
    margin: 0 7px 0 5px;
  }

  footer h4 {
    text-align: center;
    margin: 0;
    padding: 25px 0 10px 0;
  }

  footer .nav {
    text-align: center;
  }

  div.copyright .logo {
    margin: 0 auto;
  }

  div.copyright p {
    text-align: center;
    margin: 10px 0;
  }

  div.copyright .acceptedpayments {
    float: unset;
    margin: 0 auto 0 auto;
    display: table-header-checkout-group;
  }

  div.copyright .copyright-social {
    width: 80px;
    height: 30px;
    margin: 0 auto;
  }

  div.copyright .socialicons {
    margin: 0 5px;
  }

  div.home-solutions h3,div.home-solutions p {
    text-align: center;
  }

  #sidemenu {
    display: none;
  }

  div.home-solutions .solution-holder {
    margin: 0 72px 0 72px;
  }

  div.product-row h3.small,div.product-row p.template-intro,div.product-row p.button {
    text-align: center;
  }

  div.product-row p.feature {
    display: none;
  }

  div.product-row p.features {
    text-align: center;
    max-width: 320px;
    margin: auto;
  }

  div.product-row img {
    margin: 0 auto 30px auto;
    width: 80%;
  }

  div.product-row.addons-category img {
    width: auto;
  }

  div.product-row h3.small {
    margin-top: 0;
  }

  div.product-features .row {
    padding: 20px 0;
  }

  div.product-features h3 {
    text-align: center;
    margin-top: 0px!Important;
  }

  div.product-features p,div.seo-manager-social p {
    text-align: center;
    width: 80%;
    margin-left: auto!Important;
    margin-right: auto!Important;
  }

  div.product-features.custom-designs .row.features .thumbnail h4 {
    text-align: center;
  }

  div.product-features img {
    display: none;
  }

  div.product-icons .border {
    border: none;
  }

  div.product-icons .border img,div.product-icons .border i.fas {
    margin-top: 40px;
  }

  div.product-icons .border p.description {
    margin-bottom: 40px;
  }

  div.product-faqs h3 {
    text-align: center;
    margin-top: 0;
  }

  div.product-faqs p {
    text-align: center;
    width: 80%;
  }

  div.product-faqs p.button {
    width: 100%;
    margin-bottom: 50px;
  }

  div.custom-design-packages p.border i.fas {
    display: none;
  }

  div.custom-design-packages p.border {
    text-align: center;
    width: 60%;
    margin: auto;
    border-top: none;
    padding-top: 10px;
  }

  div.product-features.custom-designs hr {
    margin: 30px 0 0 0;
    border-color: #f7f9fb;
  }

  div.content hr.legal {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.product span.product-version {
    display: none;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-configuration {
    margin: 5px 0 0 0;
    padding: 0;
    border: none;
    display: block;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.image {
    width: 1%;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.image img {
    display: none;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-configuration {
    display: none;
  }

  div.content.client-interface .shopping-cart-review .panel.information .panel-heading.active a.panel-title {
    text-align: center;
  }

  div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.apply-code {
    text-align: center;
  }

  div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code .btn {
    margin: 20px auto 5px auto;
    display: block;
  }

  div.content.client-interface .form-control {
    text-align: center;
  }

  div.content.client-interface .account-interface .form-control {
    text-align: left;
  }

  div.content.client-interface .account-interface .recaptcha-container {
    padding-left: 0!Important;
  }

  div.content.client-interface .shopping-cart-review .panel.billing-information .panel-body .form-control,div.content .shopping-cart-review .panel.payment-methods .panel-group .panel .panel-body .form-control {
    text-align: left;
  }

  div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.promotion-success {
    text-align: center;
  }

  div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.blurb {
    margin: 15px 0;
    text-align: center;
    border: none;
  }

  div.content.client-interface .shopping-cart-review .panel.information .panel-body.promotion-code p.remove-code {
    text-align: center;
  }

  #frmConfigureProduct .form-control {
    text-align: left;
  }

  div.services-template .border {
    border: none;
    border-top: 1px solid #e0e4e6;
    border-bottom: 1px solid #e0e4e6;
    margin: 30px 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  div.services-core {
    text-align: center;
  }

  div.services-core h3 {
    text-align: center;
  }

  div.services-core p.button {
    margin-bottom: 45px;
  }

  div.services-core .icon-blurb .textarea {
    float: left;
  }

  div.services-migration .row.introduction h3,div.services-migration .row.introduction p {
    text-align: center;
  }

  div.seo-manager-social,div.seo-manager-social h3 {
    text-align: center;
  }

  div.product-features.seo-manager .carousel.seo-manager {
    float: unset;
    margin: 40px auto 20px auto;
  }
}

@media (max-width:767px) {
  .xs-hide {
    display: none!Important;
  }

  body {
    margin-top: 94px;
  }

  header-checkout .container.menu {
    min-height: 60px;
  }

  header-checkout .navbar-default {
    padding-top: 0;
  }

  header-checkout .container.menu .logo {
    margin-top: 17px;
  }

  div.home-solutions .solution-holder {
    max-width: 300px;
    margin: 30px auto;
    display: block;
  }

  div.home-solutions .icon-blurb .icon {
    margin: 0;
  }

  div.home-solutions .icon-blurb .icon {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 20px;
  }

  div.home-solutions .icon-blurb .textarea {
    display: inline-block;
    padding: 30px 20px;
    width: 100%;
  }

  div.home-solutions .icon-blurb .textarea h3 {
    text-align: center;
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
  }

  div.home-solutions .icon-blurb .textarea .btn-primary {
    font-size: 12px;
    margin-top: 20px;
    display: block;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td.product i.fas {
    display: none;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-configuration {
    display: none;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-type {
    display: none;
  }

  div.content.client-interface .shopping-cart-review .table.cart-items>tbody>tr>td span.product-name {
    font-size: 13px;
  }

  div.services-migration {
    padding: 30px 0 20px 0;
  }

  div.services-migration .row.introduction {
    padding-bottom: 20px;
  }

  div.services-migration .panel-default>.panel-heading .panel-title {
    font-weight: 400;
    font-size: 12px;
  }
}

@media (max-width:499px) {
  header-checkout .container.menu .navbar-default .navbar-nav>li>a,header-checkout .container.menu .dropdown-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
  }

  header-checkout .container.menu .dropdown-menu>li>a {
    padding: 10px 15px;
  }

  header-checkout .navbar-default .navbar-nav>li>a:hover,header-checkout .navbar-default .navbar-nav>li>a:focus {
    color: #FFFFFF!Important;
  }

  div.product-faqs i.fas.fa-question-circle,div.content .panel-default>.panel-heading i.fas.fa-question-circle,div.content .panel-default>.panel-heading i.fas.fa-chevron-circle-right {
    display: none;
  }

  div.product-faqs h5,div.content .panel-default>.panel-heading h5.panel-title {
    text-align: center;
    line-height: 20px;
    padding: 5px 0 0 0;
  }

  div.product-faqs .pull-right,div.content .panel-default>.panel-heading h5.panel-title .pull-right {
    display: block;
    float: unset!Important;
    margin-top: 10px;
    font-size: 20px;
  }

  div.product-faqs .pull-right i.fas,div.content .panel-default>.panel-heading h5.panel-title .pull-right i.fas {
    padding: 0;
  }

  div.content h4.faq-category,div.content .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    text-align: center;
  }

  div.content.client-interface .panel .nav-pills>li>a {
    padding: 10px;
    margin-right: 5px;
    font-size: 10px;
  }

  #ModalAjaxCart .modal-body {
    border: none;
  }

  #ModalAjaxCart .modal-body table {
    background: none;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td,#ModalAjaxCart .modal-body .table>tbody>tr>td.price {
    padding: 20px 15px;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td.product i.fas {
    display: none;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td span.product-name {
    font-size: 13px;
  }

  #ModalAjaxCart .modal-body .table>tbody>tr>td span.product-type {
    margin: 0;
    font-size: 12px;
  }

  #ModalAjaxCart .modal-body .table>thead>tr>th.item_price {
    border-top-right-radius: 5px;
  }

  #ModalAjaxCart .modal-body .table>thead>tr>th.item_remove,#ModalAjaxCart .modal-body .table>tbody>tr>td.remove {
    display: none;
  }

  #ModalAjaxCart .modal-footer {
    padding: 10px;
  }

  #ModalAjaxCart .modal-footer div.sub_total {
    float: unset;
    text-align: center;
    margin: 10px auto 20px auto;
  }

  #ModalAjaxCart .modal-footer div.sub_total p {
    font-size: 13px;
  }

  #ModalAjaxCart .modal-footer .btn-checkout {
    float: unset;
    display: block;
    width: 100%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
  header-checkout .container.support .navbar-nav>li>.dropdown-menu>li>a span.flag-icon {
    background-image: url(../img-retina/currencies/flags_sprite@2x.png);
    background-size: 23px 150px;
  }
}



