@charset "UTF-8";
@import "sweetalert2.min.css";
@import "owl.carousel.min.css";
.aak-modern-cc {
  font-family: "Roboto", sans-serif;
}
.aak-modern-cc .card-container {
  width: 560px;
  max-width: 100%;
  margin: 25px auto;
  display: inherit;
  padding: 20px;
}
.aak-modern-cc .card-container .form-group {
  margin-bottom: 20px;
}
.aak-modern-cc ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1; /* Firefox */
}
.aak-modern-cc :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCC;
}
.aak-modern-cc ::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCC;
}
.aak-modern-cc a {
  color: #0e7aea;
  text-decoration: none;
}
.aak-modern-cc h6 {
  color: #9aa3ab;
  font-weight: 300;
  line-height: 15px;
}
.aak-modern-cc h5 {
  color: #99a1aa;
  font-weight: 300;
}
.aak-modern-cc h4 {
  font-weight: 300;
  font-size: 13px;
  color: #97a2ad;
}
.aak-modern-cc h3 {
  color: #58636a;
  font-weight: 500;
}
.aak-modern-cc .container {
  width: 100%;
  max-width: 100%;
  min-width: 636px;
  min-height: 456px;
  margin: auto;
  margin-top: 0;
  padding: 0;
  padding-bottom: 35px;
  overflow: hidden;
  position: relative;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .aak-modern-cc .container {
    display: block;
    height: auto;
    min-width: auto;
  }
  .aak-modern-cc .container .left, .aak-modern-cc .container .right {
    width: 100%;
  }
}
.aak-modern-cc .container #masterpass-loading {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 998;
}
.aak-modern-cc .container #masterpass-loading .item {
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  position: absolute;
}
.aak-modern-cc .container #masterpass-loading:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
}
.aak-modern-cc .left {
  background-color: #353535;
  width: 39%;
  border-radius: 0;
  float: left;
  color: #ffffff;
}
.aak-modern-cc .info-box {
  margin-top: 35px;
  margin-left: 35px;
  margin-right: 35px;
}
.aak-modern-cc .receipt {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #747474;
  height: 15%;
}
.aak-modern-cc .receipt > span {
  font-weight: 500;
  font-size: 24px;
}
.aak-modern-cc .entry {
  border-bottom: 1px solid #585858;
  height: 15%;
  overflow: hidden;
  padding-top: 15px;
}
.aak-modern-cc .entry p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px !important;
  float: left;
  color: #AAA;
}
.aak-modern-cc .entry p span {
  color: #fff;
}
.aak-modern-cc .entry > i {
  margin-top: 4px;
  margin-right: 13px;
  float: left;
  color: #b4d8fc;
}
.aak-modern-cc span {
  font-weight: 500;
  font-size: 16px;
}
.aak-modern-cc .entry:last-child {
  border-bottom: none;
}
.aak-modern-cc .right {
  background-color: #fdfdfd;
  width: 61%;
  height: 100%;
  float: left;
  border-radius: 0;
  padding-bottom: 2px;
  align-items: center;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .aak-modern-cc .right .row .row div[class^=col-], .aak-modern-cc .right .row .row label[class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.aak-modern-cc .content {
  margin: 0 auto;
  width: 90%;
}
.aak-modern-cc .header {
  overflow: hidden;
  border-bottom: 1px solid #d7e2e7;
  height: 50px;
}
.aak-modern-cc .header > img {
  width: 100px;
  float: left;
}
.aak-modern-cc .header > h4 {
  text-align: right;
  margin-top: 10px;
}
.aak-modern-cc .main {
  margin-top: 35px;
  position: relative;
}
.aak-modern-cc .message {
  margin-top: 20px;
}
.aak-modern-cc .message > p {
  font-weight: 300;
  font-size: 15px;
  color: #7a838d;
  line-height: 30px;
}
.aak-modern-cc .message > h6 {
  margin-top: 10px;
}
.aak-modern-cc .footer {
  overflow: hidden;
  border-top: 1px solid #d7e2e7;
  margin-top: 20px;
  padding-top: 15px;
}
.aak-modern-cc .footer > a {
  font-size: 13px;
  font-weight: 500;
  float: left;
}
.aak-modern-cc .footer > h6 {
  color: #7a838d;
  text-align: right;
  margin-top: 0px !important;
}
.aak-modern-cc .masterpass-warning {
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #EEE;
  color: #333;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 10px;
}
.aak-modern-cc .masterpass-warning > label {
  padding: 5px 0 0 0;
}
.aak-modern-cc .squaredFour {
  width: 20px;
  position: relative;
  margin: 5px 15px;
  float: left;
  line-height: normal;
}
.aak-modern-cc .squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.35);
}
.aak-modern-cc .squaredFour label:after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aak-modern-cc .squaredFour label:hover::after {
  opacity: 0.5;
}
.aak-modern-cc .squaredFour input[type=checkbox] {
  visibility: hidden;
}
.aak-modern-cc .squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.aak-modern-cc .submit-button {
  background: #ebebeb;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  background: #3fcb30;
  background: -moz-linear-gradient(top, #3fcb30 0, #32be23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3fcb30), color-stop(100%, #32be23));
  background: -webkit-linear-gradient(top, #3fcb30 0, #32be23 100%);
  background: -o-linear-gradient(top, #3fcb30 0, #32be23 100%);
  background: -ms-linear-gradient(top, #3fcb30 0, #32be23 100%);
  background: linear-gradient(to bottom, #3fcb30 0, #32be23 100%);
  border: 1px solid #2db91e;
  font-weight: 400;
  font-size: 17px;
  line-height: 38px;
  padding: 0 24px;
  transition: opacity 0.2s ease-in-out;
}
.aak-modern-cc .submit-button:hover {
  opacity: 0.75;
}
.aak-modern-cc .returnSiteBtn {
  background: #ebebeb;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  background: #3fcb30;
  background: -moz-linear-gradient(top, #ed4e4e 0, #e14040 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed4e4e), color-stop(100%, #e14040));
  background: -webkit-linear-gradient(top, #ed4e4e 0, #e14040 100%);
  background: -o-linear-gradient(top, #ed4e4e 0, #e14040 100%);
  background: -ms-linear-gradient(top, #ed4e4e 0, #e14040 100%);
  background: linear-gradient(to bottom, #ed4e4e 0, #e14040 100%);
  border: 1px solid #e14040;
  font-weight: 400;
  font-size: 17px;
  line-height: 38px;
  padding: 0 24px;
  transition: opacity 0.2s ease-in-out;
  line-height: 35px;
}
.aak-modern-cc .returnSiteBtn:hover {
  opacity: 0.75;
}
.aak-modern-cc .invoice-lines {
  max-height: 220px;
  overflow-y: auto;
}
.aak-modern-cc .invoice-lines p {
  width: 100%;
}
.aak-modern-cc .invoice-lines .line {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  float: left;
  width: 100%;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.aak-modern-cc .invoice-lines .line:hover {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 10px;
}
.aak-modern-cc .invoice-lines .line:last-child {
  border-bottom: none;
}
.aak-modern-cc .mfs-list {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 30px;
}
.aak-modern-cc .mfs-list .cc-view {
  width: calc(33.3% - 15px);
  border-radius: 3px;
  position: relative;
  display: block;
  float: left;
  margin: 10px 7.5px;
}
@media screen and (max-width: 1366px) {
  .aak-modern-cc .mfs-list .cc-view {
    width: calc(33.3% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .aak-modern-cc .mfs-list .cc-view {
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 800px) {
  .aak-modern-cc .mfs-list .cc-view {
    width: 100%;
  }
}
.aak-modern-cc .mfs-list .cc-view.cc-visa label {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  color: #fff;
}
.aak-modern-cc .mfs-list .cc-view.cc-visa .card-logo {
  bottom: 10px;
  right: 10px;
}
.aak-modern-cc .mfs-list .cc-view.cc-mastercard label {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(0, 152, 155) 0.1%, rgb(0, 94, 120) 94.2%);
  color: #fff;
}
.aak-modern-cc .mfs-list .cc-view .card-logo {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 50px;
}
.aak-modern-cc .mfs-list .cc-view .card-logo img {
  max-width: 100%;
}
.aak-modern-cc .mfs-list .cc-view label {
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: 150px;
  display: block;
  padding: 3px 5px;
  background-color: #eee;
  z-index: 2;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 3px #888;
  transition: all 0.1s linear;
  text-shadow: 0 0 1px #333;
}
.aak-modern-cc .mfs-list .cc-view label .cc-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  text-shadow: 0 0 0;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  border-radius: 4px;
  display: inherit;
  font-weight: normal;
  font-size: 14px;
  padding: 3px;
  line-height: 25px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 50%;
  text-align: center;
  border-left: 7px solid #AAA;
  transition: border 0.15s linear;
}
.aak-modern-cc .mfs-list .cc-view label .cc-label:before {
  content: " ";
  position: absolute;
  left: 20px;
  top: 16px;
  width: 24px;
  height: 24px;
}
.aak-modern-cc .mfs-list .cc-view label .cc-masked {
  position: absolute;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  top: 85px;
  left: 25px;
}
.aak-modern-cc .mfs-list .cc-view label .cc-masked span {
  margin-right: 10px;
  font-size: 18px;
}
.aak-modern-cc .mfs-list .cc-view input[type=radio] {
  display: none;
}
.aak-modern-cc .mfs-list .cc-view .delete-card-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 2px;
  padding-bottom: 10px;
  border-radius: 100% !important;
  color: #fff;
  background: #333;
  border: none;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.aak-modern-cc .mfs-list .cc-view .delete-card-button:hover {
  transform: scale(1.1);
}
.aak-modern-cc .mfs-list .cc-view.selected {
  box-shadow: 0 0 0 4px rgba(218, 165, 32, 0.35);
}
.aak-modern-cc .mfs-list .cc-view.selected .cc-label {
  border-left-color: #DAA520;
  border-left-width: 34px;
  min-width: 125px;
}
.aak-modern-cc .mfs-list .cc-view.selected .cc-label:before {
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="white" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
}
.aak-modern-cc .mfs-list .cc-view.new-card-select {
  text-align: center;
  line-height: 50px;
}
.aak-modern-cc .new-card-form {
  display: block;
  clear: both;
  transition: opacity 0.2s linear;
}
.aak-modern-cc .new-card-form.form-disabled {
  opacity: 0.35;
  user-select: none;
}
.aak-modern-cc .new-card-form select {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  max-width: 100%;
}

#mfs-custom-modal {
  /* Demo Styles */
}
#mfs-custom-modal .modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#mfs-custom-modal .modal-window > div {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3em 2em;
  background: #ffffff;
  max-width: 100%;
}
#mfs-custom-modal .modal-window header {
  font-weight: bold;
}
#mfs-custom-modal .modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
#mfs-custom-modal .modal-window.show {
  opacity: 1;
  visibility: visible;
}
#mfs-custom-modal .modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  cursor: pointer;
}
#mfs-custom-modal .modal-close:hover {
  color: black;
}
#mfs-custom-modal html,
#mfs-custom-modal body {
  height: 100%;
}
#mfs-custom-modal body {
  font: 600 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-image: linear-gradient(to right, #7f53ac 0, #657ced 100%);
  color: black;
}
#mfs-custom-modal a {
  color: inherit;
}
#mfs-custom-modal .container {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#mfs-custom-modal .modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}
#mfs-custom-modal small {
  color: #aaa;
}
#mfs-custom-modal .btn {
  border-radius: 3px !important;
  text-decoration: none;
  margin: 10px;
}
#mfs-custom-modal .btn i {
  padding-right: 0.3em;
}

/*
tralan
domain-details.scss
2020
*/
.domain-detail-card .header span.status-icon {
  padding: 0;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.domain-detail-card .header .domain-name {
  flex: auto;
}
.domain-detail-card .header .domain-link {
  font-size: 16px;
  margin-left: 20px;
}
.domain-detail-card .body {
  padding: 10px;
}

.alertify-logs > * {
  padding: 12px 24px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.alertify-logs > *, .alertify-logs > *.default {
  background: rgba(0, 0, 0, 0.8);
}
.alertify-logs > *.error {
  background: rgba(244, 67, 54, 0.8);
}
.alertify-logs > *.success {
  background: rgba(76, 175, 80, 0.9);
}

.alertify {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.alertify.hide {
  opacity: 0;
  pointer-events: none;
}
.alertify, .alertify.show {
  box-sizing: border-box;
  transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.alertify, .alertify * {
  box-sizing: border-box;
}
.alertify .dialog {
  padding: 12px;
}
.alertify .dialog, .alertify .alert {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.alertify .dialog > *, .alertify .alert > * {
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  background: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
.alertify .dialog .msg, .alertify .alert .msg {
  padding: 12px;
  margin-bottom: 12px;
  margin: 0;
  text-align: left;
}
.alertify .dialog input:not(.form-control), .alertify .alert input:not(.form-control) {
  margin-bottom: 15px;
  width: 100%;
  font-size: 100%;
  padding: 12px;
}
.alertify .dialog input:not(.form-control):focus, .alertify .alert input:not(.form-control):focus {
  outline-offset: -2px;
}
.alertify .dialog nav, .alertify .alert nav {
  text-align: right;
}
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button), .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button) {
  background: transparent;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  outline: 0;
  border: 0;
  display: inline-block;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover, .alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active, .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover, .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):active {
  background-color: rgba(0, 0, 0, 0.05);
}
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus, .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.alertify .dialog nav button.btn, .alertify .alert nav button.btn {
  margin: 6px 4px;
}

.alertify-logs {
  position: fixed;
  z-index: 99999;
}
.alertify-logs.bottom, .alertify-logs:not(.top) {
  bottom: 16px;
}
.alertify-logs.left, .alertify-logs:not(.right) {
  left: 16px;
}
.alertify-logs.left > *, .alertify-logs:not(.right) > * {
  float: left;
  transform: translate3d(0, 0, 0);
  height: auto;
}
.alertify-logs.left > *.show, .alertify-logs:not(.right) > *.show {
  left: 0;
}
.alertify-logs.left > *, .alertify-logs.left > *.hide, .alertify-logs:not(.right) > *, .alertify-logs:not(.right) > *.hide {
  left: -110%;
}
.alertify-logs.right {
  right: 16px;
}
.alertify-logs.right > * {
  float: right;
  transform: translate3d(0, 0, 0);
}
.alertify-logs.right > *.show {
  right: 0;
  opacity: 1;
}
.alertify-logs.right > *, .alertify-logs.right > *.hide {
  right: -110%;
  opacity: 0;
}
.alertify-logs.top {
  top: 0;
}
.alertify-logs > * {
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  clear: both;
  backface-visibility: hidden;
  perspective: 1000;
}
.alertify-logs > * {
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.alertify-logs > *.show {
  margin-top: 12px;
  opacity: 1;
  max-height: 1000px;
  padding: 12px;
  pointer-events: auto;
}

.gl-contract-popup .contract-content {
  height: 500px;
  max-height: 50%;
  overflow-y: auto;
}

.contract-loading {
  position: fixed;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  left: calc(50% - 120px);
  width: 240px;
  background-color: #333;
  text-align: center;
  top: 40%;
  border-radius: 4px;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  transition: all 0.2s ease;
}
.contract-loading.show {
  visibility: visible;
  opacity: 1;
}

.gl-contracts-list {
  margin-top: 15px;
}
.gl-contracts-list li {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  margin: 10px 0;
  padding: 5px 10px;
  background: #778899;
  color: #ddd;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  min-height: 44px;
}
.gl-contracts-list li label, .gl-contracts-list li span {
  display: inline-block;
  float: left;
}
.gl-contracts-list li .checkbox.disabled {
  pointer-events: none;
}
.gl-contracts-list li label {
  margin-top: 5px;
  padding-right: 20px !important;
}
.gl-contracts-list li span {
  padding-top: 8px;
  display: block;
}
.gl-contracts-list li:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.gl-contracts-list li a {
  display: inline;
  margin-right: 5px;
  text-decoration: underline;
}

@-webkit-keyframes preloaderRotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloaderRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloaderBounce {
  0%, to {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes preloaderBounce {
  0%, to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, to {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, to {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
a {
  text-decoration: none;
  color: #058;
}

body {
  font-weight: 400;
}

blockquote {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

#slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
#slider-bg img {
  mix-blend-mode: soft-light;
}

.price-filter > div {
  margin: 0 auto;
  width: 320px;
  position: relative;
  float: right;
}
.price-filter input {
  border-radius: 4px;
  border-width: 2px;
  height: 52px;
  font-size: 18px;
}

.login--form input.form-control:focus {
  border-color: #ccc;
}

.price-filter input:active, .price-filter input:focus {
  border-color: #ccc;
}
.price-filter input::placeholder {
  color: #999;
  opacity: 0.45;
}
.price-filter input:focus ~ i {
  opacity: 1;
}
.price-filter i {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #999;
  opacity: 0.45;
  transition: opacity 0.15s linear;
}

.section--title {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 25px;
}

.w-100 {
  width: 100%;
}

#domainSearch .section--title {
  margin-top: 20px;
  text-align: left;
}
#domainSearch .section--title h2 {
  color: #fff;
}

#vpsPricing .section--title h2 {
  color: #fff;
}

.page-header--breadcrumb ul > li {
  color: #fff;
}
.page-header--breadcrumb ul > li:before {
  color: #fff;
}

.pricing--item.popular .pricing--body h3 {
  color: #fff;
}
.pricing--item.popular .pricing--body h3 strong {
  color: #fff;
}
.pricing--item.popular .pricing--header h2 {
  color: #fff;
}

body.scrolled #header.header_black-friday-2017 .nav > li > a, body.scrolled #header.header_cyber-monday-2017 .nav > li > a {
  color: #fff;
}

.section--title h2 {
  position: relative;
  margin: -9px 0 0;
  padding-bottom: 0;
  color: #303030;
  font-size: 40px;
  line-height: 48px;
  user-select: none;
}
.section--title h2:before {
  display: none;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #ffc107;
}
.section--title.hide--border h2 {
  margin-bottom: -7px;
  padding-bottom: 0;
}
.section--title.hide--border h2:before {
  display: none;
}

.section--footer {
  margin-top: 60px;
}
.section--footer .btn--default {
  color: #303030;
  border-color: #303030;
}

.bg--overlay {
  position: relative;
  z-index: 0;
}

.bd--bottom {
  border-bottom: 1px solid #e9e9e9;
}

.bd--top-bottom {
  border-style: solid;
  border-width: 1px 0;
  border-color: #e9e9e9;
}

.btn--default, a.btn--default {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
  outline: 0;
}

#preloader, .btn--primary, a.btn--primary {
  background-color: #ffc107;
}

body.scrolled #backToTop {
  opacity: 1;
}

#backToTop a {
  display: block;
  min-width: 50px;
  padding: 8px 0 10px;
  color: #fff;
  background-color: #737373;
  border-radius: 50%;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

#header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition-property: padding, background-color, box-shadow;
  transition-property: padding, background-color, box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 999;
  padding: 0;
}

body.scrolled #header .navbar {
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 4px rgba(0, 0, 0, 0.28);
}

#header .navbar-toggle {
  margin-bottom: 0;
  border-radius: 50px;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
#header .navbar-toggle.collapsed {
  border-color: #fff;
}
#header .navbar-toggle .icon-bar {
  background-color: #ffc107;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  display: block;
}
#header .navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}
#header a.navbar-brand {
  height: auto;
  padding-top: 12px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}
@media screen and (max-width: 720px) {
  #header a.navbar-brand {
    width: calc(100% - 100px);
    float: left;
    margin-right: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 720px) {
  #header .navbar-toggler {
    width: 50px;
    margin-left: 50px;
    margin-top: 26px;
    padding: 0;
  }
}

#headerNavbar a.navbar-brand {
  height: auto;
  padding-top: 12px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}

#header a.navbar-brand h1, #headerNavbar a.navbar-brand h1 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}

#header a.navbar-brand h1 span {
  color: #ffc107;
}

.page-header--breadcrumb ul > li.active, .page-header--breadcrumb ul > li > a:hover {
  color: #ffc107;
}

.post--except-footer a:hover, .post--full-content-footer ul li a:hover, .post--meta a:hover, .post--title h2 a:hover, .service--item:hover .service--content h3, .team--item:hover .team--name a, a.btn--default.hover:hover {
  color: #ffc107;
}

