html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-headline {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.font-text {
  font-family: 'Roboto', sans-serif;
}
.background-color-red {
  background-color: #d50c2d;
}
.background-color-light-grey {
  background-color: #f5f5f5;
}
.background-color-grey {
  background-color: #ededed;
}
.background-color-black {
  background-color: #383838;
}
.background-color-yellow {
  background-color: #fdc400;
}
.background-color-dark-yellow {
  background-color: #e4b000;
}
.background-color-dark-grey {
  background-color: #5a5a5a;
}
.background-color-white {
  background-color: #ffffff;
}
.background-color-blue {
  background-color: #1979A2;
}
.background-color-dark-blue {
  background-color: #16688c;
}
.background-color-transparent {
  background-color: transparent;
}
.background-color-green {
  background-color: #59A219;
}
.background-color-dark-green {
  background-color: #4d8c16;
}
.box-shadow-default {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.text-transform-none {
  text-transform: none;
}
.margin-img {
  margin: 10px 0;
}
.color-red {
  color: #d50c2d;
}
.color-dark-red {
  color: #ae0a25;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #383838;
}
.color-yellow {
  color: #fdc400;
}
.color-dark-yellow {
  color: #e4b000;
}
.color-light-grey {
  color: #f5f5f5;
}
.color-grey {
  color: #ededed;
}
.color-dark-grey {
  color: #5a5a5a;
}
.color-blue {
  color: #1979A2;
}
.color-dark-blue {
  color: #16688c;
}
.color-green {
  color: #59A219;
}
.color-dark-green {
  color: #4d8c16;
}
.hyphens-text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.table-element-light {
  padding: 20px 0 20px 20px;
  background-color: #ededed;
  color: #383838;
  vertical-align: middle;
  border-bottom: solid 8px #ffffff;
}
.table-element-dark {
  padding: 30px 0 30px 15px;
  background-color: #383838;
  color: #ffffff;
  border-bottom: 8px solid #ffffff;
  vertical-align: middle;
}
.table-element-special {
  padding: 30px 0 30px 15px;
  background-color: #383838;
  color: #ffffff;
  border-bottom: 8px solid #ffffff;
  vertical-align: middle;
}
.text-underline:hover {
  border-bottom: 1px #d50c2d solid;
}
.gradient-light {
  background: linear-gradient(113deg, #f5f5f5, #5a5a5a);
}
.border-single-top-grey {
  border-top: 3px solid #dedede;
}
.border-single-bottom-grey {
  border-bottom: 3px solid #ededed;
}
.border-single-top-light-grey {
  border-top: 3px solid #f5f5f5;
}
.border-single-bottom-light-grey {
  border-bottom: 3px solid #f5f5f5;
}
.border-single-top-white {
  border-top: 3px solid #ffffff;
}
.border-single-bottom-white {
  border-bottom: 3px solid #ffffff;
}
.border-single-top-dark-grey {
  border-top: 3px solid #5a5a5a;
}
.border-single-bottom-dark-grey {
  border-bottom: 3px solid #4d8c16;
}
.border-top-grey-bottom-grey {
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #ededed;
}
.border-top-light-grey-bottom-light-grey {
  border-top: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5;
}
.border-top-white-bottom-white {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.border-top-dark-grey-bottom-dark-grey {
  border-top: 3px solid #5a5a5a;
  border-bottom: 3px solid #4d8c16;
}
.border-black {
  border: #383838 solid 2px;
}
.border-white {
  border: #ffffff solid 2px;
}
.border-red {
  border: #d50c2d solid 2px;
}
.border-grey {
  border: #dbdbdb solid 1px;
}
.border-grey-1px {
  border: #5a5a5a solid 1px;
}
.border-dark-grey {
  border: #4d8c16 solid 2px;
}
.border-none {
  border: none;
}
.border-none:hover,
.border-none:active,
.border-none:focus {
  border: none;
}
.border-radius-0 {
  border-radius: 0;
}
.padding-default {
  padding: 5px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-0-0-5-0 {
  padding: 0 0 5px 0;
}
.padding-0-0-10-0 {
  padding: 0 0 10px 0;
}
.padding-5-0-0-0 {
  padding: 5px 0 0 0;
}
.padding-20 {
  padding: 20px;
}
.padding-0-20 {
  padding: 0 20px;
}
.padding-50-20 {
  padding: 50px 20px;
}
.padding-70-20 {
  padding: 70px 20px;
}
.padding-10-20 {
  padding: 20px;
}
.padding-20-0-0-0 {
  padding-top: 20px;
}
.padding-30-0-0-0 {
  padding-top: 30px;
}
.padding-20-5 {
  padding: 20px 5px;
}
.padding-70-10-0-10 {
  padding: 70px 10px 0 10px;
}
.padding-70-20-20-20 {
  padding: 70px 20px 20px 20px;
}
.padding-0 {
  padding: 0;
}
.padding-0-20-0-0 {
  padding-right: 20px;
}
.padding-10-20 {
  padding: 10px 20px;
}
.padding-30 {
  padding: 30px;
}
.margin-0 {
  margin: 0;
}
.margin-0-0-20-0 {
  margin-bottom: 20px;
}
.margin-0-0-5-0 {
  margin-bottom: 5px;
}
.margin-20-0-0-0 {
  margin-top: 20px;
}
.margin-0-0-40-0 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .margin-xs-0-0-40-0 {
    margin-bottom: 40px;
  }
}
.margin-0-0-80-0 {
  margin-bottom: 80px;
}
.margin-30-0-0-0 {
  margin-top: 30px;
}
.margin-50-0-0-0 {
  margin-top: 50px;
}
.margin-100-0-0-0 {
  margin-top: 100px;
}
.text-shadow-default {
  text-shadow: 0 0 5px #000000;
}
.text-decoration-none {
  text-decoration: none !important;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0rem;
}
body strong {
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
body h1 {
  font-size: 2.3rem;
  margin: 0 0 .57em 0;
}
body h2 {
  font-size: 2rem;
  margin: 0 0 .75em 0;
}
body h3 {
  font-size: 1.17rem;
  margin: 0 0 .83em 0;
}
body h4 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
body h5 {
  font-size: .83rem;
  margin: 0 0 1.5em 0;
}
body h6 {
  font-size: .75rem;
  margin: 0 0 1.67em 0;
}
body p,
body ul {
  line-height: 1.6em;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 1.5rem;
  }
}
main a {
  color: #383838;
  text-decoration: underline;
  font-weight: 500;
}
main a:hover,
main a:active,
main a:focus {
  color: #d50c2d;
  text-decoration: underline;
}
main a:after {
  text-decoration: underline;
}
main a.link-single-internal:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 5px;
}
main a.link-single-external:after {
  content: "\f08e";
  font-family: FontAwesome;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 5px;
  bottom: -1px;
}
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:focus {
  color: #ffffff;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 500;
}
.font-size-small {
  font-size: 0.8rem;
}
.font-size-normal {
  font-size: 1.0rem;
}
.font-size-large {
  font-size: 1.2rem;
}
.font-size-large-xl {
  font-size: 1.8rem;
}
.font-size-large-xxl {
  font-size: 2.8rem;
}
.line-height-small {
  line-height: 1em;
}
.logo {
  max-height: 50px;
  max-width: 250px;
}
.logo-xs {
  width: 100px;
}
.logo-footer {
  margin-top: 20px;
  max-width: 250px;
}
.svg-icon {
  height: 16px;
}
ul.list-header-pre-section {
  font-size: 0.8rem;
  margin: 0;
  position: relative;
}
ul.list-header-pre-section a {
  color: #ffffff;
  text-decoration: none;
}
ul.list-header-pre-section li:first-child {
  padding-left: 0;
}
ul.list-header-pre-section.list-header-pre-section-right {
  text-align: right;
}
@media (max-width: 767px) {
  ul.list-header-pre-section.list-header-pre-section-right {
    text-align: center;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  ul.list-header-pre-section {
    text-align: center;
  }
}
.footer-pre-section {
  background-color: #d50c2d;
  padding: 20px 0 9px 0;
}
.footer-pre-section .footer-pre-section-element {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}
.footer-main-section {
  padding: 60px 0 0 0;
  background-color: #383838;
  color: #ffffff;
}
.footer-main-section ul li {
  line-height: 30px;
}
.footer-main-section ul li a {
  text-decoration: none !important;
  color: #ffffff;
  border: none;
}
.footer-main-section ul li a:hover,
.footer-main-section ul li a:active,
.footer-main-section ul li a:focus {
  border: none;
}
.footer-post-section {
  background-color: #383838;
  padding: 20px 0 30px 0;
  color: #9a9a9a;
  text-align: center;
}
.supplement-section {
  position: relative;
  top: -11px;
  z-index: 98;
}
.supplement-section h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  margin: 8px;
}
.supplement-section .supplement-element-left,
.supplement-section .supplement-element-middle,
.supplement-section .supplement-element-right {
  position: absolute;
  display: inline-block;
}
.supplement-section .supplement-element-left,
.supplement-section .supplement-element-right {
  width: 2%;
  height: 0;
}
.supplement-section .supplement-element-left {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 14px solid #ffffff;
}
.supplement-section .supplement-element-left.supplement-element-grey {
  border-right: 14px solid #ededed;
}
.supplement-section .supplement-element-left.supplement-element-light-grey {
  border-right: 14px solid #f5f5f5;
}
.supplement-section .supplement-element-left.supplement-element-red {
  border-right: 14px solid #d50c2d;
}
.supplement-section .supplement-element-left.supplement-element-black {
  border-right: 14px solid #383838;
}
.supplement-section .supplement-element-middle {
  background-color: #ffffff;
  height: 22px;
  left: 2%;
  width: 96%;
}
@media (max-width: 444px) {
  .supplement-section .supplement-element-middle {
    left: 3.5%;
    width: 93%;
  }
}
@media (min-width: 445px) and (max-width: 513px) {
  .supplement-section .supplement-element-middle {
    left: 3%;
    width: 94%;
  }
}
@media (min-width: 514px) and (max-width: 609px) {
  .supplement-section .supplement-element-middle {
    left: 2.5%;
    width: 95%;
  }
}
.supplement-section .supplement-element-middle.supplement-element-grey {
  background-color: #ededed;
}
.supplement-section .supplement-element-middle.supplement-element-light-grey {
  background-color: #f5f5f5;
}
.supplement-section .supplement-element-middle.supplement-element-red {
  background-color: #d50c2d;
}
.supplement-section .supplement-element-middle.supplement-element-black {
  background-color: #383838;
}
.supplement-section .supplement-element-right {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #ffffff;
  right: 0;
}
.supplement-section .supplement-element-right.supplement-element-grey {
  border-left: 14px solid #ededed;
}
.supplement-section .supplement-element-right.supplement-element-light-grey {
  border-left: 14px solid #f5f5f5;
}
.supplement-section .supplement-element-right.supplement-element-red {
  border-left: 14px solid #d50c2d;
}
.supplement-section .supplement-element-right.supplement-element-black {
  border-left: 14px solid #383838;
}
.inner-content-top-out-bottom-in {
  padding: 40px 0 60px 0;
}
@media (max-width: 1199px) {
  .inner-content-top-out-bottom-in {
    padding: 27px 0 40px 0;
  }
}
.inner-content-top-out-bottom-out {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .inner-content-top-out-bottom-out {
    padding: 27px 0;
  }
}
.inner-content-top-in-bottom-in {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .inner-content-top-in-bottom-in {
    padding: 40px 0;
  }
}
.inner-content-top-in-bottom-out {
  padding: 60px 0 40px 0;
}
@media (max-width: 1199px) {
  .inner-content-top-in-bottom-out {
    padding: 40px 0 27px 0;
  }
}
.inner-content-general-info {
  padding: 40px 0 0 0;
}
.inner-content-feature-info {
  padding: 10px 0 0 0;
}
.inner-content-error-page {
  padding: 105px 0;
}
@media (max-width: 1199px) {
  .inner-content-error-page {
    padding: 40px 0;
  }
}
.content-xl {
  margin: 120px 0 100px 0;
}
.inner-content-xs {
  padding: 10px 0;
}
.inner-content {
  padding: 30px 0;
}
.inner-content-xl {
  padding: 50px 0;
}
.header-content {
  padding: 100px 0;
}
.transition-animation-standard {
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  line-height: 1.6em;
}
.btn {
  text-decoration: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.btn.btn-white-light {
  color: #ffffff;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white-light:hover {
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white-light:active {
  box-shadow: inset 0 0 0 2px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white-light:focus {
  box-shadow: inset 0 0 0 2px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white {
  color: #383838;
  background-color: #ffffff;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white:hover {
  background-color: #ffffff;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white:active {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-white:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black-light {
  color: #383838;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #383838;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black-light:hover {
  color: #4c4c4c;
  box-shadow: inset 0 0 0 2px #4c4c4c;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black-light:active {
  box-shadow: inset 0 0 0 2px #4c4c4c, 0 0 0 2px rgba(56, 56, 56, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black-light:focus {
  box-shadow: inset 0 0 0 2px #4c4c4c, 0 0 0 2px rgba(56, 56, 56, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #383838;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black:hover {
  background-color: #4c4c4c;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black:active {
  box-shadow: 0 0 0 2px rgba(56, 56, 56, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-black:focus {
  box-shadow: 0 0 0 2px rgba(56, 56, 56, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey-light {
  color: #f5f5f5;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #f5f5f5;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey-light:hover {
  color: #ededed;
  box-shadow: inset 0 0 0 2px #ededed;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey-light:active {
  box-shadow: inset 0 0 0 2px #ededed, 0 0 0 2px rgba(245, 245, 245, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey-light:focus {
  box-shadow: inset 0 0 0 2px #ededed, 0 0 0 2px rgba(245, 245, 245, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey {
  color: #383838;
  background-color: #f5f5f5;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey:hover {
  background-color: #ededed;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey:active {
  box-shadow: 0 0 0 2px rgba(245, 245, 245, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-grey:focus {
  box-shadow: 0 0 0 2px rgba(245, 245, 245, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red-light {
  color: #d50c2d;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #d50c2d;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red-light:hover {
  color: #ae0a25;
  box-shadow: inset 0 0 0 2px #ae0a25;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red-light:active {
  box-shadow: inset 0 0 0 2px #ae0a25, 0 0 0 2px rgba(213, 12, 45, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red-light:focus {
  box-shadow: inset 0 0 0 2px #ae0a25, 0 0 0 2px rgba(213, 12, 45, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #d50c2d;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red:hover {
  background-color: #ae0a25;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red:active {
  box-shadow: 0 0 0 2px rgba(213, 12, 45, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-red:focus {
  box-shadow: 0 0 0 2px rgba(213, 12, 45, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow-light {
  color: #fdc400;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fdc400;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow-light:hover {
  color: #e4b000;
  box-shadow: inset 0 0 0 2px #e4b000;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow-light:active {
  box-shadow: inset 0 0 0 2px #e4b000, 0 0 0 2px rgba(253, 196, 0, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow-light:focus {
  box-shadow: inset 0 0 0 2px #e4b000, 0 0 0 2px rgba(253, 196, 0, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow {
  color: #383838;
  background-color: #fdc400;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow:hover {
  background-color: #e4b000;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow:active {
  box-shadow: 0 0 0 2px rgba(253, 196, 0, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-yellow:focus {
  box-shadow: 0 0 0 2px rgba(253, 196, 0, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green-light {
  color: #59A219;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #59A219;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green-light:hover {
  color: #4d8c16;
  box-shadow: inset 0 0 0 2px #4d8c16;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green-light:active {
  box-shadow: inset 0 0 0 2px #4d8c16, 0 0 0 2px rgba(89, 162, 25, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green-light:focus {
  box-shadow: inset 0 0 0 2px #4d8c16, 0 0 0 2px rgba(89, 162, 25, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green {
  color: #ffffff;
  background-color: #59A219;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green:hover {
  background-color: #4d8c16;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green:active {
  box-shadow: 0 0 0 2px rgba(89, 162, 25, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-green:focus {
  box-shadow: 0 0 0 2px rgba(89, 162, 25, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue-light {
  color: #1979A2;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1979A2;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue-light:hover {
  color: #16688c;
  box-shadow: inset 0 0 0 2px #16688c;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue-light:active {
  box-shadow: inset 0 0 0 2px #16688c, 0 0 0 2px rgba(25, 121, 162, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue-light:focus {
  box-shadow: inset 0 0 0 2px #16688c, 0 0 0 2px rgba(25, 121, 162, 0.2);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue {
  color: #ffffff;
  background-color: #1979A2;
  box-shadow: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue:hover {
  background-color: #16688c;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue:active {
  box-shadow: 0 0 0 2px rgba(25, 121, 162, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.btn.btn-blue:focus {
  box-shadow: 0 0 0 2px rgba(25, 121, 162, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.box-pre-gradient:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30px;
  bottom: 100%;
  width: 100%;
  height: 45px;
  left: -10%;
  right: -10%;
  background: -webkit-radial-gradient(60% 100%, ellipse cover, rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 50%);
}
.box-post-gradient {
  position: relative;
}
.box-post-gradient:after {
  content: "";
  position: absolute;
  z-index: -4;
  top: 100%;
  bottom: 0;
  width: 100%;
  height: 55px;
  left: -10%;
  right: -10%;
  background: -webkit-radial-gradient(60% -3%, ellipse cover, rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 50%);
}
a:focus {
  text-decoration: none;
}
.table-products thead {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.table-products thead tr th {
  padding: 30px 0 30px 15px;
  background-color: #383838;
  color: #ffffff;
  border-bottom: 8px solid #ffffff;
  vertical-align: middle;
}
.table-products thead tr th .price {
  text-align: right;
  padding-right: 20px;
}
.table-products thead tr td {
  padding: 30px 0 30px 15px;
  background-color: #383838;
  color: #ffffff;
  border-bottom: 8px solid #ffffff;
  vertical-align: middle;
}
.table-products tbody tr.product-normal {
  font-family: 'Roboto', sans-serif;
}
.table-products tbody tr.product-normal th {
  padding: 20px 0 20px 20px;
  background-color: #ededed;
  color: #383838;
  vertical-align: middle;
  border-bottom: solid 8px #ffffff;
  max-width: 200px;
}
.table-products tbody tr.product-normal td {
  padding: 20px 0 20px 20px;
  background-color: #ededed;
  color: #383838;
  vertical-align: middle;
  border-bottom: solid 8px #ffffff;
  max-width: 200px;
}
.table-products tbody tr.product-normal td .price {
  text-align: right;
  padding-right: 20px;
}
.table-products tbody tr.product-normal td .price h5 {
  font-weight: 500;
  font-size: 1.8rem;
}
.table-products tbody tr.product-normal td .price .price-addition {
  clear: both;
  text-align: right;
  font-size: 0.8rem;
  padding: 0 0 10px 0;
}
.table-products tbody tr.product-special {
  font-family: 'Roboto', sans-serif;
}
.table-products tbody tr.product-special th {
  padding: 30px 0 30px 15px;
  background-color: #383838;
  color: #ffffff;
  border-bottom: 8px solid #ffffff;
  vertical-align: middle;
  max-width: 200px;
}
.table-products tbody tr.product-special td {
  padding: 30px 0 30px 15px;
  background-color: #383838;
  color: #ffffff;
  border-bottom: 8px solid #ffffff;
  vertical-align: middle;
  max-width: 200px;
}
.table-products tbody tr.product-special td .price {
  text-align: right;
  padding-right: 20px;
}
.table-products tbody tr.product-special td .price h5 {
  color: #fdc400;
  font-weight: 500;
  font-size: 1.8rem;
}
.table-products tbody tr.product-special td .price .price-addition {
  clear: both;
  text-align: right;
  font-size: 0.8rem;
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  .align-sm-center {
    margin: 0 auto;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
  .align-sm-center {
    margin: 0 auto;
  }
}
.trust-icons {
  width: 100%;
}
.trust-icons li {
  width: 16%;
}
.social-media-icon-facebook,
.social-media-icon-youtube {
  color: #ffffff;
}
li.social-icons {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 991px) {
  li.social-icons {
    justify-content: flex-start;
  }
  li.social-icons a {
    margin-right: 5px;
  }
}
li.social-icons a {
  display: inline-block;
  min-width: 32px;
}
@media (max-width: 767px) {
  li.social-icons {
    margin-top: 20px;
  }
}
.big-icon {
  font-size: 7rem;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 500;
  background-color: #f5f5f5;
  color: #383838;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:active,
.pagination > li > span:active,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #383838;
  text-decoration: underline;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #d50c2d;
}
#promo-block {
  position: relative;
  background: #d50c2d;
  padding: 19px 0 14px 0;
  z-index: 3;
}
#promo-block .promo-entry {
  padding: 0 50px;
}
#promo-block .promo-entry .promo-text {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}
#promo-block .promo-entry .promo-text a {
  color: #ededed;
  text-decoration: underline;
}
#promo-block .promo-hide {
  cursor: pointer;
  font-size: 0.8rem;
  color: #ffffff;
}
.swiper-container {
  background: transparent;
}
.dl-horizontal {
  margin: 10px 0;
}
.price-offer h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
}
.config-panel-section {
  background-color: #ffffff;
  border: #5a5a5a solid 1px;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.config-panel-section-not-first {
  background-color: #ffffff;
  border: #5a5a5a solid 1px;
  border-top: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.config-panel-element-left {
  padding: 20px;
  display: table-cell;
}
.config-panel-element {
  padding: 20px;
  display: table-cell;
}
.config-panel-element-right {
  background-color: #f5f5f5;
  border: #5a5a5a solid 1px;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  padding: 20px;
  display: table-cell;
}
.config-panel {
  background-color: #ffffff;
  padding: 20px;
  border: #5a5a5a solid 1px;
}
.config-panel-border-top-0 {
  background-color: #ffffff;
  padding: 20px;
  border: #5a5a5a solid 1px;
  border-top: 0;
}
.panel-group {
  margin-bottom: 5px;
}
.panel-group .panel {
  box-shadow: none;
}
.panel-group .panel-default {
  border: none;
}
.panel-group .panel-default .panel-heading {
  background-color: #ffffff;
  color: #383838;
  border: none;
  padding: 20px 15px;
}
.panel-group .panel-body {
  background-color: #f5f5f5;
}
.text-link {
  color: #383838;
}
.figure-default {
  text-align: center;
}
@media (max-width: 991px) {
  .figure-default {
    margin-bottom: 40px;
  }
}
.info-box {
  text-align: center;
  background-color: #ffffff;
}
.info-box.info-box-with-icon {
  margin-top: 70px;
}
.info-box.info-box-with-icon .info-box-content {
  line-height: 1.6em;
  padding: 70px 20px 20px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-box.info-box-with-icon .info-box-content {
    min-height: 200px;
  }
  .info-box.info-box-with-icon .info-box-content.info-box-content-cta {
    min-height: 0;
  }
  .info-box.info-box-with-icon .info-box-content.info-box-content-support {
    min-height: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .info-box.info-box-with-icon .info-box-content {
    min-height: 170px;
  }
  .info-box.info-box-with-icon .info-box-content.info-box-content-support {
    min-height: 260px;
  }
  .info-box.info-box-with-icon .info-box-content.info-box-content-startpage {
    min-height: 246px;
    padding: 70px 10px 20px 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 1200px) {
  .info-box.info-box-with-icon .info-box-content {
    min-height: 230px;
  }
  .info-box.info-box-with-icon .info-box-content.info-box-content-support {
    min-height: 260px;
  }
}
.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3 > a {
  text-decoration: none;
}
.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3 > a:hover,
.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3 > a:focus,
.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3 > a:active {
  color: #383838;
}
.info-box.info-box-with-icon .info-box-icon-container {
  position: relative;
  display: block;
}
.info-box.info-box-with-icon .info-box-icon-container .info-box-icon {
  left: 50%;
  top: -55px;
  position: absolute;
  display: inline-block;
}
.info-box.info-box-with-icon .info-box-icon-container .info-box-icon img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-left: -100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.info-box.info-box-with-icon .info-box-icon-container .info-box-icon img:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.info-box.info-box-with-icon .info-box-icon-container .info-box-icon img.hover-none:hover {
  box-shadow: none;
  transition: none;
}
.info-box.info-box-with-border-top {
  border-top: 3px solid #dedede;
}
.info-box .info-box-pre {
  text-align: center;
  color: #ffffff;
  background-color: #383838;
  padding: 10px;
}
.info-box .info-box-pre h4 {
  font-size: 1.2rem;
  margin: 0;
}
.info-box .info-box-content {
  padding: 20px;
}
.info-box .info-box-ref {
  color: #ffffff;
  padding: 17px 20px;
  background-color: #383838;
}
.info-box .info-box-ref .info-box-price {
  padding: 0 0 10px 0;
  color: #fdc400;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1em;
}
.info-box .info-box-ref .info-box-price span {
  font-size: 0.8rem;
  margin-left: -10px;
}
.info-box .info-box-ref.info-box-ref-small {
  padding: 10px;
}
.img-hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-hover:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.startpage-header {
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0 141px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .startpage-header {
    padding: 50px 0 61px 0;
  }
}
@media (max-width: 767px) {
  .startpage-header {
    padding: 35px 0 46px 0;
  }
}
ul.list-big-headlines li {
  text-shadow: 0 0 5px #000000;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
ul.list-big-headlines li:nth-child(odd) {
  font-weight: 300;
}
ul.list-big-headlines li:nth-child(odd) h1,
ul.list-big-headlines li:nth-child(odd) h2 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 300;
  line-height: 0.9em;
}
ul.list-big-headlines li:nth-child(odd) h1.headline-single,
ul.list-big-headlines li:nth-child(odd) h2.headline-single {
  font-weight: 400;
}
ul.list-big-headlines li:nth-child(even) {
  font-weight: 500;
}
@media (max-width: 767px) {
  ul.list-big-headlines li {
    font-size: 1rem;
  }
  ul.list-big-headlines li:nth-child(odd) h1,
  ul.list-big-headlines li:nth-child(odd) h2 {
    font-size: 1.2rem;
  }
}
.page-header-with-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.page-header-icon {
  max-width: 130px;
}
.page-header-icon[src$=".png"] {
  max-width: 100%;
}
.header-background-image {
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 81px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-background-image {
    padding: 40px 0 51px 0;
  }
}
@media (max-width: 767px) {
  .header-background-image {
    padding: 25px 0 36px 0;
  }
}
.background-image-cta-server-auction {
  background: #ffffff url("../images/cta/server-auction.jpg") no-repeat left;
  background-size: cover;
}
.background-image-cta-domain {
  background: #ffffff url("../images/cta/domain-search.jpg") no-repeat left;
  background-size: cover;
}
hr {
  margin: 0;
}
.hr-dark {
  background-color: #5a5a5a;
  height: 2px;
  border-top: 0;
  border-bottom: 0;
}
.hr-grey {
  background-color: #ededed;
  height: 2px;
  border-top: 0;
  border-bottom: 0;
}
.hr-light {
  background: #ffffff;
  height: 2px;
  border-top: 0;
  border-bottom: 0;
}
.blog-preview {
  margin-bottom: 20px;
}
.blog-preview .blog-preview-content {
  padding: 20px;
  color: #ffffff;
}
.blog-preview small {
  font-weight: 500;
}
.blog-preview a {
  color: #ffffff;
  cursor: pointer;
}
blockquote {
  font-style: italic;
}
.blockquote-light {
  border-left: 2px solid #f5f5f5;
}
.blockquote-dark {
  border-left: 3px solid grey;
}
a.link-color-white {
  color: #ffffff;
}
a.link-color-white:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.link-color-white:active {
  color: #ffffff;
  text-decoration: underline;
}
a.link-color-white:focus {
  color: #ededed;
  text-decoration: underline;
}
.link-color-red {
  color: #d50c2d;
}
.link-color-red:hover {
  color: #ae0a25;
}
.link-color-green {
  color: #59A219;
}
.link-color-green:hover,
.link-color-green:active {
  color: #4d8c16;
}
.lead {
  font-weight: 400;
}
.lead-xl {
  font-size: 1.8rem;
}
small {
  font-size: 0.8rem;
}
blockquote {
  font-size: 1.0rem;
}
pre {
  font-size: 0.8rem;
}
.vcenter {
  vertical-align: middle;
}
.label {
  padding: 3px 7px;
  font-weight: 500;
}
.label-blue {
  background-color: #1979A2;
}
.label-red {
  background-color: #d50c2d;
}
.label-yellow {
  background-color: #fdc400;
}
.label-green {
  background-color: #59A219;
}
.label-black {
  background-color: #383838;
}
.label-black-light {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #383838;
  color: #383838;
}
@media (min-width: 768px) {
  .clippath-up {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 90% 0%, 100% 100%, 0% 100%, 0% 100%);
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .clippath-down {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 94% 100%, 0% 100%, 0% 100%);
  }
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.operating-system {
  margin: 0 7px;
}
.list-element-features {
  padding: 5px;
}
.list-element-features a {
  color: #d50c2d;
}
.list-element-features a:hover {
  border-bottom: 1px #d50c2d solid;
}
.list-element-features figure > i {
  font-size: 4rem;
  color: #666;
}
.list-element-features span {
  font-weight: 500;
  font-size: 0.8rem;
}
.tooltip-icon {
  color: #383838;
}
.topbar-nav {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.topbar-nav .topbar-nav-header {
  padding: 11px 20px;
  background-color: #383838;
}
.topbar-nav .topbar-nav-header h3 {
  color: #ffffff;
  margin: 0;
}
.topbar-nav .topbar-nav-content-container {
  border-right: 2px solid #ededed;
}
.topbar-nav .topbar-nav-content-container.last,
.topbar-nav .topbar-nav-content-container.search-bar {
  border-right: none;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content {
  padding: 15px 20px;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content .form-group {
  margin: 0;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box {
  margin-bottom: 20px;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box.last {
  margin-bottom: 0;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box h4 {
  margin-bottom: 10px;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box form.form-topbar-slider-box-checkbox .checkbox {
  margin: 0 10px 10px 0;
  padding-left: 8px;
  line-height: 1.6em;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box form.form-topbar-slider-box-checkbox .checkbox {
    font-size: 0.8rem;
  }
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box .irs-with-grid {
  height: 60px;
}
.topbar-nav .topbar-nav-content-container .topbar-nav-content.last {
  border-top: 2px solid #ededed;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .topbar-nav .topbar-nav-content-container {
    border: none;
  }
  .topbar-nav .topbar-nav-content-container:first-child {
    padding-top: 10px;
  }
  .topbar-nav .topbar-nav-content-container.search-bar > :last-child {
    padding: 20px;
  }
  .topbar-nav .topbar-nav-content-container .topbar-nav-content {
    padding: 0 20px 0 20px;
  }
  .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box {
    margin-bottom: 0;
  }
  .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box h4 {
    margin-bottom: 5px;
  }
  .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box form.form-topbar-slider-box-checkbox {
    margin-top: 10px;
  }
  .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box .form-group > select {
    margin-bottom: 20px;
  }
}
.sidebar-nav {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.sidebar-nav .sidebar-nav-header {
  padding: 11px 20px;
  background-color: #383838;
}
.sidebar-nav .sidebar-nav-header h3 {
  color: #ffffff;
  margin: 0;
}
.sidebar-nav .sidebar-nav-content {
  padding: 15px 20px;
}
.sidebar-nav .sidebar-nav-content .checkbox {
  padding-left: 8px;
  line-height: 1.6em;
}
.sidebar-nav .sidebar-nav-content .form-group {
  margin: 0;
}
.sidebar-benefits {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  padding: 20px;
}
@media (max-width: 767px) {
  .sidebar-benefits {
    margin: 0 0 20px 0;
  }
}
.sidebar-benefits ul.list-benefits {
  margin: 0;
  padding-left: 20px;
}
.sidebar-benefits ul.list-benefits li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.sidebar-benefits ul.list-benefits li:last-child {
  margin-bottom: 0;
}
.sidebar-benefits ul.list-benefits li:before {
  left: 37px;
  content: "\f05d";
  font-family: FontAwesome;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  color: #59A219;
}
.min-height-280 {
  min-height: 280px;
}
.min-height-100 {
  min-height: 100px;
}
.min-height-165 {
  min-height: 165px;
}
.min-height-325 {
  min-height: 325px;
}
.icon-award {
  width: 30%;
}
.svg-icon-width-100 {
  width: 100px;
}
.no-wrap {
  white-space: nowrap;
}
.video-youtube {
  width: 100%;
  min-height: 315px;
}
.radio-button-section input[type="radio"] {
  display: none;
}
.radio-button-section label {
  cursor: pointer;
  display: inline-block;
  color: #383838;
  border: #dbdbdb solid 1px;
  width: 30%;
  font-size: 0.8rem;
}
.radio-button-section input[type="radio"]:checked + label {
  background-color: #383838;
  color: #ffffff;
}
.list-color-white li,
.list-color-white li > a {
  color: #ffffff;
}
.accordion-header {
  cursor: pointer;
}
.accordion-header:focus {
  outline: none;
}
.ui-accordion-header-collapsed,
.ui-accordion-content-active {
  margin-bottom: 5px;
}
.navbar-default {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  border-bottom: none;
}
.navbar-logo {
  height: 100%;
}
.navbar-brand {
  height: 60px;
}
.navbar-fixed-top {
  min-height: 80px;
}
.accordion-header span.ui-accordion-header-icon {
  color: #383838;
  display: inline;
  float: right;
}
.collapse-wrapper {
  cursor: pointer;
}
.box-shadow-red-border-bottom {
  background-color: #f5f5f5;
}
.box-shadow-red-border-bottom:active {
  box-shadow: none;
  background-color: #ededed;
}
.border-card {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
}
.list-sidebar-navigation {
  margin: 0;
}
.list-sidebar-navigation li.list-sidebar-navigation-item {
  margin: 0 0 3px 0;
}
.list-sidebar-navigation li.list-sidebar-navigation-item:last-child {
  margin: 0;
}
.list-sidebar-navigation li.list-sidebar-navigation-item a {
  text-decoration: none;
  font-weight: 400;
}
.list-sidebar-navigation li.list-sidebar-navigation-item a:hover {
  text-decoration: underline;
}
.list-sidebar-navigation li.list-sidebar-navigation-item a.link-active {
  font-weight: 500;
  color: #d50c2d;
}
.list-card {
  margin: 0;
}
.list-card li {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 0 3px 0;
}
.list-card li:last-child {
  margin: 0;
}
.list-card li.additional-info h4 {
  color: #59A219;
}
.list-card li.additional-info p {
  font-style: italic;
  color: #5a5a5a;
}
.list-card li.additional-info p:last-child {
  margin: 0;
}
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/
#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
@media (max-width: 768px) {
  .img-responsive-xs {
    width: 100%;
  }
}
.box-shadow-none {
  box-shadow: none !important;
}
.box-shadow-none:focus,
.box-shadow-none:active,
.box-shadow-none:hover {
  box-shadow: none !important;
}
.figure-article {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  font-size: 0.8rem;
}
.figure-article figcaption {
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.figure-article-2 {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .figure-article-2 {
    max-width: 300px;
    margin: 0 0 20px 20px;
  }
}
.figure-article-2 figcaption {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  line-height: 1.4em;
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 3px solid #ededed;
}
main {
  margin-top: 90px;
}
@media (max-width: 767px) {
  main {
    margin-top: 114px;
  }
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-logo {
  height: 100%;
}
.navbar-brand {
  height: 60px;
}
.navbar-fixed-top {
  min-height: 60px;
}
.navbar-nav > li > a {
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: none;
  line-height: 61px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header-pre-section {
  background-color: #383838;
  padding: 5px;
  display: table;
  width: 100%;
}
nav.shrink #header-pre-section {
  display: none;
}
.height-100 {
  min-height: 100%;
  height: 100%;
}
.vertical-align-middle {
  vertical-align: middle;
  display: table-cell;
}
.max-width-100 {
  max-width: 100px;
}
.breadcrumb-1 {
  color: #ffffff;
}
.nopadding-nomargin {
  padding: 0 !important;
  margin: 0 !important;
}
.dropdown-menu-element-info-box {
  background-color: #5a5a5a;
  padding: 5px 10px;
  color: #f5f5f5;
  font-size: 0.8rem;
  line-height: 1.6em;
  font-style: italic;
}
table.product-overview {
  background-color: #ffffff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #E3E3EC;
  border-collapse: collapse;
  border-spacing: 0;
}
table.product-overview thead tr th {
  border: 1px solid #696969;
  padding: 12px 20px;
  background-color: #5a5a5a;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
table.product-overview thead tr th:nth-child(n+2) {
  text-align: center;
}
table.product-overview thead tr th:nth-child(n+2) a {
  color: #ffffff;
}
table.product-overview tbody tr:last-child {
  border: none;
}
table.product-overview tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.product-overview tbody tr td {
  border-top: 1px solid #E3E3EC;
  font-weight: normal;
  padding: 12px 10px;
  font-size: 0.8rem;
}
table.product-overview tbody tr td:nth-child(n+2) {
  font-weight: 400;
  border-left: 1px solid #E3E3EC;
  text-align: center;
}
table.product-overview tbody tr td:nth-child(n+2) p,
table.product-overview tbody tr td:nth-child(n+2) ul {
  font-size: 14px;
  margin: 0;
}
table.product-overview-card {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
table.product-overview-card thead tr th {
  line-height: 1em;
  border-left: 1px solid #696969;
  padding: 12px 10px;
  background-color: #5a5a5a;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
table.product-overview-card thead tr th:nth-child(n+2) {
  text-align: center;
}
table.product-overview-card thead tr th:nth-child(n+2) a {
  color: #ffffff;
  text-decoration: none;
}
table.product-overview-card thead tr th:nth-child(n+2) a:hover {
  color: #fdc400;
}
table.product-overview-card thead tr th:nth-child(n+2) a:active {
  color: #e4b000;
}
table.product-overview-card thead tr th:nth-child(2) {
  border-left: 1px solid #E3E3EC;
}
table.product-overview-card thead tr th:nth-child(odd) {
  background-color: #383838;
}
table.product-overview-card thead tr th:nth-child(odd):first-child {
  background-color: #ededed;
  border: none;
}
table.product-overview-card thead tr th:last-child {
  border-right: 1px solid #E3E3EC;
}
table.product-overview-card thead tr.row-product-new th {
  border-left: 1px solid transparent;
  background-color: transparent;
  padding: 0;
  vertical-align: bottom;
}
table.product-overview-card thead tr.row-product-new th:last-child {
  border-right: 1px solid transparent;
}
table.product-overview-card thead tr.row-product-new th .product-matrix-addon {
  padding: 6px 0 5px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-size: .8em;
}
table.product-overview-card thead tr.row-product-new th .product-matrix-addon.addon-red {
  background-color: #d50c2d;
}
table.product-overview-card thead tr.row-product-new th .product-matrix-addon.addon-green {
  background-color: #59A219;
}
table.product-overview-card thead tr.row-product-new th .product-matrix-addon.addon-yellow {
  background-color: #fdc400;
  color: #383838;
}
table.product-overview-card thead tr.row-product-new th:last-child .product-new {
  margin-right: 1px;
}
table.product-overview-card tbody tr td {
  background-color: #ffffff;
  padding: 10px 5px;
  border-left: 1px solid #E3E3EC;
  text-align: center;
}
table.product-overview-card tbody tr td .price-starting-at {
  font-size: 0.8rem;
  font-weight: 500;
}
table.product-overview-card tbody tr td .matrix-price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
}
table.product-overview-card tbody tr td .matrix-price-container {
  margin-bottom: 11px;
  margin-top: 5px;
}
table.product-overview-card tbody tr td:first-child {
  background-color: #ededed;
  border: none;
}
table.product-overview-card tbody tr td:last-child {
  border-right: 1px solid #E3E3EC;
}
table.product-overview-card tbody tr td.price-additional {
  color: #383838;
  font-weight: 500;
  font-size: 0.8rem;
}
table.product-overview-card tbody tr td.price-additional.special-offer {
  padding: 0;
}
table.product-overview-card tbody tr td.price-additional.special-offer .old-setup-fee {
  text-decoration: line-through;
  font-size: 0.8rem;
}
table.product-overview-card tbody tr td.price-additional.special-offer .old-setup-fee {
  text-decoration: line-through;
}
table.product-overview-card tbody tr td.price-additional.special-offer .new-setup-fee {
  display: block;
  color: #59A219;
  padding-bottom: 5px;
}
table.product-overview-card tbody tr td.price-additional.special-offer .no-setup-fee {
  background-color: #59A219;
  padding: 10px 5px;
  color: #ffffff;
  margin-top: 5px;
  font-size: 0.8rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  table.product-overview-card tbody tr td.price-additional.special-offer .no-setup-fee {
    font-size: 10px;
  }
}
table.product-overview-card tbody tr td.price-additional.datacenter-location {
  border-bottom: 1px solid #E3E3EC;
}
table.product-overview-card tbody tr td.price-additional.datacenter-location .flag-container span {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 0;
  cursor: default;
}
table.product-overview-card tbody tr td.price-additional.datacenter-location .flag-container span:not(:first-child) {
  margin-left: 5px;
}
table.product-overview-card tbody tr td .product-indicator {
  font-size: 0.8rem;
  margin: 5px 0 0 0;
}
@media (max-width: 1199px) {
  table.product-overview-card tbody tr td .product-indicator {
    font-size: 0.7rem;
  }
}
table.product-overview-card tbody tr td .product-indicator a {
  cursor: pointer;
}
table.product-overview-card tbody tr td .product-indicator.product-indicator-first {
  margin: 0;
}
table.product-overview-card tbody tr td .product-indicator.product-indicator-text {
  margin: 0 0 5px 0;
}
table.product-overview-card tbody tr td .duration {
  font-size: 0.8rem;
  line-height: 1em;
  padding-bottom: 5px;
}
table.product-overview-card tbody tr td .duration:last-child {
  padding-bottom: 0;
}
table.product-overview-card tbody tr td.details {
  padding-top: 0;
}
table.product-overview-card tbody tr:nth-child(2) td {
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #E3E3EC;
}
table.product-overview-card tbody tr:nth-child(2) td:first-child {
  border-bottom: none;
}
button.collapse-container-button {
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  padding: 11px 20px;
  background-color: #383838;
  border-top: 1px solid #444444;
  border-radius: 0;
}
button.collapse-container-button:hover {
  background-color: #444444;
  cursor: pointer;
}
button.collapse-container-button:active {
  background-color: #5a5a5a;
}
button.collapse-container-button span.collapse-icon-right {
  line-height: 1em;
}
button.collapse-container-button span.collapse-icon-right:after {
  font-family: FontAwesome;
  content: "\f054";
}
button.collapse-container-button span.collapse-icon-right.collapse-icon-small {
  font-size: 0.8rem;
}
button.collapse-container-button span.headline {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 0;
  text-align: left;
  display: block;
  line-height: 1em;
}
button.collapse-container-button span.headline.headline-small {
  font-size: 0.8rem;
}
button.collapse-container-button.collapse-container-white {
  background-color: #ffffff;
  color: #383838;
}
button.collapse-container-button:first-child {
  border-top: none;
}
button.collapse-container-button[aria-expanded="true"] span.collapse-icon-right:after {
  font-family: FontAwesome;
  content: "\f078";
}
.matrix-pre-section,
.collapse-container {
  border-top: 1px solid #444444;
  background-color: #383838;
  padding: 11px 20px;
  color: #ffffff;
}
.matrix-pre-section:hover,
.collapse-container:hover {
  background-color: #444444;
  cursor: pointer;
}
.matrix-pre-section:active,
.collapse-container:active {
  background-color: #5a5a5a;
}
.matrix-pre-section span,
.collapse-container span,
.matrix-pre-section .collapse-icon-right,
.collapse-container .collapse-icon-right {
  line-height: 1em;
}
.matrix-pre-section .collapse-icon-right:after,
.collapse-container .collapse-icon-right:after {
  font-family: FontAwesome;
  content: "\f054";
}
.matrix-pre-section.collapse-container-white,
.collapse-container.collapse-container-white {
  border: 0;
  background-color: #ffffff;
  color: #383838;
}
.matrix-pre-section h3,
.collapse-container h3 {
  font-size: 1.0rem;
  margin: 0;
}
.collapse-container[aria-expanded="true"] .collapse-icon-right:after {
  font-family: FontAwesome;
  content: "\f078";
}
table.table-list {
  margin: 0;
}
table.table-list thead > tr > th {
  background-color: #5a5a5a;
  color: #ffffff;
  text-align: center;
}
table.table-list thead > tr > th:first-child {
  text-align: right;
}
table.table-list tbody > tr > td {
  text-align: center;
}
table.table-list tbody > tr > td:first-child {
  text-align: right;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  width: 250px;
}
table.table-list tbody > tr > td:first-child small {
  text-transform: none;
  font-weight: 300;
}
table.table-list tbody > tr > td ul {
  margin: 0;
}
ul.list-items {
  margin: 0;
}
ul.list-items li {
  background-color: #ffffff;
  padding: 7px 20px;
}
ul.list-items li:nth-child(even) {
  background-color: #f5f5f5;
}
ul.list-items li:nth-child(even):last-child {
  border: none;
}
.collapse-info {
  color: #5a5a5a;
  font-size: 0.7rem;
  margin-top: 10px;
  line-height: 1.4em;
  text-align: justify;
}
.btn-toogle[aria-expanded=false] .text-expanded {
  display: none;
}
.btn-toogle[aria-expanded=true] .text-collapsed {
  display: none;
}
a.product-select {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 0;
}
a.product-select:hover {
  box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.4);
  -moz-box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.4);
  -webkit-box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.4);
}
a.product-select:active,
a.product-select:focus {
  box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.6);
  -moz-box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.6);
  -webkit-box-shadow: 0 0 0 1px rgba(56, 56, 56, 0.6);
}
a.product-select .product-select-description {
  background-color: #f5f5f5;
  font-weight: 500;
  padding: 20px;
}
a.product-select .product-select-description span {
  font-size: 0.8rem;
  font-weight: 300;
}
.product-list-header {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #383838;
  color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  padding: 15px 20px;
  border-bottom: none;
  border-radius: 0;
}
ul.product-list {
  margin: 0;
}
ul.product-list > li {
  margin-bottom: 5px;
}
ul.product-list > li:first-child {
  margin-top: 5px;
}
ul.product-list > li:last-child {
  margin-bottom: 0;
}
ul.product-list > li .product-list-element {
  padding: 20px;
  font-size: 14px;
  background-color: #ffffff;
}
ul.product-list > li .product-list-element.product-list-element-sb:hover {
  background-color: #fafafa;
}
ul.product-list > li .product-list-element.product-list-element-sb:active,
ul.product-list > li .product-list-element.product-list-element-sb:focus {
  background-color: #f5f5f5;
}
ul.product-list > li .product-list-element .product-spec-container {
  line-height: 1.6em;
}
ul.product-list > li .product-list-element .product-spec-container .overview-link a {
  color: #59A219;
}
ul.product-list > li .product-list-element .product-spec-container .overview-link a:hover,
ul.product-list > li .product-list-element .product-spec-container .overview-link a:active {
  color: #4d8c16;
}
ul.product-list > li .product-list-element .product-fourth-container {
  text-align: center;
}
ul.product-list > li .product-list-element .product-price-sa,
ul.product-list > li .product-list-element .product-name-sf {
  font-size: 1.4em;
  font-weight: 500;
}
ul.product-list > li .product-list-element .product-price-sa .product-price-sa-addition,
ul.product-list > li .product-list-element .product-name-sf .product-price-sa-addition {
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.product-list > li .product-list-element .product-price-sa,
  ul.product-list > li .product-list-element .product-name-sf {
    font-size: 0.8rem;
  }
}
ul.product-list > li .product-list-element .product-price-sa {
  font-size: 1.6em;
  white-space: nowrap;
}
ul.product-list > li .product-list-element .rest-time {
  color: #59A219;
  font-size: 0.8rem;
}
ul.product-list > li .product-list-element .product-price-sf {
  font-weight: 500;
  font-size: 1.2rem;
}
ul.product-list > li .product-list-element .product-price-sf .from_label {
  font-size: 0.8rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.product-list > li .product-list-element .overview-link {
    font-size: 0.8rem;
  }
}
ul.product-list > li .product-list-element .product-name {
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.product-list > li .product-list-element .product-name {
    font-size: 0.8rem;
  }
}
ul.product-list > li .product-list-element ul.list-product-specs-sb {
  margin-left: 0;
}
ul.product-list > li .product-list-element ul.list-product-specs-sb li {
  padding: 0;
}
ul.product-list > li .product-list-element ul.list-product-specs-sb li:last-child span {
  margin-right: 0;
}
ul.product-list > li .product-list-element ul.list-product-specs {
  line-height: 1.4em;
}
ul.product-list > li .product-list-element ul.list-product-specs li span {
  font-weight: 500;
  padding: 1px 4px;
  border-radius: 3px;
  margin-right: 3px;
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  ul.product-list > li .product-list-element ul.list-product-specs li span {
    white-space: unset;
    line-height: 1.4em;
  }
}
ul.product-list > li .product-list-element ul.list-product-specs li span.special-tag {
  background-color: #59A219;
  color: #ffffff;
}
ul.product-list > li .product-list-element ul.list-product-specs li span.special-tag.flag-icon {
  background-color: transparent;
  width: 23px;
  border-radius: 0;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 2px 0;
  line-height: 1em;
}
ul.product-list > li .product-list-element ul.list-product-specs li span.ecc {
  background-color: #fdc400;
  color: #383838;
}
ul.product-list > li .product-list-element .btn-buy-product-list {
  margin-bottom: 10px;
}
ul.product-list > li .product-list-element .btn-show-details {
  display: block;
  margin: 0 auto;
  line-height: 1em;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  font-size: .8rem;
  padding: 9px 0 0 0;
}
ul.product-list > li .product-list-element .btn-show-details:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 2px;
}
ul.product-list > li .product-list-element .btn-show-details[aria-expanded="true"]:after {
  content: "\f107";
}
ul.product-list > li .product-list-element .btn-show-details:hover {
  color: #444444;
}
ul.product-list > li .product-list-element .btn-show-details:active {
  color: #5a5a5a;
}
ul.product-list > li .product-details {
  font-size: 14px;
  background-color: #ffffff;
  padding: 20px;
  border-top: 2px solid #ededed;
}
ul.product-list > li .product-details div:first-of-type {
  margin-bottom: 10px;
}
ul.product-list > li .product-details .product-details-headline {
  font-size: 1rem;
  font-weight: 500;
}
ul.product-list > li .product-details ul.list-product-details {
  margin-top: 5px;
  line-height: 1em;
}
ul.product-list > li .product-details ul.list-product-details li {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  ul.product-list {
    text-align: center;
  }
  ul.product-list li .product-list-element.product-list-element-sb:hover {
    background-color: #ffffff;
  }
  ul.product-list li .product-list-element.product-list-element-sb:active,
  ul.product-list li .product-list-element.product-list-element-sb:focus {
    background-color: #ffffff;
  }
  ul.product-list li .product-list-element .mobile-headline {
    display: block;
    margin-top: 10px;
  }
  ul.product-list li .product-list-element .product-name-sf {
    margin-bottom: 10px;
  }
  ul.product-list li .product-list-element .product-spec-container {
    line-height: 1.2em;
  }
  ul.product-list li .product-list-element .product-spec-container.container-special {
    margin-bottom: 20px;
  }
  ul.product-list li .product-list-element .product-spec-container ul.list-sb-cpu li {
    line-height: 1.2em;
  }
  ul.product-list li .product-list-element .product-second-container {
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  ul.product-list li .product-list-element .list-product-specs {
    margin-bottom: 20px;
  }
  ul.product-list li .product-list-element .list-product-specs.list-product-specs-sb {
    margin-bottom: 0;
  }
  ul.product-list li .product-list-element .product-fourth-container {
    padding: 20px;
    margin: 0 -20px -20px -20px;
    background-color: #383838;
    color: #ffffff;
  }
  ul.product-list li .product-list-element .btn-buy-product-list {
    margin-bottom: 10px;
  }
  ul.product-list li .product-list-element .btn-show-details {
    line-height: 1em;
    font-size: 1rem;
    padding: 20px 0 0 0;
    color: #ffffff;
  }
  ul.product-list li .product-list-element .btn-show-details:hover {
    color: #ffffff;
  }
  ul.product-list li .product-list-element .btn-show-details:active {
    color: #f5f5f5;
  }
  ul.product-list li .product-list-element .product-price-sf {
    color: #fdc400;
  }
  ul.product-list li .product-list-element .product-price-sf .from_label {
    font-size: 0.8rem;
  }
  ul.product-list li .product-details {
    background-color: #383838;
    color: #ffffff;
    padding: 20px 20px 10px 20px;
  }
  ul.product-list li .product-details div:first-of-type {
    margin-bottom: 0;
  }
  ul.product-list li .product-details:last-child {
    padding: 0 20px 20px 20px;
  }
  ul.product-list li .product-details .product-list-details-headline {
    font-size: 1.2rem;
  }
  ul.product-list li .product-details.first {
    border: none;
  }
  ul.product-list li .product-details .product-details-headline {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    margin-top: 10px;
  }
  ul.product-list li .product-details ul.list-product-details {
    margin-top: 5px;
    line-height: 1em;
  }
  ul.product-list li .product-details ul.list-product-details li {
    margin-bottom: 5px;
  }
  ul.product-list li .product-details ul.list-product-details li:last-child {
    margin-bottom: 0;
  }
}
.headline-no-server-sb {
  font-family: 'Roboto';
  text-align: center;
  text-transform: inherit;
  color: #383838;
  margin-top: 40px;
}
.irs-grid {
  display: none !important;
}
.line-chooser {
  padding: 20px;
}
.filterslider-price {
  padding: 20px 20px 0 20px;
}
.filterslider-ram {
  padding: 0 20px;
}
.filterslider-cpu {
  padding: 0 20px;
}
.filteroptions {
  padding: 20px;
}
.back-top {
  padding: 15px 20px;
  font-size: 1.2rem;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 100;
  cursor: pointer;
  border-radius: 5px;
}
/* Equal height of Bootstrap columns */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/* end */
.vertical-align {
  display: flex;
  align-items: center;
}
.navbar-second-menu {
  background-color: #222222;
}
.hovered {
  background-color: #222222;
}
.domain-extension-listing-header {
  border-top: 1px solid #696969;
  background-color: #383838;
  padding: 11px 20px;
  color: #ffffff;
  line-height: 1em;
}
.domain-extension-listing-header h5 {
  margin: 0;
  display: inline-block;
  color: #fdc400;
}
.domain-extension-listing-header:hover {
  background-color: #444444;
  cursor: pointer;
}
.domain-extension-listing-header:active {
  background-color: #5a5a5a;
  cursor: pointer;
}
ul.domain-extension-listing {
  margin: 0;
}
ul.domain-extension-listing li {
  padding: 14px 20px;
}
ul.domain-extension-listing li .checkbox {
  margin: 0;
}
.domain-extension-listing-fastcheck-header {
  background-color: #383838;
  padding: 20px;
  color: #ffffff;
}
.configuration-bar {
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  padding: 5px 14px;
  border-top: none;
}
.btn-show-list-content,
.sort-domains,
.to-domain-select {
  cursor: pointer;
}
ul.list-buttons {
  margin: 0;
}
ul.list-buttons li {
  padding: 0;
  margin: 0 0 4px 0;
}
@media (max-width: 767px) {
  ul.list-buttons li {
    display: grid;
  }
}
ul.list-cta-server-auction {
  color: #ffffff;
}
ul.list-cta-server-auction li {
  text-shadow: 0 0 5px #000000;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  ul.list-cta-server-auction li {
    padding: 0;
  }
  ul.list-cta-server-auction li:last-child {
    padding-bottom: 10px;
  }
}
.headline-container {
  padding: 11px 20px;
  background-color: #383838;
  color: #ffffff;
}
.headline-container h1,
.headline-container h2,
.headline-container h3,
.headline-container h4,
.headline-container h5,
.headline-container h6 {
  font-size: 1.0rem;
  margin: 0;
}
.product-card {
  margin: 0 0 20px 0;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
}
.content-container {
  background-color: #ffffff;
}
.content-container table.table-overview {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.content-container table.table-overview tbody {
  border: none;
}
.content-container table.table-overview tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.content-container table.table-overview tbody tr td {
  font-weight: normal;
  padding: 7px 20px;
  line-height: 1.6em;
}
.content-container table.table-overview tbody tr td:nth-child(n+2) {
  font-weight: 500;
  border-left: 1px solid #E3E3EC;
  text-align: center;
}
.content {
  padding: 20px;
  line-height: 1.6em;
}
.content small {
  line-height: 1.4em;
}
.content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .affix {
    position: relative;
  }
}
@media (min-width: 992px) {
  .affix {
    top: 65px;
    width: 360px;
  }
  .affix-bottom {
    position: absolute;
    width: 360px;
  }
}
.product-order-sidebar {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  margin-bottom: 20px;
}
.product-order-sidebar .product-order-sidebar-header {
  padding: 11px 20px;
  background-color: #383838;
  color: #ffffff;
  text-align: center;
}
.product-order-sidebar .product-order-sidebar-header h3 {
  font-size: 1.0rem;
}
.product-order-sidebar .product-order-sidebar-header .subline {
  padding-top: 5px;
  font-size: 0.8rem;
  line-height: 1.4em;
}
.product-order-sidebar .product-order-sidebar-header img {
  max-width: 50px;
  margin-bottom: .83em;
}
.product-order-sidebar .product-order-sidebar-content table {
  width: 100%;
}
.product-order-sidebar .product-order-sidebar-content table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.product-order-sidebar .product-order-sidebar-content table tr td {
  padding: 10px;
  line-height: 1.3em;
  font-size: 0.8rem;
}
.product-order-sidebar .product-order-sidebar-content table tr td:nth-child(odd) {
  font-weight: 500;
}
.product-order-sidebar .product-order-sidebar-content table tr td:nth-child(even) {
  border-left: 1px solid #E3E3EC;
}
.product-order-sidebar .product-order-sidebar-ordering {
  background-color: #383838;
  padding: 20px;
  line-height: 1em;
  text-align: center;
}
.product-order-sidebar .product-order-sidebar-ordering .price-starting-at {
  font-size: 1.2rem;
}
.product-order-sidebar .product-order-sidebar-ordering .price {
  font-size: 2.8rem;
  color: #fdc400;
  font-weight: 500;
  line-height: 1em;
}
.product-order-sidebar .product-order-sidebar-ordering .price-additional {
  line-height: 1.6em;
  padding: 10px 0 20px 0;
  color: #ffffff;
  font-size: 0.8rem;
}
.product-order-sidebar .product-order-sidebar-ordering .price-additional .new-setup-fee {
  display: block;
  font-weight: 500;
  padding-bottom: 5px;
}
.product-order-sidebar .product-order-sidebar-ordering .price-additional.price-above-0 {
  padding: 0 0 20px 0;
}
.product-order-sidebar .product-order-sidebar-free-of-charge {
  background-color: #59A219;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}
.product-order-sidebar .flag-shadow {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.product-label {
  text-align: center;
  padding: 6px 0 5px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  background-color: #fafafa;
  color: #8a8a8a;
}
.product-label.label-red {
  color: #ffffff;
  background-color: #d50c2d;
}
.product-label.label-green {
  color: #ffffff;
  background-color: #59A219;
}
.product-label.label-yellow {
  background-color: #fdc400;
  color: #383838;
}
ul.list-operating-systems {
  margin: 0;
  text-align: center;
}
ul.list-operating-systems li {
  padding: 10px;
}
ul.list-operating-systems li figure > img {
  max-width: 40px;
}
ul.list-addons {
  margin: 0;
  text-align: center;
}
ul.list-addons li {
  padding: 10px;
}
ul.list-addons li figure img {
  max-width: 200px;
  height: 50px;
}
ul.list-addons li figure figcaption {
  max-width: 130px;
  font-size: 0.8rem;
  line-height: 1.3em;
}
input[type='radio']:after {
  width: 20px;
  height: 20px;
  top: -3px;
  left: -2px;
  border-radius: 15px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  border: 2px solid #e9eaed;
}
input[type='radio']:checked:after {
  width: 20px;
  height: 20px;
  top: -3px;
  left: -2px;
  border-radius: 15px;
  position: relative;
  background-color: #be152d;
  content: '';
  display: inline-block;
  border: 2px solid #d1d3d1;
}
.radio-inline > strong {
  padding-left: 5px;
}
.ssl-certificate-container {
  margin-bottom: 30px;
}
ul.list-ssl-certificates > li {
  margin-bottom: 30px;
}
ul.list-ssl-certificates > li:last-child {
  margin-bottom: 0;
}
ul.list-features-product-order-sidebar {
  margin-bottom: 10px;
}
ul.list-normal {
  list-style-type: disc;
}
ul.list-performance-indicator li {
  padding: 0;
}
ul.list-performance-indicator li img {
  width: 10px;
  height: 10px;
}
/*Custom Checkboxes*/
.checkbox input[type=checkbox] {
  margin-left: -25px;
}
input[type='checkbox']:after,
input[type='checkbox']:checked:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: '';
  top: -3px;
  width: 20px;
  height: 20px;
  left: -2px;
  border-radius: 4px;
  position: relative;
  background-color: #d3d3d3;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
input[type='checkbox']:checked:after,
input[type='checkbox']:active:after {
  content: '\f00c';
  padding-left: 3px;
  padding-top: 3px;
  background-color: #d50c2d;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
input[type='checkbox']:active:after {
  background-color: #be152d;
  color: #f3f3f3;
}
ul.navbar-nav li {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 60px;
  cursor: pointer;
  text-transform: capitalize;
}
ul.navbar-nav li a {
  color: #383838 !important;
  padding: 0 10px;
}
ul.navbar-nav li i {
  float: right;
  margin-top: 22px;
}
ul.navbar-nav li:hover {
  cursor: pointer;
  background-color: #ededed;
}
ul.navbar-nav li.has-more {
  padding: 0 10px;
}
ul.navbar-nav li.has-more:after {
  font-family: FontAwesome;
  content: "\f107";
}
/*Vertical Menu*/
.sub-nav-container {
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #383838;
  color: #ffffff;
}
.sub-nav-container div.container {
  padding-left: 0;
}
.sub-nav-container ul.sub-nav-product-list {
  display: table;
  min-height: 135px;
  float: right;
  border-right: 2px solid #5a5a5a;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-nav-container ul.sub-nav-product-list {
    min-height: 154px;
  }
}
.sub-nav-container ul.sub-nav-product-list li {
  transition: all .3s ease;
  vertical-align: middle;
  display: table-cell;
  padding: 0;
}
.sub-nav-container ul.sub-nav-product-list li:hover {
  background-color: #444444;
  color: #fdc400;
}
.sub-nav-container ul.sub-nav-product-list li:active {
  background-color: #5a5a5a;
}
.sub-nav-container ul.sub-nav-product-list li .product-name {
  white-space: nowrap;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6rem;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-nav-container ul.sub-nav-product-list li .product-name {
    font-size: 0.5rem;
  }
}
.sub-nav-container ul.sub-nav-product-list li:hover a {
  color: #fdc400;
}
.sub-nav-container ul.sub-nav-product-list li a {
  padding: 20px 17px;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.sub-nav-container ul.sub-nav-product-list li a img.sub-nav-product-icon {
  width: 70px;
  height: 70px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-nav-container ul.sub-nav-product-list li a {
    padding: 20px 9px;
  }
}
.sub-nav-container ul.sub-nav-product-list li a .price {
  text-transform: lowercase;
  font-family: 'Roboto', sans-serif;
  color: #fdc400;
  padding-top: 5px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-nav-container ul.sub-nav-product-list li a .price {
    font-size: 0.6rem;
  }
}
.sub-nav-container .sub-nav-description {
  min-height: 135px;
  font-size: 0.8rem;
  padding: 20px 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-nav-container .sub-nav-description {
    min-height: 154px;
  }
}
.sub-nav-container .sub-nav-description .price {
  padding: 10px 0;
  color: #fdc400;
}
.nav-item-active {
  transition: all 0.2s ease-in-out;
  color: #d50c2d;
  -webkit-box-shadow: inset 0 -3px 0 0 #d50c2d;
  -moz-box-shadow: inset 0 -3px 0 0 #d50c2d;
  box-shadow: inset 0 -3px 0 0 #d50c2d;
}
.nav-item-active i {
  color: #d50c2d;
}
.nav-open {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
ul.list-domain-endings {
  background-color: #ffffff;
  padding: 20px;
  margin: 0;
}
ul.list-domain-endings .checkbox {
  margin: 5px 0;
}
ul.list-domain-endings li label {
  width: 147px;
  padding: 12px 0 10px 35px;
  border-radius: 6px;
  transition: 0.05s;
  background-color: #ededed;
}
@media (max-width: 767px) {
  ul.list-domain-endings li label {
    width: 114px;
    font-size: 0.8rem;
  }
}
ul.list-domain-endings li label:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
ul.list-domain-endings li label:active {
  background-color: #dddddd;
}
ul.list-domain-endings li label.all {
  background: #5a5a5a;
  color: #ffffff;
}
ul.list-domain-endings li label.all:active {
  background-color: #383838;
}
.search-row {
  padding: 50px 5px;
}
.domain-input-prefix {
  line-height: 1.6em;
  font-size: 1.8rem;
}
.search-bar-instructions {
  padding: 20px 0 0 0;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .search-bar-instructions {
    padding: 20px 0;
    text-align: center;
  }
}
ul.list-domains li {
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  padding: 7px 14px;
  margin: 5px 0;
}
ul.list-domains li i {
  vertical-align: middle;
}
ul.list-domains li.not-available {
  box-shadow: inset 3px 0 0 0 #d50c2d;
  font-size: 0.8rem;
}
ul.list-domains li.not-available label {
  font-weight: normal;
  color: #5a5a5a;
  margin: 0;
}
ul.list-domains li.not-available i {
  color: #d50c2d;
}
ul.list-domains li.available {
  box-shadow: inset 3px 0 0 0 #59A219;
}
ul.list-domains li.available i.icon-availability {
  color: #59A219;
}
ul.list-domains li.loading {
  box-shadow: inset 3px 0 0 0 #5a5a5a;
}
ul.list-domains li.loading label {
  font-weight: normal;
  font-size: 0.8rem;
  color: #5a5a5a;
  margin: 0;
}
ul.list-domains li.loading i {
  color: #5a5a5a;
}
ul.list-domains li.error {
  box-shadow: inset 3px 0 0 0 #fdc400;
}
ul.list-domains li.error label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #5a5a5a;
  margin: 0;
}
ul.list-domains li.error i {
  color: #fdc400;
}
ul.list-domains li:last-child {
  margin-bottom: 0;
}
ul.list-domains li .domain,
ul.list-domains li .price {
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  ul.list-domains li .domain,
  ul.list-domains li .price {
    font-size: 0.8rem;
  }
}
.check-category-tld {
  color: #d50c2d;
  font-weight: 500;
  cursor: pointer;
}
.tld-collapse {
  overflow: hidden;
  max-height: 0;
}
.tld-collapse.tld-collapse-open {
  max-height: 100%;
}
.sorting-line {
  background-color: #f5f5f5;
  padding: 20px;
  padding: 10px 20px;
}
.sorting-line-form-control {
  height: 23px;
  width: 180px;
}
.headline-container-server-list {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  max-height: 50px;
}
.sorting-line.sorting-line-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .sorting-line.sorting-line-sb {
    justify-content: flex-end;
  }
}
.sorting-line.sorting-line-sb .form-group {
  margin: 0;
}
.sorting-line.sorting-line-sb .form-group select {
  width: 180px;
}
.float-right {
  float: right;
}
/*login button in header*/
.btn-login {
  padding: 1px 10px;
  text-transform: none;
  box-shadow: inset 0 0 0 1px #ffffff !important;
}
.btn-login:hover {
  box-shadow: inset 0 0 0 1px #cccccc !important;
  color: #cccccc !important;
}
.btn-login:hover i.icon-login {
  color: #cccccc;
}
.btn-login i.icon-login {
  padding-right: 5px;
}
/* dropdown menu in header*/
.dropdown-list {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  margin-top: 15px;
  min-width: 140px;
  padding: 0;
}
.dropdown-list li {
  border-bottom: 1px solid #e9e9e9;
  display: table;
  width: 100%;
  height: 40px;
}
.dropdown-list li:last-child {
  border-bottom: none;
}
.dropdown-list li a {
  display: table-cell;
  vertical-align: middle;
  color: black;
}
.dropdown-list li a:hover {
  background-color: #f5f5f5;
}
.dropdown-list li a:active {
  background-color: #ededed;
}
.dropdown-list:after,
.dropdown-list:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #ffffff transparent;
  z-index: 1;
  top: -9px;
  left: 20px;
}
.dropdown-list:before {
  border-color: #e9eaed transparent;
  z-index: 0;
  top: -11px;
}
ul.list-breadcrumbs {
  margin: 0;
}
ul.list-breadcrumbs li {
  line-height: 1em;
}
@media (max-width: 767px) {
  ul.list-breadcrumbs li {
    font-size: 0.8rem;
  }
}
ul.list-breadcrumbs li:nth-child(odd) {
  padding: 0 4px;
}
ul.list-breadcrumbs li:nth-child(odd) a {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  transition: background-color 0.1s;
}
ul.list-breadcrumbs li:nth-child(odd) a:hover {
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.3);
}
ul.list-breadcrumbs li:nth-child(odd) a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
ul.list-breadcrumbs li:nth-child(even) {
  padding: 10px 0;
}
.support-phone-container {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.support-phone-container .support-phone-content {
  padding: 20px;
  min-height: 196px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .support-phone-container .support-phone-content {
    min-height: 246px;
  }
}
.support-phone-container .support-phone-footer {
  padding: 0 20px;
  display: table;
  height: 64px;
  line-height: 1.6em;
}
.support-phone-container .support-phone-footer div.container-labels {
  vertical-align: middle;
  display: table-cell;
}
.phone-heading {
  margin: 0 0 20px 0;
}
ul.list-news li {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 5px;
}
a.link-country-switch {
  text-transform: uppercase;
}
span.flag-icon {
  margin-right: 5px;
  background-size: cover;
}
div.modal-header,
.modal-footer {
  border: none;
}
div.modal-body a {
  color: #383838;
}
.mobile-product {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  max-width: 82%;
  background-color: #ffffff;
}
.mobile-product.more-than-2 {
  max-width: 41%;
}
@media (max-width: 767px) {
  .mobile-product.more-than-2 {
    max-width: 82%;
  }
}
.mobile-product .matrix-mobile-addon {
  text-align: center;
  padding: 6px 0 5px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  background-color: #fafafa;
  color: #8a8a8a;
}
.mobile-product .matrix-mobile-addon.addon-red {
  color: #ffffff;
  background-color: #d50c2d;
}
.mobile-product .matrix-mobile-addon.addon-green {
  color: #ffffff;
  background-color: #59A219;
}
.mobile-product .matrix-mobile-addon.addon-yellow {
  background-color: #fdc400;
  color: #383838;
}
.mobile-product .matrix-mobile-heading {
  padding: 10px 20px;
  line-height: 1em;
  background-color: #383838;
  text-align: center;
}
.mobile-product .matrix-mobile-heading small {
  color: #ffffff;
}
.mobile-product .matrix-mobile-heading h3 {
  margin: 0;
}
.mobile-product .matrix-mobile-heading h3.product-new-headline {
  margin-left: -20px;
}
.mobile-product .matrix-mobile-heading a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-product .matrix-mobile-heading a:hover {
  color: #fdc400;
}
.mobile-product .matrix-mobile-heading .product-new {
  background-color: #d50c2d;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  border-radius: 3px;
  padding: 2px 4px;
  position: absolute;
  margin-left: 5px;
  color: #ffffff;
}
.mobile-product .matrix-mobile-datacenter {
  padding: 10px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4em;
  min-height: 59px;
}
.mobile-product .matrix-mobile-datacenter strong {
  display: block;
  margin-bottom: 5px;
}
.mobile-product .matrix-mobile-datacenter .flag-icon {
  font-size: 1rem;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 0;
}
.mobile-product .matrix-mobile-datacenter .flag-icon:not(:nth-child(2)) {
  margin-left: 5px;
}
.mobile-product .mobile-performance-indicator {
  padding: 20px 20px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4em;
}
.mobile-product .mobile-performance-indicator .product-indicator ul.list-performance-indicator {
  line-height: 1em;
}
.mobile-product .mobile-performance-indicator .product-indicator.product-indicator-first {
  margin-bottom: 15px;
}
.mobile-product ul.mobile-matrix-content {
  padding: 10px;
  text-align: center;
  margin: 0;
}
.mobile-product ul.mobile-matrix-content li {
  padding: 0 10px 8px 10px;
  font-size: 0.8rem;
  line-height: 1.4em;
  font-weight: 500;
}
.mobile-product ul.mobile-matrix-content li span {
  font-weight: 400;
  display: block;
}
.mobile-product ul.mobile-matrix-content li:last-child {
  padding: 0 20px;
}
.mobile-product .mobile-matrix-footer {
  background-color: #383838;
  padding: 10px;
  text-align: center;
}
.mobile-product .mobile-matrix-footer .price-mobile {
  margin: 0;
  color: #fdc400;
  font-size: 1.6em;
  font-weight: 500;
}
.mobile-product .mobile-matrix-footer .mobile-price-additional {
  margin-bottom: 10px;
}
.mobile-product .mobile-matrix-footer .mobile-price-additional small {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 0.7rem;
  display: block;
}
.mobile-product .mobile-matrix-footer .mobile-price-additional small.line-through {
  text-decoration: line-through;
}
.mobile-product .mobile-matrix-footer .link-details {
  display: block;
  margin-top: 10px;
}
.mobile-product-listing-container {
  margin-bottom: 45px;
  align-items: flex-end;
}
.container-support-form {
  margin-bottom: 20px;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
}
.container-support-form .container-support-header {
  padding: 20px;
}
.container-support-form .container-support-content {
  padding: 20px;
}
.container-support-form .container-support-content label {
  font-weight: 500;
}
.container-support-form .support-form-padding-top {
  padding-top: 40px;
}
.support-form-sidebar {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
}
.support-form-sidebar .support-form-sidebar-content {
  padding: 20px;
}
.support-form-sidebar .support-form-sidebar-content p.support-sidebar-phone-number {
  padding-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}
.support-form-sidebar .support-form-sidebar-content p.support-sidebar-phone-number i {
  padding-right: 5px;
}
.support-form-sidebar .support-form-sidebar-content .input-group input[type='text'] {
  height: auto;
}
/* Inputs*/
.form-group input[type='text'],
.form-group input[type='email'],
.form-group textarea,
.input-group input[type='text'],
.input-group input[type='email'] {
  background-color: #fbfbfb;
  border: none;
  box-shadow: inset 0 0 0 2px #dbdbdb;
  border-radius: 3px;
  -webkit-appearance: none;
}
.form-group input[type='text']:focus,
.form-group input[type='email']:focus,
.form-group textarea:focus,
.input-group input[type='text']:focus,
.input-group input[type='email']:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.input-group input[type='text'] {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
select:not([multiple]) {
  background-color: #fbfbfb;
  border: 2px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  padding: 0 5px;
  width: 100%;
  display: block;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
/* 1p shift fix in input fields with button*/
.input-group-btn:last-child > .btn {
  margin-left: 0;
}
.wiki-result-card {
  margin: 0 0 20px 0;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
}
.wiki-result-card table.table-overview {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.wiki-result-card table.table-overview tbody {
  border: none;
}
.wiki-result-card table.table-overview tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.wiki-result-card table.table-overview tbody tr td {
  font-weight: normal;
  padding: 7px 20px;
  line-height: 1.6em;
}
.wiki-result-card table.table-overview tbody tr td:nth-child(n+2) {
  font-weight: 500;
  border-left: 1px solid #E3E3EC;
  text-align: center;
}
.wiki-result-card .wiki-result-card-content {
  padding: 10px;
}
.wiki-result-card .wiki-result-card-content h3 a {
  text-decoration: none;
}
.wiki-result-card .wiki-result-card-content p {
  margin: 0;
}
.wiki-result-card .wiki-result-card-content .wiki-search-match {
  color: #d50c2d;
}
.wiki-result-card .wiki-result-card-footer {
  background-color: #f5f5f5;
  color: #5a5a5a;
  padding: 10px;
}
div.pull-right a i.fa.fa-question-circle {
  cursor: pointer;
}
/* From Head */
.mobile-whiten {
  display: none;
  height: 100%;
  position: fixed;
  z-index: 999999999999999999999999999998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.mobile-shift-menu {
  padding-top: 25px;
  height: 100%;
  background-color: #383838;
  position: fixed;
  z-index: 999999999999999999999999999999;
  top: 0;
  right: 0;
  list-style: none;
  overflow-y: scroll;
  width: 0;
  transition: width 0.1s;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .mobile-shift-menu {
    overflow-y: hidden;
  }
}
@media (max-width: 1050px) {
  body.shifting .mobile-whiten {
    display: block;
  }
  body.shifting .mobile-shift-menu {
    width: 250px;
  }
  body.shifting {
    overflow: hidden;
  }
  .mobile-shift-menu .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    color: white;
    margin-left: 50px;
  }
  .mobile-shift-menu .closebtn:focus,
  .mobile-shift-menu .closebtn:active,
  .mobile-shift-menu .closebtn:hover {
    color: #f5f5f5;
  }
  .mobile-shift-menu h4 {
    color: #ffffff;
    margin-top: 25px;
  }
  .mobile-shift-menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
  }
  .mobile-shift-menu li {
    border-bottom: 1px solid #444444;
  }
  .mobile-shift-menu li a {
    font-size: 14px;
    padding: 4px 10px;
    display: block;
    color: #ffffff;
  }
  .mobile-shift-menu li a:hover,
  .mobile-shift-menu li a:active,
  .mobile-shift-menu li a:focus {
    background-color: #484848;
  }
  nav.navbar.navbar-default.navbar-fixed-top.shrink {
    transition: top 0.1s;
  }
  nav.navbar.navbar-default.navbar-fixed-top.shrink.nav-up {
    top: -60px;
  }
}
@media (min-width: 1050px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  #defaultmenu ul.nav.navbar-nav {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar .navbar-toggle {
    display: inline-block !important;
  }
  #defaultmenu ul.nav.navbar-nav {
    display: none !important;
  }
}
.list-sidebar li {
  padding-bottom: 5px;
}
.list-sidebar li > a {
  color: #383838;
}
.list-sidebar li > a:hover {
  font-weight: bold;
}
.list-sidebar li > a.link-active {
  color: #be152d;
  font-weight: bold;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-top-0 {
  padding-top: 0;
}
li.dropdown.w3_megamenu:last-child ul {
  /* min-width: 300px; */
  max-width: 350px;
  /* left: auto; */
  right: 0;
  left: auto;
  padding: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin: 11px 0px 0 0;
  padding: 11px 15px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #bebebe;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d50c2d;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 500;
  background-color: #f5f5f5;
  color: #383838;
  border: none;
  cursor: pointer;
}
.pagination > li > a:hover {
  color: #383838;
}
.pagination > li > a:focus {
  color: #ffffff;
  background-color: #d50c2d;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #ffffff;
  background-color: #d50c2d;
  font-weight: bold;
  border-color: transparent;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #bebebe;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d50c2d;
}
.active_section {
  color: #d50c2d;
}
ul.navbar-nav li.active_section a {
  color: #d50c2d !important;
}
.awards-container .award .award-img-container {
  width: 100%;
  display: table;
  height: 160px;
}
@media (max-width: 1199px) {
  .awards-container .award .award-img-container {
    height: 140px;
  }
}
.awards-container .award .award-img-container .award-img {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.awards-container .award .award-img-container .award-img img[src$=".svg"] {
  width: 100%;
}
.awards-container .award .award-description {
  color: #5a5a5a;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  .awards-container .award .award-description {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .awards-container .award .award-description {
    font-size: .8rem;
  }
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-30.mb-xs {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mb-30.mb-xs {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .modal-header {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal-footer {
    padding-top: 5px;
  }
}
ul.list-language-switcher {
  margin-bottom: 0;
}
ul.list-language-switcher li {
  margin: 3px;
  padding: 0;
}
@media (max-width: 767px) {
  ul.list-language-switcher li:nth-child(even) {
    margin: 0 0 0 3px;
  }
}
ul.list-language-switcher li a {
  display: block;
  padding: 8px;
  border-radius: 6px;
  transition: 0.05s;
  background-color: #ededed;
  text-decoration: none;
  width: 212px;
}
@media (max-width: 320px) {
  ul.list-language-switcher li a {
    width: 132px;
    font-size: 0.7rem;
    padding: 3px 8px;
  }
}
@media (min-width: 321px) and (max-width: 666px) {
  ul.list-language-switcher li a {
    width: 159px;
    font-size: 0.7rem;
    padding: 3px 8px;
  }
}
@media (min-width: 667px) and (max-width: 767px) {
  ul.list-language-switcher li a {
    width: 150px;
    font-size: 0.7rem;
    padding: 3px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.list-language-switcher li a {
    width: 185px;
    font-size: 0.8rem;
  }
}
ul.list-language-switcher li a:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
ul.list-language-switcher li a:active {
  background-color: #dddddd;
}
ul.list-language-switcher li a span.flag-icon {
  margin-right: 2px;
}
.startpage-header-addition {
  padding: 10px 0;
  text-align: center;
}
.startpage-header-addition a {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.startpage-header-addition a:hover,
.startpage-header-addition a:focus {
  color: #ffffff;
}
.startpage-header-addition a:active {
  color: #ededed;
}
.startpage-header-addition a .startpage-header-addition-description {
  font-size: 1.0rem;
  font-weight: 400;
}
.startpage-header-addition a .startpage-header-addition-description:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .startpage-header-addition-first {
    border-right: 2px solid #ffffff;
  }
}
.faq-question {
  margin: 0;
}
ul.pagination {
  margin: 0;
}
.icon-20-years {
  max-height: 270px;
  width: 100%;
}
ul.list-registration-robot-tabs {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  border-bottom: none;
  background-color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 20px;
}
ul.list-registration-robot-tabs li {
  padding: 2px 0;
  line-height: 1em;
}
ul.list-registration-robot-tabs li a {
  width: 38px;
  padding: 15px 2px;
  display: block;
  text-align: center;
  transition: 0.05s;
  background-color: #ededed;
  border-radius: 6px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  ul.list-registration-robot-tabs li a {
    width: 30px;
  }
}
ul.list-registration-robot-tabs li a:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #383838;
}
ul.list-registration-robot-tabs li a:active {
  background-color: #dddddd;
}
ul.list-registration-robot-tabs li.active a {
  background-color: #383838;
  color: #ffffff;
}
.tab-content {
  margin-bottom: 20px;
}
table.domain-overview {
  background-color: #ffffff;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #E3E3EC;
  border-top: none;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table.domain-overview thead tr th {
  padding: 5px 20px;
  background-color: #383838;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
table.domain-overview thead tr th:nth-child(n+2) {
  text-align: center;
}
table.domain-overview thead tr th:nth-child(n+2) a {
  color: #ffffff;
}
table.domain-overview tbody tr:last-child {
  border: none;
}
table.domain-overview tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.domain-overview tbody tr td {
  border-top: 1px solid #E3E3EC;
  font-weight: normal;
  padding: 12px 20px;
  font-weight: 500;
}
table.domain-overview tbody tr td:nth-child(n+2) {
  font-weight: 400;
  border-left: 1px solid #E3E3EC;
  text-align: center;
}
.image-container {
  margin: 0 0 20px 0;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
}
.image-container .button-image-container {
  margin-bottom: 5px;
}
.image-container .content {
  padding: 20px 20px 20px 0;
}
@media (max-width: 991px) {
  .image-container .content {
    padding: 20px;
  }
}
.image-container .content .list-image-downloads {
  margin: 0;
}
.san-description {
  background-color: #f5f5f5;
}
.san-description.first {
  -webkit-box-shadow: inset 0 7px 16px -12px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 7px 16px -12px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 7px 12px -12px rgba(0, 0, 0, 0.7);
}
a.link-konsoleh {
  color: #0e3963 !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
a.link-konsoleh span {
  background-color: #900;
  color: #ffffff;
  padding: 0 3px;
  margin: 0 0 0 2px;
  font-size: 0.6rem;
  position: absolute;
  bottom: 18px;
}
a.link-robot {
  font-weight: 500 !important;
  font-size: 1.2rem;
}
a.link-robot img {
  width: 13px;
  height: 13px;
}
.login-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.additional-products-slide {
  width: 27%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .additional-products-slide {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .additional-products-slide {
    width: 82%;
  }
  .additional-products-slide .cross-selling-card-additional {
    font-size: 0.8rem;
    padding: 10px;
  }
}
.additional-products-slide ul.cross-selling-card-list {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.additional-products-slide ul.cross-selling-card-list li {
  padding: 0 20px 15px 20px;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .additional-products-slide ul.cross-selling-card-list li {
    padding: 0 10px 8px 10px;
    font-size: 0.8rem;
  }
}
.additional-products-slide ul.cross-selling-card-list li span {
  font-weight: 400;
  display: block;
}
.additional-products-slide ul.cross-selling-card-list li:last-child {
  padding: 0 20px;
}
.error-container {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
}
.error-container .error-headline {
  padding: 15px 20px;
  background-color: #ffffff;
}
.error-container .error-headline h3 {
  color: #383838;
  margin: 0;
}
.error-container .error-content {
  padding: 20px;
}
.error-container .error-content p {
  margin: 0;
}
.error-container .error-content a {
  margin-top: 20px;
}
.flag-icon-ot {
  background: url("../images/icons/flags/world.svg") no-repeat center !important;
}
@media (min-width: 768px) {
  .support-box-container-height {
    min-height: 353px !important;
  }
}
.promode-toggle {
  position: absolute;
  top: 0;
  right: 6px;
  cursor: pointer;
}
.live-chat-status-headline {
  margin-bottom: 5px;
}
.live-chat-status {
  background-color: #59A219;
  font-size: 12px;
  line-height: 1em;
  padding: 2px 5px;
  border-radius: 3px;
  max-width: 60px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #ffffff;
}
.live-chat-status.offline {
  background-color: #d50c2d;
}
.support-downloads-container {
  margin-bottom: 15px;
}
.support-downloads-container h5 {
  margin-bottom: 5px;
}
.support-downloads-container ul.list-support-downloads {
  margin: 0;
}
.support-downloads-container ul.list-support-downloads li {
  font-size: 0.8rem;
  line-height: 1.6em;
}
.lz_overlay_wm {
  z-index: 90000000 !important;
}
.lz_overlay_chat {
  z-index: 90000000 !important;
}
.lz_eye_catcher {
  z-index: 90000000 !important;
}
@media (min-width: 992px) {
  .features-sb-container {
    min-height: 80px;
  }
}
.features-sb-container h4 {
  font-size: 0.8rem;
  margin-bottom: 7px;
}
ul.list-features-sb li {
  font-size: 0.8rem;
  line-height: 1.6em;
}
.underline-dashed {
  cursor: default;
  border-bottom: 1px dashed black;
}
.link-collapse {
  text-align: center;
  cursor: pointer;
}
#lz_eye_catcher {
  display: none !important;
}
.fast-check {
  margin-bottom: 30px;
}
.tld-error-message {
  padding-top: 5px;
  line-height: 1em;
  font-size: .8rem;
  color: #ff0000;
}
.config-container {
  margin-bottom: 10px;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
}
.config-container small {
  color: #747474;
}
.config-container label {
  font-weight: 500;
  margin: 0;
}
.config-container p,
.config-container small {
  hyphens: auto;
}
.config-container .headline-with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.config-container .headline-with-button h4 {
  margin: 0;
}
.config-container .headline-with-button button {
  background-color: #dedede;
  text-transform: none;
}
.config-container .headline-with-button button.disabled {
  background-color: #f5f5f5 !important;
  color: #cdcdcd;
}
@media (max-width: 768px) {
  .config-container .headline-with-button {
    display: block;
  }
  .config-container .headline-with-button h4 {
    margin-bottom: 10px;
  }
}
.config-container .config-addon {
  background-color: #f5f5f5;
  padding: 20px;
}
.config-container .config-addon small {
  color: #5a5a5a;
  line-height: 1.4em;
  display: block;
}
.config-container .config-status {
  text-align: center;
}
.config-container .config-status .config-status-headline {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 15px;
}
.config-container .config-status .config-status-headline i {
  font-size: .8em;
}
.config-container .config-status .status-bar,
.config-container .config-status .status-bar-default {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .config-container .config-status .status-bar,
  .config-container .config-status .status-bar-default {
    padding: 0 30px;
  }
}
.config-container .config-status .status-bar img,
.config-container .config-status .status-bar-default img {
  width: 60px;
  margin: 1px;
  height: auto;
}
.config-container .config-status .status-bar .segment,
.config-container .config-status .status-bar-default .segment {
  display: inline-block;
  height: 21px;
  width: 77px;
  border-radius: 3px;
  background-color: #ededed;
}
.config-container .config-status .status-bar .segment.filled,
.config-container .config-status .status-bar-default .segment.filled {
  background-color: #383838;
}
.config-container .config-slider-sum {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}
.config-container .config-slider-sum span {
  font-size: 1.2rem;
  font-weight: 500;
}
.config-container .config-slider-price-single {
  text-align: center;
  line-height: 1em;
  font-size: .8em;
  padding-top: 10px;
  color: #7d7d7d;
}
.config-container .form-slider {
  text-align: center;
}
@media (max-width: 1199px) {
  .config-container .form-slider {
    margin-bottom: 25px;
  }
}
.config-container .collapse-config {
  margin-top: 0;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .config-container .collapse-config {
    margin-bottom: 5px;
  }
}
.config-container .tabs-responsive-wrapper {
  display: flex;
}
.config-container .tabs-responsive-wrapper .tab-controls {
  cursor: pointer;
}
.config-container .tabs-responsive-wrapper .tab-controls span {
  width: 27px;
  height: 27px;
}
.config-container .tabs-responsive-wrapper .tabs-responsive {
  position: relative;
  overflow: hidden;
  height: 27px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .config-container .tabs-responsive-wrapper .tabs-responsive {
    margin: 0 -10px;
  }
}
.config-container .tabs-responsive-wrapper .tabs-responsive ul.tab-list {
  position: absolute;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0;
  transition: left .2s linear;
}
.config-container .tabs-responsive-wrapper .tabs-responsive ul.tab-list li {
  position: relative;
  padding: 0;
  margin-right: 25px;
  cursor: pointer;
}
.config-container .tabs-responsive-wrapper .tabs-responsive ul.tab-list li h5 {
  display: inline;
  margin: 0;
}
.config-container .tabs-responsive-wrapper .tabs-responsive ul.tab-list li:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.config-container .tabs-responsive-wrapper .tabs-responsive ul.tab-list li.active:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d50c2d;
  transition: all 0.2s ease-in;
}
.config-container .config-list-container.hidden {
  display: none;
}
.config-container ul.config-feature-list {
  margin: 6px 0 0 0;
}
.config-container ul.config-feature-list li {
  height: 140px;
  min-height: 140px;
  padding: 0;
  margin: 12px 8px 0 0;
}
.config-container ul.config-feature-list li .feature-card {
  height: 100%;
  width: 154px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: background-color 0.2s ease;
  border: 1px solid #ededed;
}
@media (min-width: 576px) {
  .config-container ul.config-feature-list li .feature-card {
    width: 154px;
  }
}
@media (min-width: 768px) {
  .config-container ul.config-feature-list li .feature-card {
    width: 124px;
  }
}
@media (min-width: 992px) {
  .config-container ul.config-feature-list li .feature-card {
    width: 112px;
  }
}
@media (min-width: 1200px) {
  .config-container ul.config-feature-list li .feature-card {
    width: 130px;
  }
}
.config-container ul.config-feature-list li .feature-card:hover {
  transition: box-shadow 0.2s ease;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}
.config-container ul.config-feature-list li .feature-card.active {
  transition: background-color 0.2s ease;
  border: 1px solid #d50c2d;
  color: #fff;
  background-color: #d50c2d;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}
.config-container ul.config-feature-list li .feature-card.active .wrapper-description {
  background-color: white;
}
.config-container ul.config-feature-list li .feature-card.active .wrapper-headline {
  transition: background-color 0.2s ease;
  background-color: #d50c2d;
}
.config-container ul.config-feature-list li .feature-card.not-available {
  background-color: #ededed;
  filter: grayscale(100);
  transition: all .3s linear;
  cursor: not-allowed;
  border: 1px solid #ccc6c6;
  opacity: .4;
  box-shadow: none;
}
.config-container ul.config-feature-list li .feature-card.not-available .wrapper-description {
  border-top: 1px solid #ccc6c6;
  background-color: #ededed;
}
.config-container ul.config-feature-list li .feature-card .img-wrapper {
  height: 66%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.config-container ul.config-feature-list li .feature-card .img-wrapper img {
  height: 40px;
  pointer-events: none;
  max-width: 40px;
}
.config-container ul.config-feature-list li .feature-card .wrapper-description {
  height: 34%;
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 3px 3px;
  color: #383838;
  border-top: 1px solid #ededed;
}
.config-container ul.config-feature-list li .feature-card .wrapper-description span {
  display: block;
  text-align: center;
  pointer-events: none;
  font-size: .7em;
  line-height: 1.2em;
  padding: 0 5px;
  font-weight: 500;
}
.config-container ul.config-feature-list li .feature-card .wrapper-description span:first-child {
  font-weight: 400;
}
.config-container ul.config-feature-list li .feature-card .wrapper-headline {
  width: 100%;
  text-align: center;
  font-size: .8rem;
  color: white;
  font-weight: 500;
  padding: 5px 0;
  line-height: 1em;
  background-color: #383838;
  border-radius: 2px 2px 0 0;
}
.config-container ul.config-feature-list li .feature-card img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.config-container .control-group {
  margin-bottom: 15px;
}
.config-container .control-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .config-container .control-group {
    margin-bottom: 25px;
  }
  .config-container .control-group:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .config-container .control-group small {
    display: block;
    margin-left: 40px;
  }
}
.config-container .control-group .radio {
  line-height: 1.4em;
  padding-left: 20px;
  margin: 0;
}
.config-container .control-group .radio input[type="radio"] {
  margin-right: 20px;
}
.config-container .control-group .radio input[type="radio"]:after {
  cursor: pointer;
}
.config-container .control-group .check label {
  cursor: pointer;
}
.config-container .control-group .check label span {
  display: block;
  padding-left: 20px;
}
.config-container .control-group .check label span.license-info {
  hyphens: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
}
.config-container .control-group .check .invalid-message {
  padding-left: 40px;
  margin-top: 15px;
}
.config-container .config-card {
  background: #f5f5f5;
  border: 2px solid #dbdbdb;
  border-radius: 3px;
  width: 100%;
  padding: 3px 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .config-container .config-card {
    display: block;
    text-align: center;
  }
}
.config-container .config-card small {
  display: block;
}
.config-container .config-option-control {
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0;
  height: 32px;
}
@media (max-width: 1199px) {
  .config-container .config-option-control {
    margin-top: 2px;
  }
}
.config-container .config-option-control .control-add,
.config-container .config-option-control .control-remove {
  z-index: 15;
  width: 33%;
  cursor: pointer;
  display: table;
  height: 32px;
}
.config-container .config-option-control .control-add i,
.config-container .config-option-control .control-remove i {
  line-height: 1em;
}
.config-container .config-option-control .control-remove {
  border-radius: 3px 0 0 3px;
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  .config-container .config-option-control .control-remove {
    border-radius: 0 0 0 3px;
  }
}
.config-container .config-option-control .control-remove i {
  color: black;
}
.config-container .config-option-control .control-remove:hover {
  background-color: #ededed;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.config-container .config-option-control .control-remove.disabled {
  box-shadow: none;
}
.config-container .config-option-control .control-remove.disabled i {
  color: #cdcdcd;
}
.config-container .config-option-control .control-remove.disabled:hover {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.config-container .config-option-control .control-add {
  border-radius: 0 3px 3px 0;
  background-color: #fdc400;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .config-container .config-option-control .control-add {
    border-radius: 0 0 3px 0;
  }
}
.config-container .config-option-control .control-add:hover {
  background-color: #e4b000;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.config-container .config-option-control .control-add.disabled {
  box-shadow: none;
  background-color: #f5f5f5;
}
.config-container .config-option-control .control-add.disabled i {
  color: #cdcdcd;
}
.config-container .config-option-control .control-add.disabled:hover {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.config-container .config-option-control .config-option-count {
  z-index: 14;
  background-color: #f5f5f5;
  width: 34%;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 32px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.config-container .config-option-control .config-option-count span {
  font-size: 1.4em;
  font-weight: 500;
}
.config-container .config-option-control.config-option-switch button.left {
  height: 100%;
  width: 50%;
  border-radius: 3px 0 0 3px;
  border: none;
  background-color: #f5f5f5;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.config-container .config-option-control.config-option-switch button.left::before {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #cdcdcd;
}
.config-container .config-option-control.config-option-switch button.right {
  height: 100%;
  width: 50%;
  border-radius: 0 3px 3px 0;
  animation: switch-off 0.2s linear forwards;
  border: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  margin-left: 2px;
}
.config-container .config-option-control.config-option-switch button.right::before {
  font-family: 'FontAwesome';
  content: '\f067';
}
.config-container .config-option-control.config-option-switch.off {
  transition: all 0.35s ease-in-out;
}
.config-container .config-option-control.config-option-switch.off button.left {
  color: #383838;
  cursor: not-allowed;
}
.config-container .config-option-control.config-option-switch.off button.right {
  background-color: #fdc400;
  color: #383838;
}
.config-container .config-option-control.config-option-switch.off button.right:before {
  animation: switch-off 0.2s linear forwards;
}
.config-container .config-option-control.config-option-switch.off button.right:hover {
  background: #e4b000;
}
.config-container .config-option-control.config-option-switch.off button.right:active {
  box-shadow: 0 0 0 2px rgba(253, 196, 0, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.config-container .config-option-control.config-option-switch.on button.left:before {
  color: #383838;
}
.config-container .config-option-control.config-option-switch.on button.left:hover {
  background: #ededed;
}
.config-container .config-option-control.config-option-switch.on button.left:active {
  box-shadow: 0 0 0 2px rgba(237, 237, 237, 0.4);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.config-container .config-option-control.config-option-switch.on button.right {
  background-color: #59A219;
  transition: all 0.35s ease-in-out;
}
.config-container .config-option-control.config-option-switch.on button.right:before {
  animation: switch-on 0.2s linear forwards;
  color: #ffffff;
  content: '\f00c';
}
@keyframes switch-on {
  0% {
    font-size: 1em;
  }
  50% {
    font-size: .2em;
  }
  100% {
    font-size: 1em;
  }
}
@keyframes switch-off {
  0% {
    font-size: 1em;
  }
  50% {
    font-size: .2em;
  }
  100% {
    font-size: 1em;
  }
}
.config-container .config-option-control.disabled button {
  cursor: not-allowed;
}
.config-container .config-option-control.disabled button:before {
  color: #cdcdcd !important;
}
.config-container .config-option-control.disabled button:focus,
.config-container .config-option-control.disabled button:active {
  outline: none;
  box-shadow: none !important;
}
.config-container .config-option-control.disabled button.left {
  background-color: #f5f5f5 !important;
}
.config-container .config-option-control.disabled button.left:hover {
  background-color: #f5f5f5 !important;
}
.config-container .config-option-control.disabled button.right {
  background-color: #ededed !important;
}
.config-container .config-option-control.disabled button.right:hover {
  background-color: #ededed !important;
}
.config-container .config-option-control.disabled button.right:before {
  content: '\f00d';
}
.config-container .config-option-group {
  margin-bottom: 25px;
}
.config-container .config-option-group:last-child {
  margin-bottom: 0;
}
.config-container .config-option-group .config-option-row {
  position: relative;
  margin-bottom: 10px;
}
.config-container .config-option-group .config-option-row.parent span.vertical-line,
.config-container .config-option-group .config-option-row.child span.vertical-line {
  display: block;
}
@media (max-width: 1199px) {
  .config-container .config-option-group .config-option-row.parent span.vertical-line,
  .config-container .config-option-group .config-option-row.child span.vertical-line {
    display: none;
  }
}
.config-container .config-option-group .config-option-row.parent span.vertical-line:before,
.config-container .config-option-group .config-option-row.child span.vertical-line:before {
  height: 45px;
  width: 2px;
  background-color: #dbdbdb;
  left: 22px;
  top: 0;
  position: absolute;
  content: '';
}
.config-container .config-option-group .config-option-row.parent span.vertical-line.last-line:before,
.config-container .config-option-group .config-option-row.child span.vertical-line.last-line:before {
  height: 20px;
  top: 0;
}
.config-container .config-option-group .config-option-row.parent span.vertical-line.line-headline:before,
.config-container .config-option-group .config-option-row.child span.vertical-line.line-headline:before {
  height: 48px;
  left: 7px;
  top: -15px;
}
.config-container .config-option-group .config-option-row.parent .config-card {
  position: relative;
}
@media (max-width: 1199px) {
  .config-container .config-option-group .config-option-row.parent .config-card {
    width: 100%;
  }
  .config-container .config-option-group .config-option-row.parent .config-card:before {
    display: none;
  }
}
.config-container .config-option-group .config-option-row.parent .config-card:before {
  height: 10px;
  width: 2px;
  background-color: #dbdbdb;
  left: 5px;
  top: 100%;
  position: absolute;
  content: '';
}
.config-container .config-option-group .config-option-row.child h4 {
  margin: 20px 0 0 25px;
}
.config-container .config-option-group .config-option-row.child .config-card {
  position: relative;
  float: right;
  width: 95%;
}
@media (max-width: 1199px) {
  .config-container .config-option-group .config-option-row.child .config-card {
    width: 100%;
  }
  .config-container .config-option-group .config-option-row.child .config-card:before {
    display: none;
  }
}
.config-container .config-option-group .config-option-row.child .config-card:before {
  height: 2px;
  width: 19px;
  background-color: #dbdbdb;
  left: -19px;
  top: 50%;
  position: absolute;
  content: '';
}
.config-container .config-option-group .config-option-row:last-child {
  margin-bottom: 0;
}
.config-container .config-option-group .config-option-row:last-child h4 {
  margin: 0;
}
@media (max-width: 767px) {
  .config-container .config-option-group .config-option-row:last-child h4 {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 1199px) {
  .config-container .config-option-group .config-option-row {
    margin-bottom: 25px;
  }
  .config-container .config-option-group .config-option-row .config-card {
    border-radius: 3px 3px 0 0;
  }
  .config-container .config-option-group .config-option-row .config-card.no-controls {
    border-radius: 3px;
  }
}
.config-container hr {
  background-color: #ededed;
  height: 2px;
  border-top: 0;
  border-bottom: 0;
  margin: 20px -20px;
}
.has-info-container {
  border: 1px solid #1979A2;
}
.has-info-container .info-config-container {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #1979A2;
}
.has-info-container .info-config-container small {
  color: #ffffff;
  margin-left: 10px;
}
.has-info-container .info-config-container i {
  color: #ffffff;
}
.tooltip-feature-card {
  display: inline-block;
  position: absolute;
  padding: 5px;
  background-color: #f1f1f1;
}
.config-container-sidebar table.table-overview tr td {
  text-align: center;
}
.config-container-sidebar table.table-overview tr td:first-child {
  text-align: left;
}
.config-container-sidebar table.table-overview tr td:last-child {
  border-left: 1px solid #E3E3EC;
  white-space: nowrap;
}
.config-container-sidebar table.table-overview thead tr:first-child {
  background-color: #ffffff;
}
.config-container-sidebar table.table-overview thead tr td:last-child {
  font-weight: 400;
}
.config-container-sidebar .config-sidebar-remainder {
  background-color: #59A219;
  padding: 5px;
  color: #fff;
  text-align: center;
}
.config-container-sidebar .server-count {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px;
}
.config-container-sidebar .server-count label {
  font-weight: 500;
}
.config-container-sidebar .server-count input[type='number'] {
  background: #f5f5f5;
  border: none;
  box-shadow: inset 0 0 0 2px #ededed;
  padding: 5px 15px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
}
.config-container-sidebar .server-count input[type='number'].input-server-count {
  max-width: 65px;
  display: inline;
}
.config-container-sidebar .server-count input[type='number'].input-server-count::-webkit-inner-spin-button,
.config-container-sidebar .server-count input[type='number'].input-server-count::-webkit-outer-spin-button {
  opacity: 1;
}
.remainder-hint {
  margin-top: 10px;
  color: #ffffff;
  font-size: .8em;
}
.btn-disabled {
  color: #ababab !important;
  background-color: #EAEAEA !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
.btn-disabled:hover {
  color: #ababab !important;
  background-color: #fbfbfb !important;
}
.btn-disabled:focus,
.btn-disabled:active {
  box-shadow: none !important;
  color: #ababab !important;
  background-color: #fbfbfb !important;
}
.row-flex-baseline {
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .row-flex-baseline {
    display: block;
  }
}
.row-flex-center {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .row-flex-center {
    display: block;
  }
}
.row-flex-center-md {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .row-flex-center-md {
    display: block;
  }
}
.row-flex-center-server-listing {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .row-flex-center-server-listing {
    display: block;
  }
}
.row-flex-center-all {
  display: flex;
  align-items: center;
}
.invalid-message {
  color: red;
  font-size: small;
  margin-bottom: 0;
  transition: all 0.55s ease-in;
  line-height: 1.4em;
}
.header-icon-link {
  display: block;
  text-align: center;
}
.header-icon-link .header-icon {
  max-width: 100%;
}
/*Import Cloud*/
.custom-cloud .header-cloud {
  color: #ffffff;
  padding: 90px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .custom-cloud .header-cloud {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .custom-cloud .header-cloud {
    padding: 40px 0;
  }
}
.custom-cloud .header-cloud.header-background-image {
  height: 100%;
}
.custom-cloud .header-cloud img.header-image {
  max-width: 100%;
}
.custom-cloud .navigation-secondary {
  text-align: center;
}
.custom-cloud .navigation-secondary.hidden {
  display: none;
}
.custom-cloud .navigation-secondary ul.list-navigation-tabs {
  margin: 0;
}
@media (max-width: 768px) {
  .custom-cloud .navigation-secondary ul.list-navigation-tabs {
    display: table;
    width: 100%;
  }
}
.custom-cloud .navigation-secondary ul.list-navigation-tabs li {
  padding: 15px;
  min-width: 125px;
  margin-right: 25px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.custom-cloud .navigation-secondary ul.list-navigation-tabs li:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .custom-cloud .navigation-secondary ul.list-navigation-tabs li {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .custom-cloud .navigation-secondary ul.list-navigation-tabs li {
    padding: 15px 0;
    min-width: 56px;
    margin-right: 0;
    display: table-cell;
    max-width: 100%;
    white-space: nowrap;
  }
}
.custom-cloud .navigation-secondary ul.list-navigation-tabs li:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.custom-cloud .navigation-secondary ul.list-navigation-tabs li.active {
  color: #d50c2d;
}
.custom-cloud .navigation-secondary ul.list-navigation-tabs li.active:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d50c2d;
  transition: all 0.2s ease-in;
}
.custom-cloud .fixed-secondary-nav {
  position: fixed;
  top: 60px;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: top .1s;
  -moz-transition: top .1s;
  -ms-transition: top .1s;
  -o-transition: top .5s;
  transition: top .1s;
}
.custom-cloud .fixed-secondary-nav.main-nav-up {
  top: 0;
  -webkit-transition: top .1s;
  -moz-transition: top .1s;
  -ms-transition: top .1s;
  -o-transition: top .1s;
  transition: top .1s;
}
.custom-cloud .section-headline h2 {
  text-align: center;
}
.custom-cloud .container-major-features > * {
  margin-bottom: 50px;
}
.custom-cloud .container-major-features > *:last-child {
  margin-bottom: 0;
}
.custom-cloud .container-major-features .hr-cloud-overview {
  height: 3px;
  margin: 50px 0;
  background: #ededed;
  background: -moz-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ededed), color-stop(50%, #d8d8d8), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: -o-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: -ms-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: linear-gradient(to right, #ededed 0%, #d8d8d8 50%, #ededed 100%);
}
.custom-cloud .container-major-features .single-feature p {
  font-weight: 300;
  margin: 0;
}
@media (max-width: 768px) {
  .custom-cloud .container-major-features .single-feature {
    margin-bottom: 20px;
  }
}
.custom-cloud .container-major-features .product-image {
  max-width: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .custom-cloud .container-major-features .product-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.custom-cloud .container-pricing .container-pricing-explanation {
  margin-bottom: 20px;
  color: #ffffff;
}
.custom-cloud .container-pricing .container-pricing-explanation h2 {
  text-align: center;
}
.custom-cloud .container-pricing .container-pricing-explanation p {
  text-align: center;
  margin: 0;
}
.custom-cloud .container-pricing .price-card {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .custom-cloud .container-pricing .price-card {
    margin-bottom: 30px;
  }
}
.custom-cloud .container-pricing .price-card:hover {
  -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-cloud .container-pricing .price-card a {
  text-decoration: none;
  color: #383838;
}
.custom-cloud .container-pricing .price-card .price-top {
  padding: 10px 20px;
}
.custom-cloud .container-pricing .price-card .price-top h4 {
  margin: 0;
}
.custom-cloud .container-pricing .price-card .pricing-section {
  background-color: #383838;
  padding: 10px 20px;
}
.custom-cloud .container-pricing .price-card .pricing-section .price-main {
  color: #fdc400;
  display: block;
  font-size: 2em;
  line-height: 1.3em;
}
.custom-cloud .container-pricing .price-card .pricing-section .price-main small {
  display: block;
  line-height: 0.9em;
  margin-bottom: 10px;
}
.custom-cloud .container-pricing .price-card .pricing-section .price-second {
  color: #ffffff;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .custom-cloud .container-pricing .price-card .content {
    padding: 10px;
  }
}
.custom-cloud .container-pricing .price-card .content .flag-icon {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.custom-cloud .container-pricing .price-card table.price-table {
  margin: 0 auto 10px auto;
}
.custom-cloud .container-pricing .price-card table.price-table tr td:first-child {
  text-align: right;
  padding-right: 5px;
}
.custom-cloud .container-pricing .price-card table.price-table tr td:first-child strong {
  white-space: nowrap;
}
.custom-cloud .container-pricing .price-card table.price-table tr td:nth-child(2) {
  text-align: left;
  padding-left: 5px;
}
.custom-cloud .container-features h2 {
  text-align: center;
}
.custom-cloud .container-features .feature-box {
  margin-top: 70px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
}
.custom-cloud .container-features .feature-box .feature-box-icon-container {
  position: relative;
  display: block;
}
.custom-cloud .container-features .feature-box .feature-box-icon-container .feature-box-icon {
  left: 50%;
  top: -55px;
  position: absolute;
  display: inline-block;
}
.custom-cloud .container-features .feature-box .feature-box-icon-container .feature-box-icon img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-left: -100%;
}
.custom-cloud .container-features .feature-box .feature-box-content {
  line-height: 1.6em;
  padding: 70px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1200px) {
  .custom-cloud .container-features .feature-box .feature-box-content {
    height: 329px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .custom-cloud .container-features .feature-box .feature-box-content {
    height: 378px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-cloud .container-features .feature-box .feature-box-content {
    height: 326px;
  }
}
.custom-cloud .container-features .feature-box .feature-box-content p {
  flex-grow: 1;
  margin: 0;
}
.custom-cloud .container-features .feature-box .feature-box-content a {
  text-decoration: none;
}
.custom-cloud .container-features .feature-box .feature-box-content small {
  color: #5a5a5a;
}
@media (max-width: 768px) {
  .custom-cloud .container-api .code-container {
    display: block;
  }
}
.custom-cloud .container-api .code-container .code-tabs {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px 3px 0 0;
}
.custom-cloud .container-api .code-container .code-tabs .code-tab {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 15px;
  color: #383838;
  cursor: pointer;
  flex: 1;
}
.custom-cloud .container-api .code-container .code-tabs .code-tab h5 {
  margin: 0;
}
.custom-cloud .container-api .code-container .code-tabs .code-tab.active {
  color: #d50c2d;
  border-bottom: 3px solid #d50c2d;
}
.custom-cloud .container-api .code-container .code-tabs .code-tab:not(.active) {
  border-bottom: 1px solid #5a5a5a;
}
.custom-cloud .container-api .code-container .code-tabs .code-tab:hover:not(.active) {
  background-color: #ededed;
}
.custom-cloud .container-api .code-container .code-block {
  background-color: #383838;
  border-radius: 3px;
}
.custom-cloud .container-api .code-container .code-block .code-header {
  border-radius: 3px 3px 0 0;
  padding: 10px;
  background-color: #383838;
}
.custom-cloud .container-api .code-container .code-block .code-header span {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin-right: 7px;
}
.custom-cloud .container-api .code-container .code-block .code-header span.dot-red {
  background-color: #fa5e56;
}
.custom-cloud .container-api .code-container .code-block .code-header span.dot-yellow {
  background-color: #fcc02c;
}
.custom-cloud .container-api .code-container .code-block .code-header span.dot-green {
  background-color: #2ace42;
}
.custom-cloud .container-api .code-container .code-block .code-example {
  display: none;
  margin: 0;
  border: none;
  padding: 0;
  border-radius: 3px;
}
.custom-cloud .container-api .code-container .code-block .code-example.active {
  display: table;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  white-space: normal;
  min-height: 150px;
}
.custom-cloud .container-api .code-container .code-block .code-example code {
  display: table-cell;
  height: 167px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.custom-cloud .container-api .api-features {
  margin-bottom: 50px;
  text-align: center;
}
.custom-cloud .container-api .api-features p {
  hyphens: auto;
}
.custom-cloud .container-faqs h2 {
  text-align: center;
}
.custom-cloud .container-faqs .container-list-faqs {
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 20px;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs {
  margin: 0;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs li {
  margin-bottom: 20px;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs li strong.faq-question {
  cursor: pointer;
  color: #d5102d;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs li strong.faq-question i {
  margin-right: 5px;
  transition: transform 0.2s ease-in;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs li strong.faq-question i.open {
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs li .faq-answer {
  margin-left: 20px;
}
.custom-cloud .container-faqs .container-list-faqs .list-faqs li .faq-answer p {
  margin: 0;
}
.custom-cloud .container-faqs .container-list-faqs .faq-more-questions {
  margin-top: 20px;
  display: block;
  text-align: center;
}
.custom-cloud .button-floating {
  text-align: center;
  margin-top: 49px;
}
.custom-cloud .row-flex-center-sm {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-cloud .row-flex-center-sm {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .custom-cloud .cloud-header-video {
    position: relative;
    padding: 0;
  }
  .custom-cloud video#cloud-header-video {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .custom-cloud #cloud-header-video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .custom-cloud video#cloud-header-video {
    display: none;
  }
  .custom-cloud .cloud-header-video {
    padding: 30px 0;
  }
}
.cloud-switch-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.cloud-switch-container .cloud-switch-radio-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio {
  position: relative;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio:nth-child(2) {
  margin-left: 20px;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input {
  position: absolute;
  top: 50%;
  left: 16px;
  -ms-flex: 1;
  cursor: pointer;
  margin: 0 8px 0 0;
  transform: translateY(-50%);
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input:focus {
  outline: none;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input::-moz-focus-inner {
  border: 0;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input:checked + label {
  background-color: #ffffff;
  color: #383838;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input:not(:checked):after {
  border: 2px solid #d1d3d1;
  background-color: #ffffff;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input:checked:after {
  border: 4px solid #d1d3d1;
  top: -2px;
  left: -3px;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input:not(:checked):hover:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #383838;
  top: 2px;
  left: 3px;
  border: none;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-input:not(:checked):hover:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -3px;
  left: -2px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 2px solid #383838;
}
.cloud-switch-container .cloud-switch-radio-group .cloud-switch-radio .cloud-switch-label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: .8em;
  padding: 10px 14px 10px 48px;
  cursor: pointer;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 4px;
  white-space: nowrap;
}
.cloud-switch-addition {
  height: 78px;
  display: flex;
  align-items: center;
  border-left: 2px solid #ffffff;
  padding-left: 20px;
}
.cloud-switch-addition p {
  color: white;
  -ms-flex: 1;
  margin: 0;
}
/* Cross Sellling Rework
.cross-selling-card {
  .info-box-ref {
    background-color: @white;
  }
  ul.cross-selling-card-list {
    margin: 0;
    padding: 10px;
    text-align: center;
    li {
      padding: 0 20px 15px 20px;
      line-height: 1.4em;
      font-weight: 500;
      span {
        font-weight: 400;
        display: block;
      }
    }
  }
}
*/
@media screen and (min-width: 800px) {
  .startpage-header-video {
    position: relative;
    padding: 0;
  }
  video#startpage-header-video {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #startpage-header-video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  video#startpage-header-video {
    display: none;
  }
  .startpage-header-video {
    padding: 30px 0 41px 0;
  }
}
.flex-ie10 {
  -ms-flex: 1;
}
.leftAlone {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-press-section .press-news-container:first-child {
  margin-bottom: 20px;
}
.news-press-section .press-news-container .headline-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .news-press-section .press-news-container .headline-container {
    display: block;
  }
}
.news-press-section .press-news-container .headline-container h3 {
  margin: 0;
}
.news-press-section .press-news-container .headline-container small {
  line-height: 1em;
}
.news-press-section .press-news-container .headline-container small a {
  color: #ffffff;
}
.btn-not-available {
  opacity: 1 !important;
  background-color: #dbdbdb !important;
  color: #8a8a8a !important;
}
.label-not-available {
  background-color: #ffffff;
  text-transform: uppercase;
  color: #8a8a8a;
}
.price-not-available {
  color: #dbdbdb !important;
}
.product-order-sidebar-label {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.twitter-icon {
  margin-right: 6px;
}
.registration-robot-price {
  font-size: 2em !important;
}
.hdd-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdd-switch .hdd-switch-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.hdd-switch .hdd-switch-input:checked + label {
  background-color: #59A219;
  color: #ffffff;
}
.hdd-switch .hdd-switch-input:checked + label:hover {
  background-color: #4d8c16;
}
.hdd-switch .hdd-switch-label {
  font-weight: 500;
  font-size: 0.8rem;
  margin: 0;
  width: 52px;
  background-color: #f5f5f5;
  color: #383838;
  padding: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.hdd-switch .hdd-switch-label:hover {
  cursor: pointer;
  background-color: #ededed;
}
.hdd-switch .hdd-switch-label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.hdd-switch .hdd-switch-label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.hdd-switch .hdd-switch-label.label-disabled {
  background-color: #59A219;
  color: #ffffff;
  border-radius: 4px;
  cursor: default;
}
.disk-switch-container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 162px);
  margin-left: 162px;
}
@media (max-width: 991px) {
  .disk-switch-container {
    margin-left: 0;
    width: 100%;
  }
}
.disk-switch-container .disk-radio-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.disk-switch-container .disk-radio-group .disk-radio {
  position: relative;
}
.disk-switch-container .disk-radio-group .disk-radio:nth-child(2) {
  margin-left: 20px;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input {
  position: absolute;
  top: 50%;
  left: 16px;
  -ms-flex: 1;
  cursor: pointer;
  margin: 0 8px 0 0;
  transform: translateY(-50%);
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:focus {
  outline: none;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input::-moz-focus-inner {
  border: 0;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:checked + label {
  background-color: #383838;
  color: #ffffff;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:not(:checked):after {
  border: 2px solid #383838;
  background-color: #ffffff;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:checked:after {
  border: 4px solid #d1d3d1;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:not(:checked):hover:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #383838;
  top: 2px;
  left: 3px;
  border: none;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:not(:checked):hover:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -3px;
  left: -2px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 2px solid #383838;
}
.disk-switch-container .disk-radio-group .disk-radio .disk-switch-label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .8em;
  padding: 10px 14px 10px 48px;
  cursor: pointer;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 2px #383838;
  border-radius: 4px;
}
.disk-addition {
  height: 78px;
  display: flex;
  align-items: center;
  border-left: 2px solid #ededed;
  padding-left: 20px;
}
.disk-addition p {
  -ms-flex: 1;
  margin: 0;
}
.product-overview.has-matrix-switch tbody tr td:first-child {
  width: 162px;
}
.product-overview-card.has-matrix-switch thead tr th:first-child {
  width: 162px;
}
.product-overview-card.has-matrix-switch tbody tr td:first-child {
  width: 162px;
}
.score-icon {
  margin-right: 5px;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.cookie-banner {
  width: 100%;
  height: auto;
  background-color: #383838;
  padding: 20px 5px;
  z-index: 10001;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.cookie-banner.fade-up-cookie {
  -webkit-transition: margin-top 0.3s ease-in;
  -ms-transition: margin-top 0.3s ease-in;
  -o-transition: margin-top 0.3s ease-in;
  transition: margin-top 0.3s ease-in;
  margin-top: -100px;
}
.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}
.cookie-banner a:hover,
.cookie-banner a:active,
.cookie-banner a:focus {
  color: #d50c2d;
  text-decoration: underline;
}
.cookie-banner a:after {
  text-decoration: underline;
}
.cookie-banner a.link-single-internal:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 5px;
}
.cookie-banner h5 {
  margin: 0 0 0.8rem 0;
}
.cookie-banner .cookie-wrapper {
  -ms-flex: 1;
}
.cookie-banner .cookie-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-banner .cookie-container p {
  font-size: .8rem;
  hyphens: auto;
  margin: 0 50px 0 0;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .cookie-banner .cookie-container {
    display: block;
  }
  .cookie-banner .cookie-container p {
    margin: 0;
  }
  .cookie-banner .cookie-container button {
    margin-top: 20px;
  }
}
main {
  -webkit-transition: margin-top 0.3s ease-in;
  -ms-transition: margin-top 0.3s ease-in;
  -o-transition: margin-top 0.3s ease-in;
  transition: margin-top 0.3s ease-in;
}
main.has-cookie-banner {
  margin-top: 210px;
}
@media (min-width: 1200px) {
  main.has-cookie-banner {
    margin-top: 193px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .cookie-banner {
    min-height: 119px;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  nav.navbar.navbar-default.navbar-fixed-top.shrink.nav-up {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .navbar {
    margin-top: 0;
  }
  .navbar.has-cookie-banner {
    margin-top: 118px;
  }
  .cookie-banner {
    position: fixed;
    top: 0;
    padding: 20px 0;
    height: 118px;
  }
  .cookie-banner.fade-up-cookie {
    margin-top: -167px;
  }
  main.has-cookie-banner {
    margin-top: 210px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navbar {
    margin-top: 0;
    -webkit-transition: margin-top 0.3s ease-in;
    -ms-transition: margin-top 0.3s ease-in;
    -o-transition: margin-top 0.3s ease-in;
    transition: margin-top 0.3s ease-in;
  }
  .navbar.has-cookie-banner {
    margin-top: 217px;
  }
  .cookie-banner {
    position: fixed;
    top: 0;
    padding: 20px 0;
    height: 217px;
  }
  .cookie-banner.fade-up-cookie {
    margin-top: -201px;
  }
  main.has-cookie-banner {
    margin-top: 333px;
  }
}
main.has-cookie-banner #epyc-sidebar-sticky-wrapper.is-sticky div#epyc-sidebar {
  top: 177px !important;
}
.container-server-soccer p {
  hyphens: auto;
}
.container-server-soccer .headline {
  text-align: center;
}
@media (max-width: 768px) {
  .container-server-soccer .wrapper-prize {
    margin-bottom: 20px;
  }
}
.container-server-soccer .wrapper-prize .headline-prize {
  text-align: left;
  margin-top: 20px;
}
.container-server-soccer .wrapper-prize p {
  margin: 0;
  font-weight: 300;
}
.container-server-soccer .navigation-secondary {
  background-color: #ffffff;
  text-align: center;
}
.container-server-soccer .navigation-secondary.hidden {
  display: none;
}
.container-server-soccer .navigation-secondary ul.list-navigation-tabs {
  margin: 0;
}
@media (max-width: 768px) {
  .container-server-soccer .navigation-secondary ul.list-navigation-tabs {
    display: table;
    width: 100%;
  }
}
.container-server-soccer .navigation-secondary ul.list-navigation-tabs li {
  padding: 15px;
  min-width: 125px;
  margin-right: 25px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.container-server-soccer .navigation-secondary ul.list-navigation-tabs li:last-child {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container-server-soccer .navigation-secondary ul.list-navigation-tabs li {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .container-server-soccer .navigation-secondary ul.list-navigation-tabs li {
    padding: 15px 0;
    margin-right: 0;
    display: table-cell;
    max-width: 100%;
    white-space: nowrap;
    min-width: 83px;
  }
}
.container-server-soccer .navigation-secondary ul.list-navigation-tabs li:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.container-server-soccer .navigation-secondary ul.list-navigation-tabs li.active {
  color: #d50c2d;
}
.container-server-soccer .navigation-secondary ul.list-navigation-tabs li.active:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d50c2d;
  transition: all 0.2s ease-in;
}
.container-server-soccer .fixed-secondary-nav {
  position: fixed;
  top: 60px;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: top .1s;
  -moz-transition: top .1s;
  -ms-transition: top .1s;
  -o-transition: top .5s;
  transition: top .1s;
}
.container-server-soccer .fixed-secondary-nav.main-nav-up {
  top: 0;
  -webkit-transition: top .1s;
  -moz-transition: top .1s;
  -ms-transition: top .1s;
  -o-transition: top .1s;
  transition: top .1s;
}
.container-server-soccer .hr-server-soccer {
  margin: 50px 0;
  height: 3px;
  background: #ededed;
  background: -moz-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ededed), color-stop(50%, #d8d8d8), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: -o-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: -ms-linear-gradient(left, #ededed 0%, #d8d8d8 50%, #ededed 100%);
  background: linear-gradient(to right, #ededed 0%, #d8d8d8 50%, #ededed 100%);
}
.container-server-soccer .wrapper-game {
  display: inline-block;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid;
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-radius: 2px;
}
.container-server-soccer .form-group {
  /*Custom Select*/
}
.container-server-soccer .form-group label {
  font-weight: 500;
}
.container-server-soccer .form-group select:not([multiple]) {
  height: 34px;
  background-color: #fbfbfb;
  border: 2px solid #dbdbdb;
  font-size: 16px;
  padding: 2px 15px;
  width: 100%;
  display: block;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.container-server-soccer .form-group select:not([multiple])::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  .container-server-soccer .form-group select:not([multiple]) {
    padding: 2px 5px;
  }
}
.container-server-soccer .product-card.single-product-card {
  margin: 0;
}
.container-server-soccer .container-legal {
  background-color: #f5f5f5;
}
.container-server-soccer .container-legal .form-group {
  position: relative;
}
.container-server-soccer .container-legal .form-group input[type='checkbox'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.container-server-soccer .container-legal .form-group label {
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  hyphens: auto;
  margin-left: 25px;
  line-height: 1.4em;
}
.container-server-soccer .container-legal .form-group:last-child {
  margin-bottom: 0;
}
.container-server-soccer .container-legal .invalid-message-checkbox {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .container-server-soccer .img-wrapper-cloud {
    margin-top: 20px;
  }
}
.container-server-soccer .row-flex-center-sm {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .container-server-soccer .row-flex-center-sm {
    display: block;
  }
}
.container-server-soccer .container-cloud h4 {
  margin: 0 0 0.5rem 0;
}
.container-server-soccer .container-cloud p {
  margin: 0;
  font-weight: 300;
}
.container-server-soccer .container-cloud:not(:last-child) {
  margin-bottom: 50px;
}
.container-server-soccer .button-floating {
  text-align: center;
  margin-top: 50px;
}
.container-server-soccer .button-floating .btn {
  white-space: normal;
}
.container-server-soccer .btn-submit {
  white-space: normal;
  transition: width 0.3s ease-in, opacity 0.3s ease-in, color 0.1s ease-in;
}
.container-server-soccer .btn-submit.button-removed {
  overflow: hidden;
  width: 0%;
  opacity: 0;
  transition: width 0.3s ease-in, opacity 0.3s ease-in, color 0.1s ease-in;
}
.container-server-soccer .success-message {
  background-color: #2ecc70;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1.4em;
}
.container-server-soccer .success-message.invisible {
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.container-server-soccer .success-message .success-message-text {
  margin-left: 25px;
}
.container-server-soccer .captcha-img-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.container-server-soccer .captcha-img-container img {
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  height: 80px;
}
@media (max-width: 374px) {
  .container-server-soccer .captcha-img-container img {
    width: 200px;
    height: 64px;
  }
}
.container-server-soccer .captcha-img-container .btn-reload-captcha {
  border-radius: 0 3px 3px 0;
  height: 80px;
  font-size: .9rem;
}
@media (max-width: 374px) {
  .container-server-soccer .captcha-img-container .btn-reload-captcha {
    height: 64px;
  }
}
.container-server-soccer .form-group-captcha input {
  width: 270px;
}
.container-server-soccer .paragraph-headline {
  text-align: center;
  margin-bottom: 50px;
}
.support-form-notice {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 0;
  color: #383838;
  border-radius: 0 0 3px 3px;
  font-size: .8rem;
}
.support-form-notice p {
  color: #d50c2d;
  font-weight: 500;
}
.mobile-price-additional .special-setup-offer,
.price-additional .special-setup-offer {
  color: #74d421;
  font-weight: 500;
}