#headerNav .nav > li > a > .caret {
  margin-left: 8px;
}
#headerNav .nav > .dropdown > .dropdown-menu > li.active > a {
  color: #fff;
}
#headerNav .nav > .dropdown > .dropdown-menu > li > a:focus, #headerNav .nav > .dropdown > .dropdown-menu > li > a:hover {
  color: #fff;
}

#header .navbar-header .header--custom-btn, #pageHeader.page_creditcard .page-header--breadcrumb, .ds--form-ext label input, .price-details--item.body .content li strong, .price-details--table tbody td strong {
  display: none;
}

#pageHeader {
  padding: 154px 0 113px;
  text-align: center;
}
#pageHeader.page_creditcard {
  padding-top: 125px;
  padding-bottom: 30px;
}

.page-header--title h2 {
  position: relative;
  margin: 0;
  padding-bottom: 25px;
  color: #fff;
  font-size: 60px;
  line-height: 68px;
}
.page-header--title h2:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #ffc107;
}

.page-header--breadcrumb ul {
  margin-top: 25px;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.page-header--breadcrumb ul > li > a {
  color: #fff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

#banner {
  position: relative;
  height: 100%;
}

.banner--item {
  height: 100%;
}

.banner--slider {
  height: 100%;
}
.banner--slider .owl-item, .banner--slider .owl-wrapper, .banner--slider .owl-wrapper-outer {
  height: 100%;
}

.banner--content {
  color: #fff;
  text-align: center;
}
.banner--content h2 {
  margin: 15px 0;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
}
.banner--content h3 {
  margin: 15px 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}
.banner--content .btn--default {
  margin-top: 12px;
}

.banner--slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.banner--slider-nav ul > li {
  float: left;
  width: 33.33333333%;
  padding: 24px 0 26px;
  color: #303030;
  background-color: #fff;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease-in-out;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease-in-out;
  cursor: pointer;
}
.banner--slider-nav ul > li.active, .banner--slider-nav ul > li:hover {
  color: #fff;
  background-color: #ffc107;
}
.banner--slider-nav ul > li:after, .banner--slider-nav ul > li:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  display: none;
  border-style: solid;
  z-index: -1;
}
.banner--slider-nav.has--bs ul > li:before, .banner--slider-nav.has--ps ul > li:after {
  display: block;
}

.ext-price--item span, .ext-price--item strong {
  display: block;
}

.banner--slider-nav ul > li:before {
  top: 0;
  border-width: 0 15px 15px;
  border-color: transparent transparent #ffc107;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
.banner--slider-nav ul > li:after {
  bottom: 0;
  border-width: 15px 15px 0;
  border-color: #ffc107 transparent transparent;
  -webkit-transition: bottom 0.25s ease-in-out;
  transition: bottom 0.25s ease-in-out;
}
.banner--slider-nav ul > li.active:before, .banner--slider-nav ul > li:hover:before {
  top: -15px;
}

body.scrolled .banner--slider-nav.has--bs.has--ps ul > li.active:before, body.scrolled .banner--slider-nav.has--bs.has--ps ul > li:hover:before {
  top: 0;
}
body.scrolled .banner--slider-nav.has--bs.has--ps ul > li.active:after, body.scrolled .banner--slider-nav.has--bs.has--ps ul > li:hover:after {
  bottom: -15px;
}

#pricing {
  padding: 80px 0;
}

.pricing--wrapper {
  padding-top: 45px;
  overflow: hidden;
}

.pricing--slider-item {
  padding-top: 45px;
}

.pricing--item {
  padding: 40px;
  background-color: #fff;
  border-right: 1px solid #e9e9e9;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  text-align: center;
  z-index: 0;
}
.pricing--item.popular, .pricing--item:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pricing--item.popular {
  z-index: 1;
}
.pricing--item:hover {
  z-index: 2;
}
.pricing--item:last-child {
  border-right: none;
}
.pricing--item.popular {
  margin-top: -45px;
  color: #fff;
  background-color: #ffc107;
}

.pricing--popular-tag {
  display: inline-block;
  margin-bottom: 30px;
  padding: 9px 30px;
  color: #ffc107;
  background-color: #fff;
  font-size: 36px;
  line-height: 44px;
}

.pricing--header h2 {
  margin: -4px 0 0;
  color: #303030;
  font-size: 36px;
  line-height: 40px;
}

.pricing--body {
  padding-left: 30px;
  padding-right: 30px;
}
.pricing--body h3 {
  margin: 0;
  padding: 18px 0 15px;
  color: #303030;
  font-size: 16px;
  line-height: 20px;
}
.pricing--body h3 strong {
  display: block;
  margin-top: 5px;
  color: #ffc107;
  font-size: 48px;
  line-height: 56px;
}

.pricing--footer {
  margin-top: 26px;
}
.pricing--footer .btn--default {
  color: #303030;
  border-color: #303030;
}

.pricing--item.popular .pricing--footer .btn--default {
  color: #fff;
  border-color: #fff;
}

.price--details {
  padding: 20px 0;
}

.price-details--item .heading {
  color: #303030;
  min-height: 74px;
  padding: 20px 0;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.price-details--item.body .content, .price-details--item.head .content {
  border-top: 1px solid #e9e9e9;
}
.price-details--item.body .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-details--item.head .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-details--item.head .content li {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #e9e9e9;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.price-details--item.body .content li:nth-child(even), .price-details--item.head .content li:nth-child(even) {
  background-color: #f8f8f8;
}
.price-details--item.body .heading {
  margin-left: -1px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.price-details--item.body:last-child .heading {
  border-right: 1px solid #e9e9e9;
}
.price-details--item.body .content li {
  border: 0;
  padding: 10px 20px;
  background-color: #fff;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  overflow: hidden;
}
.price-details--item.body .content .action-btn {
  padding: 20px 0;
  background-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #e9e9e9;
  text-align: center;
}
.price-details--item.body:nth-child(2) .content .action-btn {
  border-left: 1px solid #e9e9e9;
}
.price-details--item .btn--default {
  color: #303030;
  border-color: #303030;
}

.price-details--table table {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.price-details--table.text-left table {
  text-align: left;
}
.price-details--table.text-left table th {
  text-align: left;
}
.price-details--table table th {
  text-align: center;
}
.price-details--table thead {
  color: #fff;
  background-color: #303030;
}
.price-details--table thead th {
  padding: 15px;
}
.price-details--table tbody {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #e9e9e9;
}
.price-details--table tbody tr {
  border-bottom: 1px dotted #e9e9e9;
}
.price-details--table tbody tr:last-child {
  border-bottom: none;
}
.price-details--table tbody td {
  font-family: "Arial", sans-serif !important;
  padding: 20px 15px;
}
.price-details--table tbody td:first-child {
  font-weight: 700;
}
.price-details--table tbody td .btn--default {
  min-width: 106px;
  color: #303030;
  border-color: #303030;
}

#vpsPricing {
  padding: 218px 0 150px;
}

.vps-pricing--slider-holder {
  position: relative;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.vps-pricing--slider-holder .pips {
  position: absolute;
  left: 60px;
  right: 60px;
  height: 10px;
  overflow: hidden;
}
.vps-pricing--slider-holder .pip {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.vps-pricing--slider-holder .pip:first-child {
  margin-left: -5px;
}

.vps-pricing--slider {
  height: 10px;
  border: 0;
  cursor: pointer;
  background-color: #303030;
  border-radius: 20px;
}
.vps-pricing--slider .ui-slider-range {
  background-color: #303030;
  border-radius: 20px;
}
.vps-pricing--slider .ui-slider-handle {
  position: relative;
  left: 33.3333%;
  top: -9px;
  width: auto;
  height: auto;
  margin-left: -7px;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.vps-pricing--slider .ui-slider-handle:before {
  content: " ";
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  top: -30px;
  border-width: 10px 10px 0;
  border-color: #ffc107 transparent transparent;
}
.vps-pricing--slider .ui-slider-handle i.fa {
  position: relative;
  color: #ffc107;
  font-size: 24px;
  line-height: 26px;
  z-index: 0;
}
.vps-pricing--slider .fa-map-marker:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  z-index: -1;
}
.vps-pricing--slider .ui-slider-handle i.fa-circle:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -2px 0 0 -3px;
  background-color: #fff;
  border-radius: 50%;
}
.vps-pricing--slider .ui-slider-handle em {
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  padding: 8px 0;
  color: #fff;
  background-color: #ffc107;
  border-radius: 50px;
  font-style: normal;
  text-align: center;
}

.vps-pricing--features {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

.vps-pricing--feature {
  padding-top: 20px;
  padding-bottom: 18px;
  color: #303030;
  border-right: 1px solid #e9e9e9;
}

.vps-pricing--features > .row > div:nth-last-child(2) {
  border-right: none;
}

.vps-pricing--feature i.fa {
  display: block;
  float: left;
  height: 100%;
  margin-left: 18px;
  color: #ffc107;
  font-size: 40px;
  line-height: 44px;
}

.vps-pricing--feature-name, .vps-pricing--feature-value {
  display: block;
  margin-left: 75px;
}

.vps-pricing--feature-name {
  font-weight: 400;
}

.vps-pricing--action-btn {
  margin-top: 20px;
  text-align: right;
}
.vps-pricing--action-btn .btn--default {
  margin-right: 15px;
  color: #303030;
  background-color: transparent;
  border-color: #303030;
}

#domainSearch {
  padding: 80px 0;
  background: url("../../images/moon.png") #122c4b;
  background-size: cover;
  padding-top: 120px;
}
#domainSearch.bg--img .section--title {
  color: #fff;
  user-select: none;
}
#domainSearch.bg--img .section--title h2 {
  color: #fff;
  user-select: none;
}

.ds--form-ext label {
  color: #fff;
  user-select: none;
}

.ds--form-input {
  position: relative;
}
.ds--form-input .text--input {
  width: 100%;
  min-height: 56px;
  padding: 15px 20px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #fff;
  border-radius: 50px;
  outline: 0;
}
.ds--form-input .btn--default {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  padding-left: 60px;
  padding-right: 60px;
}

.ds--form-ext {
  margin-top: 22px;
  margin-bottom: -7px;
}
.ds--form-ext label {
  display: table-cell;
  width: 1%;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
.ds--form-ext label span {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.ds--form-ext label span:before {
  content: " ";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.ds--form-ext label input:checked + span:before {
  background-color: #fff;
}

#domainSearch.ds--lg {
  padding: 217px 0 151px;
}

#extPrice {
  padding: 20px 0;
}

.ext-price--item {
  padding-top: 15px;
  padding-bottom: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
.ext-price--item:last-child {
  border-right: none;
}
.ext-price--item span {
  padding-bottom: 7px;
  font-weight: 400;
  color: #f1f1f1;
}
.ext-price--item strong {
  padding-top: 0;
  font-family: "Arial", sans-serif !important;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.ext-price--item strong em {
  font-style: normal;
}

#services {
  padding: 100px 0 20px;
}

.service--item {
  margin-bottom: 30px;
  text-align: center;
}

.service--icon {
  display: inline-block;
  min-width: 86px;
  min-height: 86px;
  margin-bottom: 15px;
  padding: 23px 10px;
  color: #303030;
  border: 1px solid #303030;
  border-radius: 50%;
  font-size: 38px;
  line-height: 0;
  float: left;
  margin-right: 20px;
  margin-left: 30px;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.blog--links-widget ul li a:hover, .service--item:hover .service--icon {
  color: #ffc107;
}

.service--content {
  padding: 0 20px;
  text-align: left;
}
.service--content h3 {
  margin: 0 0 9px;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

#features {
  padding: 0 0 80px;
  max-width: 100%;
}
#features * {
  max-width: 100%;
}

#footer img {
  max-width: 100%;
}

.features--img img {
  display: block;
  width: auto;
  height: 325px;
  margin: 0 auto;
  border-radius: 0 100px 0 100px;
}

.blog--recent-posts-widget ul, .features--items, .post--full-content-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.features--item {
  position: relative;
  margin-bottom: 30px;
}
.features--item:last-child {
  margin-bottom: 0;
}

.post--content blockquote:last-child {
  margin-bottom: 0;
}

.counter--num:before {
  content: " ";
  position: absolute;
  background-color: #ffc107;
}

.features--item.dot:after {
  content: " ";
  position: absolute;
  background-color: #ffc107;
}
.features--item.dot:before {
  content: " ";
  position: absolute;
  background-color: #ffc107;
  top: 5px;
  left: -155px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.features--item.dot:after {
  top: 16px;
  right: 100%;
  width: 120px;
  height: 3px;
  margin-right: 20px;
}
.features--item.dot--1:before {
  left: -20%;
}
.features--item.dot--1:after {
  width: 16%;
}
.features--item.dot--2:before {
  left: -41%;
}
.features--item.dot--2:after {
  width: 38%;
}
.features--item.dot--3:before {
  left: -70%;
}
.features--item.dot--3:after {
  width: 66%;
}
.features--item h3 {
  margin: 0 0 10px;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
}

.post--title h2 {
  margin: 0 0 10px;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
}

#features .section--title {
  margin-top: 50px;
  margin-bottom: 50px;
}

#counter {
  padding: 80px 0 20px;
}

.counter--item {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

.counter--num {
  position: relative;
  margin-top: -9px;
  margin-bottom: 19px;
  padding-bottom: 19px;
  font-size: 45px;
  line-height: 55px;
}
.counter--num:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  margin: 0 auto;
}

p.counter--title {
  margin-bottom: -4px;
}

#testimonial {
  padding: 80px 0;
}

.testimonial--slider .owl-controls {
  margin-bottom: 50px;
}
.testimonial--slider .owl-controls .owl-pagination {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.testimonial--slider .owl-controls .owl-page {
  display: inline-block;
  max-width: 100px;
  margin: 0 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: opacity 0.25s ease-in-out;
}
.testimonial--slider .owl-controls .owl-page.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testimonial--slider .owl-controls .owl-page img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
}

.testimonial--content {
  color: #303030;
  text-align: center;
}
.testimonial--content blockquote {
  margin-top: -6px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
}

.testimonial--citation, div.announcement-single blockquote {
  margin-top: 30px;
}

#blog {
  padding: 80px 0 20px;
}

.post--item {
  margin-bottom: 60px;
}

.post--content-border {
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

.post--content blockquote {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  font-weight: 300;
  font-style: italic;
}

.post--title h2 {
  margin: 0;
  padding: 25px 0 24px;
}

.post--content-border .post--title h2 {
  padding-left: 15px;
  padding-right: 15px;
}

.post--title h2 a {
  display: block;
  color: #303030;
}

.post--meta {
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e2e2e2;
  font-size: 14px;
  line-height: 22px;
}

.post--content-border .post--meta {
  padding-left: 16px;
  padding-right: 16px;
}

.post--meta a, .post--title h2 a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.post--meta a + a:before {
  content: "/";
  margin: 0 8px;
  color: #737373;
  font-weight: 300;
}

.post--except {
  padding: 25px 15px 28px;
}

.post--except-footer {
  position: relative;
  padding: 11px 15px 10px;
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.post--except-footer:after, .post--except-footer:before {
  content: " ";
  display: table;
}
.post--except-footer:after {
  clear: both;
}
.post--except-footer a {
  display: block;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.post--except-footer a.more {
  float: left;
}

.post--full-content-footer ul li {
  float: left;
}

.post--except-footer a.comments {
  float: right;
}
.post--except-footer a i.fa {
  margin-right: 5px;
  vertical-align: top;
  line-height: 20px;
}

.post--full-content {
  padding: 25px 0 28px;
}

.post--full-content-footer {
  padding: 25px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e2e2e2;
}
.post--full-content-footer h4 {
  float: left;
  margin: 0 15px 0 0;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
}
.post--full-content-footer ul li + li {
  margin-left: 15px;
}
.post--full-content-footer ul li a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.post--full-content-footer .tags ul li:after {
  content: ",";
}
.post--full-content-footer .tags ul li:last-child:after {
  content: "";
}

.contact--form button {
  margin-top: 20px;
}

.post--full-content-footer .tags + .social {
  margin-top: 20px;
}
.post--full-content-footer .social ul li + li {
  margin-left: 20px;
}

.blog--content, .blog--sidebar {
  padding-bottom: 60px;
}

.blog--content .post--item:last-child, .blog--recent-posts-widget ul li:last-child, .blog--widget:last-child, p:last-child {
  margin-bottom: 0;
}

.blog--widget {
  margin-bottom: 60px;
}

.blog-widget--title h3 {
  position: relative;
  margin: -5px 0 25px;
  padding-bottom: 12px;
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.blog-widget--title h3:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ffc107;
}

.footer--widgets .footer--widget h4:before, .post--comment-form-title h3:before, .post--comments-title h3:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ffc107;
}

.blog--search-widget .input--text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 0;
}
.blog--search-widget .input--text input {
  float: none;
  display: block;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #303030;
  height: auto;
  padding: 8px 0;
}
.blog--search-widget .input--text .highlight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffc107;
  -webkit-transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
  transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
  z-index: 3;
}
.blog--search-widget .input--text input.error + .highlight, .blog--search-widget .input--text input:focus + .highlight {
  width: 100%;
}

.post--comment-form-group input.error + .highlight, .post--comment-form-group input:focus + .highlight {
  width: 100%;
}
.post--comment-form-group textarea.error + .highlight, .post--comment-form-group textarea:focus + .highlight {
  width: 100%;
}

.blog--search-widget .input--text input.valid + .highlight {
  background-color: #5cb85c;
}

.post--comment-form-group input.valid + .highlight, .post--comment-form-group textarea.valid + .highlight {
  background-color: #5cb85c;
}

.blog--search-widget .input-group-addon {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.blog--search-widget .btn--default {
  color: #303030;
  background-color: transparent;
  border-color: #303030;
}

.blog--recent-posts-widget ul li {
  margin-bottom: 25px;
}
.blog--recent-posts-widget ul li h4 {
  margin: 0 0 10px;
  color: #303030;
  line-height: 26px;
  font-weight: 900;
}
.blog--recent-posts-widget ul li h4 a {
  color: #303030;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.blog--recent-posts-widget .time {
  padding: 5px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e9e9e9;
  font-weight: 300;
}

.blog--links-widget ul {
  margin: -10px 0 0;
  padding: 0;
  list-style: none;
}
.blog--links-widget ul ul {
  padding-left: 20px;
}

.footer--widgets .footer--widget ul ul {
  padding-left: 20px;
}

.blog--links-widget ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #303030;
  border-bottom: 1px dotted #303030;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.blog--tags-widget .blog-widget--title h3 {
  margin-bottom: 15px;
}
.blog--tags-widget ul {
  font-size: 0;
}
.blog--tags-widget ul li {
  display: inline-block;
  padding: 10px 25px 0 0;
  cursor: pointer;
}
.blog--tags-widget ul li a {
  color: #737373;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.post--comment-meta a {
  color: #737373;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.blog--tags-widget ul li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.post--comment-form-title h3, .post--comments-title h3 {
  position: relative;
  margin: -5px 0 30px;
  padding-bottom: 12px;
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog--tags-widget ul, .footer--widgets .footer--widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post--comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post--comments ul ul {
  padding-left: 30px;
}

.post--comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

#aboutDesc .row-vc > div, .post--comment-img {
  display: table-cell;
  vertical-align: middle;
}

.post--comment-meta {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-weight: 300;
}
.post--comment-meta a {
  font-weight: 400;
}

.post--comment-body {
  padding: 15px 0;
}

.post--comment-footer .btn--default {
  padding: 8px 20px;
  color: #303030;
  background-color: transparent;
  border-color: #303030;
  font-size: 14px;
  line-height: 22px;
}

.post--comment-form-title {
  margin-top: -31px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}

.post--comment-form-group .form-control {
  margin-bottom: 30px;
  padding: 0;
  border-width: 0 0 1px;
  border-color: #e9e9e9;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  outline: 0;
}
.post--comment-form-group .input--text {
  position: relative;
}
.post--comment-form-group .input--text .highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffc107;
  -webkit-transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
  transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
}
.post--comment-form-group .btn--default {
  color: #303030;
  background-color: transparent;
  border-color: #303030;
}

#aboutDesc {
  padding: 0;
}
#aboutDesc .row-vc > div {
  float: none;
}

.about-desc--img img {
  width: 100%;
}

#team {
  padding: 80px 0 50px;
}

.team--item {
  margin-bottom: 30px;
}

.team--name, .team--role {
  margin: 0;
  text-align: center;
}

.team--name {
  padding: 20px 0 10px;
  font-weight: 900;
}
.team--name a {
  color: #303030;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.team--social-links ul li a {
  color: #303030;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.team--role {
  color: #737373;
  font-weight: 400;
}

.team--social-links {
  margin-top: 10px;
  margin-bottom: -7px;
  text-align: center;
}
.team--social-links ul {
  display: inline-block;
  font-size: 0;
  float: none;
}
.team--social-links ul li a {
  font-size: 15px;
  color: #acacac;
  padding: 0 15px;
}
.team--social-links ul li a:focus, .team--social-links ul li a:hover {
  background-color: transparent;
}

#contact, #faq, #login {
  padding: 80px 0;
}

.faq--categories h3 {
  position: relative;
  margin: -5px 0 0;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  padding-bottom: 10px;
}
.faq--categories h3:before {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ffc107;
}
.faq--categories ul {
  margin-top: 25px;
}
.faq--categories ul li a {
  margin-top: 6px;
  color: #303030;
  background-color: #e9e9e9;
  font-weight: 900;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease-in-out;
  transition: color 0.25s ease, background-color 0.25s ease-in-out;
}
.faq--categories ul li a:hover {
  color: #fff;
  background-color: #ffc107;
}
.faq--categories ul li.active a {
  color: #fff;
  background-color: #ffc107;
}

.faq--content .panel-group {
  margin-bottom: 0;
}
.faq--content .accordion .panel {
  border-radius: 0;
  box-shadow: none;
}
.faq--content .accordion .panel-heading {
  padding: 0;
}
.faq--content .accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #ff4719;
  text-transform: capitalize;
}
.faq--content .accordion .panel-heading a.collapsed {
  background-color: #232c3b;
}
.faq--content .accordion .panel-heading a h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  overflow: hidden;
}
.faq--content .accordion .panel-heading a h4 i.fa-minus {
  float: right;
  margin-top: 5px;
  color: #fff;
}
.faq--content .accordion .panel-heading a.collapsed i.fa-minus:before {
  content: "\f067";
}

.faq--panel-simple {
  padding-bottom: 30px;
  border: 0;
}
.faq--panel-simple:last-child {
  padding-bottom: 0;
}
.faq--panel-simple .panel-title {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  text-transform: capitalize;
}
.faq--panel-simple .panel-body {
  padding: 0;
}

.logincontainer #login {
  padding: inherit;
}

.login--form {
  max-width: 380px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 0;
  line-height: 0;
}
.login--form .form-group {
  position: relative;
}
.login--form label {
  font-size: 16px;
  line-height: 24px;
}
.login--form input.form-control {
  box-shadow: none;
  border-radius: 0;
  height: auto;
  min-height: 38px;
  background-color: transparent;
  border-width: 0 0 1px;
  padding-left: 0;
  font-family: "Roboto", sans-serif;
}
.login--form .form-group .highlight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffc107;
  -webkit-transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.f0f--search-bar input.error + .highlight, .f0f--search-bar input:focus + .highlight {
  width: 100%;
}

.login--form .form-group input.error + .highlight, .login--form .form-group input:focus + .highlight {
  width: 100%;
}

.f0f--search-bar input.valid + .highlight {
  background-color: #5cb85c;
}

.login--form .form-group input.valid + .highlight {
  background-color: #5cb85c;
}
.login--form .btn--default {
  margin-top: 15px;
  margin-right: 15px;
  color: #737373;
  background-color: transparent;
  border-color: #737373;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.contact--form {
  text-align: center;
  border-left: 1px solid #ccc;
  padding-left: 40px;
}

.contact--form-status .alert {
  padding: 15px 30px;
  border-radius: 50px;
}

.contact--form label {
  font-weight: 400;
}
.contact--form .form-group {
  position: relative;
}
.contact--form .form-control {
  margin-top: 20px;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #ffc107;
  height: auto;
  padding: 8px 10px;
}
.contact--form label.error {
  margin: 0;
  float: left;
  text-align: left;
  opacity: 0.8;
  padding: 0;
  line-height: 13px;
  color: red;
}
.contact--form textarea.form-control {
  min-height: 172px;
  resize: none;
  margin-top: 30px;
}
.contact--form .highlight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffc107;
  -webkit-transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
  transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
}
.contact--form .btn--default {
  min-width: 100px;
  color: #303030;
  background-color: transparent;
  border-color: #303030;
}

#map {
  min-height: 400px;
  z-index: 0;
}
#map:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f0f--content h2 {
  font-size: 120px;
  line-height: 148px;
}

.f0f--search-bar {
  max-width: 320px;
  margin: 0 auto;
}

#map, .f0f--search-bar .input--text, .footer--widgets {
  position: relative;
}

.f0f--search-bar .form-control {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  height: auto;
  padding: 8px 0;
}
.f0f--search-bar .highlight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffc107;
  -webkit-transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
  transition: width 0.55s ease-in-out, background-color 0.25s ease-in-out;
}
.f0f--search-bar .btn--default {
  background-color: transparent;
  min-width: 120px;
  margin: 10px 5px 0;
  vertical-align: middle;
}

#footer {
  color: #fff;
  width: 100%;
  display: block;
}

.footer--widgets {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.footer--widgets:before {
  content: "";
  background-color: #ffc107;
  background-image: linear-gradient(90deg, #ffc107 0, #666666 100%);
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
}
.footer--widgets:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 70%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-image: linear-gradient(165deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, #fff 60%, rgba(255, 255, 255, 0.8) 100%);
  opacity: 0.4;
}
.footer--widgets > div {
  z-index: 3;
  position: relative;
}
.footer--widgets .footer--widget {
  padding-bottom: 50px;
}
.footer--widgets .footer--widget p {
  font-size: 17px;
  line-height: 36px;
  text-align: justify;
}
.footer--widgets .footer--widget h4 {
  position: relative;
  margin: -5px 0 25px;
  padding-bottom: 12px;
  font-size: 27px;
  line-height: 40px;
  font-weight: 700;
}
.footer--widgets .footer--widget ul li a {
  display: block;
  padding-bottom: 10px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #212529;
}

.client-home-panels .panel > .panel-heading .panel-title .btn:hover {
  color: #000;
}

.footer--widgets .footer--widget ul li a:hover {
  color: #000;
}
.footer--widgets .footer--widget.fw--links ul li a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  line-height: 32px;
}
.footer--widgets .footer--widget.fw--links ul li a:hover {
  border-color: #ffc107;
}
.footer--widgets .fw--about a.more {
  font-weight: 700;
}
.footer--widgets .fw--about-social {
  margin-top: 15px;
}
.footer--widgets .fw--about-social ul {
  position: relative;
  margin: 0 -15px;
}

#footer, #tlds li {
  float: left;
}

.footer--widgets .fw--about-social ul li {
  float: left;
}
.footer--widgets .fw--about-social ul li a {
  display: block;
  padding: 0 15px;
}
.footer--widgets .fw--about-social ul:after, .footer--widgets .fw--about-social ul:before {
  content: " ";
  display: table;
}
.footer--widgets .fw--about-social ul:after {
  clear: both;
}

.footer--copyright a, .footer--widgets .fw--about a.more {
  color: #ffc107;
  font-family: "Oswald", sans-serif;
}

.reset-gutter, .reset-margin {
  margin-right: 0;
  margin-left: 0;
}

.reset-gutter > [class*=col-], .reset-padding {
  padding-right: 0;
  padding-left: 0;
}

.vc-parent {
  width: 100%;
  height: 100%;
  display: table;
}

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

.col--center > div, .vc-child-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.col--center > div {
  float: none;
  vertical-align: middle;
}

#extPrice, #tlds li a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#extPrice {
  min-height: 75px;
  overflow: hidden;
}
#extPrice .ext-price--item {
  cursor: pointer;
}

.ticket-reply .rating span.star:hover {
  cursor: pointer;
}

#tlds {
  display: block;
  background-color: #e8e8e8;
  padding: 30px 20px;
  float: left;
  border-left: 20px solid #29c7c2;
}
#tlds li {
  margin-bottom: 20px;
  margin-right: 20px;
}
#tlds li a {
  opacity: 0.8;
  color: #fff;
}
#tlds li a.active {
  -webkit-box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  opacity: 1;
}
#tlds li:hover a {
  -webkit-box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  opacity: 1;
}

.tld-documents[data-tld] {
  padding: 20px 50px;
  background-color: #fff;
  display: none;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

#footer-copyright div[class^=col] {
  height: 40px;
}
#footer-copyright .garantipay, #footer-copyright .masterpass {
  margin-top: -30px;
  margin-left: 15px;
}
#footer-copyright .bkmexpress {
  margin-top: -30px;
}

.bg-dark-blue {
  background-color: #122c4b !important;
}

@media screen and (max-width: 1199px) {
  .col--center > div {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 991px) {
  .features--img::after, .features--img::before {
    display: none;
  }
  #header .navbar-toggle {
    border-color: #29c7c2;
    margin-top: 20px;
  }
  #header .navbar-toggle.collapsed {
    border-color: #29c7c2;
    margin-top: 20px;
  }
  #tlds {
    max-height: 200px;
    overflow-y: auto;
    text-align: center;
    padding: 10px;
  }
  #tlds li {
    display: inline-block;
  }
  .contact--form {
    padding-right: 0;
    border-right: 0;
  }
  .phone--item {
    float: left;
    width: 100%;
    margin: 30px 0;
  }
  .contact--form .btn--default {
    margin: 0 0 50px;
  }
  #headerNav ul.nav > li > a {
    color: #fff !important;
  }
  #header .navbar-toggle {
    display: block;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 13px 20px;
    border-radius: 50px;
  }
  #header .navbar-toggle.collapsed .icon-bar {
    background-color: #29c7c2;
  }
  #header .navbar-header {
    float: none;
    margin-right: -15px;
  }
  .features--item.dot:after, .features--item.dot:before {
    display: none;
  }
  .header--custom-btn.btn--default {
    display: none;
  }
  #aboutDesc > .container > .row > div, #header .navbar-header .header--custom-btn, #map:before, .col--center > div {
    display: block;
  }
  .header--custom-btn {
    margin-left: 0;
  }
  #headerNav {
    max-height: 320px;
    padding-left: 0;
    padding-right: 0;
    background-color: #303030;
    overflow: auto !important;
  }
  #headerNav.collapse {
    display: none !important;
  }
  #headerNav.collapse.in {
    display: block !important;
  }
  #headerNav .nav {
    float: none !important;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-right: 0;
  }
  #headerNav .nav > li {
    float: none;
  }
  #tlds li {
    float: none;
  }
  #headerNav .nav > li > a {
    margin-left: 0;
    padding: 20px 15px;
  }
  #headerNav .nav > .dropdown > .dropdown-menu {
    position: static;
    float: none;
  }
  .ext-price--item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ext-price--item:last-child {
    border-bottom: none;
  }
  .price-details--table tbody td:last-child, .ext-price--item span {
    border-bottom: none;
  }
  .features--img {
    margin-bottom: 60px;
  }
  .blog--content + .blog--sidebar, .blog--sidebar + .blog--content {
    margin-top: 20px;
  }
  #aboutDesc {
    padding-bottom: 50px;
  }
  .about-desc--content, .about-desc--img {
    margin-bottom: 30px;
  }
  .pricing--item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    border-right: none;
  }
  .pricing--item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .pricing--slider-item, .pricing--wrapper {
    padding-top: 0;
  }
  .pricing--item.popular {
    margin-top: 0;
  }
  #backToTop, .price-details--item.head, .price-details--table thead {
    display: none;
  }
  .price-details--item.body {
    margin-bottom: 60px;
  }
  .price-details--item.body:last-child {
    margin-bottom: 0;
  }
  .price-details--item.body .heading {
    margin-left: 0;
    border-right: 1px solid #e9e9e9;
  }
  .price-details--item.body .content li {
    border-left: 1px solid #e9e9e9;
    text-align: right;
  }
  .price-details--item.body .content li strong {
    float: left;
    display: block;
  }
  .price-details--table tbody td strong {
    float: left;
    display: block;
  }
  .price-details--item.body .content .action-btn {
    border-left: 1px solid #e9e9e9;
  }
  .price-details--table table {
    background-color: transparent;
  }
  .price-details--table tbody {
    border: 0;
  }
  .price-details--table tbody tr {
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
  }
  .price-details--table tbody tr:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .price-details--table tbody td {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px dotted #e9e9e9;
    text-align: right;
    overflow: hidden;
  }
  .price-details--table tbody td .btn--default + strong {
    margin-top: 12px;
  }
  .vps-pricing--action-btn {
    text-align: left;
  }
  .vps-pricing--action-btn .btn--default {
    margin-left: 18px;
    margin-right: 0;
  }
  .faq--categories {
    margin-bottom: 40px;
  }
  .faq--categories .nav {
    overflow: hidden;
  }
  .faq--categories .nav > li {
    float: left;
  }
  .faq--categories ul li a {
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  #headerNav {
    padding-left: 15px;
    padding-right: 15px;
  }
  #headerNav .nav {
    margin-right: -15px;
  }
  #headerNav .nav > .dropdown > .dropdown-menu {
    background-color: #fff;
  }
  #banner, .banner--item {
    height: auto;
  }
  .banner--slider {
    height: auto;
  }
  .banner--slider .owl-item, .banner--slider .owl-wrapper, .banner--slider .owl-wrapper-outer {
    height: auto;
  }
  .banner--item {
    padding: 120px 0 150px;
  }
  .ds--form-ext {
    margin-top: 0;
  }
  .ds--form-ext label {
    float: left;
    display: block;
    width: 33.33333%;
    margin-top: 25px;
    text-align: left;
  }
  #aboutDesc .row-vc > div {
    display: block;
  }
  .about-desc--img {
    margin-bottom: 35px;
  }
  .team--social-links ul {
    overflow: hidden;
  }
  .team--social-links ul li {
    float: left;
  }
  .f0f--content h2 {
    font-size: 80px;
    line-height: 94px;
  }
  .f0f--content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .f0f--search-bar .form-control {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .vps-pricing--features .col-xs-6 {
    float: none;
  }
  .vps-pricing--action-btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  #header .navbar-header .header--custom-btn {
    display: none;
  }
  .ds--form-ext label {
    width: 50%;
  }
  .ds--form-input .btn--default {
    padding-left: 30px;
    padding-right: 30px;
  }
}
a:focus, a:hover {
  text-decoration: none;
}

.popover {
  border-radius: 4px;
}

.fa.fm {
  margin-right: 10px;
}

.bg--lightgrey {
  background-color: #f0f0f0;
}

.bg--lightergrey {
  background-color: #f8f8f8;
}

.bg--vermilion {
  background-color: #ffc107;
}

.bg--dark {
  background-color: #303030;
}

.bg--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a.link--hover {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

#headerNavbar a.navbar-brand h1 span, #order-standard_cart .order-summary a.btn-continue-shopping:hover {
  color: #ffc107;
}

#top-nav a.quick-nav:hover, #top-nav a.quick-nav[aria-describedby] {
  color: #ffc107;
}

.header-lined .breadcrumb li.active, .sidebar a.list-group-item i.icon-rss, a.link--hover:hover {
  color: #ffc107;
}

.btn-link {
  color: #ffc107;
  text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
  color: #ffc107;
  text-decoration: none;
}

.label {
  padding-bottom: 0.2em;
}

a.label-warning {
  padding-left: 10px;
  padding-right: 10px;
  color: #303030;
  background-color: transparent;
  border: 1px solid #303030;
  border-radius: 50px;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
}
a.label-warning:focus, a.label-warning:hover {
  color: #ffc107;
  background-color: transparent;
  border: 1px solid #ffc107;
}
a.label-warning[href]:focus, a.label-warning[href]:hover {
  background-color: transparent;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  margin-top: 1px;
}

.pagination {
  border-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
  color: #303030;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease-in-out, border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease-in-out, border-color 0.25s ease;
}
.pagination > li > a:focus, .pagination > li > a:hover {
  color: #303030;
}
.pagination > li > span:focus, .pagination > li > span:hover {
  color: #303030;
}

#backToTop {
  position: fixed;
  right: 30px;
  bottom: 45px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 999;
}

#headerNavbar .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.preloader--spinners {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: preloaderRotate 2s infinite linear;
  animation: preloaderRotate 2s infinite linear;
}

.preloader--spinner {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: preloaderBounce 2s infinite ease-in-out;
  animation: preloaderBounce 2s infinite ease-in-out;
}

.preloader--spinner-2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#headerNavbar .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 9999;
}

nav.navbar .header--custom-btn {
  margin-top: 20px;
}

body.scrolled #headerNavbar .navbar {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 4px rgba(0, 0, 0, 0.28);
}

#headerNavbar .navbar-toggle {
  margin-bottom: 0;
  border-color: #ffc107;
  border-radius: 50px;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
#headerNavbar .navbar-toggle.collapsed {
  border-color: #fff;
}
#headerNavbar .navbar-toggle .icon-bar {
  background-color: #ffc107;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#headerNavbar .navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}

#headerNav .nav {
  font-family: "Roboto", sans-serif;
  padding-top: 22px;
}
#headerNav .nav > li > a {
  margin-left: 5px;
  padding: 8px 10px;
  color: #fff;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.25s ease, padding 0.25s ease-in-out;
  transition: border-color 0.25s ease, padding 0.25s ease-in-out;
}

.scrolled #headerNav .nav > li > a {
  color: #383838;
}

#headerNav .nav > li.active > a {
  border-bottom-color: #ffc107;
}
#headerNav .nav > li.open > a {
  border-bottom-color: #ffc107;
}
#headerNav .nav > li.open > a {
  background-color: transparent;
}
#headerNav .nav > li.open > a:focus, #headerNav .nav > li.open > a:hover {
  background-color: transparent;
}
#headerNav .nav > li > a:hover {
  border-bottom-color: #ffc107;
}
#headerNav .nav > li > a:focus, #headerNav .nav > li > a:hover {
  background-color: transparent;
}
#headerNav .nav > .dropdown > .dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
}
#headerNav .nav > .dropdown > .dropdown-menu > li > a {
  padding: 8px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.header--custom-btn {
  float: right;
  margin-top: 8px;
  margin-left: 35px;
}
.header--custom-btn.btn--default {
  padding-top: 8px;
  padding-bottom: 8px;
}

#headerNavbar .navbar-header .header--custom-btn, .navbar-toggle::before {
  display: none;
}

#top-nav a.quick-nav {
  margin: 0 0 0 15px;
  padding: 0;
  color: #888;
}

.login-popover .input-group-btn .btn-primary {
  margin-left: 0;
  box-shadow: none;
  outline: 0;
}

.admin-masquerade-notice {
  border-radius: 0;
}

.navbar-main {
  border-radius: 0;
}
.navbar-main .navbar-toggle {
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #fff;
  border-radius: 50px;
}
.navbar-main .navbar-toggle:focus, .navbar-main .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-main .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-main .navbar-nav > li > a {
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.navbar-main .navbar-nav > .active > a {
  border-color: #fff;
}
.navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover {
  border-color: #fff;
}
.navbar-main .navbar-nav > .open > a {
  border-color: #fff;
}
.navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover {
  border-color: #fff;
}
.navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
  border-color: #fff;
}
.navbar-main .nav > .dropdown > .dropdown-menu {
  border: 0;
  border-radius: 0;
}
.navbar-main .dropdown-menu > li > a:focus {
  background-color: #ffc107;
}

@media screen and (max-width: 991px) {
  #main-menu .nav + .nav {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .navbar-main .nav > .dropdown > .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  .navbar-main .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
section#home-banner h2 {
  margin: 0;
  padding: 0 25px 10px;
}

#home-banner .input-group {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50px;
}
#home-banner .form-control {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 50px;
}
#home-banner .input-group-btn {
  border-radius: 50px;
  overflow: hidden;
}
#home-banner .btn {
  height: auto;
  padding: 10px 30px;
  color: #fff;
  background-color: #ffc107;
  border-color: transparent;
}
#home-banner .btn + .btn {
  margin-left: 1px;
  margin-right: -1px;
}

@media screen and (max-width: 480px) {
  #home-banner .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
.home-shortcuts .lead {
  padding: 28px 0;
  font-size: 20px;
}
.home-shortcuts li {
  border-color: #fff;
}
.home-shortcuts li:first-child {
  border-color: #fff;
}
.home-shortcuts li p {
  margin: 2px 0 0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .home-shortcuts li {
    width: 100%;
  }
}
#main-body.reset-min-height .main-content, section#main-body.reset-min-height {
  min-height: 0;
}

.sidebar .panel {
  border-radius: 0;
}
.sidebar .panel .panel-heading {
  border-radius: 0;
}

.main-content:last-child, .sidebar:last-child .panel {
  margin-bottom: 0;
}

.product-selection-sidebar a.list-group-item.active {
  background-color: #ffc107;
  border-color: #ffc107;
}
.product-selection-sidebar a.list-group-item.active:focus, .product-selection-sidebar a.list-group-item.active:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}

@media screen and (max-width: 992px) {
  .main-content {
    min-height: 0;
  }
}
.listtable {
  overflow: auto;
}

#order-standard_cart div.view-cart-items-header {
  background-color: #ffc107;
}

div.header-lined-order h1 {
  background-color: #ffc107;
}
div.header-lined-order h1:after {
  border-top-color: #ffc107;
}

.logincontainer .btn {
  padding: 10px 20px;
  border-radius: 50px;
}
.logincontainer input[type=checkbox] {
  margin-top: 5px;
}

.whmcs-credit-text {
  margin-top: 20px;
}

#order-standard_cart .domain-checker-container .input-group-box {
  padding: 0 4px 0 0;
  background-color: rgba(255, 255, 255, 0.75);
  border: 7px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  overflow: hidden;
}
#order-standard_cart .domain-checker-container .input-group-lg > .form-control {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#order-standard_cart .domain-checker-container .domain-check-availability {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
  color: #fff;
}
#order-standard_cart .header-lined h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 0;
  color: #fff;
  background-color: #ffc107;
  border-bottom: none;
  border-radius: 4px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
#order-standard_cart .header-lined h1:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ffc107;
  margin-left: -10px;
}
#order-standard_cart div.view-cart-items {
  border-color: #ffc107;
}
#order-standard_cart div.order-summary {
  background-color: #ffc107;
  border-color: #ffc107;
}
#order-standard_cart .btn-checkout, #order-standard_cart .suggested-domains .panel-heading {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
#order-standard_cart .addon-products .panel-addon-selected {
  border-color: #ffc107;
}
#order-standard_cart .addon-products .panel-addon .panel-add {
  background-color: #ffc107;
}
#order-standard_cart .addon-products .panel-addon-selected .panel-price {
  background-color: #ffc107;
}
#order-standard_cart .addon-products .panel-addon-selected div.panel-add {
  background-color: #ebccd1;
}
#order-standard_cart .empty-cart button.btn {
  background-color: #ffc107;
  text-decoration: none;
}
#order-standard_cart .order-summary a.btn-continue-shopping {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#order-standard_cart .domain-promo-box .btn-primary {
  color: #303030;
  background-color: transparent;
  border-color: #303030;
  border-radius: 50px;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
}
#order-standard_cart .domain-promo-box .btn-primary:hover {
  color: #ffc107;
  border-color: #ffc107;
}

section#footer p {
  border: 0;
  margin: 25px 0 0;
  border-top: 20px solid #006687;
  line-height: 40px;
  color: #666;
  font-size: 0.7em;
  text-align: center;
}

#footer p span {
  color: #ffc107;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  #headerNavbar .navbar-toggle {
    display: block;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 13px 20px;
    border-radius: 50px;
  }
  #headerNavbar .navbar-header {
    float: none;
    margin-right: -15px;
  }
  .header--custom-btn.btn--default {
    display: none;
  }
  #headerNavbar .navbar-header .header--custom-btn {
    display: block;
  }
  .header--custom-btn {
    margin-left: 0;
  }
  #headerNav {
    max-height: 320px;
    padding-left: 0;
    padding-right: 0;
    background-color: #303030;
    overflow: auto !important;
  }
  #headerNav.collapse {
    display: none !important;
  }
  #headerNav.collapse.in {
    display: block !important;
  }
  #headerNav .nav {
    float: none !important;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-right: 0;
  }
  #headerNav .nav > li {
    float: none;
  }
  #headerNav .nav > li > a {
    margin-left: 0;
    padding: 20px 15px;
  }
  #headerNav .nav > .dropdown > .dropdown-menu {
    position: static;
    float: none;
  }
  #backToTop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #headerNav {
    padding-left: 15px;
    padding-right: 15px;
  }
  #headerNav .nav {
    margin-right: -15px;
  }
  #headerNav .nav > .dropdown > .dropdown-menu {
    background-color: #fff;
  }
  .navbar-main .navbar-toggle {
    margin-right: 15px;
  }
}
@media screen and (max-width: 380px) {
  #headerNavbar .navbar-header .header--custom-btn {
    display: none;
  }
}
.sk-fading-circle {
  margin: 250px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.bulk-check-form {
  background: #303030;
  background-size: 100%;
  width: 100%;
  float: left;
  height: 500px;
  padding: 30px 0;
}
.bulk-check-form textarea {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  font-size: 18px;
  color: #333;
  line-height: 25px;
  font-weight: 500;
  padding: 20px 10px;
}
.bulk-check-form button {
  padding: 15px 10px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bulk-check-form button:hover {
  color: #fff;
  opacity: 0.9;
}
.bulk-check-form .form-left p {
  padding: 20px 10px;
  color: #eee;
  font-size: 19px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.sorgu-sonuc .sorgu-sonuc--satinal {
  padding: 10px;
  float: left;
  width: 100%;
  background: #333;
  border: 1px solid #555;
  border-top: 0;
}
.sorgu-sonuc .sorgu-sonuc--satinal a {
  margin: 0 20px;
}

.loading-gif, .sorgu-sonuc {
  display: none;
  float: left;
  width: 100%;
  padding: 50px 0;
}

.labels label {
  font-size: 20px;
  color: #fff;
}
.labels label input {
  float: left;
  margin-right: 10px;
}
.labels button {
  margin-bottom: 30px;
  margin-left: 10px;
}

.tlds-list {
  padding: 10px;
}

.labels label {
  width: 100%;
  float: left;
}

.tlds-list {
  width: 100%;
  float: left;
}
.tlds-list select {
  width: 100%;
  float: left;
}
.tlds-list > div {
  background-color: #e5e5e5;
  float: left;
  padding: 5px;
  border-radius: 0;
  margin-top: 32px;
  border-left: 3px solid #ccc;
}
.tlds-list > div div {
  background: #555;
  width: 31.3%;
  float: left;
  margin: 1%;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tlds-list > div div label {
  width: auto !important;
  margin-right: 10px !important;
  cursor: pointer;
}

.inputs-example input[type=checkbox]:not(old), .inputs-example input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}
.inputs-example input[type=checkbox]:not(old) + label, .inputs-example input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: 0;
  padding-left: 28px;
  background: url("../../templates/trabis/assets/img/checks.html") no-repeat 0 0;
  line-height: 24px;
  width: 100% !important;
  float: left;
  cursor: pointer;
}
.inputs-example input[type=checkbox]:not(old):checked + label {
  background-position: 0 -24px;
}
.inputs-example input[type=radio]:not(old):checked + label {
  background-position: 0 -48px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-button-header {
  border-radius: 80px !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  line-height: 35px;
  text-align: center;
}

.addon-products .panel-heading {
  padding: 0;
}
.addon-products .roundedOne {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #ffc107;
  border-radius: 2px;
  text-align: left;
}
.addon-products .roundedOne label.roundedOne-label {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.addon-products .roundedOne label.roundedOne-label:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.addon-products .roundedOne label.roundedOne-label:hover::after {
  background: url("../../templates/trabis/assets/img/checked.html") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0.3;
}
.addon-products .roundedOne input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.addon-products .roundedOne input[type=checkbox]:checked + label:after {
  background: url("../../templates/trabis/assets/img/checked.html") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.addon-products .roundedOne a {
  display: block;
  width: 100%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
}
.addon-products .panel-addon.panel-addon-selected {
  box-shadow: 0 0 0 1px #5cb85c;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

div.has-feedback label ~ span.form-control-feedback {
  top: 41px !important;
}

.ticket-subj {
  border: 2px solid #ffc107;
}

ul.dropdown-menu {
  border: 2px solid #ffc107;
  margin-top: 10px;
  margin-left: 0;
}

.demo-tiles .tile {
  background-color: #eff0f2;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.demo-tiles .tile .tile-hot-ribbon {
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}
.demo-tiles .tile p {
  font-size: 15px;
  margin-bottom: 33px;
}
.demo-tiles .tile-image {
  margin: 31px 0 27px;
  vertical-align: bottom;
}
.demo-tiles .tile-image.big-illustration {
  margin-top: 20px;
}
.demo-tiles .tile-title {
  font-size: 20px;
  margin: 0;
}

.list-group strong {
  float: left;
  width: 40%;
}

.page-standart-border {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

.form-check-transfer {
  padding: 10px;
  background-color: #333;
  border: 14px solid #f0f0f0;
  border-radius: 7px;
  float: left;
  width: 100%;
  box-shadow: 0 -20px 30px -20px #000;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.form-check-transfer * {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.form-check-transfer button {
  width: 100%;
  height: 55px;
  font-weight: 100;
  font-family: "PT Sans", sans-serif;
}
.form-check-transfer input {
  width: 100%;
  height: 55px;
  font-weight: 100;
  font-family: "PT Sans", sans-serif;
  line-height: 50px;
  padding-left: 10px;
  font-size: 21px;
  letter-spacing: 2px;
  border-radius: 3px;
  border: 0;
}
.form-check-transfer button {
  line-height: 30px;
  font-size: 20px;
}

.faq .panel-heading {
  cursor: pointer;
  background-color: #0e88b0 !important;
  color: #fff !important;
}
.faq .panel-heading .panel-title {
  font-size: 18px;
  font-weight: 100;
  line-height: 38px;
}
.faq .panel-heading .panel-title a {
  font-weight: 500;
  text-decoration: underline;
}
.faq .panel-heading .panel-title a:focus, .faq .panel-heading .panel-title a:hover {
  color: #fff;
}
.faq .panel-heading.collapsed .panel-title a {
  font-weight: 100;
  text-decoration: none;
}

.select2-choices {
  max-height: 55px;
  min-height: 55px !important;
  overflow: hidden !important;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.select2-choices:hover {
  height: auto;
  max-height: none;
}
.select2-choices li.select2-search-field {
  height: 500px;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: 2px solid #333 !important;
  padding: 4px 5px !important;
  position: absolute;
  width: 100%;
}
.select2-choices li.select2-search-field input {
  border: 0;
  color: transparent;
  text-shadow: 0 0 0 gray;
  text-align: center;
}
.select2-choices li.select2-search-field input:focus {
  outline: 0;
}
.select2-choices li:not(.select2-search-field) {
  margin-left: 5px;
  margin-top: 5px;
  background: #1abc9c;
}

.taksit-oran-table tr + input[type=radio]:checked {
  background-color: #ff0;
}

.page_black-friday-2017, .page_cyber-monday-2017 {
  height: 100px;
  padding-bottom: 0 !important;
  padding-top: 120px !important;
  background: #000 !important;
}

.page_black-friday-2017:before, .page_cyber-monday-2017:before {
  background: linear-gradient(to right, rgba(2, 18, 78, 0.6) 0, rgba(0, 0, 0, 0.6) 100%) !important;
}

body.scrolled #header.header_black-friday-2017 .navbar, body.scrolled #header.header_cyber-monday-2017 .navbar {
  background: linear-gradient(to right, rgba(2, 18, 78, 0.6) 0, rgba(0, 0, 0, 0.6) 100%) !important;
}

.home-shortcuts li span, .page_black-friday-2017 .container, .page_cyber-monday-2017 .container {
  display: none;
}

body.scrolled #header.header_black-friday-2017 .nav > li.active > a, body.scrolled #header.header_black-friday-2017 .nav > li.open > a, body.scrolled #header.header_black-friday-2017 .nav > li > a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
body.scrolled #header.header_cyber-monday-2017 .nav > li.active > a, body.scrolled #header.header_cyber-monday-2017 .nav > li.open > a, body.scrolled #header.header_cyber-monday-2017 .nav > li > a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
body.scrolled #header.header_black-friday-2017 .btn--default.hover {
  color: #fff !important;
  border-color: #fff !important;
}
body.scrolled #header.header_black-friday-2017 .btn--default.hover:active, body.scrolled #header.header_black-friday-2017 .btn--default.hover:hover {
  color: #fff !important;
  border-color: #fff !important;
}
body.scrolled #header.header_cyber-monday-2017 .btn--default.hover {
  color: #fff !important;
  border-color: #fff !important;
}
body.scrolled #header.header_cyber-monday-2017 .btn--default.hover:active, body.scrolled #header.header_cyber-monday-2017 .btn--default.hover:hover {
  color: #fff !important;
  border-color: #fff !important;
}

#order-standard_cart .field, #order-standard_cart .form-control.edited {
  border-radius: 0;
  height: 40px;
  line-height: 24px;
  padding-right: 0;
}

.form-group.edited {
  margin-bottom: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.form-group.edited .input-group-addon {
  width: 40px !important;
}
.form-group.edited .input-group {
  float: left;
  width: 100%;
}
.form-group.edited .input-group .edited {
  float: left;
  width: 100%;
}

body, button, input, select, textarea {
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}

.navbar-main, body, button, h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Open Sans", Arial, sans-serif;
}

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

.navbar-main {
  margin-bottom: 0;
  background-color: #006687;
  border: 0;
  min-height: 38px;
  font-size: 15px;
}
.navbar-main .navbar-nav > li > a {
  color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar-main .navbar-nav > .active > a {
  color: #222;
  background-color: #eee;
}
.navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover {
  color: #222;
  background-color: #eee;
}
.navbar-main .navbar-nav > .open > a {
  color: #222;
  background-color: #eee;
}
.navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover {
  color: #222;
  background-color: #eee;
}
.navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
  color: #222;
  background-color: #eee;
}

#main-menu .navbar-nav {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 768px) {
  .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #ddd;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .navbar-header, .navbar-nav > li {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in, .collapse.show {
    display: block !important;
  }
}
.panel {
  font-size: 0.9em;
}

.list-group {
  font-size: 16px;
}

.page-template-invoice-payment .hero-page .banner-hero, .page-template-invoice-payment .hero-page .banner-hero .container, .page-template-invoice-payment .hero-page .banner-hero .row {
  min-height: 200px;
}

.pagination {
  font-size: 0.8em;
}
.pagination > .active > a {
  color: #fff;
  background-color: #ffc107;
  border-radius: 4px;
}
.pagination > .active > a:focus {
  background-color: #ffc107;
  color: #fff;
}
.pagination > .active > a:hover {
  color: #fff;
  background-color: #22a5a3;
}
.pagination > .active > span {
  color: #fff;
  background-color: #006687;
  border-color: #006687;
}
.pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff;
  background-color: #006687;
  border-color: #006687;
}

.dropdown-menu > li > a:focus, .navbar-main .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #006687;
}

.label {
  border-radius: 0;
}

input[type=file].form-control {
  height: inherit;
  margin-bottom: 5px;
}

.list-group-item {
  padding: 7px 15px;
}

.client-home-panels .panel > .panel-body p, .panel-body {
  padding: 10px 15px;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px !important;
}

.list-group-item > i.fa.fa-circle-o {
  color: gray;
}

.btn {
  overflow: hidden;
}

.list-group-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body, html {
  height: 100%;
}

section#header {
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
section#main-body {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 350px;
}

.main-content, section#main-content {
  margin-bottom: 60px;
}

.main-content {
  min-height: 300px;
}

.adminreturndiv, th.no-sort::after {
  display: none !important;
}

div.header-lined h1 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  color: #058;
}
div.header-lined .breadcrumb {
  margin-top: -15px;
  font-size: 0.7em;
  border-radius: 0 0 4px 4px;
}

.home-shortcuts li, div.header-lined small {
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 600px) {
  .h1, h1 {
    font-size: 26px;
  }
  .h2, h2 {
    font-size: 20px;
  }
  .h3, h3 {
    font-size: 16px;
  }
  .h4, h4 {
    font-size: 14px;
  }
  .h5, h5 {
    font-size: 12px;
  }
  .h6, h6 {
    font-size: 11px;
  }
  div.header-lined small {
    display: none;
  }
}
@media (min-width: 380px) {
  .btn-input-padded-responsive {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 500px) {
  .btn-input-padded-responsive {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.margin-10 {
  margin: 10px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.col-button-left {
  padding-left: 0;
  padding-right: 7px;
}

.col-button-right {
  padding-left: 7px;
  padding-right: 0;
}

.home-shortcuts li:hover span, .input-inline {
  display: inline-block;
}

.input-inline-100 {
  width: 100px;
}

.select-inline {
  display: inline-block;
  width: auto;
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
  .text-right-sm {
    text-align: right;
  }
}
.logincontainer {
  margin: 40px auto 100px;
  padding: 0 10px;
  max-width: 500px;
}

@media (max-width: 600px) {
  .logincontainer {
    margin: 0 auto 30px;
  }
}
i.icon-rss {
  color: #f60;
}

section#main-menu {
  background-color: #006687;
}
section#home-banner {
  margin: 0;
  padding: 50px 0 60px;
  background-color: #2e363f;
  color: #fff;
}

@media (max-width: 992px) {
  section#home-banner h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  section#home-banner h2 {
    font-size: 22px;
  }
}
.home-shortcuts {
  margin: 0;
  background: #15a4d3;
  color: #fff;
}
.home-shortcuts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-shortcuts li {
  float: left;
  width: 24%;
  padding: 5px 3px;
  border-right: 1px solid #0e88b0;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
.home-shortcuts li:first-child {
  border-left: 1px solid #0e88b0;
}
.home-shortcuts li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.home-shortcuts li i {
  font-size: 22px;
}
.home-shortcuts .lead {
  margin: 0;
  line-height: 55px;
}

@media (max-width: 992px) {
  .home-shortcuts ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-shortcuts li {
    display: block;
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #0e88b0;
  }
  .home-shortcuts li:first-child {
    border-left: 0;
  }
  .home-shortcuts li:last-child {
    border: 0;
  }
  .home-shortcuts ul:hover li {
    width: 100%;
  }
}
.text-domain {
  font-size: 12px;
  color: #006687;
}

.client-home-panels .panel > .panel-heading {
  background-color: #fff;
  border-bottom: 0;
  font-weight: 700;
}
.client-home-panels .panel > .panel-heading .panel-title .btn {
  color: #fff;
  border: 0;
}
.client-home-panels .panel small {
  color: #888;
}
.client-home-panels .panel > .panel-body {
  padding: 0;
  max-height: 170px;
  overflow: auto;
}
.client-home-panels .panel > .panel-footer {
  border-top: 0;
}
.client-home-panels .panel > .list-group {
  max-height: 170px;
  overflow: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.client-home-panels .panel > .list-group .list-group-item {
  padding: 4px 10px;
}
.client-home-panels .panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.home-kb-search {
  margin-bottom: -8px;
}
.home-kb-search .form-control {
  border: 0;
  background-color: #444;
  color: #fff;
  padding-left: 50px;
}
.home-kb-search i {
  position: relative;
  top: -35px;
  left: 20px;
  color: #777;
}

.tiles .tile {
  padding: 20px;
  border-right: 1px solid #ccc;
}
.tiles .tile a {
  text-decoration: none;
}
.tiles .tile a > div:not(.icon) {
  margin-left: 85px;
}
.tiles .tile:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  border-radius: 2px;
}
.tiles .tile:last-child {
  border: 0;
}

@media (max-width: 767px) {
  .tiles .tile:nth-child(2) {
    border: 0;
  }
  .tiles .tile:nth-child(1), .tiles .tile:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }
}
.tile .icon {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 48px;
  line-height: 1;
  color: #ccc;
  padding: 10px;
  background-color: #fff;
}
.tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
}
.tile .title {
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}

.panel.panel-accent-gold {
  border-top: 3px solid #f0ad4e;
}
.panel.panel-accent-green {
  border-top: 3px solid #5cb85c;
}
.panel.panel-accent-red {
  border-top: 3px solid #d9534f;
}
.panel.panel-accent-blue {
  border-top: 3px solid #5bc0de;
}
.panel.panel-accent-orange {
  border-top: 3px solid #f39c12;
}
.panel.panel-accent-pink {
  border-top: 3px solid #e671b8;
}
.panel.panel-accent-purple {
  border-top: 3px solid #7b4f9d;
}
.panel.panel-accent-lime {
  border-top: 3px solid #8cbf26;
}
.panel.panel-accent-magenta {
  border-top: 3px solid #ff0097;
}
.panel.panel-accent-teal {
  border-top: 3px solid #00aba9;
}
.panel.panel-accent-turquoise {
  border-top: 3px solid #1abc9c;
}
.panel.panel-accent-emerald {
  border-top: 3px solid #2ecc71;
}
.panel.panel-accent-amethyst {
  border-top: 3px solid #9b59b6;
}
.panel.panel-accent-wet-asphalt {
  border-top: 3px solid #34495e;
}
.panel.panel-accent-midnight-blue {
  border-top: 3px solid #2c3e50;
}
.panel.panel-accent-sun-flower {
  border-top: 3px solid #f1c40f;
}
.panel.panel-accent-pomegranate {
  border-top: 3px solid #c0392b;
}
.panel.panel-accent-silver {
  border-top: 3px solid #bdc3c7;
}
.panel.panel-accent-asbestos {
  border-top: 3px solid #7f8c8d;
}

.bg-color-gold {
  background-color: #f0ad4e;
}

.bg-color-green {
  background-color: #5cb85c;
}

.bg-color-red {
  background-color: #d9534f;
}

.bg-color-blue {
  background-color: #5bc0de;
}

.bg-color-orange {
  background-color: #f39c12;
}

.bg-color-pink {
  background-color: #e671b8;
}

.bg-color-purple {
  background-color: #7b4f9d;
}

.bg-color-lime {
  background-color: #8cbf26;
}

.bg-color-magenta {
  background-color: #ff0097;
}

.bg-color-teal {
  background-color: #00aba9;
}

.bg-color-turquoise {
  background-color: #1abc9c;
}

.bg-color-emerald {
  background-color: #2ecc71;
}

.bg-color-amethyst {
  background-color: #9b59b6;
}

.bg-color-wet-asphalt {
  background-color: #34495e;
}

.bg-color-midnight-blue {
  background-color: #2c3e50;
}

.bg-color-sun-flower {
  background-color: #f1c40f;
}

.bg-color-pomegranate {
  background-color: #c0392b;
}

.bg-color-silver {
  background-color: #bdc3c7;
}

.bg-color-asbestos {
  background-color: #7f8c8d;
}

#top-nav {
  float: right;
  margin: 0;
  padding: 0;
}
#top-nav .nav {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 11px;
}

div.home-twitter {
  margin-top: 20px;
  margin-bottom: 40px;
}
div.tweet > i {
  color: #2babcf;
  float: left;
  margin-right: 15px;
}
div.tweet span {
  font-size: 12px;
  color: #ccc;
}
div.domainresults div:not(.btn-group) {
  margin: 0;
  padding: 10px 25px;
  background-color: #ddd;
  color: #666;
  font-size: 1em;
  border-radius: 6px 6px 0 0;
}
div.domainresults div:not(.btn-group) span {
  padding-left: 20px;
  font-size: 14px;
  color: #888;
}
div.domainresults table tr td {
  padding: 5px 30px;
  line-height: 40px;
}

.domain-checker-container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 20px 0;
  padding: 0;
  background-color: #ffce44;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb201), to(#ffd960));
  background: -webkit-linear-gradient(top, #ffd960, #ffb201);
  background: -moz-linear-gradient(top, #ffd960, #ffb201);
  background: -ms-linear-gradient(top, #ffd960, #ffb201);
  background: -o-linear-gradient(top, #ffd960, #ffb201);
}
.domain-checker-container .input-group-box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.domain-checker-bg {
  margin: 0;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("../../templates/trabis/img/register-bg.html");
}

@media (max-width: 992px) {
  .domain-checker-bg {
    padding: 40px 0;
  }
}
.domain-checker-container .input-group-box {
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}

.domain-bulk-options-box {
  position: absolute;
  top: 18px;
  right: 134px;
  z-index: 100;
}

.domain-check-availability {
  width: 100px;
}

.domain-step-options {
  min-height: 300px;
}

.domain-checker-result-headline {
  margin: 20px;
  font-size: 1.6em;
  text-align: center;
}

.domain-checker-available {
  color: #5cb85c;
}

.domain-checker-invalid, .domain-checker-unavailable {
  color: #d9534f;
}

div.domainresults div.domain-checkout-area {
  display: none;
  float: right;
  padding: 8px 40px 0;
}

.domain-disclaimer-area {
  margin: 0 0 25px;
  font-size: 12px;
}

.domain-bulk-domain-well {
  width: 60%;
}

.domain-tld-pricing-table-responsive {
  border: 0;
  margin-bottom: 0;
}

a.domain-tld-pricing-category {
  display: block;
  text-align: center;
}

div.announcement-single, div.product-details {
  margin: 0 0 20px;
}
div.announcement-single .label {
  margin-right: 10px;
}
div.product-details div.product-icon {
  margin: 0;
  background-color: #efefef;
  border-radius: 10px;
  padding: 30px;
  font-size: 60px;
  line-height: 1em;
}

.product-status {
  margin: 0 0 20px;
  padding: 0;
  border-radius: 10px;
}

.product-status-pending {
  background-color: #f89406;
}

.product-status-active {
  background-color: #46a546;
}

.product-status-suspended {
  background-color: #0768b8;
}

.product-status-cancelled, .product-status-terminated {
  background-color: #666;
}

.product-status-fraud {
  background-color: #000;
}

.product-status-text {
  padding: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

div.product-details-tab-container {
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.module-client-area {
  padding: 15px 15px 0;
}

{
  background-color: #ffc107;
  font-size: 0.9em;
}
.dataTables_info {
  padding: 9px 10px;
  background-color: #fff;
  border: 0;
  font-size: 0.9em;
  border-radius: 4px 4px 0 0;
  text-align: left !important;
}
table.table-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTables_filter {
  float: right;
}
.dataTables_filter label {
  padding: 6px 6px 0;
  color: #fff;
}
.dataTables_filter label .form-control {
  padding: 1px 10px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  font-size: 0.9em;
  height: 40px;
  border-radius: 4px;
  width: 160px;
}
.dataTables_filter label .form-control:active, .dataTables_filter label .form-control:focus {
  border-color: #86b7fe;
}
.dataTables_length {
  float: left;
}
.dataTables_length label {
  padding: 10px;
}
.dataTables_length label select.form-control {
  text-align: center;
}
.dataTables_length label .form-control {
  display: inline-block;
  padding: 2px;
  height: 40px;
  line-height: 32px;
  width: auto;
  border-radius: 4px;
}
.dataTables_paginate {
  float: right;
  padding: 12px 5px;
}
.dataTables_paginate .pagination > li > a, .dataTables_paginate .pagination > li > span {
  padding: 4px 8px;
  line-height: 30px;
}

@media (max-width: 600px) {
  .dataTables_info {
    padding: 9px 10px 40px;
  }
  .dataTables_filter {
    float: right;
    margin-top: 30px;
    width: 100%;
  }
  .dataTables_filter label {
    display: block;
    margin: 5px;
    padding: 0;
  }
  .dataTables_filter label .form-control {
    margin: 0;
    width: 100%;
  }
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: inherit !important;
  box-shadow: none !important;
  line-height: 16px !important;
}

.table-container {
  padding: 0 0 25px;
}
.table-container .gl-custom-pagination {
  float: left;
}
.table-container .gl-custom-pagination div.dataTables_info {
  margin: 0;
}
.table-container .top {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
.table-container .pagination {
  font-size: 16px;
}

table.table-list thead th {
  background-color: #e6ecef;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 13px;
}

.table-list > tbody > tr:hover {
  cursor: pointer;
  cursor: hand;
}
.table-list > tbody > tr > td {
  background-color: #fff;
  font-size: 16px;
}
.table-list > tbody > tr:nth-child(odd) > td, .table-list > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}
.table-list > tbody > tr:hover > td {
  background-color: #e6ecef;
}

table.dataTable.table-list tbody td {
  text-align: left !important;
  vertical-align: middle;
}
table.dataTable.table-list > thead tr td, table.dataTable.table-list > thead tr th {
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
}
table.dataTable.table-list > thead tr th.no-sort:before {
  display: none !important;
}
table.dataTable.table-list > thead tr th.no-sort:after {
  display: none !important;
}
table.dataTable.table-list tbody a:not(.btn) {
  color: #333;
}
table.dataTable.dtr-inline .dtr-title:empty {
  display: none !important;
}
table.dataTable.dtr-inline .responsive-edit-button {
  display: none;
}
table.dataTable.dtr-inline.collapsed .responsive-edit-button {
  display: inherit;
}

.status {
  display: block;
  font-size: 0.9em;
  line-height: 22px;
  background-color: #888;
}

.status-custom {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 1px;
}

.status-pending {
  background-color: #d9534f;
}
.status-pending.transfer {
  background-color: #a68500;
}

.status-active, .status-open {
  background-color: #3fad46;
}

.status-suspended {
  background-color: #f0ad4e;
}

.status-answered, .status-fraud {
  background-color: #000;
}

.status-expired {
  background-color: #004258;
}

.status-terminated {
  background-color: #666;
}

.status-onhold {
  background-color: #248;
}

.status-inprogress {
  background-color: #c00;
}

.status-closed {
  background-color: #888;
}

.status-paid {
  background-color: #498302;
}

.status-unpaid {
  background-color: #ed3e48;
}

.status-cancelled {
  background-color: #87939f;
}

.status-collections {
  background-color: #9a141e;
  color: #fff;
}

.status-refunded {
  background-color: #319fc3;
}

.status-customer-reply {
  background-color: #f60;
}

.status-delivered {
  background-color: #248;
}

.status-accepted {
  background-color: #498302;
}

.status-dead, .status-lost {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.affiliate-stat {
  margin: 0;
  padding: 15px;
  font-size: 1.6em;
  text-align: center;
}
.affiliate-stat span {
  display: block;
  font-size: 2.4em;
}
.affiliate-stat i {
  float: left;
  padding: 10px;
  font-size: 4em;
}

.affiliate-referral-link {
  margin: 40px 0;
}
.affiliate-referral-link span {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 1.4em;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .affiliate-stat {
    font-size: 1.2em;
  }
  .affiliate-stat span {
    font-size: 2.1em;
  }
  .affiliate-stat i {
    font-size: 3.6em;
  }
}
@media (max-width: 992px) {
  .affiliate-stat {
    font-size: 1em;
  }
  .affiliate-stat span {
    font-size: 1.6em;
  }
  .affiliate-stat i {
    font-size: 3em;
  }
}
.ticket-attachments-message {
  padding-top: 4px;
  font-size: 0.8em;
}

.ticket-reply {
  margin: 10px 0;
  padding: 0;
  border: 1px solid #efefef;
  background-color: #fff;
}
.ticket-reply.staff {
  border: 1px solid #cce4fc;
}
.ticket-reply .date {
  float: right;
  padding: 8px 10px;
  font-size: 0.8em;
}
.ticket-reply .user {
  padding: 5px 0;
  background-color: #f8f8f8;
}
.ticket-reply.staff .user {
  background-color: #f2f9ff;
}
.ticket-reply .user i {
  float: left;
  font-size: 2.2em;
  padding: 2px 15px;
}
.ticket-reply .user .name {
  display: block;
  font-size: 0.9em;
}
.ticket-reply .user .type {
  display: block;
  font-weight: 700;
  font-size: 0.8em;
}
.ticket-reply .message {
  padding: 12px 15px;
}
.ticket-reply .rating, .ticket-reply .rating-done {
  float: right;
  padding: 5px 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}
.ticket-reply .rating span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.ticket-reply .rating-done span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.ticket-reply .rating-done .rated {
  display: inline-block;
  font-size: 12px;
  font-family: Tahoma;
}
.ticket-reply .rating span.star:before, .ticket-reply .rating-done span.star:before {
  content: "\f005";
  padding-right: 0;
  color: #999;
}
.ticket-reply .rating span.star:hover:before, .ticket-reply .rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #f2de88;
}
.ticket-reply .rating-done span.star.active:before {
  content: "\f005";
  color: #f2de88;
}
.ticket-reply .attachments {
  margin: 0;
  padding: 10px 20px;
  border-top: 1px dashed #efefef;
  background-color: #f8f8f8;
  font-size: 0.8em;
}
.ticket-reply .attachments ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.ticket-reply .clear {
  clear: both;
}

.panel > .list-group .ticket-details-children {
  border-width: 0;
}
.panel > .list-group .ticket-details-children .title {
  font-weight: 700;
}
.panel > .list-group .ticket-details-children:nth-child(even) {
  background-color: #f2f2f2;
}
.panel > .list-group .ticket-details-children:last-child {
  border-width: 0 0 1px;
}

.ticketfeedbackstaffcont {
  margin: 10px auto;
  padding: 15px;
  width: 90%;
  background-color: #efefef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.ticketfeedbackrating {
  padding: 0 100px;
}
.ticketfeedbackrating .rate {
  float: left;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
}

.invoice-summary-table td, .popover-user-notifications, tr.masspay-invoice-detail td {
  font-size: 0.8em;
}

.popover-user-notifications .popover-content {
  padding: 0;
}

.clientalert {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}
.clientalert:hover {
  background-color: #efefef;
}
.clientalert:last-child {
  border-bottom: 0;
}
.clientalert .btn-xs {
  font-family: Verdana;
  font-size: 10px;
}

.captchaimage {
  margin: 0;
  padding: 3px 0 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-align: right;
}

div.credit-card {
  margin: 0 auto 30px;
  max-width: 400px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 8px;
}
div.credit-card div.card-type {
  float: right;
  padding: 10px 20px;
  font-size: 1.2em;
}
div.credit-card div.card-icon {
  float: left;
  padding: 7px;
  font-size: 1.2em;
}
div.credit-card div.card-number {
  padding: 10px;
  background-color: #ccc;
  font-size: 1.6em;
  text-align: center;
  clear: both;
}
div.credit-card div.card-expiry, div.credit-card div.card-start {
  float: left;
  padding: 20px 0 50px 50px;
  font-size: 1.3em;
  text-align: right;
}
div.credit-card div.card-expiry {
  float: right;
  padding: 20px 50px 50px 0;
  height: 120px;
}
div.credit-card div.end {
  clear: both;
}

@media (max-width: 600px) {
  div.credit-card {
    max-width: 250px;
  }
  div.credit-card div.card-icon, div.credit-card div.card-type {
    font-size: 1em;
  }
  div.credit-card div.card-number {
    padding: 6px 10px;
    font-size: 1.2em;
  }
  div.credit-card div.card-start {
    padding: 20px 0 30px 50px;
    font-size: 0.9em;
  }
  div.credit-card div.card-expiry {
    padding: 20px 50px 30px 0;
    height: 80px;
    font-size: 0.9em;
  }
}
.auth3d-area {
  border: 1px solid #fff;
}

.submit-3d {
  border: 1px solid #fff;
  width: 80%;
}

.invoice-summary {
  margin: 0 0 25px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 4px dashed #efefef;
  border-radius: 10px;
}

.invoice-summary-table {
  margin: 25px 0;
  max-height: 300px;
  overflow: auto;
}
.invoice-summary-table td.total-row {
  background-color: #efefef;
  font-weight: 700;
}

tr.masspay-total td {
  background-color: #efefef;
  font-weight: 700;
}

div.credit-card .logo-visa {
  color: #1a1f71;
}
div.credit-card .logo-amex {
  color: #43abdf;
}
div.credit-card .logo-mastercard {
  color: #ed0b00;
}
div.credit-card .logo-discover {
  color: #000;
}
div.sidebar .list-group-item-selected {
  background-color: #319fc3;
  color: #fff;
}
div.sidebar .list-group-item-selected .badge {
  background-color: #fff;
  color: #319fc3;
}
div#twofaactivation {
  margin: 0 auto;
  padding: 15px 30px;
  width: 85%;
  background-color: #efefef;
  border-radius: 10px;
}
div#twofaactivation .errorbox {
  margin: 0 0 20px;
  padding: 10px 20px;
  background-color: #ff4f4f;
  text-shadow: none;
  color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
div#twofaactivation p {
  margin: 15px 0;
}

@media (max-width: 991px) {
  .panel-actions {
    border: 0;
    box-shadow: none;
  }
  .panel-actions > .panel-heading {
    border-radius: 3px;
  }
  .panel-actions > .panel-heading > .panel-title {
    display: inline;
  }
  .panel-actions > .list-group {
    padding: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .panel-actions > .list-group .list-group-item {
    display: inline-block;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    white-space: nowrap;
    text-align: center;
    padding: 5px 25px;
    margin: 2px;
  }
  .panel-actions > .list-group .list-group-item > .badge {
    float: none;
    margin: -2px 0 0 10px;
  }
}
#popup-backdrop {
  background-color: #2e363f;
  padding: 15px;
  height: 100%;
}

.popup-header-padding {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn.btn-action {
  background-color: #72ca06;
  border-color: #498302;
}

.kbcategories a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
  text-decoration: none;
}
.kbcategories a .glyphicon {
  color: #ed8;
  margin-right: 5px;
}
.kbcategories a small {
  color: #000;
  font-size: 80%;
  font-weight: 400;
  margin-left: 5px;
}

.kbarticles {
  padding: 0 0 25px;
  font-size: 0.8em;
}
.kbarticles a {
  font-size: 1.2em;
  font-weight: 700;
}
.kbarticles a .glyphicon {
  color: #8ce;
}

h3.kb-alsoread {
  padding: 8px 15px;
  background-color: #eee;
  border-radius: 6px;
  font-size: 0.9em;
}

#stepResults {
  font-size: 20px;
}
#stepResults .label {
  font-size: 20px;
}

@media (max-width: 992px) {
  #stepResults {
    font-size: 14px;
  }
  #stepResults .label {
    font-size: 14px;
  }
  div.domainresults table tr td {
    padding: 5px;
  }
}
@media print {
  #main-menu, #top-nav, .header-lined, .sidebar {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}
h3.with-badge::after {
  content: ".";
  color: #fff;
}
h3.with-badge i, h3.with-badge span {
  float: left;
  padding-right: 8px;
}
h3.with-badge .badge {
  line-height: initial;
  margin-top: 3px;
}

@media (min-width: 992px) {
  h3.with-badge .badge {
    padding: 3px 7px 3px 8px;
  }
  .sidebar .list-group-item .badge {
    margin-top: -2px;
    padding: 3px 7px 3px 8px;
    line-height: initial;
    min-width: 36px;
  }
}
.admin-masquerade-notice {
  margin: 25px 0 0 auto;
  padding: 4px 10px;
  max-width: 240px;
  font-family: Tahoma;
  font-size: 0.7em;
  text-align: right;
}
.admin-masquerade-notice a {
  text-decoration: underline;
}

.language-popover {
  max-width: 450px;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.98);
  background-image: url("../../templates/trabis/img/worldmap.html");
  background-repeat: no-repeat;
  font-size: 0.8em;
}
.language-popover.popover.bottom > .arrow:after {
  border-bottom-color: rgba(20, 20, 20, 0.97);
}
.language-popover .popover-content ul {
  margin: 6px 0 14px;
  padding: 0;
  max-width: 400px;
  list-style-type: none;
  overflow: hidden;
}
.language-popover .popover-content li {
  float: left;
  display: inline;
  padding: 0 20px 0 40px;
  width: 33.333%;
  line-height: 2em;
}
.language-popover .popover-content li a {
  color: #f2f2f2;
}

@media (max-width: 480px) {
  .language-popover {
    max-width: 250px;
    background-position: -50px 0;
  }
  .language-popover .popover-content li {
    padding: 0 20px;
    width: 50%;
  }
}
.login-popover {
  font-size: 12px;
}
.login-popover .form-group {
  margin-bottom: 5px;
}
.login-popover hr {
  margin: 5px 0;
}

.error-container {
  text-align: center;
}
.error-container h1 {
  margin-top: 40px;
}
.error-container .buttons {
  margin: 25px 0;
}
.error-container .buttons .btn {
  margin: 5px;
}

.panel-collapsable > .panel-heading {
  cursor: pointer;
}
.panel-collapsable > .panel-body-collapsed {
  display: none;
}

.licensing-addon-latest-download h3 {
  margin-top: 0;
}

#google-recaptcha-domainchecker {
  width: 304px;
  height: 78px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#default-captcha-domainchecker {
  margin-top: 15px;
  margin-bottom: -63px;
}
#default-captcha-domainchecker #inputCaptcha {
  width: 100px;
  border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  margin-bottom: -46px;
}

@media (max-width: 991px) {
  #google-recaptcha-domainchecker {
    padding-left: 2.5%;
  }
  #default-captcha-domainchecker {
    margin-bottom: -25px;
  }
}
@media (max-width: 736px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.935);
    transform-origin: 0 0;
    -webkit-transform: scale(0.935);
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width: 384px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.96);
    transform-origin: 0 0;
  }
}
@media (max-width: 360px) {
  #google-recaptcha-domainchecker {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}
@media (max-width: 320px) {
  #google-recaptcha-domainchecker {
    padding-left: 13.5%;
    transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform: scale(0.785);
    -webkit-transform-origin: 0 0;
  }
}
.email-verification {
  margin: 0;
  padding: 10px;
  font-size: 0.9em;
  line-height: 30px;
}

.markdown-editor-status {
  padding: 2px 10px;
  font-size: 9pt;
  color: #959694;
  text-align: right;
}

.small-font {
  font-size: 0.9em;
}

.markdown-content h1 {
  font-size: 1.6em;
  color: #333;
}
.markdown-content h2 {
  font-size: 1.4em;
  color: #333;
}
.markdown-content h3 {
  font-size: 1.2em;
  color: #333;
}
.markdown-content h4 {
  font-size: 1.1em;
  color: #333;
}
.markdown-content pre {
  padding: 15px;
  background-color: #444;
  color: #f8f8f8;
  border: 0;
}
.markdown-content pre code {
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}
.markdown-content blockquote {
  font-size: 1em;
}
.markdown-content table {
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.markdown-content table > thead > tr > th {
  padding: 4px 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-weight: 700;
  text-align: center;
}
.markdown-content table > tbody > tr > td {
  padding: 3px 8px;
  border: 1px solid #ddd;
}

.btn--default.hover {
  color: #fff !important;
  border-color: #fff !important;
}
.btn--default.hover:active, .btn--default.hover:hover {
  color: #fff !important;
  border-color: #fff !important;
}

.scrolled .btn--default.hover {
  color: #383838 !important;
  border-color: #383838 !important;
}
.scrolled .btn--default.hover:active, .scrolled .btn--default.hover:hover {
  color: #383838 !important;
  border-color: #383838 !important;
}

.color-reg {
  color: #26c9c6 !important;
}

div.dataTables_info {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 14px;
  padding: 10px;
}

.sorgu-sonuc .sorgu-sonuc--satinal a:focus, .sorgu-sonuc .sorgu-sonuc--satinal a:hover {
  color: #fff;
}

.delete-bottom-padding {
  padding-bottom: 0;
}

#header a.navbar-brand h1 span, .blog--links-widget ul li a:hover {
  color: #ffc107;
}

.blog--recent-posts-widget ul li h4 a:focus, .blog--recent-posts-widget ul li h4 a:hover {
  color: #ffc107;
}

.blog--tags-widget ul li a:focus, .blog--tags-widget ul li a:hover {
  color: #ffc107;
}

.btn--default.hover:hover, .footer--copyright a, .footer--widget ul li a:hover, .fw--about a.more {
  color: #ffc107;
}

.page-header--breadcrumb ul > li.active, .page-header--breadcrumb ul > li > a:hover {
  color: #ffc107;
}

.post--comment-meta a:focus, .post--comment-meta a:hover {
  color: #ffc107;
}

.post--except-footer a:hover, .post--full-content-footer ul li a:hover, .post--meta a:hover, .post--title h2 a:hover, .pricing--body h3 strong, .pricing--popular-tag {
  color: #ffc107;
}

.service--item:hover .service--content h3, .service--item:hover .service--icon {
  color: #ffc107;
}

.team--item:hover .team--name a {
  color: #ffc107;
}

.team--social-links ul li a:focus, .team--social-links ul li a:hover {
  color: #ffc107;
}

.vps-pricing--feature i.fa, .vps-pricing--slider .ui-slider-handle i.fa, a.btn--default.hover:hover {
  color: #ffc107;
}

#header .navbar-toggle .icon-bar {
  background-color: #ffc107;
}

#headerNav .nav > .dropdown > .dropdown-menu > li.active > a {
  background-color: #ffc107;
}
#headerNav .nav > .dropdown > .dropdown-menu > li > a:focus, #headerNav .nav > .dropdown > .dropdown-menu > li > a:hover {
  background-color: #ffc107;
}

.banner--slider-nav ul > li.active, .banner--slider-nav ul > li:hover {
  background-color: #ffc107;
}

.bg--vermilion, .blog--search-widget .input--text .highlight, .blog-widget--title h3:before, .btn--primary, .contact--form .highlight, .counter--num:before, .f0f--search-bar .highlight {
  background-color: #ffc107;
}

.faq--categories h3:before {
  background-color: #ffc107;
}
.faq--categories ul li a:hover, .faq--categories ul li.active a {
  background-color: #ffc107;
}

.faq--content .accordion .panel-heading a {
  background-color: #ffc107;
}

.features--item.dot:after, .features--item.dot:before {
  background-color: #ffc107;
}

.footer--widget h4:before, .login--form .form-group .highlight, .page-header--title h2:before, .post--comment-form-group .input--text .highlight, .post--comment-form-title h3:before, .post--comments-title h3:before, .pricing--item.popular, .section--title h2:before, .vps-pricing--slider .ui-slider-handle em, a.btn--primary {
  background-color: #ffc107;
}

#header .navbar-toggle {
  border-color: #ffc107;
}

.banner--slider-nav ul > li.active, .banner--slider-nav ul > li:hover {
  border-color: #ffc107;
}

.blog--links-widget ul li a:hover, .btn--primary, .fw--links li a:hover, .pricing--item.popular, .service--item:hover .service--icon {
  border-color: #ffc107;
}

a.btn--default.hover:hover, a.btn--primary {
  border-color: #ffc107;
}

.banner--slider-nav ul > li:after, .vps-pricing--slider .ui-slider-handle:before {
  border-top-color: #ffc107;
}

.banner--slider-nav ul > li:before {
  border-bottom-color: #ffc107;
}

#preloader {
  background-color: rgba(43, 207, 205, 0.75);
  display: none;
}

.float-left {
  float: left;
}

.cursor-pointer {
  cursor: pointer;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.bg-grad-1 {
  background-color: #3EECAC;
  background-image: linear-gradient(19deg, #3EECAC 0%, #EE74E1 100%);
}

.bg-grad-2 {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(0, 152, 155) 0.1%, rgb(0, 94, 120) 94.2%) !important;
}

.bg-grad-3 {
  background-image: radial-gradient(circle 610px at 5.2% 51.6%, rgb(5, 8, 114) 0%, rgb(7, 3, 53) 97.5%);
}

.trademark-big-steps .col .trademark-step {
  padding: 0 70px;
  position: relative;
}
.trademark-big-steps .col .trademark-step::after {
  content: " ";
  width: 3px;
  height: 150px;
  position: absolute;
  right: -1.5px;
  top: 50%;
  margin-top: -75px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.trademark-big-steps .col .trademark-step img {
  margin-bottom: 20px;
}
.trademark-big-steps .col:last-child .trademark-step:after {
  display: none;
}

#headerNav .main-menu {
  margin-left: 25px;
}
#headerNav .main-menu li a {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 90px;
  color: #212529;
  transition: all 0.15s linear;
}
#headerNav .main-menu li a:hover {
  border-bottom-color: #122c4b;
}
#headerNav .main-menu li a i {
  font-size: 11px;
}
#headerNav .main-menu li.opened a {
  border-bottom-color: #122c4b;
  color: #444;
}
#headerNav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
}
.menu-backdrop:after {
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.megamenu-open .menu-backdrop {
  visibility: visible;
  opacity: 1;
}
.megamenu-open .menu-backdrop:after {
  opacity: 1;
  visibility: visible;
}

.reg-megamenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 250px;
  border-top: 2px solid #efefef;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 93px;
  transition: all 0.25s ease-in-out;
}
.reg-megamenu.show {
  visibility: visible;
  opacity: 1;
}
.reg-megamenu#about-us .menu-bg {
  background-image: url("../img/menu/about-us.png");
}
.reg-megamenu .menu-bg {
  background: url("../img/menu/domain-menu-bg.png") no-repeat center center;
  background-size: 170px;
  height: 240px;
}
.reg-megamenu .menu-info {
  padding: 50px;
}
.reg-megamenu .menu-info h5 {
  color: #333;
}
.reg-megamenu .menu-info p {
  color: #787878;
}
.reg-megamenu .menu-big-button {
  padding: 0;
  width: 400px;
  float: left;
  margin: 30px 0 0 30px;
}
.reg-megamenu .menu-big-button li {
  list-style: none;
  display: block;
  padding-left: 30px;
}
.reg-megamenu .menu-big-button li a {
  color: #333;
  display: inline-block;
  padding: 7px 10px 7px 0;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease 0s;
}
.reg-megamenu .menu-big-button li a:after {
  background: none repeat scroll 0 0 #7ce4e3;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.reg-megamenu .menu-big-button li a:hover {
  color: #197b79;
}
.reg-megamenu .menu-big-button li a:hover:after {
  width: 100%;
  left: 0;
}

.trademark-check-hero, .domain-check-hero, .bulk-domain-check-hero {
  min-height: 450px;
  min-height: 320px;
  padding-top: 50px;
}
.trademark-check-hero .container, .domain-check-hero .container, .bulk-domain-check-hero .container {
  width: 600px;
  max-width: 100%;
}
.trademark-check-hero textarea#bulk-transfer-data, .domain-check-hero textarea#bulk-transfer-data, .bulk-domain-check-hero textarea#bulk-transfer-data {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  height: 200px;
  color: #000;
  border-color: #000;
  box-shadow: 0 0 20px #222;
}
.trademark-check-hero .bulk-form-button, .domain-check-hero .bulk-form-button, .bulk-domain-check-hero .bulk-form-button {
  margin-bottom: -30px;
  margin-top: 30px;
}
.trademark-check-hero.trademark-check-hero, .domain-check-hero.trademark-check-hero, .bulk-domain-check-hero.trademark-check-hero {
  min-height: 450px;
}
.trademark-check-hero.trademark-check-hero, .domain-check-hero.trademark-check-hero, .bulk-domain-check-hero.trademark-check-hero {
  background: #122c4b;
  background-position: center -270px;
  background-size: cover;
}
.trademark-check-hero.bg-documents, .domain-check-hero.bg-documents, .bulk-domain-check-hero.bg-documents {
  background-image: url("../img/pages/documents.jpg");
  background-position: center -370px;
}
.trademark-check-hero.transfer-page-bg, .domain-check-hero.transfer-page-bg, .bulk-domain-check-hero.transfer-page-bg {
  background-image: url("../img/pages/transfer-bg.jpg");
  background-position: center -150px;
  background-size: cover;
  position: relative;
}
.trademark-check-hero.transfer-page-bg > *, .domain-check-hero.transfer-page-bg > *, .bulk-domain-check-hero.transfer-page-bg > * {
  position: relative;
  z-index: 3;
}
.trademark-check-hero.transfer-page-bg:before, .domain-check-hero.transfer-page-bg:before, .bulk-domain-check-hero.transfer-page-bg:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
  opacity: 0.85;
}
.trademark-check-hero.marka-page-bg, .domain-check-hero.marka-page-bg, .bulk-domain-check-hero.marka-page-bg {
  background-image: url("../img/pages/marka-bg.jpg");
  background-position: center -200px;
}
.trademark-check-hero.marka-page-bg button[type=submit], .domain-check-hero.marka-page-bg button[type=submit], .bulk-domain-check-hero.marka-page-bg button[type=submit] {
  line-height: 45px;
  font-size: 18px;
}
.trademark-check-hero.marka-page-bg button[type=submit] i, .domain-check-hero.marka-page-bg button[type=submit] i, .bulk-domain-check-hero.marka-page-bg button[type=submit] i {
  line-height: 45px;
  margin-left: 10px;
}
.trademark-check-hero .container, .domain-check-hero .container, .bulk-domain-check-hero .container {
  padding-left: 0;
  padding-right: 0;
}
.trademark-check-hero h1, .domain-check-hero h1, .bulk-domain-check-hero h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
.trademark-check-hero h5, .domain-check-hero h5, .bulk-domain-check-hero h5 {
  font-weight: 300;
  font-size: 1.5rem;
}
.trademark-check-hero .text-shadow, .domain-check-hero .text-shadow, .bulk-domain-check-hero .text-shadow {
  text-shadow: 0 0 5px #6d6e70;
}
.trademark-check-hero input, .domain-check-hero input, .bulk-domain-check-hero input {
  line-height: 48px;
  border-radius: 6px 0 0 6px;
  font-size: 24px;
  border-right: 0;
  font-weight: 300;
}
.trademark-check-hero input::placeholder, .domain-check-hero input::placeholder, .bulk-domain-check-hero input::placeholder {
  color: #CCC;
  font-weight: 300 !important;
}
.trademark-check-hero input:focus, .trademark-check-hero input:active, .domain-check-hero input:focus, .domain-check-hero input:active, .bulk-domain-check-hero input:focus, .bulk-domain-check-hero input:active {
  border-right: 0;
  box-shadow: 0 2.5px 8px #ccc;
}
.trademark-check-hero.bulk-domain-check-hero input, .domain-check-hero.bulk-domain-check-hero input, .bulk-domain-check-hero.bulk-domain-check-hero input {
  border-right: 2px solid #666;
  border-radius: 6px;
}
.trademark-check-hero.bulk-domain-check-hero .btn, .domain-check-hero.bulk-domain-check-hero .btn, .bulk-domain-check-hero.bulk-domain-check-hero .btn {
  border-radius: 6px;
  border-left: 2px solid #666;
  border-color: #fff;
}
.trademark-check-hero .btn, .domain-check-hero .btn, .bulk-domain-check-hero .btn {
  border-radius: 0 6px 6px 0;
  height: 100%;
  font-size: 21px;
  font-weight: 700;
  border-left: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.domain-search-page.banner {
  background-color: #13d0cb;
  background-image: url("../img/pages/RegBanner_Register.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  padding-bottom: 20px;
}
.domain-search-page.banner:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
  opacity: 0.85;
}
.domain-search-page.banner .container {
  position: relative;
  z-index: 2;
}
.domain-search-page .domain-results {
  padding-top: 100px;
  padding-bottom: 100px;
}
.domain-search-page .domain-results .result-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #CCC;
}
.domain-search-page .domain-results .result-item:last-child {
  border-bottom: 0 none;
}
.domain-search-page .domain-results .result-item i {
  font-size: 20px;
}
.domain-search-page .domain-results .result-item .actions {
  width: 350px;
  display: block;
  text-align: right;
}
.domain-search-page .domain-results .result-item .name {
  font-size: 24px;
  line-height: 45px;
}
.domain-search-page .domain-results .result-item .price, .domain-search-page .domain-results .result-item .add-to-cart {
  display: inline-block;
}
.domain-search-page .domain-results .result-item .price {
  margin-right: 20px;
  margin-left: -20px;
  font-size: 21px;
  line-height: 35px;
  margin-top: 2px;
}
.domain-search-page .domain-results .result-item .add-to-cart {
  float: right;
}
.domain-search-page .domain-results .result-item .add-to-cart .btn {
  white-space: nowrap;
}

.pricing-table {
  width: 100%;
  border-top: 3px solid #fff;
  line-height: 1.25em;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.pricing-table td, .pricing-table th {
  position: relative;
  height: 56px;
  border-top: 3px solid #fff;
  border-right: 1px solid #d6d6d6;
}
.pricing-table tbody td {
  background-color: #f2f2f2;
  font-weight: 700;
}
.pricing-table tbody td:first-child {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right-color: transparent;
  background-color: #e6e7e8;
  font-size: 1.125rem;
}

.top-tlds {
  position: relative;
  z-index: 2;
}
.top-tlds .box {
  align-items: center;
  justify-content: center;
  background-color: #26638b;
  height: 120px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.top-tlds .box:hover {
  box-shadow: 0 5px 25px -17px #FFF;
  cursor: pointer;
}

.trademark-form-container {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.reasons-to-choose .boxes {
  padding-left: 100px;
  padding-right: 100px;
}
.reasons-to-choose .boxes img {
  margin-bottom: 15px;
}
.reasons-to-choose .boxes .bg-white {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.reasons-to-choose .boxes h5 {
  margin-top: 20px;
}
.reasons-to-choose .boxes p {
  height: 90px;
  padding-top: 20px;
}

.topbar-empty {
  height: 100px;
  width: 100%;
  display: block;
}

body.scrolled .reg-megamenu {
  top: 79px;
}

.rounded-100 {
  border-radius: 100%;
}

.rounded-50 {
  border-radius: 50%;
}

.rounded-25 {
  border-radius: 25%;
}

.top-tlds .box {
  /*background-color: #1c2e4a;*/
  /*color: #484848;
  padding: 20px 15px;
  text-align: center;*/
  display: flex;
}
.top-tlds .box .tld {
  width: 50%;
  font-size: 27px;
  height: 100%;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 72px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.top-tlds .box .price-group {
  width: 50%;
}
.top-tlds .box .price-group .badge {
  margin-top: -5px;
}
.top-tlds .box .price, .top-tlds .box .old-price {
  font-family: sans-serif;
  font-size: 18px;
  display: block;
  font-weight: bold;
  width: 100%;
  line-height: 20px;
  padding: 5px;
}
.top-tlds .box .badge-container {
  margin-top: -15px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  float: left;
}
.top-tlds .box .old-price {
  color: #CCC;
  text-decoration: line-through;
  font-size: 17px;
  font-weight: normal;
}

#header .navbar {
  top: 10px;
}
#header .navbar:before {
  top: -10px;
  left: 0;
  position: absolute;
  height: 10px;
  width: 100%;
  content: "";
  background-color: #ffc107;
  background-image: linear-gradient(90deg, #ffc107 0%, #666666 100%);
}

.bg-reg {
  background-color: #ffc107 !important;
}

.btn-reg {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.btn-reg:active, .btn-reg:focus, .btn-reg:hover {
  color: #fff;
  background-color: #27bab8;
  border-color: #26b6b4;
}

table.trademark-price-calculator tbody td {
  font-family: sans-serif;
}

.switch-custom {
  display: block;
}
.switch-custom .slider {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 32px;
  border-radius: 8px;
  cursor: pointer;
  background: #c5c5c5;
  transition: all 0.2s ease;
}
.switch-custom .slider:after {
  background: #eeeeee;
  position: absolute;
  left: -8px;
  top: -8px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  content: "";
  transition: all 0.2s ease;
}
.switch-custom label {
  margin-right: 7px;
}
.switch-custom .input {
  display: none;
}
.switch-custom .input ~ .label {
  margin-left: 8px;
}
.switch-custom .input:checked ~ .slider:after {
  left: 16px;
}
.switch-custom .input:checked ~ .slider {
  background: #fc5d9b;
}
.switch-custom .input:checked ~ .slider:after {
  background: #ef0460;
}

.trademark-form-container.disabled form {
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}
.trademark-form-container .single-class {
  user-select: none;
  position: relative;
}
.trademark-form-container .single-class .class-number {
  font-size: 18px;
  font-weight: bold;
  padding: 1px;
}
.trademark-form-container .single-class .ind {
  font-size: 13px;
  font-style: normal;
  letter-spacing: -1px;
}
.trademark-form-container .single-class.diff {
  background-color: #fafafa;
}
.trademark-form-container .single-class .result-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  font-size: 10px;
}
.trademark-form-container .single-class.available .result-badge.available {
  display: block;
}
.trademark-form-container .single-class.not-available {
  user-select: none;
  pointer-events: none;
}
.trademark-form-container .single-class.not-available .result-badge.not-available {
  display: block;
}
.trademark-form-container .single-class.selected {
  box-shadow: 0 0 5px -2px #CCC inset;
  background-color: rgba(255, 255, 224, 0.25) !important;
}
.trademark-form-container .single-class input[id^=sinif] {
  float: left;
  margin: 6px 5px;
}
.trademark-form-container.disabled .sinif-secimi-help {
  display: none;
}

.trademark-progress {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.trademark-progress .container {
  max-width: 600px;
}
.trademark-progress .progress {
  width: 100%;
}
.trademark-progress .arrow-steps .step {
  font-size: 16px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 8px 10px 10px 10px;
  height: 45px;
  min-width: 175px;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}
.trademark-progress .arrow-steps .step:after,
.trademark-progress .arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 18px solid #d9e3f7;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.trademark-progress .arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}
.trademark-progress .arrow-steps .step:first-child:before {
  border: none;
}
.trademark-progress .arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.trademark-progress .arrow-steps .step span {
  position: relative;
}
.trademark-progress .arrow-steps .step span:before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}
.trademark-progress .arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}
.trademark-progress .arrow-steps .step.current {
  color: #fff;
  background-color: #23468c;
}
.trademark-progress .arrow-steps .step.current:after {
  border-left: 17px solid #23468c;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 11px;
}
.styled-checkbox + label div.d-block {
  padding-left: 32px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 3px;
  border: 1px solid #EEE;
}
.styled-checkbox:hover + label:before {
  background: rgba(43, 207, 205, 0.8);
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #ffc107;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 11px;
  background: url("../img/check-mark.svg") no-repeat center center;
}

.check-all-box .styled-checkbox:checked + label:after {
  top: 5px;
}

.reg-faq .accordion .accordion-item {
  padding: 1em;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.reg-faq .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.reg-faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.reg-faq .accordion button:hover, .reg-faq .accordion button:focus {
  cursor: pointer;
  color: #122c4b;
}
.reg-faq .accordion button:hover::after, .reg-faq .accordion button:focus::after {
  cursor: pointer;
  color: #122c4b;
  border: 1px solid #122c4b;
}
.reg-faq .accordion button .accordion-title {
  padding: 0;
}
.reg-faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.reg-faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.reg-faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.reg-faq .accordion button[aria-expanded=true] {
  color: #122c4b;
}
.reg-faq .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.reg-faq .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.reg-faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.reg-faq .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.hero-page .banner {
  background-color: #13d0cb !important;
}
.hero-page .banner-hero {
  min-height: 350px;
}
.hero-page .banner-hero .container, .hero-page .banner-hero .row {
  min-height: 350px;
}
.hero-page .banner-title {
  margin-top: -30px;
}
.hero-page .banner-caption h3 {
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
.hero-page .banner-tile-bottom {
  text-align: center;
}
.hero-page .banner-tile-bottom .h3 {
  line-height: normal;
}
.hero-page .banner-tile-bottom .banner-caption {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .hero-page .banner-title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner-content-white .banner-caption {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner-tile-bottom .h3 {
    font-size: 34px;
    margin-top: 5px;
  }
}
.hero-page .banner {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.hero-page .banner.marginbottom {
  margin-bottom: 24px;
}
.hero-page .banner.banner-spacing-none {
  margin: 0;
}
.hero-page .banner.bg-secondary .banner-content .banner-caption, .hero-page .banner.bg-secondary .banner-content .banner-title, .hero-page .banner.bg-secondary .banner-content [class^=btn] {
  color: #fff;
}
.hero-page .banner > img {
  width: 100%;
}
.hero-page .banner .banner-image, .hero-page .banner .container {
  position: relative;
}
.hero-page .banner .banner-content {
  padding-left: 15px;
  padding-right: 15px;
}
.hero-page .banner .banner-content [class^=btn] {
  margin-top: 15px;
}
.hero-page .banner .banner-content.text-left .banner-caption {
  max-width: 40%;
}
.hero-page .banner .banner-content-white .banner-caption, .hero-page .banner .banner-content-white .banner-subtitle, .hero-page .banner .banner-content-white .banner-title {
  color: #fff;
}
.hero-page .banner .banner-content-secondary .banner-caption, .hero-page .banner .banner-content-secondary .banner-title {
  color: #122c4b;
}
.hero-page .banner .banner-caption p:last-child {
  margin-bottom: 0;
}
.hero-page .banner.banner-image-left-flush {
  background-position: bottom left;
}
.hero-page .banner.banner-image-right-flush {
  background-position: bottom right;
}
.hero-page .banner.banner-form .banner-title {
  line-height: 1em;
}
.hero-page .banner.banner-form .h2, .hero-page .banner.banner-form .h3, .hero-page .banner.banner-form p {
  color: #fff;
  margin-bottom: 10px;
}
.hero-page .banner.banner-form .btn {
  margin: 0;
}
.hero-page .banner.banner-form input {
  border: 0;
}
@media screen and (min-width: 769px) {
  .hero-page .banner.marginbottom {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-page .banner {
    width: 1170px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero-page .banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner.banner-spacing-none-sm {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner .banner-content [class^=btn] {
    margin-top: 33px;
  }
}
@media screen and (max-width: 480px) {
  .hero-page .banner .banner-content.text-left .banner-caption {
    max-width: 216px;
  }
  .hero-page .banner .banner-content.text-left .banner-title {
    max-width: 220px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner .banner-content.disable-v-center {
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner .banner-title {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner.banner-image-right-custom {
    background-position: right -28px bottom !important;
  }
}
@media screen and (max-width: 992px) {
  .hero-page .banner.banner-form.small .container, .hero-page .banner.banner-form.small .row {
    min-height: 290px;
  }
  .hero-page .banner.banner-form .container, .hero-page .banner.banner-form .row {
    min-height: 320px;
  }
}
.hero-page .banner-hero {
  min-height: 250px;
}
.hero-page .banner-hero .container, .hero-page .banner-hero .row {
  min-height: 250px;
}
.hero-page .banner-hero.init-banner-hide {
  position: absolute;
  z-index: -1;
  top: 0;
}
.hero-page .banner-hero .banner-content {
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.hero-page .banner-hero .banner-content .btn-quaternary {
  margin-top: 20px;
  color: #fff;
  border-color: #ffc107;
}
.hero-page .banner-hero .banner-content .btn-quaternary:link, .hero-page .banner-hero .banner-content .btn-quaternary:visited {
  margin-top: 20px;
  color: #fff;
  border-color: #ffc107;
}
.hero-page .banner-hero .banner-content .btn-quaternary:active, .hero-page .banner-hero .banner-content .btn-quaternary:hover {
  border-color: #fff;
}
.hero-page .banner-hero .banner-content .btn-wrap {
  margin-top: 0;
}
.hero-page .banner-hero .banner-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 11px;
}
.hero-page .banner-hero .btn-quaternary:link, .hero-page .banner-hero .btn-quaternary:visited {
  margin-top: 20px;
  color: #fff;
  border-color: #0e1f3e;
}
.hero-page .banner-hero .btn-quaternary:active, .hero-page .banner-hero .btn-quaternary:hover {
  border-color: #fff;
}
.hero-page .banner-hero .btn-wrap {
  margin-top: 0;
}
.hero-page .banner-hero.banner-image-left, .hero-page .banner-hero.banner-image-left-flush {
  background-position: left -100px bottom;
}
.hero-page .banner-hero.banner-image-right, .hero-page .banner-hero.banner-image-right-flush {
  background-position: right -100px bottom;
}
.hero-page .banner-hero .search-block .btn {
  margin-top: 0 !important;
}
.hero-page .banner-hero .icons-inline-sm span {
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .hero-page .banner-hero .banner-content .btn-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .hero-page .banner-hero .banner-title {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .hero-page .banner-hero .banner-caption {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hero-page .banner-hero .btn-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero {
    min-height: 320px;
  }
  .hero-page .banner-hero.small {
    min-height: 290px;
  }
  .hero-page .banner-hero.small .container, .hero-page .banner-hero.small .row {
    min-height: 290px;
  }
  .hero-page .banner-hero .container, .hero-page .banner-hero .row {
    min-height: 320px;
  }
  .hero-page .banner-hero .container.small, .hero-page .banner-hero .row.small {
    min-height: 290px;
  }
  .hero-page .banner-hero .banner-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .hero-page .banner-hero .banner-caption p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero.banner-image-left-flush {
    background-position: bottom left;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero.banner-image-left {
    background-position: left 100px bottom;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero.banner-image-right-flush {
    background-position: bottom right;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero.banner-image-right {
    background-position: right 30px center;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner-hero.banner-xs-darken .container {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 769px) {
  .hero-page .banner-hero .search-container {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero .search-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-hero .icons-inline-sm {
    margin-top: 40px;
  }
}
.hero-page .banner-tile::after, .hero-page .banner-tile::before {
  display: table;
  content: " ";
}
.hero-page .banner-tile::after {
  clear: both;
}
.hero-page .banner-tile [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.hero-page .banner-tile .banner-image img {
  width: 100%;
}
.hero-page .banner-tile .banner-image.banner-image-constrained {
  max-width: 640px;
  margin: 0 auto;
}
.hero-page .banner-tile .banner-content {
  padding: 30px 15px 40px;
}
@media screen and (min-width: 769px) {
  .hero-page .banner-tile .banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 10%;
  }
}
@media screen and (min-width: 1355px) {
  .hero-page .banner-tile .banner-content {
    padding: 0 22%;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-tile .banner-content .banner-title {
    max-width: 460px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .banner-tile .banner-content .banner-caption {
    max-width: 420px;
  }
}
@media screen and (min-width: 1355px) {
  .hero-page .banner-tile .banner-content.long-text {
    padding: 0 18%;
  }
}
.hero-page .icon-tile .icon-tile-image {
  margin-bottom: 20px;
}
.hero-page .icon-tile .icon-tile-image > img {
  vertical-align: middle;
  max-height: 75px;
}
.hero-page .icon-tile .icon-tile-title {
  margin: 20px 0;
}
.hero-page .icon-tile .icon-tile-caption {
  margin-bottom: 0;
}
.hero-page .icon-tile [class^=btn] {
  margin-top: 20px;
}
.hero-page .icon-tile.icon-tile-simple {
  text-align: center;
}
.hero-page .icon-tile.icon-tile-simple .icon-tile-image {
  min-height: 75px;
}
.hero-page .icon-tile.icon-tile-simple .icon-tile-image > img {
  max-height: 75px;
}
.hero-page .icon-tile.icon-tile-boxed {
  text-align: left;
  border: 1px solid #d8d7d6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 40px 20px;
  background-color: #fff;
  position: relative;
}
.hero-page .icon-tile.icon-tile-boxed .icon-tile-image > img {
  max-height: 50px;
  max-width: 62px;
}
.hero-page .icon-tile.icon-tile-boxed .icon-tile-title {
  max-width: 200px;
  min-height: 55px;
  margin: 20px 0 5px 0;
}
.hero-page .icon-tile.icon-tile-boxed .icon-tile-title.icon-tile-title-collapse {
  margin: 20px 0 10px 0;
  min-height: 0;
}
.hero-page .icon-tile.icon-tile-boxed .icon-tile-caption {
  min-height: 85px;
  margin-bottom: 20px;
}
.hero-page .icon-tile.icon-tile-boxed .icon-tile-caption.icon-tile-title-collapse {
  min-height: 0;
}
.hero-page .icon-tile.icon-tile-boxed.icon-tile-boxed-slim {
  padding-top: 28px;
  padding-bottom: 28px;
}
.hero-page .icon-tile.icon-tile-extended {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #d8d7d6;
}
.hero-page .icon-tile.icon-tile-extended .badge.badge-special {
  position: absolute;
  top: 25px;
  right: -37px;
  min-width: 150px;
}
.hero-page .icon-tile.icon-tile-extended .icon-tile-title {
  margin-bottom: 16px;
}
.hero-page .icon-tile.icon-tile-extended .icon-tile-image > img {
  max-height: 56px;
}
.hero-page .icon-tile.icon-tile-extended .icon-tile-body {
  padding: 25px 0;
  margin: 35px 0 20px;
  border-top: 1px solid #ebebea;
  border-bottom: 1px solid #ebebea;
}
.hero-page .icon-tile.icon-tile-extended .icon-tile-footer {
  min-height: 50px;
}
@media screen and (max-width: 769px) {
  .hero-page .icon-tile.icon-tile-slim {
    max-width: 262px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 480px) {
  .hero-page .icon-tile.icon-tile-simple {
    max-width: 294px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .icon-tile.icon-tile-boxed {
    min-height: auto;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .owl-carousel .owl-stage-outer .icon-tile-boxed {
    min-height: 370px;
  }
  .hero-page .owl-carousel .owl-stage-outer .icon-tile-boxed .btn, .hero-page .owl-carousel .owl-stage-outer .icon-tile-boxed .checkbox {
    position: absolute;
    bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .icon-tile.icon-tile-extended {
    padding: 30px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .icon-tile.icon-tile-extended .icon-tile-caption {
    min-height: 84px;
  }
}
@media screen and (max-width: 321px) {
  .hero-page .icon-tile.icon-tile-extended .icon-tile-caption {
    min-height: 105px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .icon-tile.icon-tile-extended .icon-tile-body {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .icon-tile.icon-tile-extended .icon-tile-body .price .amount {
    font-size: 31px;
  }
}
.hero-page .icon-tile-top {
  margin: 0 10px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.hero-page .icon-tile-top.primary, .hero-page .icon-tile-top.secondary {
  background-color: #122c4b;
}
.hero-page .icon-tile-top.aqua {
  color: #122c4b;
  background-color: #82bae0;
}
.hero-page .icon-tile p.icon-tile-caption.highlight {
  margin: 0 -30px -35px;
  padding: 15px 30px;
}
.hero-page .icon-tile p.icon-tile-caption.highlight.aqua {
  background-color: #82bae0;
}
@media (max-width: 992px) {
  .hero-page .icon-tile p.icon-tile-caption.highlight {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .price {
    text-align: center;
  }
}
.hero-page .price .amount {
  font-weight: 600;
  font-family: Intro, Arial;
}
.hero-page .price .price-after, .hero-page .price .price-before {
  font-weight: 400;
}
.hero-page .price s {
  display: none;
  font-size: 18px;
  color: #393939;
}
.hero-page .price s.price-sale {
  display: block;
}
.hero-page .price .price-disclaimer {
  font-size: 15px;
  line-height: 1.42857;
  display: block;
}
.hero-page .price.price-sm .price-after, .hero-page .price.price-sm .price-before {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  top: -4px;
}
.hero-page .price.price-sm .amount {
  font-size: 26px;
  line-height: 46px;
}
.hero-page .price.price-sm.price-sale s {
  display: inline-block;
  margin-right: 5px;
}
.hero-page .price.price-lg .price-after, .hero-page .price.price-lg .price-before {
  font-size: 17px;
  line-height: 23px;
  position: relative;
  top: -4px;
}
.hero-page .price.price-lg .amount {
  font-size: 32px;
  line-height: 46px;
}
.hero-page .price.price-lg.price-sale s {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
}
.hero-page .price.price-lg.price-sale .s-no-strike {
  display: block;
  font-size: 19px;
}
.hero-page .price.price-lg.price-sale .s-no-strike s {
  display: inline;
}
.hero-page .price.price-xl .price-after, .hero-page .price.price-xl .price-before {
  font-size: 19px;
  line-height: 26px;
  position: relative;
  top: -6px;
}
.hero-page .price.price-xl .amount {
  font-size: 38px;
  line-height: 46px;
}
.hero-page .price.price-xl.price-sale s {
  display: block;
  margin-bottom: 10px;
}
.hero-page .price.price-xl.price-sale .s-no-strike {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.hero-page .price.price-xl.price-sale .s-no-strike s {
  display: inline;
}
.hero-page .price.price-inline .price-before {
  margin-right: 3px;
}
.hero-page .price.price-inline .price-after {
  margin-left: 3px;
}
.hero-page .price.price-secondary .amount, .hero-page .price.price-secondary .price-after, .hero-page .price.price-secondary .price-before, .hero-page .price.price-secondary .price-disclaimer {
  color: #122c4b;
}
.hero-page .price.price-white .amount, .hero-page .price.price-white .price-after, .hero-page .price.price-white .price-before, .hero-page .price.price-white .price-disclaimer {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .hero-page .price .amount {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 769px) {
  .hero-page .price.price-sm .amount {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .price.price-lg .price-after, .hero-page .price.price-lg .price-before {
    font-size: 19px;
    line-height: 26px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .price.price-lg .amount {
    font-size: 36px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .price.price-xl .price-after, .hero-page .price.price-xl .price-before {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 320px) {
  .hero-page .price.price-xl .price-after, .hero-page .price.price-xl .price-before {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .price.price-xl .amount {
    font-size: 52px;
    line-height: 46px;
  }
}
@media screen and (max-width: 321px) {
  .hero-page .price.price-xl .amount {
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) {
  .hero-page .price.price-inline .amount, .hero-page .price.price-inline .price-after, .hero-page .price.price-inline .price-before {
    display: inline-block;
    vertical-align: middle;
  }
}

.banner-tile .banner-content {
  padding: 0 22%;
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 35px;
}
.owl-carousel .owl-nav button[type=button] {
  width: 50%;
  height: 100%;
  float: left;
  background: #122c4b !important;
  color: #fff !important;
  text-align: center;
  transition: background-color 0.15s linear;
}
.owl-carousel .owl-nav button[type=button]:hover {
  background-color: #1c4474 !important;
}
.owl-carousel .owl-nav button[type=button] span {
  float: left;
  text-align: center;
  width: 100%;
  height: 100%;
}

.login-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: calc(100vh - 70px);
  margin-top: 70px;
  background-size: cover;
}
.login-container:before {
  content: " ";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.login-container .login-box {
  position: relative;
  margin-top: 60px;
  margin-right: 200px;
  /*margin-bottom: 30px;*/
  background-color: #fff;
  width: 480px;
  max-width: 100%;
  height: 100%;
}
.login-container .login-box .input-group .input-group-text {
  position: absolute;
  z-index: 9;
  background: #2ccccc;
  border: 0 none;
  line-height: 52px;
  height: 52px;
  padding: 0 20px;
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  font-size: 18px;
}
.login-container .login-box .input-group .form-control {
  border-radius: 30px !important;
  height: 52px;
  padding-left: 70px;
}
.login-container .login-box .social-login-button {
  margin-top: 30px;
}
.login-container .login-box .social-login-button .title-divider {
  text-align: center;
  position: relative;
  width: 100%;
  color: #a1a1a1;
}
.login-container .login-box .social-login-button .title-divider:after, .login-container .login-box .social-login-button .title-divider:before {
  width: 40%;
  left: 0;
  position: absolute;
  content: " ";
  height: 1px;
  background-color: #c1c1c1;
  top: 10px;
}
.login-container .login-box .social-login-button .title-divider:after {
  left: auto;
  right: 0;
}
.login-container .login-box .register-on-login {
  bottom: 15px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
}
.login-container #login-steps {
  margin: 25px 0;
}
.login-container #login-steps .login-step-single:not(.active) {
  display: none;
}

@media screen and (min-width: 769px) {
  .owl-carousel.owl-carousel-banner .banner-tile .banner-content {
    padding-right: 0;
    padding-left: 55px;
    max-width: 440px;
  }
}
.clientarea-sidebar .clientarea-widget, .clientarea-sidebar .panel, .cart-sidebar .clientarea-widget, .cart-sidebar .panel {
  margin-bottom: 30px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 0 none;
}
.clientarea-sidebar .clientarea-widget .list-group, .clientarea-sidebar .panel .list-group, .cart-sidebar .clientarea-widget .list-group, .cart-sidebar .panel .list-group {
  border-radius: 0;
}
.clientarea-sidebar .clientarea-widget .list-group a, .clientarea-sidebar .panel .list-group a, .cart-sidebar .clientarea-widget .list-group a, .cart-sidebar .panel .list-group a {
  cursor: pointer;
}
.clientarea-sidebar .clientarea-widget .list-group a:hover, .clientarea-sidebar .panel .list-group a:hover, .cart-sidebar .clientarea-widget .list-group a:hover, .cart-sidebar .panel .list-group a:hover {
  color: #333;
}
.clientarea-sidebar .clientarea-widget .list-group a.list-group-item, .clientarea-sidebar .panel .list-group a.list-group-item, .cart-sidebar .clientarea-widget .list-group a.list-group-item, .cart-sidebar .panel .list-group a.list-group-item {
  user-select: none;
  border-left: 0;
  border-right: 0;
}
.clientarea-sidebar .clientarea-widget .list-group a.list-group-item .badge, .clientarea-sidebar .panel .list-group a.list-group-item .badge, .cart-sidebar .clientarea-widget .list-group a.list-group-item .badge, .cart-sidebar .panel .list-group a.list-group-item .badge {
  background-color: #eee;
  color: #333;
  float: right;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  line-height: 22px;
  font-weight: 700;
  padding: 0;
}
.clientarea-sidebar .clientarea-widget .list-group a.list-group-item.active, .clientarea-sidebar .panel .list-group a.list-group-item.active, .cart-sidebar .clientarea-widget .list-group a.list-group-item.active, .cart-sidebar .panel .list-group a.list-group-item.active {
  border-color: transparent;
  background-color: #27bab8;
}
.clientarea-sidebar .clientarea-widget .list-group a.list-group-item.active:hover, .clientarea-sidebar .panel .list-group a.list-group-item.active:hover, .cart-sidebar .clientarea-widget .list-group a.list-group-item.active:hover, .cart-sidebar .panel .list-group a.list-group-item.active:hover {
  color: #fff;
}
.clientarea-sidebar .clientarea-widget .panel-title, .clientarea-sidebar .panel .panel-title, .cart-sidebar .clientarea-widget .panel-title, .cart-sidebar .panel .panel-title {
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clientarea-sidebar .clientarea-widget .panel-title .button, .clientarea-sidebar .panel .panel-title .button, .cart-sidebar .clientarea-widget .panel-title .button, .cart-sidebar .panel .panel-title .button {
  float: right;
  padding: 7px 5px;
}

.card .card-header, .clientarea-sidebar .panel .card-header, .cart-sidebar .panel .card-header {
  background-color: #ffc107;
  color: #fff;
  height: 52px;
  border-bottom: 0;
}
.card .card-header .card-title, .card .card-header .panel-title, .clientarea-sidebar .panel .card-header .card-title, .clientarea-sidebar .panel .card-header .panel-title, .cart-sidebar .panel .card-header .card-title, .cart-sidebar .panel .card-header .panel-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}
.card .card-header .card-title .btn, .card .card-header .panel-title .btn, .clientarea-sidebar .panel .card-header .card-title .btn, .clientarea-sidebar .panel .card-header .panel-title .btn, .cart-sidebar .panel .card-header .card-title .btn, .cart-sidebar .panel .card-header .panel-title .btn {
  border: 0 none;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
  content: "\f077" !important;
  font-family: "Font Awesome 5 Pro";
  right: 0 !important;
  bottom: 10px !important;
  font-size: 14px !important;
}

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before, table.dataTable > thead .sorting_desc_disabled::after {
  display: none !important;
}

table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::after {
  display: inline-block !important;
  float: right;
  top: 3px !important;
  position: 3px;
}

table#tableDomainsList.dataTable thead .sorting_desc::after {
  position: relative !important;
  top: 3px !important;
}

table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
  content: "\f078" !important;
  right: 0 !important;
  font-family: "Font Awesome 5 Pro" !important;
  bottom: 10px !important;
  font-size: 14px !important;
}

.clientarea-inner-menu .nav-item .nav-link {
  position: relative;
}
.clientarea-inner-menu .nav-item .nav-link:before {
  content: " ";
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  border-radius: 5px;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.clientarea-inner-menu .nav-item .nav-link:hover:before {
  opacity: 0.3;
}
.clientarea-inner-menu .nav-item .nav-link.active:before {
  opacity: 0.75;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 80px;
  text-align: left;
}

.g-select2-address-result h5 {
  white-space: normal;
}

.g-select2-address-result .name-row {
  margin-top: -8px;
}

.bulk-list-tld {
  height: 240px;
  overflow-y: auto;
}
.bulk-list-tld .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.bulk-list-tld .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.bulk-list-tld .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.bulk-list-tld .styled-checkbox:hover + label:before {
  background: #ffc107;
}
.bulk-list-tld .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.bulk-list-tld .styled-checkbox:checked + label:before {
  background: #ffc107;
}
.bulk-list-tld .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.bulk-list-tld .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.bulk-list-tld .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.bulk-list-tld .unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bulk-list-tld li {
  margin: 5px 0;
  display: inline-block;
  width: 20%;
}
.bulk-list-tld .title {
  text-align: center;
  color: rgb(69, 113, 236);
}

.trademark-big-steps-outer {
  margin-top: -100px;
  min-height: 300px;
  margin-bottom: 30px;
}

.registrant-nav button {
  color: #333;
}
.registrant-nav button.active {
  background: #ffc107 !important;
  color: #fff;
}
.registrant-nav button.active:hover {
  color: #fff !important;
}
.registrant-nav button:hover {
  color: #ffc107 !important;
}
.registrant-nav button:focus {
  color: #222;
}

.password-check-div {
  display: flex;
  margin-top: 10px;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 3px;
}
.password-check-div .password-check-icon {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffc107;
  color: #fff;
}
.password-check-div .progress {
  width: 95%;
  margin-left: 5%;
  height: 26px;
  margin-top: 2px;
  border: 1px solid #ffc107;
  background: #fff;
}

@media screen and (min-width: 990px) and (max-width: 1300px) {
  #headerNav .main-menu li a {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 990px) {
  .trademark-form-container .fix-height-problem {
    max-height: 42px;
  }
  .mark-class-list-row {
    flex-wrap: wrap;
  }
  .mark-class-list-row .single-class {
    flex: 50%;
  }
  .mark-class-list-row .single-class label[for^=sinif] {
    position: relative;
    z-index: 9;
  }
  .mark-class-list-row .single-class .result-badge {
    bottom: 5px;
    right: 5px;
    top: auto;
  }
  .trademark-check-hero.marka-page-bg {
    background-position: center;
    padding-top: 25px;
    min-height: auto;
  }
  .trademark-check-hero h1 {
    font-size: 24px;
  }
  .trademark-check-hero input {
    font-size: 16px;
  }
  .trademark-check-hero h5 {
    font-size: 16px;
  }
  .trademark-check-hero .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .login-container .login-box {
    width: 90%;
    margin-left: 5%;
    margin-right: 0;
    margin-top: 20px;
    height: auto;
  }
  .trademark-big-steps-outer {
    margin-top: -30px;
    padding-top: 75px !important;
  }
  .trademark-big-steps .col .trademark-step {
    padding: 15px;
  }
  .trademark-big-steps .col .trademark-step img {
    max-width: 100px;
  }
  .trademark-big-steps .col .trademark-step h6 {
    font-size: 14px;
    font-weight: normal;
  }
  .trademark-big-steps .col .trademark-step::after {
    display: none;
  }
  .reasons-to-choose .boxes {
    padding-left: 0;
    padding-right: 0;
  }
  .reasons-to-choose .boxes p {
    height: auto;
  }
  #accordion .card .card-header {
    height: auto;
  }
  #main-menu .nav + .nav {
    margin-top: -10px;
    padding-bottom: 0;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-main .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #domainSearch {
    padding: 30px 20px;
  }
  #domainSearch .section--title h2 {
    font-size: 21px;
  }
  .banner-tile .banner-content, #features {
    padding: 30px 20px !important;
  }
  .footer--widgets {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-control-menu {
    display: block;
    border-radius: 4px;
    background-color: #f8f8f8;
  }
  .navbar-control-menu li {
    display: inline-block;
    margin: 0 !important;
  }
  #headerNav .navbar .navbar-toggler:focus {
    box-shadow: 0 0 0;
  }
  #headerNav .navbar .main-menu {
    height: calc(100vh - 250px);
    width: 100%;
    float: left;
  }
  #headerNav.opened-menu nav.navbar {
    height: calc(100% - 10px);
    width: 100%;
  }
  #headerNav.opened-menu nav.navbar.navbar-light:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg width='36px' height='36px' viewBox='0 0 36 36' version='1.1'  preserveAspectRatio='xMidYMid meet' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path class='clr-i-outline clr-i-outline-path-1' d='M19.41,18l8.29-8.29a1,1,0,0,0-1.41-1.41L18,16.59,9.71,8.29A1,1,0,0,0,8.29,9.71L16.59,18,8.29,26.29a1,1,0,1,0,1.41,1.41L18,19.41l8.29,8.29a1,1,0,0,0,1.41-1.41Z'></path><rect x='0' y='0' width='36' height='36' fill-opacity='0'/></svg>");
  }
  #headerNav.opened-menu nav.navbar .container-fluid {
    height: 100%;
  }
  #headerNav.opened-menu nav.navbar .container-fluid a.navbar-brand {
    height: 70px;
  }
  #headerNav.opened-menu nav.navbar .container-fluid .navbar-collapse {
    height: calc(100% - 70px);
    width: 100%;
  }
  #headerNav nav .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #headerNav .main-menu {
    margin: 0 !important;
  }
  #headerNav .main-menu li a {
    line-height: 50px !important;
  }
  #headerNav .main-menu .navbar-nav {
    margin-bottom: 15px;
  }
  #headerNav .navbar-control-menu {
    flex-flow: row nowrap;
  }
  #headerNav .navbar-control-menu li {
    margin: 0 1% !important;
    width: 100%;
    align-self: center;
    text-align: center;
  }
  #headerNav .reg-megamenu {
    position: fixed;
    top: calc(50vh - 100px);
    box-shadow: 0 0 0;
    background: #ffc107;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #headerNav .reg-megamenu ul {
    margin: 0;
    width: 100%;
  }
  #headerNav .reg-megamenu ul li {
    position: relative;
  }
  #headerNav .reg-megamenu ul li:before {
    content: "-";
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    line-height: 36px;
    width: 20px;
    text-align: right;
  }
  #headerNav .reg-megamenu ul li a {
    color: #fff;
  }
  .login-container {
    height: auto;
  }
  .login-container .login-box {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 576px) and (max-width: 900px) {
  .container {
    max-width: none;
  }
}
.custom-file {
  line-height: 30px;
}
.custom-file label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}

.md-editor > textarea {
  padding: 10px 20px !important;
}

[menuitemname="Ticket Information"] .card-footer {
  display: none;
}

.hidden {
  display: none;
}

.custom-accordion-for-gri .transition, .custom-accordion-for-gri p, .custom-accordion-for-gri div.content, .custom-accordion-for-gri ul li i:before, .custom-accordion-for-gri ul li i:after {
  transition: all 0.25s ease-in-out;
}
.custom-accordion-for-gri.contract-accordion ul li i {
  margin-top: -35px;
}
.custom-accordion-for-gri .flipIn, .custom-accordion-for-gri h1, .custom-accordion-for-gri ul li {
  animation: flipdown 0.5s ease both;
}
.custom-accordion-for-gri .no-select, .custom-accordion-for-gri h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 550px) {
  .custom-accordion-for-gri body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
.custom-accordion-for-gri p, .custom-accordion-for-gri div.content {
  color: #666;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin: 0;
  z-index: 2;
}
.custom-accordion-for-gri h6 {
  padding: 1.25rem 2.25rem 1.25rem 1.25rem;
  width: 100%;
  font-weight: 600;
  background-color: #404040;
  color: white;
  margin: 0;
}
.custom-accordion-for-gri ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  border: 1px solid #DADADA;
}
.custom-accordion-for-gri ul li {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dadada;
  cursor: pointer;
}
.custom-accordion-for-gri ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.custom-accordion-for-gri ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.custom-accordion-for-gri ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.custom-accordion-for-gri ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.custom-accordion-for-gri ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  right: 20px;
  margin-top: 26px;
}
.custom-accordion-for-gri ul li i:before, .custom-accordion-for-gri ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
}
.custom-accordion-for-gri ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.custom-accordion-for-gri ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.custom-accordion-for-gri ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.custom-accordion-for-gri ul li input[type=checkbox]:checked ~ h6 {
  background-color: #fff;
  color: #333;
}
.custom-accordion-for-gri ul li input[type=checkbox]:checked ~ p, .custom-accordion-for-gri ul li input[type=checkbox]:checked ~ div.content {
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  padding: 0 20px;
  margin: 0;
}
.custom-accordion-for-gri ul li input[type=checkbox]:checked ~ i:before, .custom-accordion-for-gri ul li input[type=checkbox]:checked ~ i:after {
  background-color: #333;
}
.custom-accordion-for-gri ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.custom-accordion-for-gri ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.custom-accordion-for-gri ul li:hover input[type=checkbox]:checked ~ h6 {
  background-color: #EFEFED;
  color: #333;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

div[menuitemname="My Invoices Summary"] {
  display: none;
}

.preorder-banner {
  height: 60px;
  margin-top: 103px;
  position: fixed;
  z-index: 99;
  /*background-color: #FF3CAC;
  background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);*/
  background-color: #2ccccc;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .preorder-banner {
    bottom: 60px;
    margin-top: 0;
    cursor: pointer;
  }
  .preorder-banner .description-text {
    width: 100%;
    text-align: center;
  }
}
.preorder-banner .description-text {
  line-height: 60px;
}
.preorder-banner a {
  width: 50%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  display: inline-block;
  float: left;
  text-align: center;
}
.preorder-banner a i {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.preorder-banner a.preorder-link {
  background-color: rgba(64, 175, 107, 0.75);
}
.preorder-banner a.onsiparis-link {
  background-color: rgba(0, 196, 216, 0.75);
}

.domain-search-page .bulk-domain-check-hero .bulk-search-system textarea {
  min-height: 120px;
  max-height: 250px;
  resize: vertical;
  height: 170px;
  padding: 20px 35px;
  color: #7c969d;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  width: 100%;
  background-color: #f1f4f5;
  border-radius: 10px;
  border: 0px;
  max-width: 100%;
}
.domain-search-page .bulk-domain-check-hero .bulk-search-system textarea:focus, .domain-search-page .bulk-domain-check-hero .bulk-search-system textarea:active {
  outline: 0 none;
  background-color: #eee;
}

.gl-has-error {
  box-shadow: 0 0 3px red;
}

.standard-content-page {
  font-size: 18px;
  line-height: 29px;
}

.clientarea-sidebar .label, #ticketsPanel .label {
  padding: 3px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.clientarea-sidebar .label.requestor-type-operator, #ticketsPanel .label.requestor-type-operator {
  background-color: #2ccccc;
}

[menuitemname="Domain Details Management"] {
  display: none;
}

body.page-template-two-factor-challenge {
  background-color: #ffc107;
}
body.page-template-two-factor-challenge .bg-white.delete-bottom-padding {
  background-color: transparent !important;
}

.garantipay-start-button {
  background-color: #48a74b;
  background: radial-gradient(circle, #48a74b 0%, #205835 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#48a74b", endColorstr="#205835", GradientType=1);
}

.bank-accounts-button {
  min-height: 75px;
  display: block;
}

.featured-tlds-container .featured-tld .img-container {
  height: 50px;
  margin: 10px auto;
}
.featured-tlds-container .featured-tld .img-container img {
  max-height: 100%;
}

.home-support-ticket-widget-item {
  position: relative;
}
.home-support-ticket-widget-item .label {
  position: absolute;
  right: 5px;
  bottom: 3px;
  border-radius: 4px;
  padding: 3px;
  color: white;
  font-size: 11px;
}

/*# sourceMappingURL=main.css.map */

#pre-order-page .footer-tools {
    background-color: #f9f9f9;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    border-radius: 6px;
}

.footer-tools {
    background-color: #f9f9f9;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    border-radius: 6px;
}
.homepage-whois{width:100%;height:350px;background:#2ccccc;padding-top:70px!important}.homepage-whois input{line-height:48px;border-top-right-radius:0}.homepage-whois button,.homepage-whois input{font-size:24px;border-bottom-right-radius:0;border-bottom-left-radius:0}.homepage-whois button{border-top-left-radius:0;padding-left:20px;padding-right:20px}.homepage-whois .whois-suggestion-list li{margin-right:10px;margin-left:10px}.homepage-whois .whois-suggestion-list li a{color:#fff;position:relative}.homepage-whois .whois-suggestion-list li a:hover{color:#fff!important}.homepage-whois .whois-suggestion-list li a:hover:after{width:100%;left:0}.homepage-whois .whois-suggestion-list li a:after{background:none repeat scroll 0 0 #fff;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;transition:width .3s ease 0s,left .3s ease 0s;width:0}.footer .logo{padding-left:30px;padding-right:30px;margin-right:30px;white-space:nowrap}.footer .footer-widget ul.footer-nav{padding:0;margin:0}.footer .footer-widget ul.footer-nav li a{padding-left:0;color:#eee!important}.footer .footer-widget ul.footer-nav li a:hover{color:#fff!important}.footer .footer-widget h5{position:relative;padding-bottom:25px}.footer .footer-widget h5:after{content:" ";position:absolute;left:0;top:40px;background:#00bcd4;height:2px;width:40px}.bg-reg{background-color:#2ccccc!important}.cursor-pointer{cursor:pointer}.bg-not-available{background-image:linear-gradient(110.3deg,#495d6d 4.3%,#313752 96.7%)}.bg-available{background-image:linear-gradient(117deg,#7bd860 39.2%,#fff 156.2%)}#invalid-domain-warning{position:absolute;right:100px;top:15px;color:#dc3545}.domain-input{border-width:3px;border-color:#fff;outline:none}.domain-input:active,.domain-input:focus{box-shadow:0 0 0;background-color:#f8f8f8;border-color:#e8e8e8}.domain-input.in-error{border-color:#e4606d!important}.spin-animation{animation-name:spin;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:720px){.header .logo{width:100%;padding-left:0;padding-right:0;margin-right:0;border-right:0;text-align:center}.homepage-whois{height:250px;padding-top:40px!important}.whois-result.p-5{padding-left:20px!important;padding-right:20px!important}.footer-widget{flex:1 1 auto;margin-bottom:40px}}.mobile-navbar{position:absolute;left:20px;top:10px;width:calc(100% - 40px)}.mobile-navbar .navbar-nav{background:#fff;padding:10px 20px;z-index:9;position:relative;border-radius:4px;box-shadow:0 0 3px #ccc}.text-right{text-align:right}.bg-polka-pattern{opacity:1;background-image:radial-gradient(#dedede .5px,#fff 0);background-size:10px 10px}.site-domainwhois .homepage-whois{background-image:radial-gradient(circle 976px at 51.2% 51%,#0b1b67 0,#10429d 0,#0b1b67 17.3%,#0b1b67 58.8%,#0b1b67 71.4%,#10429d 100.2%,#bbb 0)}.site-domainwhois .more-tld-link{color:#fafad2}.site-domainwhois .bg-not-available{background-image:radial-gradient(circle farthest-corner at 10% 20%,#f75700 0,#f90000 90.1%)}.site-domainwhois .bg-available{background-image:radial-gradient(circle 957px at 8.7% 50.5%,#f6bf0d 0,#f92f2f 90%)}.site-domainwhois .header .logo{width:100%;text-align:center}.site-domainwhois .header .main-menu li a{line-height:70px}.site-whoisrocket .header{background-color:#051b2b!important}.site-whoisrocket .header .main-menu li{width:33.3%;text-align:center}.site-whoisrocket .header .main-menu li a{width:100%;color:#fff}.site-whoisrocket .header .main-menu li a:hover{color:#051b2b}.site-whoisrocket .homepage-whois{background-color:#293c51}.site-whoisrocket .homepage-whois .more-tld-link{color:#fafad2}.site-whoisrocket .site-description-text{margin-bottom:20px}
