sub {
  bottom: 0;
  font-weight: 300;
}
@media print {
  select {
    background: #fff !important;
  }
  }
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #3f8abf;
}
a:hover,
a:focus {
  color: #2c6085;
}
.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive.block {
  display: block;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail.block {
  display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 8px;
}
h4,
.h4 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3f8abf;
}
a.text-primary:hover {
  color: #326e99;
}
.bg-primary {
  background-color: #3f8abf;
}
a.bg-primary:hover {
  background-color: #326e99;
}
blockquote:before,
blockquote:after {
  content: "";
}
@media (min-width: 770px) {
  .nopadding_sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.form-control {
  height: 38px;
  font-size: 14px;
  border-radius: 5px;
  line-height: 19px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control:-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control.normal,
.dropdown.dropdown-normal {
  width: 240px;
  max-width: 100%;
  float: left;
}
.form-labels {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #969ea6;
  margin-right: 8px;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
}
.form-labels strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
input[type="date"] {
  line-height: 38px;
}
.radio,
.checkbox {
  min-height: 16px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
}
.input-lg {
  height: 43px;
  font-size: 16px;
  border-radius: 5px;
}
select.input-lg {
  height: 43px;
  line-height: 43px;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.has-feedback .form-control-feedback {
  top: 21px;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 770px) {
  .form-inline .radio,
  .form-inline .checkbox {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
}
.btn {
  border-radius: 5px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  -moz-box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #ebebeb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  background-color: #3f8abf;
  border-color: #397cac;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #3574a0;
  border-color: #295b7e;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3f8abf;
  border-color: #397cac;
}
.btn-primary .badge {
  color: #3f8abf;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #47a447;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ed9c28;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #d2322d;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-link {
  color: #3f8abf;
  cursor: pointer;
}
.btn-link:hover,
.btn-link:focus {
  color: #2c6085;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 10px;
}
.btn-block {
  padding-left: 0;
  padding-right: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.collapsing {
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  width: 6px;
  height: 4px;
  background: url(../images/arrows/arrow-dropdown.png) no-repeat center;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  position: absolute;
  margin: auto;
}
.dropdown {
  display: inline-block;
}
.dropdown-menu {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: -4px 0 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  padding: 8px 20px;
  color: #737373;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #5ac079;
  background-color: #f4f5f5;
}
.open .dropdown-toggle {
  position: relative;
  z-index: 1001;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 1px;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  font-size: 16px;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
.input-group-addon {
  border-radius: 5px;
}
.input-group-addon.input-lg {
  border-radius: 10px;
}
.nav > li > a {
  color: #969ea6;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f4f5f5;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f4f5f5;
  border-color: #3f8abf;
}
.nav-tabs > li > a {
  border-radius: 5px 5px 0 0;
}
.nav-tabs.nav-justified > li > a {
  border-radius: 5px;
}
@media (min-width: 770px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 5px 5px 0 0;
  }
}
.nav-pills > li > a {
  border-radius: 5px;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #5ac079;
  background-color: #f4f5f5;
}
.nav-tabs-justified > li > a {
  border-radius: 5px;
}
@media (min-width: 770px) {
  .nav-tabs-justified > li > a {
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 770px) {
  .navbar {
    border-radius: 5px;
  }
}
.navbar-collapse {
  max-height: 340px;
}
.navbar-toggle {
  border-radius: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
@media (min-width: 770px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 770px) {
  .navbar-form .radio,
  .navbar-form .checkbox {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
  }
}
@media (min-width: 770px) {
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 770px) {
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
@media (max-width: 769px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.breadcrumb {
  border-radius: 5px;
}
.pagination {
  border-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #3f8abf;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2c6085;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  background-color: #3f8abf;
  border-color: #3f8abf;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.label-primary {
  background-color: #3f8abf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #326e99;
}
.label-open,
.label-active,
.label-Open {
  background-color: #8c4aa5;
}
.label-open[href]:hover,
.label-active[href]:hover,
.label-Open[href]:hover,
.label-open[href]:focus,
.label-active[href]:focus,
.label-Open[href]:focus {
  background-color: #6e3a82;
}
.label-closed,
.label-Closed {
  background-color: #e50635;
}
.label-closed[href]:hover,
.label-Closed[href]:hover,
.label-closed[href]:focus,
.label-Closed[href]:focus {
  background-color: #b30529;
}
.label-progress,
.label-pending {
  background-color: #43bfd2;
}
.label-progress[href]:hover,
.label-pending[href]:hover,
.label-progress[href]:focus,
.label-pending[href]:focus {
  background-color: #2ca4b6;
}
.label-success,
.label-Answered,
.label-paid {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-Answered[href]:hover,
.label-paid[href]:hover,
.label-success[href]:focus,
.label-Answered[href]:focus,
.label-paid[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning,
.label-Customer-Reply {
  background-color: #e29133;
}
.label-warning[href]:hover,
.label-Customer-Reply[href]:hover,
.label-warning[href]:focus,
.label-Customer-Reply[href]:focus {
  background-color: #c6771c;
}
.label-danger,
.label-unpaid {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-unpaid[href]:hover,
.label-danger[href]:focus,
.label-unpaid[href]:focus {
  background-color: #c9302c;
}
.badge {
  vertical-align: baseline;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3f8abf;
}
.thumbnail {
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3f8abf;
}
.alert {
  padding: 30px 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}
.alert.alert-downspacer {
  padding-bottom: 100px;
}
.alert p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.alert .bottom_space {
  margin-bottom: 35px;
}
.alert .buttons-holder {
  margin: 0 -10px;
  padding: 15px 0 0;
}
.alert-dismissable {
  padding-right: 50px;
}
.alert-downbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #eceeef;
}
.alert-downbar .ullinks {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 25px;
}
.alert-downbar .ullinks:before,
.alert-downbar .ullinks:after {
  content: " ";
  display: table;
}
.alert-downbar .ullinks:after {
  clear: both;
}
.alert-downbar .ullinks:before,
.alert-downbar .ullinks:after {
  content: " ";
  display: table;
}
.alert-downbar .ullinks:after {
  clear: both;
}
.alert-downbar .ullinks > li {
  float: left;
  line-height: 70px;
  margin-right: 30px;
}
.alert-downbar .ullinks > li a {
  display: block;
  position: relative;
  color: #969ea6;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-left: 25px;
  text-decoration: none;
}
.alert-downbar .ullinks > li a .icon {
  position: absolute;
  left: 0;
  top: -2px;
}
.alert-downbar .ullinks > li a:hover {
  color: #2b333b;
}
.alert-normal {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.alert-normal p {
  font-size: 15px;
  color: #969ea6;
  line-height: 24px;
  margin: 0;
}
.alert-normal.bg-gradient {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
.alert-success {
  border-color: #bbdba1;
}
.alert-success hr {
  border-top-color: #aed48e;
}
.alert-info {
  border-color: #a2dfeb;
}
.alert-info hr {
  border-top-color: #8dd8e7;
}
.alert-warning {
  border-color: #f7e0b0;
}
.alert-warning hr {
  border-top-color: #f4d699;
}
.alert-danger {
  border-color: #e2b6bd;
}
.alert-danger hr {
  border-top-color: #dba3ad;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #5ac079;
  background-color: #f4f5f5;
  border-color: #f4f5f5;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.panel {
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel-group .panel {
  border-radius: 5px;
  overflow: hidden;
}
.panel-primary {
  border-color: #3f8abf;
}
.panel-primary > .panel-heading {
  background-color: #3f8abf;
  border-color: #3f8abf;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3f8abf;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3f8abf;
}
.well {
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-lg {
  border-radius: 10px;
}
.close {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.close:hover,
.close:focus {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.modal {
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -moz-transition: -moz-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
}
.modal-content {
  border-radius: 10px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: none;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.modal-header {
  min-height: 16px;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
}
.tooltip {
  z-index: 1030;
  visibility: visible;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.tooltip-inner {
  text-decoration: none;
  border-radius: 5px;
}
.popover {
  z-index: 1010;
  border-radius: 10px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover-title {
  font-weight: normal;
  line-height: 18px;
}
.back-pink {
  background-color: #913b53;
}
.back-pink.dark {
  background-color: #83354b;
}
html {
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
.client-area.structure {
  padding-left: 70px;
}
.client-area .content-structure {
  min-height: 840px;
  padding: 25px 10px;
}
.client-area.left-menu-opened .content-structure {
  padding-left: 150px;
}
.menu-structure {
  background: #2b333b;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 5;
  -webkit-backface-visibility: hidden;
}
.menu-structure .logo > img {
  width: 120px;
  height: 22px;
}
.menu-structure.menu-normal {
  width: 70px;
}
.menu-structure.menu-normal .menu_group {
  padding: 15px 10px;
  border-bottom: 2px solid #252b32;
  text-align: center;
}
.menu-structure.menu-normal .menu_group:last-child {
  border: none;
}
.menu-structure.menu-normal .logo {
  display: inline-block;
  width: 30px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.menu-structure.menu-normal .logo > img {
  position: absolute;
  left: 5px;
  top: 5px;
}
.menu-structure.menu-normal .logo > img.logo__letter {
    display: block;
    width: 100%;
    left: 0;
    top: 10px;
}
.menu-structure.menu-normal .logo > img.logo__full {
    display: none;
}
.menu-structure.menu-normal .count-label {
  display: none;
}
.menu-structure.menu-normal .sub_listing {
  display: none;
}
.menu-structure.menu-normal .menu_listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-structure.menu-normal .menu_listing > li {
  position: relative;
  margin-bottom: 3px;
}
.menu-structure.menu-normal .menu_listing > li > a {
  display: block;
  position: relative;
  width: auto;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-structure.menu-normal .menu_listing > li .imp-label:after {
  display: block;
  content: ' ';
  width: 13px;
  height: 14px;
  background: url(../images/icons/menu-bar-label-1.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-structure.menu-normal .menu_listing > li .imp-label.imp2:after {
  background-image: url(../images/icons/menu-bar-label-2.png);
}
.menu-structure.menu-normal .menu_listing > li .imp-label.imp3:after {
  background-image: url(../images/icons/menu-bar-label-3.png);
}
.menu-structure.menu-normal .menu_listing > li .menu-icon {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.menu-structure.menu-normal .menu_listing > li .link-label {
  display: inline-block;
  position: absolute;
  left: 75px;
  top: 0;
  background: #2b333b;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.menu-structure.menu-normal .menu_listing > li .link-label:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(43, 51, 59, 0);
  border-right-color: #2b333b;
  border-width: 7px;
  margin-top: -7px;
}
.menu-structure.menu-normal .menu_listing > li.current > a {
  background-color: #1c2126;
}
.menu-structure.menu-normal .menu_listing > li.current > a .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-normal .menu_listing > li > a:hover .link-label {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.menu-structure.menu-normal .menu_listing > li > a:hover .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-normal .title-label {
  display: none;
}
.menu-structure.menu-normal .sub_listing {
  display: none !important;
}
.menu-structure.menu-open {
  width: 220px;
}
.menu-structure.menu-open .title-label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0 0 20px;
}
.menu-structure.menu-open .menu_group {
  padding: 8px 0 5px;
  border-bottom: 2px solid #252b32;
  text-align: center;
}
.menu-structure.menu-open .menu_group:last-child {
  border: none;
}
.menu-structure.menu-open .menu_group.logo_holder {
  padding: 20px 0;
}
.menu-structure.menu-open .logo {
  display: inline-block;
  width: 150px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.menu-structure.menu-open .logo > img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 150px;
  height: auto;
}
.menu-structure.menu-open .logo > img.logo__letter {
    display: none;
}
.menu-structure.menu-open .logo > img.logo__full {
    display: block;
}
.menu-structure.menu-open .menu_listing {
  padding: 0;
  list-style: none;
  text-align: left;
}
.menu-structure.menu-open .menu_listing .menu-icon {
  left: 15px;
  bottom: auto;
  top: 5px;
  right: auto;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.menu-structure.menu-open .menu_listing.no_countlabel {
  padding-right: 0;
}
.menu-structure.menu-open .menu_listing.no_countlabel > li {
  padding-right: 0;
}
.menu-structure.menu-open .menu_listing > li {
  position: relative;
  padding-left: 60px;
  padding-right: 50px;
}
.menu-structure.menu-open .menu_listing > li > a {
  display: block;
  width: auto;
  padding: 16px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.menu-structure.menu-open .menu_listing > li > a:hover .link-label {
  color: #ffffff;
}
.menu-structure.menu-open .menu_listing > li > a:hover .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-open .menu_listing > li .link-label {
  display: block;
  color: #808080;
  font-weight: bold;
  font-size: 16px;
}
.menu-structure.menu-open .menu_listing > li .count-label {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 13px;
  color: #bfbfbf;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #555c62;
}
.menu-structure.menu-open .menu_listing > li.sub-open,
.menu-structure.menu-open .menu_listing > li.current {
  background-color: #1c2126;
}
.menu-structure.menu-open .menu_listing > li.sub-open .link-label,
.menu-structure.menu-open .menu_listing > li.current .link-label {
  color: #ffffff;
}
.menu-structure.menu-open .menu_listing > li.sub-open .menu-icon,
.menu-structure.menu-open .menu_listing > li.current .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-open .menu_listing > li.sub-open > .count-label,
.menu-structure.menu-open .menu_listing > li.current > .count-label {
  background-color: #5fcf80;
  color: #ffffff;
}
.menu-structure.menu-open .menu_listing > li.current .sub_listing {
  display: block;
}
.menu-structure.menu-open .menu_listing > li .sub_listing {
  display: none;
}
.menu-structure.menu-open .menu_listing > li .sub_listing .count-label {
  top: 7px;
}
.menu-structure.menu-open .menu_listing > li .sub_listing > li > a:hover .count-label {
  background-color: #5fcf80;
  color: #ffffff;
}
.menu-structure .sub_listing {
  padding: 0 0 3px;
  margin: 0 -50px 0 0;
  list-style: none;
}
.menu-structure .sub_listing > li {
  position: relative;
  margin-bottom: 5px;
}
.menu-structure .sub_listing > li > a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #bfbfbf;
  font-weight: normal;
  font-size: 14px;
}
.menu-structure .sub_listing > li > a:hover {
  color: #5fcf80;
}
.menu-icon {
  background: url(../images/icons/menu-bar-icons.png) no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.menu-icon.home {
  background-position: 6px 5px;
}
.menu-icon.products {
  background-position: 6px -50px;
}
.menu-icon.domains {
  background-position: 6px -106px;
}
.menu-icon.billing {
  background-position: 6px -162px;
}
.menu-icon.support {
  background-position: 6px -218px;
}
.menu-icon.order {
  background-position: 6px -274px;
}
.menu-icon.submit_ticket {
  background-position: 6px -329px;
}
.menu-icon.register_domain {
  background-position: 6px -385px;
}
.menu-icon.invoices {
  background-position: 6px -441px;
}
.menu-icon.personal_info {
  background-position: 6px -497px;
}
.menu-icon.affiliate {
  background-position: 6px -551px;
}
.menu-icon.user_info {
  background-position: 6px -609px;
}
.menu-icon.logout {
  background-position: 6px -665px;
}
.menu_listing a:hover .menu-icon.home {
  background-position: -45px 5px;
}
.menu_listing a:hover .menu-icon.products {
  background-position: -45px -50px;
}
.menu_listing a:hover .menu-icon.domains {
  background-position: -45px -106px;
}
.menu_listing a:hover .menu-icon.billing {
  background-position: -45px -162px;
}
.menu_listing a:hover .menu-icon.support {
  background-position: -45px -218px;
}
.menu_listing a:hover .menu-icon.order {
  background-position: -45px -274px;
}
.menu_listing a:hover .menu-icon.submit_ticket {
  background-position: -45px -329px;
}
.menu_listing a:hover .menu-icon.register_domain {
  background-position: -45px -385px;
}
.menu_listing a:hover .menu-icon.invoices {
  background-position: -45px -441px;
}
.menu_listing a:hover .menu-icon.personal_info {
  background-position: -45px -497px;
}
.menu_listing a:hover .menu-icon.affiliate {
  background-position: -45px -551px;
}
.menu_listing a:hover .menu-icon.user_info {
  background-position: -45px -609px;
}
.menu_listing a:hover .menu-icon.logout {
  background-position: -45px -665px;
}
.sub-open .menu-icon.home {
  background-position: 6px 5px !important;
}
.sub-open .menu-icon.products {
  background-position: 6px -50px !important;
}
.sub-open .menu-icon.domains {
  background-position: 6px -106px !important;
}
.sub-open .menu-icon.billing {
  background-position: 6px -162px !important;
}
.sub-open .menu-icon.support {
  background-position: 6px -218px !important;
}
.sub-open .menu-icon.order {
  background-position: 6px -274px !important;
}
.sub-open .menu-icon.submit_ticket {
  background-position: 6px -329px !important;
}
.sub-open .menu-icon.register_domain {
  background-position: 6px -385px !important;
}
.sub-open .menu-icon.invoices {
  background-position: 6px -441px !important;
}
.sub-open .menu-icon.personal_info {
  background-position: 6px -497px !important;
}
.sub-open .menu-icon.affiliate {
  background-position: 6px -551px !important;
}
.sub-open .menu-icon.user_info {
  background-position: 6px -609px !important;
}
.sub-open .menu-icon.logout {
  background-position: 6px -665px !important;
}
.content-top-header .header-controls {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 30px;
}
.content-top-header .header-controls .btn-open {
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 0;
  background: url(../images/buttons/btn-open-menu.png) no-repeat center;
  background-size: 31px 13px;
  text-align: left;
  text-indent: -99999px;
  width: 40px;
  height: 25px;
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  border: none;
  outline: none;
}
.content-top-header .header-controls .btn-open:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-top-header .header-controls h3 {
  display: inline-block;
  color: #969ea6;
  font-size: 20px;
  margin: 0;
  line-height: 25px;
}
.content-top-header .header-controls .button {
  width: 145px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  margin-top: -10px;
}
.content-top-header .header-controls .separetor-line {
  display: inline;
  margin: 0 12px;
}
.content-top-header .header-controls .current-label {
  color: #44c76a;
}
.content-top-header .user_options {
  margin-top: -10px;
}
.bg-gray {
  background-color: #f4f5f5;
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-group {
  margin-bottom: 15px;
}
.box-group .box-heading {
  position: relative;
  margin: 0 0 15px;
}
.box-group .box-heading:before,
.box-group .box-heading:after {
  content: " ";
  display: table;
}
.box-group .box-heading:after {
  clear: both;
}
.box-group .box-heading:before,
.box-group .box-heading:after {
  content: " ";
  display: table;
}
.box-group .box-heading:after {
  clear: both;
}
.box-group .box-heading .title-label {
  display: inline-block;
  color: #969ea6;
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  font-weight: bold;
}
.box-group .box-heading .right_options {
  height: 43px;
  margin-top: -9px;
}
.box-group .box-heading .right_options .title-label {
  font-size: 16px;
  margin-right: 20px;
}
.box-group .box-heading .right_options .button {
  line-height: 43px;
  height: 43px;
  padding: 0;
}
.box-group .box-hold {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.box-group .box-hold.padding,
.box-group .box-hold .inner_padding {
  padding: 30px 40px;
}
.box-group .box-hold.padding.form,
.box-group .box-hold .inner_padding.form {
  padding-top: 0;
  padding-bottom: 0;
}
.box-group .box-hold .inner_box {
  padding: 20px 25px;
}
.box-group .box-hold.tables {
  padding: 20px;
}
.box-group .box-hold.box-alert {
  background-color: #f0dedf;
  -moz-box-shadow: 0 1px 0 #dbb0b3;
  -webkit-box-shadow: 0 1px 0 #dbb0b3;
  box-shadow: 0 1px 0 #dbb0b3;
}
.box-group .box-hold.box-filtering {
  padding: 20px;
}
.box-group .box-hold.box-filtering:before,
.box-group .box-hold.box-filtering:after {
  content: " ";
  display: table;
}
.box-group .box-hold.box-filtering:after {
  clear: both;
}
.box-group .box-hold.box-filtering:before,
.box-group .box-hold.box-filtering:after {
  content: " ";
  display: table;
}
.box-group .box-hold.box-filtering:after {
  clear: both;
}
.box-group .box-hold .box-head {
  height: 85px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
}
.box-group .box-hold .box-head.gray {
  background-color: #f4f5f5;
}
.box-group .box-hold .box-head .box-menus {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-group .box-hold .box-head .box-menus:before,
.box-group .box-hold .box-head .box-menus:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-menus:after {
  clear: both;
}
.box-group .box-hold .box-head .box-menus:before,
.box-group .box-hold .box-head .box-menus:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-menus:after {
  clear: both;
}
.box-group .box-hold .box-head .box-menus > li {
  float: left;
  margin-left: 10px;
}
.box-group .box-hold .box-head .heading_label {
  margin: 0;
  font-size: 16px;
  color: #969ea6;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  line-height: 1.1;
}
.box-group .box-hold .box-head .btn-calendar {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border: 1px solid #d8d9da;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-group .box-hold .box-head .btn-calendar .icon {
  display: inline-block;
  background: url(../images/icons//buttons/i-b-calendar.png) no-repeat center;
  width: 15px;
  height: 17px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  text-indent: -9999px;
  text-align: left;
}
.box-group .box-hold .box-head .btn {
  height: 45px;
  line-height: 45px;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border: 1px solid #d8d9da;
  padding: 0 20px;
  min-width: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #969ea6;
  font-size: 16px;
}
.box-group .box-hold .box-head .btn-calendar:hover,
.box-group .box-hold .box-head .btn:hover {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ffffff, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.box-group .box-hold .box-head .dropdown .btn {
  padding-right: 45px;
}
.box-group .box-hold .box-head .dropdown .dropdown-menu {
  margin: -5px 0 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 80px;
  width: 100%;
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.box-group .box-hold .box-head .dropdown .dropdown-menu > li > a {
  white-space: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  color: #737a81;
}
.box-group .box-hold .box-head .dropdown.open .dropdown-toggle {
  position: relative;
  z-index: 1001;
}
.box-group .box-hold .box-head .box-price-balance {
  position: relative;
  display: inline-block;
}
.box-group .box-hold .box-head .box-price-balance:before,
.box-group .box-hold .box-head .box-price-balance:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-price-balance:after {
  clear: both;
}
.box-group .box-hold .box-head .box-price-balance:before,
.box-group .box-hold .box-head .box-price-balance:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-price-balance:after {
  clear: both;
}
.box-group .box-hold .box-head .box-price-balance .box_text_label,
.box-group .box-hold .box-head .box-price-balance .button {
  display: inline-block;
  float: left;
  margin-left: 10px;
  height: 45px;
}
.box-group .box-hold .box-head .box-price-balance .button {
  width: 125px;
  max-width: 100%;
}
.box-group .box-hold .box-head .box-price-balance .box_text_label {
  line-height: 45px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #969ea6;
  margin-left: 0;
  padding-right: 5px;
}
.box-group .box-hold .box-head .box-price-balance .box_text_label strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  color: #5ac079;
}
.box-group .box-hold .box-head .box-right-elements {
  position: relative;
  display: inline-block;
}
.box-group .box-hold .box-head .box-right-elements:before,
.box-group .box-hold .box-head .box-right-elements:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-right-elements:after {
  clear: both;
}
.box-group .box-hold .box-head .box-right-elements:before,
.box-group .box-hold .box-head .box-right-elements:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-right-elements:after {
  clear: both;
}
.box-group .box-hold .box-head .box-right-elements .box_input,
.box-group .box-hold .box-head .box-right-elements .button {
  float: left;
  height: 45px;
}
.box-group .box-hold .box-head .box-right-elements .box_input {
  width: 210px;
  max-width: 100%;
}
.box-group .box-hold .box-head .box-right-elements .button {
  width: 125px;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}
.box-group .box-hold .top-row {
  margin-bottom: 20px;
}
.box-group .box-body p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.box-group .box-body .table {
  margin-top: -5px;
}
.box-group .in-box-footer .pages-counter {
  height: 34px;
  line-height: 34px;
}
.box-group .in-box-footer .pages-counter:before,
.box-group .in-box-footer .pages-counter:after {
  content: " ";
  display: table;
}
.box-group .in-box-footer .pages-counter:after {
  clear: both;
}
.box-group .in-box-footer .pages-counter:before,
.box-group .in-box-footer .pages-counter:after {
  content: " ";
  display: table;
}
.box-group .in-box-footer .pages-counter:after {
  clear: both;
}
.box-group .in-box-footer .pages-counter p {
  font-size: 14px;
  color: #969ea6;
  float: left;
  line-height: 34px;
}
.box-group .in-box-footer .pages-counter .pages_change {
  height: 34px;
  line-height: 34px;
  position: relative;
  width: 57px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  background: #eff1f2;
  margin-left: 10px;
}
.box-group .in-box-footer .pages-counter .pages_change .page_label {
  display: block;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #2b333b;
}
.box-group .in-box-footer .pages-counter .pages_change .page_next,
.box-group .in-box-footer .pages-counter .pages_change .page_prev {
  width: 11px;
  height: 10px;
  display: inline-block;
  position: absolute;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  right: 8px;
}
.box-group .in-box-footer .pages-counter .pages_change .page_next:hover,
.box-group .in-box-footer .pages-counter .pages_change .page_prev:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-group .in-box-footer .pages-counter .pages_change .page_next {
  top: 7px;
  background: url(../images/arrows/tables-filters-up.png) no-repeat center;
}
.box-group .in-box-footer .pages-counter .pages_change .page_prev {
  background: url(../images/arrows/tables-filters-down.png) no-repeat center;
  top: 17px;
}
.box-group .in-box-footer .pages-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.box-group .in-box-footer .pages-navigation > li {
  float: left;
  margin-left: 10px;
}
.box-group .in-box-footer .pages-navigation > li > a {
  display: block;
  height: 34px;
  width: 30px;
  position: relative;
  background-color: #eff1f2;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-group .in-box-footer .pages-navigation > li > a.prev {
  background-image: url(../images/arrows/arrow-navigation-prev.png);
}
.box-group .in-box-footer .pages-navigation > li > a.next {
  background-image: url(../images/arrows/arrow-navigation-next.png);
}
.box-group .in-box-footer .pages-navigation > li > a:hover {
  background-color: #dee2e4;
}
.box-group .top-row .title_hold {
  font-size: 20px;
  color: #626b75;
  line-height: 1;
  margin: 0 0 10px;
}
.box-group .top-row p {
  font-size: 16px;
  color: #969ea6;
  margin: 0;
  line-height: 1.2;
}
.box-group .box-body .frow #country {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 19px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.box-group .box-body .frow #country:focus {
  border-color: #66afe9;
  outline: 0;
}
.box-group .box-body .frow #country::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.box-group .box-body .frow #country:-ms-input-placeholder {
  color: #999999;
}
.box-group .box-body .frow #country::-webkit-input-placeholder {
  color: #999999;
}
.box-group .box-body .frow #country[disabled],
.box-group .box-body .frow #country[readonly],
fieldset[disabled] .box-group .box-body .frow #country {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.box-group .box-body .frow #country::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.box-group .box-body .frow #country:-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.box-group .box-body .frow #country::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.box-group .box-body .frow #country:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
textarea.box-group .box-body .frow #country {
  height: auto;
}
.box-hold.inner {
  color: #969ea6;
}
.box-hold.inner p {
  font-size: 16px;
  margin-bottom: 15px;
}
.inner_box.bg-gray h5 {
  color: #626b75;
  margin: 0 0 5px;
}
.inner_box.bg-gray p {
  font-size: 14px;
  color: #969ea6;
  line-height: 1.3;
}
.funds-holder {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.funds-holder .pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.funds-holder .pricing-list > li {
  background-color: #f4f5f5;
  padding: 20px 30px;
  font-size: 17px;
  color: #626b75;
}
.funds-holder .pricing-list > li strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.funds-holder .pricing-list > li .price-label {
  font-weight: normal;
  font-size: 16px;
}
.funds-holder .pricing-list > li:nth-child(even) {
  background-color: #e0e0e0;
}
.funds-holder .funds-footer {
  padding: 20px;
}
.rounded-top {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon--box {
  display: inline-block;
}
.icon--box .icon_placer {
  position: relative;
  margin-bottom: 15px;
}
.icon--box h5 {
  font-size: 18px;
  color: #2b333b;
}
.icon--box p {
  color: #969ea6;
  margin: 0;
}
.icon--box .notification {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #ff2a20;
  position: absolute;
  right: 44px;
  top: 2px;
}
.impstar {
  color: #ef1c1c;
}
.box-body.account-cancel .h_title {
  color: #2b333b;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 25px;
}
.box-body.account-cancel .reason_title {
  display: table;
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #626b75;
  margin: 0 0 10px;
  line-height: 20px;
}
.box-body.account-cancel .reason_title > span {
  display: table-cell;
  vertical-align: middle;
}
.box-body.account-cancel .btn-options {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d7d9d9;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  color: #969ea6;
  font-size: 16px;
  padding: 0 20px;
}
.box-body.account-cancel textarea.form-control {
  width: 100%;
  height: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f5f5;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  padding: 18px 30px;
  color: #969ea6;
  margin: 0 0 35px;
}
.box-body.account-cancel textarea.form-control:focus {
  color: #555;
  background-color: #f9fafa;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.03);
}
.box-body.account-cancel h4 {
  font-size: 16px;
  color: #626b75;
}
.box-body.account-cancel p {
  color: #626b75;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
}
.dash-box {
  border: 1px dashed #333;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.dash-box.orange {
  border-color: #e29133;
  color: #e29133;
}
.dash-box p {
  font-size: 16px;
  color: inherit;
}
.dash-box p:last-child,
.dash-box p:only-child {
  margin-bottom: 0;
}
.slider--holder {
  padding-bottom: 50px;
}
.slider--holder .slider-structure {
  padding: 30px 40px;
  padding-bottom: 125px;
  position: relative;
  color: #fff;
}
.slider--holder .slider-structure .buttons-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 0;
}
.slider--holder .slider-structure h3 {
  margin-bottom: 15px;
}
.slider--holder .slider-structure p {
  line-height: 24px;
  margin-bottom: 15px;
  color: #f0f0f0;
}
.slider--holder .slider-structure p:last-child {
  margin-bottom: 0;
}
.slider--holder .slider-structure p.imp {
  color: #fff94d;
}
.slider--holder .slider-structure p.imp strong {
  text-decoration: underline;
  color: #fff;
}
.slider--holder .slider-structure .price_icon .icon {
  margin-bottom: 15px;
}
.slider--holder .slider-structure .price_icon p {
  font-size: 26px;
  margin: 0;
}
.slider--holder .slider-structure .price_icon p sub {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.slider--holder .slider-structure .price_icon p.old_price {
  font-size: 19px;
  color: #cccccc;
  text-decoration: line-through;
}
.slider--holder .slider-structure .slider_content_placer {
  min-height: 100px;
}
.slider--holder .slider-navigations-hold {
  display: inline-block;
  position: relative;
  top: 27px;
  padding: 0 30px;
}
.slider--holder .slider-navigations-hold:before,
.slider--holder .slider-navigations-hold:after {
  content: " ";
  display: table;
}
.slider--holder .slider-navigations-hold:after {
  clear: both;
}
.slider--holder .slider-navigations-hold:before,
.slider--holder .slider-navigations-hold:after {
  content: " ";
  display: table;
}
.slider--holder .slider-navigations-hold:after {
  clear: both;
}
.slider--holder .slider-navigations-hold .btn-prev,
.slider--holder .slider-navigations-hold .btn-next {
  display: inline-block;
  width: 14px;
  height: 14px;
  top: -1px;
  position: absolute;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slider--holder .slider-navigations-hold .btn-prev:hover,
.slider--holder .slider-navigations-hold .btn-next:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider--holder .slider-navigations-hold .btn-prev {
  left: 0;
  background: url(../images/arrows/slider-prev-arrow.png) no-repeat center;
}
.slider--holder .slider-navigations-hold .btn-next {
  right: 0;
  background: url(../images/arrows/slider-next-arrow.png) no-repeat center;
}
.slider--holder .slider-pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
  text-align: center;
  position: relative;
}
.slider--holder .slider-pagination li {
  display: inline-block;
  margin: 0 0 0 -4px;
}
.slider--holder .slider-pagination li a {
  display: block;
  background: #ececec;
  width: 80px;
  height: 10px;
  text-indent: -99999px;
  text-align: left;
}
.slider--holder .slider-pagination li a:hover {
  background: #d8d8d8;
}
.slider--holder .slider-pagination li.current a {
  background: #83354b;
}
.slider--holder .slider-pagination li:first-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider--holder .slider-pagination li:last-child a {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.domains-price-listing {
  padding-left: 25px;
  padding-right: 25px;
}
.domains-price-listing > div {
  text-align: center;
}
.domains-price-listing h5 {
  font-size: 30px;
  color: #2b333b;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 0 0 10px;
}
.domains-price-listing p {
  font-size: 17px;
  color: #555c62;
}
.domains-price-listing p strong {
  display: block;
  color: #df0214;
  font-size: 20px;
  margin-bottom: 5px;
}
.domains-price-listing p small {
  font-size: inherit;
  color: inherit;
  text-decoration: line-through;
}
.domains_slide {
  position: relative;
}
.domains_slide .slick-arrow {
  width: 15px;
  height: 25px;
  text-indent: -99999px;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: none;
  box-shadow: none;
}
.domains_slide .slick-arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.domains_slide .slick-arrow.slick-prev {
  background: url(../images/arrows/slider-prev-arrow1.png) no-repeat center;
  right: auto;
  left: -10px;
}
.domains_slide .slick-arrow.slick-next {
  background: url(../images/arrows/slider-next-arrow1.png) no-repeat center;
  left: auto;
  right: -10px;
}
.box-filtering {
  margin-bottom: 24px;
}
.box-filtering .filtering-right {
  position: absolute;
  right: 20px;
  top: 20px;
}
.plan-present .present_head {
  position: relative;
  height: 115px;
  padding: 15px 25px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-present .present_head .icon_placer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.plan-present .present_head .icon_placer.block {
  display: block;
}
.plan-present .present_head .icon_placer.block {
  display: block;
}
.plan-present .present_head.color-1 {
  background-color: #fc5b31;
}
.plan-present .present_head.color-2 {
  background-color: #18a5d2;
}
.plan-present .present_head.color-3 {
  background-color: #64b731;
}
.plan-present .present_body {
  padding: 20px 30px;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f4f4f4, #ffffff);
  background: -moz-linear-gradient(center bottom, #f4f4f4 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  min-height: 305px;
}
.plan-present .present_body .in_title {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.plan-present .present_body .ul-check {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.plan-present .present_body .ul-check li {
  position: relative;
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #ededed;
}
.plan-present .present_body .ul-check li:before {
  display: block;
  content: ' ';
  background: url(../images/icons/ul-check-1.png) no-repeat center;
  width: 11px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 13px;
}
.plan-present .present_body .ul-check li:last-child {
  border-bottom: none;
}
.plan-present .present_body p {
  margin-bottom: 20px;
}
.plan-present .present_body .great {
  color: #3f8abf;
  line-height: 20px;
  margin-bottom: 0;
}
.plan-present .present_body .great strong {
  color: #1c3c54;
  text-decoration: underline;
}
.plan-present .present_footer {
  padding: 25px 30px;
  background-color: #fff;
  border-top: 1px solid #eaebec;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.plan-present .present_footer .price-tag {
  margin-bottom: 20px;
}
.price-tag {
  display: inline-block;
}
.price-tag .price_hold {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #df0214;
  margin-bottom: 3px;
}
.price-tag .price_hold sub {
  color: inherit;
  font-size: inherit;
}
.price-tag .price_old {
  display: block;
  font-size: 14px;
  color: #969ea6;
}
.tabs-container .tabs-menu-head {
  background-color: #f4f5f5;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 75px;
  border: 1px solid #e5e5e5;
  padding: 14px 0 0 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-container .tabs-menu-head:before,
.tabs-container .tabs-menu-head:after {
  content: " ";
  display: table;
}
.tabs-container .tabs-menu-head:after {
  clear: both;
}
.tabs-container .tabs-menu-head:before,
.tabs-container .tabs-menu-head:after {
  content: " ";
  display: table;
}
.tabs-container .tabs-menu-head:after {
  clear: both;
}
.tabs-container .tabs-menu-head > li {
  position: relative;
  margin-right: 15px;
}
.tabs-container .tabs-menu-head > li > a {
  display: inline-block;
  color: #969ea6;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border: none !important;
  text-shadow: none;
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  white-space: nowrap;
}
.tabs-container .tabs-menu-head > li > a:hover {
  color: #565e66;
}
.tabs-container .tabs-menu-head > li.active > a {
  background: none !important;
  color: #2b333b;
}
.tabs-container .tabs-menu-head > li.active:after {
  display: block;
  content: ' ';
  background: url(../images/arrows/tabs-current-selected.png) no-repeat 0;
  background-size: 20px 13px;
  width: 20px;
  height: 13px;
  top: auto;
  right: 0;
  bottom: -12px;
  left: 0;
  position: absolute;
  margin: auto;
}
.tabs-container .tabs-menu-head > li:last-child {
  margin: 0;
}
.tabs-container .tab-content .no_left_padding,
.tabs-container .form-fields .no_left_padding {
  padding-left: 0;
}
.tabs-container .tab-content .inner_padding,
.tabs-container .form-fields .inner_padding {
  padding: 30px 90px;
}
.tab-content,
.form-fields {
  padding: 30px 40px;
}
.tab-content .frow,
.form-fields .frow {
  position: relative;
  margin-bottom: 20px;
}
.tab-content .frow .icon_hold,
.form-fields .frow .icon_hold {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 7px;
  margin: auto 0;
}
.tab-content .frow .icon_hold > img,
.form-fields .frow .icon_hold > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.tab-content .frow.last,
.form-fields .frow.last,
.tab-content .frow:only-child,
.form-fields .frow:only-child {
  margin-bottom: 0;
}
.tab-content .frow.go_right,
.form-fields .frow.go_right {
  display: inline-block;
  float: right;
}
.tab-content .frow.go_right:before,
.form-fields .frow.go_right:before,
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  content: " ";
  display: table;
}
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  clear: both;
}
.tab-content .frow.go_right:before,
.form-fields .frow.go_right:before,
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  content: " ";
  display: table;
}
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  clear: both;
}
.tab-content .title-label,
.form-fields .title-label {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #626b75;
  margin: 0;
  padding: 15px 0;
}
.tab-content .form-control:focus,
.form-fields .form-control:focus,
.tab-content .form-control.focus,
.form-fields .form-control.focus {
  color: #555;
  font-style: normal;
}
.tab-content .form-control:hover,
.form-fields .form-control:hover {
  border-color: #888;
}
.tab-content textarea.form-control,
.form-fields textarea.form-control {
  height: 140px;
}
.tab-content .dropdown.open .form-control,
.form-fields .dropdown.open .form-control {
  border-color: #66afe9;
}
.tab-content .dropdown.open .dropdown-menu,
.form-fields .dropdown.open .dropdown-menu {
  border-color: #66afe9;
}
.tab-content .buttons-holder .button,
.form-fields .buttons-holder .button {
  font-size: 18px;
  width: auto;
  min-width: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
.check_hold {
  display: inline-block;
  font-size: 15px;
  color: #969ea6;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.check_hold .icheckbox_flat-green {
  position: absolute;
  left: 0;
  top: 0;
}
.check_hold span {
  font-weight: normal;
  font-size: 14px;
  color: #c4c8cc;
  line-height: 16px;
}
.check_hold strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: inherit;
  color: inherit;
  display: block;
  margin-bottom: 5px;
}
.check_hold small {
  font-size: 13px;
  display: block;
  color: #c4c8cc;
  font-weight: normal;
}
.check_hold .checked ~ .check_label {
  color: #a6acb3;
}
.box-outside-title {
  background-color: #edeff0;
  padding: 20px 10px;
  text-align: center;
  margin: 0 0 20px;
}
.box-outside-title h4 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #969ea6;
}
.payment-details-tabs {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.payment-details-tabs .payment-title {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #969ea6;
  margin-bottom: 20px;
}
.payment-details-tabs .payments-nav {
  border: none;
  list-style: none;
  padding: 25px 0 0;
  margin: 0;
  background: #e0e0e0;
  height: 78px;
}
.payment-details-tabs .payments-nav:before,
.payment-details-tabs .payments-nav:after {
  content: " ";
  display: table;
}
.payment-details-tabs .payments-nav:after {
  clear: both;
}
.payment-details-tabs .payments-nav:before,
.payment-details-tabs .payments-nav:after {
  content: " ";
  display: table;
}
.payment-details-tabs .payments-nav:after {
  clear: both;
}
.payment-details-tabs .payments-nav > li {
  float: none;
  display: inline-block;
  margin: 0 7px;
  height: 32px;
  position: relative;
}
.payment-details-tabs .payments-nav > li.active:after {
  display: block;
  bottom: -21px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(244, 245, 245, 0);
  border-bottom-color: #f4f5f5;
  border-width: 9px;
  margin-left: -9px;
}
.payment-details-tabs .form-control {
  color: #c4c8cc;
}
.payment-details-tabs .form-control:focus {
  color: #666;
}
.ul-check-columns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-check-columns .title {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #969ea6;
}
.ul-check-columns > li {
  margin-bottom: 15px;
}
.account--image {
  position: relative;
  padding-left: 95px;
  min-height: 72px;
  margin-bottom: 20px;
}
.account--image:before,
.account--image:after {
  content: " ";
  display: table;
}
.account--image:after {
  clear: both;
}
.account--image:before,
.account--image:after {
  content: " ";
  display: table;
}
.account--image:after {
  clear: both;
}
.account--image .img_hold {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  overflow-x: hidden;
  background-color: #f4f5f5;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
}
.account--image .img_hold > img {
  width: 72px;
  height: 72px;
}
.account--image .sub_label {
  font-size: 14px;
  color: #969ea6;
  line-height: 1;
}
.account--image .sub_label a {
  color: inherit;
}
.bootstrap-filestyle {
  outline: none;
  margin: 0 0 5px;
}
.bootstrap-filestyle:before,
.bootstrap-filestyle:after {
  content: " ";
  display: table;
}
.bootstrap-filestyle:after {
  clear: both;
}
.bootstrap-filestyle:before,
.bootstrap-filestyle:after {
  content: " ";
  display: table;
}
.bootstrap-filestyle:after {
  clear: both;
}
.bootstrap-filestyle .btn-default {
  float: left;
  display: inline-block;
  margin: 0 10px;
  width: 175px;
  max-width: 100%;
  padding: 15px 0;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3f8abf;
  color: #fff;
  text-align: center;
  border: none;
  margin-left: 0;
  width: 141px;
  height: 45px;
}
.bootstrap-filestyle .btn-default:hover,
.bootstrap-filestyle .btn-default:focus {
  text-decoration: none;
  color: #ffffff;
}
.bootstrap-filestyle .btn-default.btn-green {
  background-color: #5ac079;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #3ea35d;
}
.bootstrap-filestyle .btn-default.btn-green:hover {
  background-color: #4ad073;
}
.bootstrap-filestyle .btn-default.btn-green.btn-search {
  height: 52px;
  line-height: 52px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.bootstrap-filestyle .btn-default.btn-gray {
  background-color: #969ea6;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #78828c;
  color: #fff;
}
.bootstrap-filestyle .btn-default.btn-gray:hover {
  background-color: #a4abb2;
}
.bootstrap-filestyle .btn-default.btn-orange {
  background-color: #f14215;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #c2310c;
  color: #fff;
}
.bootstrap-filestyle .btn-default.btn-orange:hover {
  background-color: #df380d;
}
.bootstrap-filestyle .btn-default.btn-blue {
  background-color: #3f8abf;
  color: #fff;
  text-align: center;
}
.bootstrap-filestyle .btn-default.btn-blue:hover {
  background-color: #397cac;
}
.bootstrap-filestyle .btn-default.btn-blue.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #316c95;
}
.bootstrap-filestyle .btn-default.btn-red {
  background-color: #d41111;
  color: #fff;
}
.bootstrap-filestyle .btn-default.btn-red:hover {
  background-color: #e40101;
}
.bootstrap-filestyle .btn-default.btn-red.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #a00d0d;
}
.bootstrap-filestyle .btn-default .btn-arrow {
  display: inline-block;
  position: relative;
}
.bootstrap-filestyle .btn-default .btn-arrow:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url(../images/arrows/btn-arrow-white.png) no-repeat center;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bootstrap-filestyle .btn-default.btn-big {
  font-size: 18px;
  padding: 15px 0;
}
.bootstrap-filestyle .btn-default.btn-back {
  background-color: #bcbcbc;
  padding: 0 25px 0 50px;
  white-space: nowrap;
  width: auto;
  height: 45px;
  position: relative;
  line-height: 45px;
}
.bootstrap-filestyle .btn-default.btn-back:before {
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url('../images/arrows/btn-arrow-white1.png') no-repeat center;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  position: absolute;
  margin: auto;
}
.bootstrap-filestyle .btn-default.btn-back:hover {
  background-color: #a3a3a3;
}
.bootstrap-filestyle .btn-default:hover {
  background-color: #397cac;
}
.bootstrap-filestyle .btn-default.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #316c95;
}
.bootstrap-filestyle .input-large {
  float: right;
  width: 250px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: none;
  border: none;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.tickets-boxes {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px -20px;
}
.tickets-boxes:before,
.tickets-boxes:after {
  content: " ";
  display: table;
}
.tickets-boxes:after {
  clear: both;
}
.tickets-boxes:before,
.tickets-boxes:after {
  content: " ";
  display: table;
}
.tickets-boxes:after {
  clear: both;
}
.tickets-boxes > li {
  float: left;
  width: 175px;
  max-width: 100%;
  margin: 0 10px 20px;
  text-align: center;
}
.tickets-boxes .icon-box-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 145px;
  border: 1px solid #d5d6d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 15px;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.tickets-boxes .icon-box-holder:hover.box-1 {
  background: #39add1;
  border-color: #39add1;
}
.tickets-boxes .icon-box-holder:hover.box-1 .icon-1 {
  background-position: 15px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-2 {
  background: #e7a320;
  border-color: #e7a320;
}
.tickets-boxes .icon-box-holder:hover.box-2 .icon-2 {
  background-position: -177px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-3 {
  background: #f9845b;
  border-color: #f9845b;
}
.tickets-boxes .icon-box-holder:hover.box-3 .icon-3 {
  background-position: -374px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-4 {
  background: #53bbb4;
  border-color: #53bbb4;
}
.tickets-boxes .icon-box-holder:hover.box-4 .icon-4 {
  background-position: -568px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-5 {
  background: #9d8ac7;
  border-color: #9d8ac7;
}
.tickets-boxes .icon-box-holder:hover.box-5 .icon-5 {
  background-position: -758px -150px;
}
.tickets-boxes .icons-sprite {
  display: inline-block;
  width: 130px;
  height: 110px;
  background: url(../images/icons/tickets-departments-sprite.png) no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.tickets-boxes .icons-sprite.icon-1 {
  background-position: 15px 0;
}
.tickets-boxes .icons-sprite.icon-2 {
  background-position: -177px 0;
}
.tickets-boxes .icons-sprite.icon-3 {
  background-position: -374px 0;
}
.tickets-boxes .icons-sprite.icon-4 {
  background-position: -568px 0;
}
.tickets-boxes .icons-sprite.icon-5 {
  background-position: -758px 0;
}
.tickets-boxes h4 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #626b75;
  line-height: 1;
  margin: 0 0 5px;
}
.tickets-boxes p {
  font-size: 13px !important;
  color: #969ea6;
  line-height: 1 !important;
}
.tickets-group .box-hold.padding {
  padding-left: 110px;
}
.ticket-post-header {
  position: relative;
  padding-right: 160px;
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.ticket-post-header .person-image {
  display: block;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -70px;
  top: 0;
}
.ticket-post-header .person-image > img {
  width: inherit;
  height: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.ticket-post-header.no-border {
  border: none;
  padding: 0;
  margin: 0;
  height: 0;
}
.ticket-post-header .title-label {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #2b333b;
  margin: 0 0 8px;
}
.ticket-post-header .ticket-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket-post-header .ticket-options:before,
.ticket-post-header .ticket-options:after {
  content: " ";
  display: table;
}
.ticket-post-header .ticket-options:after {
  clear: both;
}
.ticket-post-header .ticket-options:before,
.ticket-post-header .ticket-options:after {
  content: " ";
  display: table;
}
.ticket-post-header .ticket-options:after {
  clear: both;
}
.ticket-post-header .ticket-options > li {
  float: left;
  color: #bfc3c7;
  font-size: 14px;
  line-height: 16px;
  margin-right: 15px;
}
.ticket-post-header .ticket-options > li .in_main {
  color: #969ea6;
  font-size: 16px;
}
.ticket-post-header .ticket-options > li .reply {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.ticket-post-header .ticket-options > li .reply:before {
  display: inline-block;
  content: ' ';
  background: url(../images/arrows/tickets-reviews-return.png) no-repeat 0;
  width: 15px;
  height: 13px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.ticket-post-header .ticket-options > li .label-job {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
  display: inline-block;
  background: #faa91b;
  padding: 0 20px;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: -4px;
}
.ticket-post-header .ticket-options > li .label-job[href]:hover,
.ticket-post-header .ticket-options > li .label-job[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.ticket-post-header .ticket-options > li .label-job:empty {
  display: none;
}
.btn .ticket-post-header .ticket-options > li .label-job {
  position: relative;
  top: -1px;
}
.ticket-post-header .time-label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #bfc3c7;
}
.code-pasted-holder .syntaxhighlighter {
  overflow: visible !important;
  background: #f9f9f9 !important;
  padding: 15px 20px 15px 0;
}
.code-pasted-holder .syntaxhighlighter .line {
  background: none !important;
}
.code-pasted-holder .syntaxhighlighter .code .container {
  padding-right: 15px;
}
.code-pasted-holder .syntaxhighlighter a,
.code-pasted-holder .syntaxhighlighter div,
.code-pasted-holder .syntaxhighlighter code,
.code-pasted-holder .syntaxhighlighter table,
.code-pasted-holder .syntaxhighlighter table td,
.code-pasted-holder .syntaxhighlighter table tr,
.code-pasted-holder .syntaxhighlighter table tbody,
.code-pasted-holder .syntaxhighlighter table thead,
.code-pasted-holder .syntaxhighlighter table caption,
.code-pasted-holder .syntaxhighlighter textarea {
  font-size: 15px;
}
.tickets-group .box-body .ticket-post-content p {
  margin-bottom: 10px;
}
.tickets-group .box-body .ticket-post-content .ticket-text-input {
  width: 100%;
  height: 145px;
  resize: vertical;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f5f5;
  border: none;
  border-top: 2px solid #e8e9e9;
  padding: 15px;
  outline: none;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  font-size: 15px;
  color: #999;
  line-height: 1.2;
  margin-bottom: 10px;
}
.tickets-group .box-body .ticket-post-content .ticket-text-input:focus {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  color: #555;
}
.tickets-group .box-body .ticket-post-content .ticket-text-input ~ p {
  font-size: 14px;
  color: #a5acb3;
  margin-bottom: 25px;
}
/* Rating holder */
.rating--holder {
  padding: 5px 0 0;
  display: inline-block;
  text-align: left;
}
.rating--holder:before,
.rating--holder:after {
  content: " ";
  display: table;
}
.rating--holder:after {
  clear: both;
}
.rating--holder:before,
.rating--holder:after {
  content: " ";
  display: table;
}
.rating--holder:after {
  clear: both;
}
.rating--holder .rating__stars {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.rating--holder .rating__stars:before,
.rating--holder .rating__stars:after {
  content: " ";
  display: table;
}
.rating--holder .rating__stars:after {
  clear: both;
}
.rating--holder .rating__stars:before,
.rating--holder .rating__stars:after {
  content: " ";
  display: table;
}
.rating--holder .rating__stars:after {
  clear: both;
}
.rating--holder .rating__stars li {
  float: left;
  width: 12px;
  height: 11px;
  background: url(../images/icons/stars/rating-sm-empty.png) no-repeat center;
  margin-right: 4px;
  cursor:pointer;
}
.rating--holder .rating__stars li.full {
  background: url(../images/icons/stars/rating-sm-full.png) no-repeat center;
}
.rating--holder .rating-label-text {
  display: inline-block;
  float: left;
  color: #a5acb3;
  font-size: 14px;
  margin-right: 7px;
}
.project-start-holder {
  margin-bottom: 30px;
}
.project-start-holder .holder-top {
  background: #913b53;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  padding-right: 300px;
}
.project-start-holder .holder-top .left_padding {
  padding: 40px 0 20px 40px;
}
.project-start-holder .holder-top .col {
  position: static;
}
.project-start-holder .holder-top h3 {
  margin: 0 0 10px;
  font-size: 30px;
}
.project-start-holder .holder-top p {
  font-size: 16px;
  margin: 0 0 20px;
}
.project-start-holder .holder-top p .underline {
  text-decoration: underline;
}
.project-start-holder .holder-top p .label-imp {
  color: #fff94d;
}
.project-start-holder .holder-top .learn-more {
  display: inline-block;
  color: #fff94d;
  font-size: 14px;
  position: relative;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 3px 15px 3px 5px;
  text-decoration: none;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  border: none;
  background: none;
}
.project-start-holder .holder-top .learn-more:after {
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  display: inline-block;
  content: ' ';
  width: 7px;
  height: 6px;
  background: url(../images/arrows/arrow-yellow-1.png) no-repeat center;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  margin: auto;
}
.project-start-holder .holder-top .learn-more:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-start-holder .holder-top .learn-more.is-clicked {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-start-holder .holder-top .learn-more.is-clicked:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-start-holder .holder-top .right-clm-holder {
  background: #7f3449;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.project-start-holder .holder-top .right-clm-holder .inner_price {
  text-align: center;
}
.project-start-holder .holder-top .right-clm-holder .price-label {
  font-size: 26px;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.project-start-holder .holder-top .right-clm-holder .price-label small {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
.project-start-holder .holder-main {
  background: #fff;
  padding: 30px 40px 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #d6d8d8;
}
.project-start-holder .holder-main p {
  font-size: 16px;
  color: #626b75;
  line-height: 22px;
  margin-bottom: 15px;
}
.project-start-holder .holder-main p:last-child,
.project-start-holder .holder-main p:only-child {
  margin-bottom: 0;
}
.button {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  width: 175px;
  max-width: 100%;
  padding: 15px 0;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button:hover,
.button:focus {
  text-decoration: none;
  color: #ffffff;
}
.button.btn-green {
  background-color: #5ac079;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #3ea35d;
}
.button.btn-green:hover {
  background-color: #4ad073;
}
.button.btn-green.btn-search {
  height: 52px;
  line-height: 52px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.button.btn-gray {
  background-color: #969ea6;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #78828c;
  color: #fff;
}
.button.btn-gray:hover {
  background-color: #a4abb2;
}
.button.btn-orange {
  background-color: #f14215;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #c2310c;
  color: #fff;
}
.button.btn-orange:hover {
  background-color: #df380d;
}
.button.btn-blue {
  background-color: #3f8abf;
  color: #fff;
  text-align: center;
}
.button.btn-blue:hover {
  background-color: #397cac;
}
.button.btn-blue.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #316c95;
}
.button.btn-red {
  background-color: #d41111;
  color: #fff;
}
.button.btn-red:hover {
  background-color: #e40101;
}
.button.btn-red.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #a00d0d;
}
.button .btn-arrow {
  display: inline-block;
  position: relative;
}
.button .btn-arrow:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url(../images/arrows/btn-arrow-white.png) no-repeat center;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button.btn-big {
  font-size: 18px;
  padding: 15px 0;
}
.button.btn-back {
  background-color: #bcbcbc;
  padding: 0 25px 0 50px;
  white-space: nowrap;
  width: auto;
  height: 45px;
  position: relative;
  line-height: 45px;
}
.button.btn-back:before {
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url('../images/arrows/btn-arrow-white1.png') no-repeat center;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  position: absolute;
  margin: auto;
}
.button.btn-back:hover {
  background-color: #a3a3a3;
}
.btn-close {
  display: inline-block;
  background: url(../images/buttons/btn-close.png) no-repeat center;
  background-size: 14px 14px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.btn-close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-dialog .btn-close {
  right: 10px;
  top: 10px;
}
.btn-close-block {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #3f8abf;
  position: relative;
  text-indent: -99999px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #256795;
}
.btn-close-block:hover {
  background-color: #397cac;
}
.btn-close-block:after {
  display: inline-block;
  content: ' ';
  background: url(../images/icons//buttons/i-b-closeblock.png) no-repeat center;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.btn-group {
  position: relative;
}
.btn-group.user_options .btn-drop {
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 50px;
}
.btn-group.user_options .icon_hold {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}
.btn-group.user_options .icon_hold img {
  vertical-align: top;
}
.btn-group.user_options .arrow {
  display: inline-block;
  width: 6px;
  height: 4px;
  background: url(../images/arrows/arrow-dropdown.png) no-repeat 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-group.user_options .dropdown-menu {
  width: 230px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.user_options .dropdown-menu > li a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
  padding: 0 15px 0 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.user_options .dropdown-menu > li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.user_options.open .btn-drop {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
}
.btn-group.user_options.open .dropdown-menu {
  border-top: none;
}
.btn-group.dropdowns .btn-drop {
  display: block;
  width: 190px;
  height: 43px;
  line-height: 43px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 12px;
}
.btn-group.dropdowns .arrow {
  display: inline-block;
  width: 6px;
  height: 4px;
  background: url(../images/arrows/arrow-dropdown.png) no-repeat 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-group.dropdowns .dropdown-menu {
  width: 190px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.dropdowns .dropdown-menu > li a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
  padding: 0 15px 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.dropdowns .dropdown-menu > li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.dropdowns.open .btn-drop {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
}
.btn-group.dropdowns.open .dropdown-menu {
  border-top: none;
}
.btn-group.dropdowns.drop-gray .btn-drop {
  background-color: #f2f2f2;
}
.buttons-holder p.btn_sub {
  font-size: 13px;
  color: #c4c8cc;
  line-height: 1;
  margin: 0;
}
.table {
  width: 100%;
  border: none;
  border-collapse: separate;
  margin-bottom: 20px;
}
.table.down-margin {
  margin-bottom: 50px;
}
.table tr:last-child > td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table tr:last-child > td:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > tbody > tr > td{
	border-top: none;
}
.table tr > td,
.table tr > th {
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-top: none;
}
.table tr > td:last-child,
.table tr > th:last-child {
  border-right: 1px solid #e2e2e2;
}
.table > thead > tr > th {
    border-bottom: 1px solid #e2e2e2;
}
.table > .table-head tr:first-child > td:first-child,
.table > .table-head tr:first-child > th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > .table-head tr:first-child > td:last-child,
.table > .table-head tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.table > .table-head > tr > th,
.table > .table-head > tr > td {
  border-top: 1px solid #e2e2e2;
  height: 45px;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  vertical-align: middle;
  padding: 0 10px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #626b75;
  cursor: pointer;
  position: relative;
  text-align: left;
}
.table > caption + thead > tr:first-child > th:hover,
.table > colgroup + thead > tr:first-child > th:hover,
.table > thead:first-child > tr:first-child > th:hover,
.table > caption + thead > tr:first-child > td:hover,
.table > colgroup + thead > tr:first-child > td:hover,
.table > thead:first-child > tr:first-child > td:hover,
.table > .table-head > tr > th:hover,
.table > .table-head > tr > td:hover,
.table > .table-head > tr > th.filtered,
.table > .table-head > tr > td.filtered {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ffffff, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.table > .table-head .filter_options {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 8px;
}
.table > .table-head .filter_options .acsending,
.table > .table-head .filter_options .descending {
  display: inline-block;
  width: 7px;
  height: 6px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.table > .table-head .filter_options .acsending.active,
.table > .table-head .filter_options .descending.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.table > .table-head .filter_options .acsending {
  background: url(../images/arrows/tables-filters-up.png) no-repeat center;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
}
.table > .table-head .filter_options .descending {
  background: url(../images/arrows/tables-filters-down.png) no-repeat center;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.table > .table-body > tr > td {
  height: 65px;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  color: #969ea6;
  line-height: 1.2;
}
.table > .table-body > tr > td img {
  vertical-align: top;
}
.table > .table-body > tr:nth-child(odd) > td {
  background-color: #f7f8f9;
}
.table > .table-body > tr:nth-child(even) > td {
  background-color: #eef2f6;
}
.table > .table-body .imp-label {
  color: #3f8abf;
  display: inline-block;
}
.table > .table-body .label {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
}
.table > .table-body .button {
  border: none;
  padding: 13px 0;
}
.table-hover .table-body > tr:hover {
  cursor: default;
}
.table-hover .table-body > tr:hover:nth-child(odd) > td {
  background-color: #fdfdfd;
}
.table-hover .table-body > tr:hover:nth-child(even) > td {
  background-color: #e7edf2;
}
.drop-under-table {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.drop-under-table .dropdown-toggle {
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e3e3e3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #e5e5e5));
  background: -ms-linear-gradient(bottom, #dddddd, #e5e5e5);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #e5e5e5 100%);
  background: -o-linear-gradient(#e5e5e5, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dddddd', GradientType=0);
  color: #8e959d;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
body.client-area-login {
  background: #3f8abf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #28587a), color-stop(1, #3f8abf));
  background: -ms-linear-gradient(bottom, #28587a, #3f8abf);
  background: -moz-linear-gradient(center bottom, #28587a 0%, #3f8abf 100%);
  background: -o-linear-gradient(#3f8abf, #28587a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8abf', endColorstr='#28587a', GradientType=0);
}
.login-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.login-container .login-overlay {
  background: #172b52;
  background: rgba(23, 43, 82, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
}
.login-container .login-box {
  width: 370px;
  height: 455px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 rgba(9, 9, 9, 0.05), 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(9, 9, 9, 0.05), 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(9, 9, 9, 0.05), 0 0 7px rgba(0, 0, 0, 0.1);
}
.login-container .login-box .padding {
  padding: 0 30px;
}
.login-container .login-box .close {
  display: inline-block;
  background: url('../images/buttons/btn-close-modal.png') no-repeat 0;
  width: 14px;
  height: 14px;
  text-align: left;
  text-indent: -99999px;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  margin: auto;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 5;
}
.login-container .login-box .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.login-container .login-box .login-header {
  position: relative;
  padding: 0 30px;
  min-height: 135px;
}
.login-container .login-box .login-header .header_image {
  border-bottom: 1px solid #f2f2f2;
  height: 75px;
  line-height: 75px;
}
.login-container .login-box .login-header .header_image img {
  vertical-align: middle;
}
.login-container .login-box .login-header .header_title {
  padding: 20px 0;
}
.login-container .login-box .login-header .header_title .the_title {
  display: block;
  font-size: 20px;
  color: #bfbfbf;
  margin: 0;
}
.login-container .login-box .login-body {
  padding: 30px 0;
}
.login-container .login-box .login-footer {
  padding: 20px 30px 10px;
}
.login-container .login-box .login-footer .divider {
  display: inline;
  margin: 0 8px;
  color: #ddd;
}
.login-container .login-box .login-footer a {
  font-size: 14px;
  color: #3f8abf;
}
.login-container .login-box .btn-blue {
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  white-space: nowrap;
  height: 50px;
  border: 1px solid #2971a5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3f89bf;
  box-shadow: inset 0 -2px 0 #2b74a7;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.login-container .login-box .btn-blue:hover {
  background-color: #397bac;
}
.login-container .bg-gray {
  background-color: #f4f5f5;
}
.login-container .form-srtuctures .padding-left {
  padding-left: 30px;
}
.login-container .form-srtuctures .frow {
  position: relative;
  margin-bottom: 20px;
}
.login-container .form-srtuctures .frow .icon_hold {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 8px;
  margin: auto 0;
}
.login-container .form-srtuctures .frow .icon_hold > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.login-container .form-srtuctures .frow.last {
  margin-bottom: 0;
}
.login-container .form-srtuctures .frow:last-child {
  margin-bottom: 0;
}
.login-container .form-srtuctures .form-control {
  width: 280px;
  max-width: 100%;
  height: 38px;
  line-height: 19px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 10px;
  background-clip: padding-box;
  background-color: #fff;
  font-size: 14px;
  color: #888;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.login-container .form-srtuctures .form-control:focus {
  color: #444;
  border-color: #999;
}
.login-container .form-srtuctures .form-control::-webkit-input-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .form-control:-moz-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .form-control::-moz-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .form-control:-ms-input-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .frow.error .form-control {
  border-color: #e76161;
  color: #e76161;
}
.login-container .form-srtuctures .checkbox-holder {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_hold {
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_replace {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icons/forms/green.png) no-repeat -2px -2px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_label {
  display: inline-block;
  color: #969ea6;
  font-size: 14px;
  line-height: 17px;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_hold:checked ~ .checkbox_replace {
  background-position: -24px -2px;
}
.no-boxshadow .form-srtuctures .checkbox-holder .checkbox_hold {
  display: inline-block;
  width: auto;
  height: auto;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.no-boxshadow .form-srtuctures .checkbox-holder .checkbox_replace {
  display: none;
}
.client--topbar {
  height: 70px;
  background-color: #2b333b;
}
.client--topbar .logo_holder {
  display: inline-block;
  float: left;
  width: 174px;
  height: 49px;
  margin: 10px 0 0;
}
.client--topbar .logo_holder > img {
  max-width: 100%;
  height: auto;
}
.client--topbar .right_options {
  padding-top: 16px;
}
.client--topbar p {
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
}
.client--topbar p strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.client--topbar .button.btn-blue {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 140px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #2972a5;
}
.client--topbar .button.btn-blue:hover {
  background-color: #246491;
}
.client--topbar.title-steps {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  height: auto;
  min-height: 110px;
  margin-bottom: 65px;
}
.client--topbar.title-steps .col-left {
  padding-top: 45px;
}
.client--topbar.title-steps .col-right {
  padding-top: 20px;
  text-align: right;
}
.client--topbar.title-steps .title-label {
  font-size: 22px;
  color: #969ea6;
}
.steps--holder {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 8px;
  width: 340px;
  margin: 35px 60px 10px 0;
}
.steps--holder .steps-bar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #eeeff0;
}
.steps--holder .steps-front {
  position: relative;
  z-index: 2;
}
.steps--holder .step {
  display: inline-block;
  position: absolute;
  top: -8px;
}
.steps--holder .step .step-label {
  display: block;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #999;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -50px;
  position: absolute;
  margin: auto;
}
.steps--holder .step .step-circle {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeff0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.steps--holder .step .step-circle > .blank {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #d6d7d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -99999px;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.steps--holder .step.step-1 {
  left: 0;
}
.steps--holder .step.step-2 {
  left: 160px;
}
.steps--holder .step.step-3 {
  left: 320px;
}
.steps--holder .step.done .step-circle > .blank {
  background: #5ac079 url(../images/icons/forms/green.png) no-repeat -24px -2px;
  z-index: 3;
}
.steps--holder .step.done .step-label {
  color: #51BD71;
}
.steps--holder .step.done:after {
  display: block;
  content: ' ';
  width: 160px;
  height: 2px;
  background-color: #d6d7d8;
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 1;
}
.checkout-structure .client--main {
  color: #67717a;
}
.checkout-structure .client--main .section-title {
  font-size: 22px;
  color: #2b333b;
  margin-bottom: 35px;
}
.checkout-structure .client--main .content-group {
  margin-bottom: 100px;
}
.checkout-structure .client--main .domains-box {
  background-color: #edeff1;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 30px;
}
.checkout-structure .client--main .domains-box .box-header {
  background: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 22px 0;
}
.checkout-structure .client--main .domains-box .box-header .options-check.check-hor {
  margin: 0;
}
.checkout-structure .client--main .domains-box .box-body {
  padding: 25px 30px 30px;
}
.checkout-structure .client--main .domains-box .box-body .domains--search {
  margin: 0;
}
.checkout-structure .client--main .domains-box .box-body .where {
  color: #5ac079;
  font-size: 14px;
  line-height: 52px;
}
.checkout-structure .client--main .domains-box .box-body .where a {
  color: inherit;
}
.checkout-structure .client--main .domains-box.credit-cards .box-header,
.checkout-structure .client--main .domains-box.credit-cards .box-body {
  padding: 30px 35px;
}
.checkout-structure .client--main .domains--search {
  background: none;
  padding: 0 130px 0 0;
  margin-bottom: 35px;
  height: auto;
}
.checkout-structure .client--main .domains--search .toprightcorner {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.checkout-structure .client--main .domains--search .domain_name {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.checkout-structure .client--main .domains--search .buttons_right_hold {
  width: 110px;
  top: 0;
  right: 0;
}
.checkout-structure .client--main .domains--search .domain_extension {
  margin: 0;
}
.checkout-structure .client--main .domains--search .domain_extension .btn_extens {
  border: 1px solid #dbdbdb;
}
.checkout-structure .client--main .text-error {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 20px;
  position: relative;
}
.checkout-structure .client--main .text-error:before {
  display: block;
  content: ' ';
  background: url('../images/icons/text-error.png') no-repeat center;
  width: 14px;
  height: 14px;
  top: 0;
  right: auto;
  bottom: 0;
  left: -25px;
  position: absolute;
  margin: auto;
}
.checkout-structure .client--main .text-congrats {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin: 45px 0;
}
.checkout-structure .client--main .btn-green {
  padding: 17px 30px;
  width: auto;
  font-size: 18px;
}
.checkout-structure .client--main hr {
  border-color: #e0e0e1;
  margin: 18px 0;
}
.checkout-structure .client--main h5 {
  margin-bottom: 15px;
}
.checkout-structure .client--main .green {
  color: #5fcf80;
}
.checkout-structure .client--main .red {
  color: #e21a1a;
}
.options-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.options-check > li {
  margin-bottom: 14px;
}
.options-check .in_title {
  font-size: 20px;
  color: #2b333b;
  margin: 0 0 15px;
}
.options-check .check-option {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 22px;
  position: relative;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #4d5359;
}
.options-check .check-option .check-default {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.options-check .check-option .check-click {
  display: inline-block;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 15px;
}
.options-check .check-option .check-click.check-radio {
  background: url('../images/icons/checkout-radio.png') no-repeat 0 0;
}
.options-check .check-option .check-click.check-checkbox {
  background: url('../images/icons/checkout-checkbox.png') no-repeat 0 0;
}
.options-check .check-option .check-label {
  font-size: inherit;
  color: #67717a;
  line-height: 1.2;
}
.options-check .check-option.icons .check-click {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.options-check .check-option.icons .check-label {
  line-height: 1;
}
.options-check .check-option.icons .check-label img {
  margin: 0 5px;
}
.options-check .check-option .check-default:checked ~ .check-click.check-radio {
  background-position: -15px 0;
}
.options-check .check-option .check-default:checked ~ .check-click.check-checkbox {
  background-position: -14px 0;
}
.options-check.check-hor {
  margin-bottom: 30px;
}
.options-check.check-hor .check-option {
  margin: 0 20px;
}
.checkout-group .group-header {
  position: relative;
  border-bottom: 1px solid #e0e0e1;
  padding: 4px 0 30px 45px;
  margin: 0 0 35px;
}
.checkout-group .group-header .numb-label {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #5fcf80;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout-group .group-header .header_title {
  font-size: 22px;
  color: #2b333b;
  margin: 0;
}
.spacer {
  height: 100px;
}
.form-payment .row-form {
  margin-bottom: 20px;
}
.form-payment .row-form:last-child,
.form-payment .row-form:only-child {
  margin-bottom: 0;
}
.form-payment .label-title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  color: #2b333b;
  margin: 0 0 15px;
  cursor: pointer;
}
.form-payment .inp-field,
.form-payment .inp-select {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 26px;
  padding: 0 20px;
  margin: 0 0 10px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  font-size: 17px;
  font-weight: normal;
  color: #566676;
  outline: none;
  text-align: left;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.form-payment .inp-field::-webkit-input-placeholder,
.form-payment .inp-select::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field:-moz-placeholder,
.form-payment .inp-select:-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field::-moz-placeholder,
.form-payment .inp-select::-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field:-ms-input-placeholder,
.form-payment .inp-select:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field:focus,
.form-payment .inp-select:focus {
  border-color: #777;
  color: #2b333b;
}
.form-payment .inp-style {
  display: block;
  width: 100%;
}
.form-payment .dropdown.block {
  display: block;
}
.form-payment .dropdown.open .inp-select {
  border-color: #777;
  color: #2b333b;
}
.billing-cycle .labelblock {
  font-weight: normal;
  display: block;
  padding: 25px 30px 20px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px;
  font-size: 18px;
  color: #67717a;
}
.billing-cycle .labelblock.sel {
  background-color: #f8fbff;
  border-color: #a0c3dd;
}
.billing-cycle p {
  margin: 0;
}
.billing-cycle .check-option {
  font-size: inherit;
  color: inherit;
}
.billing-cycle .check-option .check-title {
  font-size: inherit;
  color: inherit;
}
.bundle-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 35px 30px 30px 160px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 20px;
  min-height: 190px;
}
.bundle-box .box-head {
  position: relative;
  margin-bottom: 20px;
}
.bundle-box .box-head:before,
.bundle-box .box-head:after {
  content: " ";
  display: table;
}
.bundle-box .box-head:after {
  clear: both;
}
.bundle-box .box-head:before,
.bundle-box .box-head:after {
  content: " ";
  display: table;
}
.bundle-box .box-head:after {
  clear: both;
}
.bundle-box .box-head h3 {
  font-size: 20px;
  color: #2b333b;
  margin: 0;
  float: left;
  max-width: 350px;
}
.bundle-box .box-head .price-label {
  display: block;
  float: right;
  color: #e21a1a;
  font-size: 19px;
  margin: 0;
}
.bundle-box .box-body {
  position: relative;
}
.bundle-box .box-body p {
  font-size: 16px;
  color: #67717a;
  line-height: 28px;
}
.bundle-box .box-side {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 100px;
}
.bundle-box .box-side .img_hold {
  display: block;
  height: 100px;
  position: relative;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bundle-box .box-side .img_hold > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.bundle-box .box-side .buttons-holder {
  position: relative;
}
.bundle-box .box-side .buttons-holder .addtocart {
  display: inline-block;
  background: #5ac079;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.bundle-box .box-side .buttons-holder .addtocart:hover {
  background: #40a75f;
}
.bundle-box .box-side .buttons-holder .addtocart.added {
  background: #2c8acc;
}
.bundle-box .box-side .buttons-holder .addtocart.added > span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.bundle-box .box-side .buttons-holder .addtocart.added > span:before {
  display: inline-block;
  content: ' ';
  width: 11px;
  height: 9px;
  background: url("../images/arrows/btn-check.png") no-repeat 0;
  top: 0;
  right: auto;
  bottom: 0;
  left: -3px;
  position: absolute;
  margin: auto;
}
.bundle-box.added {
  background: #f3f9ff;
  border-color: #bdd4e4;
}
.order-summary {
  background: #eef9f1;
  border: 1px solid #dbdbdb;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 25px;
}
.order-summary .summary-head {
  background: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e4efe8;
}
.order-summary .summary-head h4 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #2b333b;
}
.order-summary .summary-body {
  padding: 20px 15px;
}
.order-summary .summary-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-summary .summary-body ul li {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 22px;
}
.order-summary .summary-body ul li strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #2b333b;
  font-size: 16px;
}
.order-summary .summary-body p {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  margin: 0;
}
.order-summary .summary-body p strong {
  font-weight: inherit;
  font-family: inherit;
  color: #2b333b;
}
.total-price-container {
  margin-bottom: 50px;
}
.total-price-container h4 {
  color: #4d5359;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px;
}
.total-price-container .sub_p {
  font-size: 14px;
  color: #67717a;
  margin-bottom: 25px;
}
.total-price-container .check-option .check-label {
  font-size: 14px;
  font-weight: normal;
}
.client--footer {
  background: #fff;
  min-height: 200px;
}
.client--footer .col-left {
  padding-top: 85px;
}
.client--footer .col-right {
  padding-top: 30px;
}
.client--footer .accountagree {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  margin: 0;
  min-height: 30px;
  position: relative;
  padding-left: 50px;
}
.client--footer .accountagree .comet {
  display: block;
  background: url('../images/icons/cometplacer.png') no-repeat 0;
  width: 38px;
  height: 32px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.sticky-wrapper.is-sticky {
  position: relative;
  width: 100%;
}
.orderform--zerostep .sticky-wrapper.is-sticky .js_stick_sidebar {
  width: 300px;
  max-width: 100%;
}
.domains--search {
  position: relative;
  z-index: 1;
  background: #e2e2e2;
  width: auto;
  height: 92px;
  margin: 0 auto;
  padding: 20px 270px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Domains listing */
}
.domains--search .search_left_hold {
  width: 100%;
}
.domains--search .buttons_right_hold {
  width: 250px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.domains--search .toprightcorner {
  display: block;
  width: 110px;
  height: 12px;
  position: absolute;
  right: 0;
  top: -12px;
  background: #fff;
}
.domains--search .arrowlabel {
  display: block;
  background: url(../images/arrows/domainsarrowlabel.png) no-repeat 0;
  width: 157px;
  height: 75px;
  position: absolute;
  top: 0;
  left: -175px;
}
.domains--search .domain_name {
  position: relative;
  width: auto;
}
.domains--search .domain_name .name_input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 0 110px;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666;
  outline: none;
}
.domains--search .domain_name .name_input:focus {
  color: #444;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}
.domains--search .domain_name .name_label {
  display: block;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  border-right: 1px solid #c3c3c3;
  width: 90px;
  line-height: 52px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #666666;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.domains--search .domain_extension {
  width: 110px;
  height: 52px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.domains--search .domain_extension .btn_extens {
  display: block;
  width: 110px;
  position: absolute;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff url(../images/arrows/domainarrow-dropdown.png) no-repeat 80% 25px;
  padding-left: 20px;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.domains--search .domain_extension .btn_extens > span {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.domains--search .domain_extension .btn_extens.opened {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 60px;
}
.domains--search .domain_button {
  width: 120px;
  float: left;
}
.domains--search .domains__dropdown {
  display: block;
  background: #fff;
  width: 530px;
  height: 240px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: -420px;
  top: 60px;
  padding: 20px;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.domains--search .domains__dropdown.opened {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.domains--search .domains__dropdown .title_hold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.domains--search .domains__dropdown .domains_hold {
  margin: 0 0 10px;
}
.domains--search .domainslist {
  margin: 0 -15px 10px;
  padding-left: 0;
  list-style: none;
}
.domains--search .domainslist li {
  float: left;
  margin: 0 5px;
}
.domains--search .domainslist li a {
  display: block;
  padding: 0 14px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}
.domains--search .domainslist li a.current,
.domains--search .domainslist li a:hover {
  background: #0ba46c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettycheckbox > a,
.prettyradio > a {
  height: 12px;
  width: 12px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url(../images/pretty-styles.png);
}
.prettycheckbox > a:focus,
.prettyradio > a:focus {
  outline: 0 none;
}
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 6px 2px;
  cursor: pointer;
}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled {
  cursor: not-allowed;
}
.prettycheckbox > a {
  background-position: -9px 0;
}
.prettycheckbox > a:focus {
  background-position: -39px 0;
}
.prettycheckbox > a.checked {
  background-position: -69px 0;
}
.prettycheckbox > a.checked:focus {
  background-position: -99px 0;
}
.prettycheckbox > a.checked.disabled {
  background-position: -159px 0;
}
.prettycheckbox > a.disabled {
  background-position: -129px 0;
}
.prettyradio > a {
  background-position: -189px 0;
}
.prettyradio > a:focus {
  background-position: -219px 0;
}
.prettyradio > a.checked {
  background-position: -249px 0;
}
.prettyradio > a.checked:focus {
  background-position: -279px 0;
}
.prettyradio > a.checked.disabled {
  background-position: -339px 0;
}
.prettyradio > a.disabled {
  background-position: -309px 0;
}
@media (min-width: 1200px) {
  .client-area .content-structure {
    min-height: 1200px;
  }
  .orderform--zerostep .sticky-wrapper.is-sticky .js_stick_sidebar {
    width: 365px;
  }
}
@media (max-width: 770px) {
  body,
  html {
    overflow-x: hidden;
    width: 100%;
  }
  h2,
  h4 {
    font-size: 20px;
  }
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .alert {
    padding: 25px 25px 10px;
  }
  .alert .button_hold {
    padding: 15px 0;
    text-align: center;
  }
  .alert.alert-downspacer {
    padding-bottom: 0;
  }
  .alert-downbar {
    position: relative;
    height: auto;
    width: auto;
    margin: 0 -25px;
  }
  .alert-downbar .ullinks > li {
    float: none;
    line-height: 45px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .alert-downbar .ullinks > li:last-child {
    border: none;
  }
  .box-group .in-box-footer .pages-navigation {
    display: block;
    margin-bottom: 0;
  }
  .box-group .in-box-footer .pages-navigation:before,
  .box-group .in-box-footer .pages-navigation:after {
    content: " ";
    display: table;
  }
  .box-group .in-box-footer .pages-navigation:after {
    clear: both;
  }
  .box-group .in-box-footer .pages-navigation:before,
  .box-group .in-box-footer .pages-navigation:after {
    content: " ";
    display: table;
  }
  .box-group .in-box-footer .pages-navigation:after {
    clear: both;
  }
  .box-group .in-box-footer .pages-navigation > li:last-child {
    float: right !important;
  }
  .box-outside-title {
    margin-right: -10px;
    margin-left: -10px;
  }
  .client-area.structure {
    padding-left: 0;
  }
  .client-area .content-structure {
    min-height: 840px;
    padding: 0 0 15px;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .client-area.left-menu-opened .content-structure {
    -moz-transform: translate(220px, 0);
    -o-transform: translate(220px, 0);
    -webkit-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    transform: translate(220px, 0);
    padding-left: 0;
  }
  .menu-structure {
    left: -220px;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-box-shadow: inset -2px 0 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -2px 0 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset -2px 0 7px rgba(0, 0, 0, 0.25);
  }
  .menu-structure.menu-normal {
    width: 220px;
  }
  .menu-structure.menu-open {
    left: -220px;
    -moz-transform: translate(220px, 0);
    -o-transform: translate(220px, 0);
    -webkit-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    transform: translate(220px, 0);
  }
  .content-top-header {
    height: 50px;
    background-color: #2b333b;
    margin: 0 -15px 10px;
    position: relative;
  }
  .content-top-header .mobile-logo {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    width: 123px;
    height: 40px;
    z-index: 2;
  }
  .content-top-header .mobile-logo > img {
    max-width: 100%;
    height: auto;
  }
  .content-top-header .header-controls {
    padding: 0;
    height: 50px;
    margin-bottom: 0;
  }
  .content-top-header .header-controls .btn-open {
    top: 0;
    right: auto;
    bottom: 0;
    left: 5px;
    position: absolute;
    margin: auto;
    background: url(../images/buttons/btn-open-menu-small.png) no-repeat center;
    background-size: 21px 13px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
  .content-top-header .header-controls h3 {
    color: #969ea6;
    font-size: 20px;
    margin: 0;
    line-height: 25px;
  }
  .content-top-header .header-controls .separetor-line {
    display: inline;
    margin: 0 12px;
  }
  .content-top-header .header-controls .current-label {
    color: #44c76a;
  }
  .content-top-header .mobile-user-summary {
    width: 35px;
    height: 35px;
    background: url(../images/buttons/btn-header-user.png) no-repeat center;
    background-size: 15px 15px;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    position: absolute;
    margin: auto;
  }
  .slider--holder .slider-structure {
    padding: 16px 16px;
    padding-bottom: 95px;
  }
  .slider--holder .slider-structure h3 {
    margin-bottom: 20px;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    min-height: 70px;
    padding-left: 80px;
  }
  .slider--holder .slider-structure h3 .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
  }
  .slider--holder .slider-structure p {
    line-height: 20px;
  }
  .slider--holder .slider-structure p.imp {
    margin-bottom: 20px;
  }
  .slider--holder .slider-structure .price_icon .icon {
    margin-bottom: 15px;
  }
  .slider--holder .slider-structure .price_icon p {
    font-size: 26px;
  }
  .slider--holder .slider-structure .price_icon p sub {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
  }
  .slider--holder .slider-structure .buttons-holder {
    padding: 18px 0;
  }
  .slider--holder .slider-pagination li {
    margin-left: -5px;
  }
  .slider--holder .slider-pagination li a {
    width: 50px;
  }
  .box-group {
    margin-bottom: 20px;
  }
  .box-group .box-heading {
    position: relative;
    margin: 0 0 10px;
  }
  .box-group .box-heading:before,
  .box-group .box-heading:after {
    content: " ";
    display: table;
  }
  .box-group .box-heading:after {
    clear: both;
  }
  .box-group .box-heading:before,
  .box-group .box-heading:after {
    content: " ";
    display: table;
  }
  .box-group .box-heading:after {
    clear: both;
  }
  .box-group .box-heading .title-label {
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .box-group .box-heading .right_options {
    margin: 10px 0 0;
    float: none !important;
  }
  .box-group .box-heading .right_options .title-label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
    width: 25%;
    text-align: left;
    font-size: 13px;
    line-height: 43px;
  }
  .box-group .box-heading .right_options .dropdowns {
    float: left;
    width: 75%;
    line-height: 43px;
    height: 43px;
    padding: 0;
  }
  .btn-group.dropdowns .btn-drop,
  .btn-group.dropdowns .dropdown-menu {
    width: 100%;
  }
  .box-group .box-hold.padding,
  .box-group .box-hold .inner_padding {
    padding: 20px 10px;
  }
  .icon--box {
    display: inline-block;
    margin-bottom: 30px;
  }
  .icon--box.last {
    margin-bottom: 0;
  }
  .icon--box .icon_placer {
    position: relative;
    margin-bottom: 15px;
  }
  .icon--box h5 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .icon--box p {
    line-height: 1 !important;
  }
  .icon--box .notification {
    right: 0;
    left: 45px;
    margin: auto;
  }
  .domains--search {
    padding: 10px 90px 0 10px;
    height: 72px;
  }
  .domains--search .buttons_right_hold {
    width: 70px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .domains--search .toprightcorner {
    display: block;
    width: 70px;
    height: 12px;
    position: absolute;
    right: 0;
    top: -12px;
    background: #fff;
  }
  .domains--search .arrowlabel {
    display: block;
    background: url(../images/arrows/domainsarrowlabel.png) no-repeat 0;
    width: 157px;
    height: 75px;
    position: absolute;
    top: 0;
    left: -175px;
  }
  .domains--search .domain_name {
    position: relative;
    width: auto;
  }
  .domains--search .domain_name .name_input {
    width: 100%;
    padding: 0 0 0 60px;
    font-size: 15px;
  }
  .domains--search .domain_name .name_label {
    width: 50px;
    font-size: 15px;
  }
  .domains--search .domain_extension {
    width: 70px;
    height: 52px;
    float: left;
    margin-left: 10px;
    position: relative;
  }
  .domains--search .domain_extension .btn_extens {
    display: block;
    width: 70px;
    position: absolute;
    height: 52px;
    line-height: 52px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff url(../images/arrows/domainarrow-dropdown.png) no-repeat 80% 25px;
    padding-left: 10px;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .domains--search .domain_extension .btn_extens > span {
    font-size: 15px;
  }
  .domains--search .domains__dropdown {
    width: 300px;
    height: auto;
    left: -230px;
    top: 60px;
  }
  .nav-pills.filters {
    margin: -15px;
    text-align: center;
    float: none !important;
  }
  .nav-pills > li {
    float: none;
    display: inline-block;
  }
  .nav-pills > li > a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .plan-present {
    margin-bottom: 15px;
  }
  .btn-close {
    right: 10px;
    top: 10px;
  }
  .box-group .box-hold .box-head {
    height: auto;
    padding: 10px;
  }
  .box-group .box-hold .box-head .heading_label {
    display: block;
    vertical-align: baseline;
    height: auto;
    text-align: center;
    margin: 0 0 20px;
  }
  .box-group .box-hold .box-head .box-price-balance {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .box-group .box-hold .box-head .box-price-balance .box_text_label {
    display: block;
    line-height: 1.2;
    float: none;
    margin-bottom: 15px;
  }
  .box-group .box-hold .box-head .box-price-balance .box_text_label strong {
    display: block;
  }
  .box-group .box-hold .box-head .box-price-balance .button {
    float: none;
  }
  .box-group .box-hold.tables {
    background: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .box-group .filters-holder {
    background: #7b8185;
    text-align: left;
    display: block;
    padding: 15px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
  }
  .box-group .filters-holder .filters-toggle-button {
    text-align: left;
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 0 30px 0 20px;
    margin: 0 0 10px;
    line-height: 24px;
    white-space: nowrap;
    position: relative;
  }
  .box-group .filters-holder .filters-toggle-button:before {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url(../images/arrows/btn-arrow-white.png) no-repeat center center / contain;
    top: -2px;
    right: auto;
    bottom: 0;
    left: 10px;
    position: absolute;
    margin: auto;
  }
  .box-group .filters-holder .filters-reset-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/buttons/btn-close-white.png) no-repeat center center / 14px 14px;
    text-align: left;
    text-indent: -99999px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .box-group .box-hold .box-head .box-menus {
    background: none;
    display: block;
    padding: 0;
  }
  .box-group .box-hold .box-head .box-menus > li {
    float: none;
    margin: 0 0 10px;
  }
  .box-group .box-hold .box-head .box-menus .dropdown {
    display: block;
  }
  .box-group .box-hold .box-head .box-menus .dropdown .btn,
  .box-group .box-hold .box-head .box-menus .btn-calendar {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 20px;
  }
  .box-group .box-hold .box-head .box-menus .btn-calendar .icon {
    background: none;
    position: relative;
    width: auto;
    height: inherit;
    line-height: 45px;
    color: #969ea6;
    font-size: 16px;
    text-indent: 0;
  }
  .box-group .box-hold .box-head .box-right-elements {
    display: block;
  }
  .box-group .box-right-elements .form-elements {
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  .box-group .box-right-elements .form-elements:before,
  .box-group .box-right-elements .form-elements:after {
    content: " ";
    display: table;
  }
  .box-group .box-right-elements .form-elements:after {
    clear: both;
  }
  .box-group .box-right-elements .form-elements:before,
  .box-group .box-right-elements .form-elements:after {
    content: " ";
    display: table;
  }
  .box-group .box-right-elements .form-elements:after {
    clear: both;
  }
  .box-group .box-right-elements .form-elements .box_input {
    font-style: italic;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 95px !important;
  }
  .box-group .box-right-elements .form-elements .button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    width: 90px !important;
  }
  .table.down-margin {
    margin-bottom: inherit;
  }
  .table .table-body .label {
    width: 130px;
    padding: 5px 0 4px;
    text-align: center;
    font-size: 12px;
  }
  .table .table-body .button {
    margin: 0;
    width: 140px;
    padding: 12px 0;
    text-align: center;
  }
  .table {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  .table .table-head tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table .table-body > tr {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .table .table-body > tr > td {
    height: auto;
    font-size: 14px;
    padding: 10px;
    padding-left: 46%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    text-align: left;
  }
  .table .table-body > tr > td:before {
    display: inline-block;
    content: attr(data-title);
    width: 38%;
    top: 0;
    right: auto;
    bottom: 0;
    left: 10px;
    position: absolute;
    margin: auto;
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #626b75;
    height: 100%;
    padding-top: 10px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  }
  .table .table-body > tr > td:last-child {
    border-bottom: none;
  }
  .table.table-hover .table-body > tr:hover:nth-child(odd) > td,
  .table.table-hover .table-body > tr:hover:nth-child(even) > td,
  .table.table-hover .table-body > tr:nth-child(odd) > td,
  .table.table-hover .table-body > tr:nth-child(even) > td {
    background-color: #f7f8f9;
  }
  .table.table-hover .table-body > tr > td:nth-child(odd) {
    background-color: #eef2f6 !important;
  }
  .tabs-container .tabs-menu-head {
    height: auto;
    padding-left: 0;
  }
  .tabs-container .tabs-menu-head > li {
    float: none;
    margin: 0;
  }
  .tabs-container .tabs-menu-head > li > a {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tabs-container .tabs-menu-head > li.active > a {
    background: rgba(0, 0, 0, 0.03) !important;
  }
  .tabs-container .tabs-menu-head > li.active:after {
    display: none;
  }
  .tabs-container .tab-content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 20px 30px;
  }
  .tabs-container .tab-content .form-control {
    margin-bottom: 0;
  }
  .tabs-container .tab-content .form-control:only-child {
    margin-bottom: 10px;
  }
  .tabs-container .tab-content .frow {
    margin-bottom: 10px;
  }
  .box-group .box-hold .box-head .dropdown .dropdown-menu {
    position: relative;
    margin-bottom: 10px;
  }
  .payment-details-tabs .payments-nav {
    height: auto;
    padding: 20px 0;
    margin-bottom: -10px;
  }
  .payment-details-tabs .payments-nav > li {
    margin: 0 7px 10px;
  }
  .payment-details-tabs .payments-nav > li.active:after {
    display: none;
  }
  .payment-details-tabs .payments-nav > li.active > a {
    display: inline-block;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .account--image {
    position: relative;
    padding-left: 0;
    padding-top: 85px;
    min-height: 72px;
    margin-bottom: 20px;
  }
  .account--image:before,
  .account--image:after {
    content: " ";
    display: table;
  }
  .account--image:after {
    clear: both;
  }
  .account--image:before,
  .account--image:after {
    content: " ";
    display: table;
  }
  .account--image:after {
    clear: both;
  }
  .account--image .img_hold {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    overflow-x: hidden;
    background-color: #f4f5f5;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    margin: auto;
  }
  .account--image .img_hold > img {
    width: 72px;
    height: 72px;
  }
  .account--image .sub_label {
    font-size: 14px;
    color: #969ea6;
    line-height: 1;
  }
  .account--image .sub_label a {
    color: inherit;
  }
  .account--image .bootstrap-filestyle {
    display: block !important;
  }
  .account--image .bootstrap-filestyle .btn-default {
    float: none;
    display: inline-block;
    margin: 0 10px;
    width: 175px;
    max-width: 100%;
    padding: 15px 0;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3f8abf;
    color: #fff;
    text-align: center;
    display: block;
    border: none;
    margin-left: 0;
    width: 141px;
    height: 45px;
    margin: 0 auto;
  }
  .account--image .bootstrap-filestyle .btn-default:hover,
  .account--image .bootstrap-filestyle .btn-default:focus {
    text-decoration: none;
    color: #ffffff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-green {
    background-color: #5ac079;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #3ea35d;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-green:hover {
    background-color: #4ad073;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-green.btn-search {
    height: 52px;
    line-height: 52px;
    padding: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-gray {
    background-color: #969ea6;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #78828c;
    color: #fff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-gray:hover {
    background-color: #a4abb2;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-orange {
    background-color: #f14215;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #c2310c;
    color: #fff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-orange:hover {
    background-color: #df380d;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-blue {
    background-color: #3f8abf;
    color: #fff;
    text-align: center;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-blue:hover {
    background-color: #397cac;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-blue.border {
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #316c95;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-red {
    background-color: #d41111;
    color: #fff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-red:hover {
    background-color: #e40101;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-red.border {
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #a00d0d;
  }
  .account--image .bootstrap-filestyle .btn-default .btn-arrow {
    display: inline-block;
    position: relative;
  }
  .account--image .bootstrap-filestyle .btn-default .btn-arrow:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 7px;
    height: 11px;
    background: url(../images/arrows/btn-arrow-white.png) no-repeat center;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-big {
    font-size: 18px;
    padding: 15px 0;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-back {
    background-color: #bcbcbc;
    padding: 0 25px 0 50px;
    white-space: nowrap;
    width: auto;
    height: 45px;
    position: relative;
    line-height: 45px;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-back:before {
    display: block;
    content: ' ';
    width: 7px;
    height: 11px;
    background: url('../images/arrows/btn-arrow-white1.png') no-repeat center;
    top: 0;
    right: auto;
    bottom: 0;
    left: 30px;
    position: absolute;
    margin: auto;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-back:hover {
    background-color: #a3a3a3;
  }
  .account--image .bootstrap-filestyle .btn-default:hover {
    background-color: #397cac;
  }
  .account--image .bootstrap-filestyle .btn-default.border {
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #316c95;
  }
  .account--image .bootstrap-filestyle .input-large {
    display: none !important;
    visibility: hidden !important;
  }
  .margin-xs {
    margin-bottom: 20px;
  }
  .tickets-boxes {
    padding: 0 10px;
  }
  .tickets-boxes > li {
    float: left;
    width: 45%;
    max-width: 100%;
    margin: 0 2% 30px;
    text-align: center;
  }
  .ticket-post-header {
    padding-left: 80px;
    padding-right: 0;
    min-height: 70px;
  }
  .ticket-post-header .person-image {
    left: 0;
  }
  .ticket-post-header .time-label {
    display: block;
    position: relative;
    padding: 5px 0;
  }
  .ticket-post-header .ticket-options > li .label-job {
    margin-top: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .write-ticket .ticket-post-header .person-image {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    margin: auto;
  }
  .project-start-holder .holder-top {
    padding: 20px;
  }
  .project-start-holder .holder-top h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .project-start-holder .holder-top p {
    line-height: 1.3;
    font-size: 14px;
  }
  .project-start-holder .holder-top .left_padding {
    padding: 0;
  }
  .project-start-holder .holder-top .right-clm-holder,
  .project-start-holder .holder-top .right-clm-holder .inner_price {
    position: relative;
    width: 100%;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
  }
  .project-start-holder .holder-top .right-clm-holder .inner_price {
    padding: 15px;
  }
  .code-pasted-holder {
    width: 100%;
    overflow-y: scroll;
  }
  .sticky-wrapper.is-sticky {
    position: relative;
    width: 100%;
  }
  .sticky-wrapper.is-sticky .js_stick_sidebar {
    width: auto;
    position: relative !important;
    top: 0 !important;
  }
  .client--topbar.title-steps {
    margin: 0 0 20px;
    min-height: 10px;
    padding: 15px;
  }
  .client--topbar.title-steps .col-left,
  .client--topbar.title-steps .col-right {
    padding: 0;
    text-align: center;
  }
  .checkout-structure .client--main {
    padding: 0 10px;
  }
  .checkout-group .group-header {
    padding: 4px 0 15px 45px;
    margin: 0 0 15px;
  }
  .checkout-structure .client--main .domains-box.credit-cards {
    margin: 0;
  }
  .checkout-structure .client--main .domains-box.credit-cards .options-check .check-option {
    margin-bottom: 25px;
  }
  .checkout-structure .client--main .domains-box.credit-cards .box-header {
    padding-bottom: 10px;
  }
  .steps--holder {
    margin-right: 0;
  }
  .spacer {
    height: 40px;
  }
  .form-payment .label-title {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .form-payment .inp-field,
  .form-payment .inp-select {
    height: 42px;
    line-height: 21px;
    font-size: 15px;
  }
}
.no_left_padding {
  padding-left: 10px !important;
}
@media (max-width: 480px) {
  .tickets-boxes {
    padding: 0 10px;
  }
  .tickets-boxes > li {
    float: none;
    width: 100%;
    margin: 0 0% 40px;
  }
  .billing-cycle.options-check .check-option {
    padding-left: 0;
  }
  .billing-cycle .labelblock {
    padding: 15px;
    padding-left: 35px;
  }
  .billing-cycle .pricehold {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .billing-cycle .priceyear {
    text-align: left;
  }
  .options-check .check-option.icons .check-click {
    position: absolute;
    left: -20px;
    top: 0px;
  }
  .bundle-box {
    padding: 25px;
  }
  .bundle-box .box-side {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }
  .bundle-box .box-head {
    text-align: center;
  }
  .bundle-box .box-head h3 {
    margin-bottom: 5px;
  }
  .bundle-box .box-head .price-label,
  .bundle-box .box-head h3 {
    float: none;
  }
  .client--footer {
    min-height: 50px;
    padding: 30px 15px;
  }
  .client--footer .col-left,
  .client--footer .col-right {
    padding: 0;
  }
  .client--footer .col-left {
    margin-bottom: 25px;
  }
  .options-check.check-hor .check-option {
    margin: 0 0 10px;
  }
  .checkout-structure .client--main .domains--search {
    padding: 0 75px 0 0;
  }
  .checkout-structure .client--main .domains--search .buttons_right_hold {
    width: 70px;
  }
  .checkout-structure .client--main .domains--search .domain_extension .btn_extens {
    height: 54px;
  }
  .domains--search .domainslist {
    margin-bottom: 0;
  }
  .options-check .check-option {
    font-size: 14px;
  }
  .client--topbar.title-steps .title-label,
  .checkout-structure .client--main .section-title {
    font-size: 20px;
  }
  .checkout-structure .client--main .text-error {
    padding-left: 25px;
    line-height: 1.3;
    font-size: 16px;
  }
  .checkout-structure .client--main .text-error:before {
    left: 0;
    top: 10px;
    bottom: auto;
  }
  .checkout-structure .client--main .text-congrats {
    line-height: 1.4;
    margin-bottom: 25px 0;
  }
}
@media (max-width: 450px) {
  .client--topbar {
    height: auto;
    min-height: 60px;
  }
  .client--topbar .right_options {
    padding-top: 14px;
  }
  .client--topbar .logo_holder {
    width: 140px;
  }
  .client--topbar .button.btn-blue {
    width: 100px;
    font-size: 13px;
  }
  .steps--holder {
    width: auto;
    height: auto;
    margin: 15px 0 10px 0;
  }
  .steps--holder .step {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 33.333333333333336%;
    float: left;
    padding-left: 25px;
  }
  .steps--holder .step .step-label {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    text-align: left;
    line-height: 1.2;
  }
  .steps--holder .step .step-circle {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
  }
  .steps--holder .step.done:after {
    display: none;
  }
  .steps--holder .steps-bar {
    display: none;
  }
}

 /*3 cart steps in 1 */
 .config-header{
     overflow: hidden;
 }
 .config-header > div{
     float: left;
 }
 .config-header > div.config-step-icon{
     width: 23px;
     height: 23px;
     border-radius: 50%;
     text-align: center;
     background-color: #5fcf80;
     font: 700 16px/23px "proxima-nova", sans-serif;
     color: #fff;
     margin-top: 5px;
 }
 .config-header > div.text-box{
     width: 95%;
     padding-left: 10px;
 }
 .config-header > div.text-box > h3{
     font: 700 24px/32px "proxima-nova", sans-serif;
     color: #333333;
 }
 .config-header > div.text-box > p{
     font: 400 15px/24px "proxima-nova", sans-serif;
     color: #999999;
 }
 .display-ib{
     display: inline-block;
     vertical-align: middle;
 }
 .config-cart-table{
     background-color: #fff;
     padding: 0 18px;
     border: 1px solid #dbdbdb;
     border-radius: 4px;
     margin-bottom: 65px;
 }
 .config-cart-table > .config-cart-table-row{
     border-bottom: 1px solid #f2f2f2;
 }
 .config-cart-table > .config-cart-table-row:last-child{
     border: none;
 }
 .config-cart-table > .config-cart-table-row > .cart-content{
     font-size: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div{
     display: inline-block;
     vertical-align: middle;
     padding: 30px 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area{
     width: 60%;
 }

 .d-image-wraper{
     position: relative;
     width: 103px;
     height: 112px;
     text-align: center;
     line-height: 112px;
     padding: 0 10px;
     float: left;
     margin-right:30px!important;
 }
 .d-image-wraper.d-free-transfer{
     float: none;
     display: inline-block;
     margin: 0 !important;
 }
 .d-image-wraper > img{
     float: none!important;
     margin-right: 0px!important;
     height: auto!important;
     width: auto!important;
     max-width: 81px;
     display: inline-block;
     position: relative;
     z-index: 1;
     min-height: 15px;
     max-height: 33px;
 }

 .d-image-wraper > img.border-image{
     position: absolute;
     width: 100%!important;
     height: 100%!important;
     max-width: 100%!important;
     max-height: 100%!important;
     top:0;
     left:0;
     right:0;
     bottom:0;
     z-index: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow{
	 position: relative;
     display: inline-block;
     vertical-align: middle;
     width: 13px;
     height: 2px;
     margin: 0 10px 0 20px;
     background-color: #666;
	 border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
	 -moz-border-top-right-radius: 2px;
     -moz-border-bottom-right-radius: 2px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow > span{
	width: 2px;
    height: 3px;
    display: inline-block;
    background-color: inherit;
    position: absolute;
    top: -3px;
    left: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow::before{
	 position: absolute;
	 content: "";
     width: 7px;
     height: 2px;
	 right: -1px;
	 top: -2px;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
     background-color: #666;
	 border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
	 -moz-border-top-right-radius: 2px;
     -moz-border-bottom-right-radius: 2px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow::after{
	 position: absolute;
	 content: "";
     width: 7px;
     height: 2px;
	 right: -1px;
	 bottom: -2px;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 transform: rotate(-45deg);
     background-color: #666;
	 border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
	 -moz-border-top-right-radius: 2px;
     -moz-border-bottom-right-radius: 2px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .item-img{
     float: none;
     display: inline-block;
     vertical-align: middle;
     width: 52px;
     margin-right: 10px;
    text-align: center;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .d-image-wraper{
     float: none;
     display: inline-block;
     vertical-align: middle;
     width: 52px;
     height: 56px;
     line-height: 56px;
     margin-right: 10px !important;
     padding: 0 5px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .d-image-wraper > img{
     max-width: 40px;
     min-height: 10px;
     max-height: 25px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p{
     font: 400 13px/18px "proxima-nova", sans-serif;
     color: #666666;
     margin: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p > strong{
     font-size: 15px;
	 display: block;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p > .yellow{
     color: #f7b504;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price{
     font: 400 13px/24px "proxima-nova", sans-serif;
     width: 25%;
	 text-align: right;
	 padding-right: 15px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .old{
     color: #999;
     text-decoration: line-through;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .new{
     color: #333;
     font-size: 18px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .free-domain{
     color: #333;
     font-size: 16px;
	 text-transform: uppercase;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
     position: relative;
     width: 15%;
 }
 .cart-content > div.cart-content-btns > .add-btn{
     display: inline-block;
     width: 98px;
     height: 28px;
     background-color: #5ac079;
     background-position: 10px center;
     font: 600 14px/28px "proxima-nova", sans-serif;
     color: #fff;
     text-align: center;
     cursor: pointer;
     transition: all, 300ms;
     -moz-transition: all, 300ms;
     -webkit-transition: all, 300ms;
 }
 .cart-content > div.cart-content-btns > .add-btn:hover{
     background-color: #38e284;
 }
 .cart-content > div.cart-content-btns > .add-btn.added{
     background-color: #2c8acc;
     background-image: url('../images/icons/check-icon.svg');
     background-repeat: no-repeat;
     background-position: 10px center;
 }
 .cart-content > div.cart-content-btns > .remove-btn{
     position: absolute;
     width: 10px;
     height: 10px;
     top: 40px;
     right: 0px;
     cursor: pointer;
     z-index: 20;
 }
  .cart-content > div.cart-content-btns > .remove-btn > div{
     position: relative;
     top: 4px;
     left: 0;
     width: 10px;
     height: 2px;
     background-color: transparent;
 }
 .cart-content > div.cart-content-btns > .remove-btn > div::before{
     content: "";
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #7f7f7f;
     top: 0px;
     left: 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
 }
 .cart-content > div.cart-content-btns > .remove-btn > div::after{
     content: "";
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #7f7f7f;
     top: 0px;
     left: 0;
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }
 .cart-content-options{
     height: auto;
     /*overflow: hidden;*/
     transition: height, 300ms;
 }
 .cart-content-options > .option-header{
     background-color: #f2f2f2;
     border: 1px solid #e5e5e5;
     border-radius: 4px;
     padding: 17px 18px;
     margin-bottom: 20px;
 }
 .cart-content-options > .option-header > h3{
     font: 700 22px/30px "proxima-nova", sans-serif;
     color: #535353;
     margin: 0;
 }
 .cart-content-options > .option-header img{
     margin-right: 20px;
 }
 .service-options > .option-group{
	 position: relative;
     margin-bottom: 10px;
	 display: inline-block;
     width: 100%;
 }
 .service-options > .option-group > div{
     float: left;
     overflow: hidden;
     width: calc(100% - 185px);
     font: 400 15px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
 }
 .service-options > .option-group label{
     float: left;
     width: 185px;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
     margin: 0;
 }
 .service-options > .option-group > div > span{
     float: left;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
 }
 .service-options > .option-group > div > a{
     float: right;
     font: 300 13px/40px "proxima-nova", sans-serif;
     color: #2c8acc;
 }
 .service-options > .option-group > div .refresh-btn{
     background-image: url('../images/icons/refresh-icon.svg');
     background-repeat: no-repeat;
     width: 18px;
     height: 18px;
     display: inline-block;
     vertical-align: middle;
     cursor: pointer;
     margin-left: 5px;
 }
 .service-options > .option-group .service-select{
     background-color: #fff;
     box-shadow: none;
     border: 1px solid #e5e5e5;
     width: 100%;
     height: 40px;
     background-image: url('../images/arrows/select-service-arrow-down.svg');
     background-size: 7px 6px;
     background-position: right 15px center;
     background-repeat: no-repeat;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
     padding: 0 25px 0 15px;
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     appearance: none;
     outline: none;
 }
 .service-options > .option-group > div span.price{
     display: inline-block;
     vertical-align: middle;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #5ac079;
 }
 .cart-content-options > p{
     font: 400 13px/24px "proxima-nova", sans-serif;
     color: #999999;
     padding: 15px 0;
     margin: 0;
     border-top: 1px solid #f2f2f2;
 }

 .tooltip_hold {
     display: none;
     position: absolute;
     left: auto;
     right: 0;
 }
 .cart-content-options.expanded .tooltip_hold{
     display: block;
 }
 .tooltip_hold:hover .tooltip.tt-service {
   opacity: 1;
   filter: alpha(opacity=100);
   visibility: visible;
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 .tooltip_hold.top-tt:hover .tooltip.tt-service {
	bottom: 97%;
	top: auto;
 }
 .tooltip_hold.bottom-tt:hover .tooltip.tt-service {
	top: 97%;
	bottom: auto;
 }
 .tooltip_hold.top-tt .tooltip.tt-service {
	bottom: 94%;
	top: auto;
 }
 .tooltip_hold.bottom-tt .tooltip.tt-service {
	top: 94%;
	bottom: auto;
 }
 .tooltip.tt-service {
   position: absolute;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 355px;
   padding: 20px;
   z-index: 1050;
   visibility: hidden;
   opacity: 0;
   filter: alpha(opacity=0);
   text-align: left;
   border: 1px solid #E7E7E7;
   background-color: #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
   -webkit-transition: all 0.05s ease-in;
   -o-transition: all 0.05s ease-in;
   transition: all 0.05s ease-in;
 }
 .tooltip_hold.top-tt .tooltip.tt-service:after {
   content: '';
   width: 17px;
   height: 16px;
   position: absolute;
   top: auto;
   bottom: -15px;
   left: 0;
   right: 0;
   margin: auto;
   background: url("../images/arrows/arrow-tooltip-feature.png") no-repeat;
 }
 .tooltip_hold.bottom-tt .tooltip.tt-service:after {
   content: '';
   width: 17px;
   height: 16px;
   position: absolute;
   top: -15px;
   bottom: auto;
   left: 0;
   right: 0;
   margin: auto;
   background: url("../images/arrows/arrow-tooltip-feature.png") no-repeat;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }
 .tooltip.tt-service > p {
   color: #333;
   line-height: 1.57;
   font-size: 14px;
   font-weight: 400;
 }
 .tooltip.tt-service li {
   padding: 2px 0 3px 20px;
   margin-top: 10px;
   font-size: 13px;
   background: transparent url("../images/icons/check-compare.svg") left top no-repeat;
   background-size: 14px 14px;
 }
 .cart-content-options .tooltip_hold > .tt-service{
     color: #333;
     text-align: left;
     width: 410px;
 }
 .cart-content-options .tooltip_hold > .tt-service ol{
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .cart-content-options .tooltip_hold > .tt-service strong {
     display: block;
     font-size: 18px;
     padding: 5px 0px 10px 5px;
     border-bottom: 1px solid #e7e7e7;
 }
 .cart-content-options .tooltip_hold > .tt-service li {
     float: left;
     width: 50%;
 }
 .cart-content-options .option-group div[data-role='show-select-wrp'] .service-select{
     width: 80%;
     float: left;
 }
.sticky-wrapper.sticky .js_stick_sidebar::-webkit-scrollbar,
.sticky-wrapper::-webkit-scrollbar{
	 display: none;
 }
 .sticky-wrapper{
	height:  auto;
	top: 0;
	transition: top, 200ms;
	margin-bottom: 20px;
 }
.sticky-wrapper .js_stick_sidebar{
	width: 290px;
 }
 .orderform--zerostep .sticky-wrapper .js_stick_sidebar{
     width: auto;
 }
 .sticky-wrapper.sticky {
	position: fixed;
	top: 10px;
	bottom: 0px;
	overflow: hidden;
 }
 .sticky-wrapper.sticky .js_stick_sidebar{
	position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	overflow-y: auto;
 }

 .sticky-wrapper .js_stick_sidebar .order-summary .summary-body{
	 padding-right: 0px;
	 padding-top: 0;
	 padding-bottom: 10px;
 }
 .sticky-wrapper .js_stick_sidebar .order-summary .summary-body ul{
	margin-bottom: 15px;
	padding: 20px 15px 0 0;
 }
 .sticky-wrapper .js_stick_sidebar .order-summary .summary-body ul li{
	 margin: 0;
 }
.order-summary .summary-body p{
	padding-right: 15px;
}
[data-role="domains-holder"].sticky{
	position:relative;
}
div[data-role="domains-holder"]  div[data-role="left-holder"],
div[data-role="domains-holder"]  section[data-role="left-holder"]{
	top: 0px;
	transition: top, 200ms;
}
div[data-role="domains-holder"].sticky  div[data-role="left-holder"],
div[data-role="domains-holder"].sticky  section[data-role="left-holder"]{
	position: fixed;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
}
div[data-role="domains-holder"].sticky  .checkout-inner-content{
	position: relative;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#incart p{
    display: inline-block;
}
#incart select.inp-select{
	display: inline-block;
    width: auto;
}
#owndomain{
	width:100%;
	border:none;
}
#owndomain .d-name{
	width: calc(100% - 130px);
}
 @media screen and (min-width: 992px) and (max-width: 1080px) {
	.sticky-wrapper .js_stick_sidebar{
		width: 260px;
	}
 }
 @media screen and (min-width: 650px) and (max-width: 1200px) {
     .config-cart-table > .config-cart-table-row > .cart-content > div.text-area {
         width: 55%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price{
         width: 25%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
         width: 20%;
     }
	 .cart-content-options .option-group div[data-role='show-select-wrp'] .service-select{
		 width: 70%;
	 }
	 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p{
		 max-width: 200px;
	 }
 }
 @media screen and (max-width: 649px) {
     .config-header > div.text-box{
         width: 90%;
     }
     .config-header > div.text-box > h3{
         font-size: 22px;
     }
     .config-header > div.text-box > p{
         font-size: 14px;
     }
     .config-cart-table > .config-cart-table-row > .cart-content{
         position: relative;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div{
         padding: 15px 0;
         text-align: center;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.text-area {
         width: 100%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price,
     .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
         padding-top: 0;
         width: 50%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price{
         font: 400 12px/20px "proxima-nova", sans-serif;
		 text-align: center;
		 padding-right: 0;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .new{
         font-size: 16px;
         display: block;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
         position: static;
     }
     .cart-content > div.cart-content-btns > .remove-btn{
         top: 15px;
         right: 5px;
     }
     .cart-content-options > .option-header{
         padding: 10px 15px;
         margin-bottom: 10px;
     }
     .cart-content-options > .option-header > h3{
         font: 700 16px/24px "proxima-nova", sans-serif;
     }
     .cart-content-options > .option-header img{
         width: 20px;
         margin-right: 10px;
     }
     .service-options > .option-group label{
         width: 30%;
         font: 400 15px/40px "proxima-nova", sans-serif;
     }
     .service-options > .option-group > div{
         width: 70%;
         font: 400 13px/20px "proxima-nova", sans-serif;
         text-align: right;
     }
     .service-options > .option-group > div > span{
         font: 400 14px/40px "proxima-nova", sans-serif;
     }
     .service-options > .option-group > div .refresh-btn{
         width: 12px;
         height: 12px;
     }
     .service-options > .option-group > div > a{
         font: 300 10px/40px "proxima-nova", sans-serif;
     }
     .service-options > .option-group .service-select{
         font: 400 12px/40px "proxima-nova", sans-serif;
		 padding: 0 25px 0 5px;
         background-position: right 10px center;
     }
     .service-options > .option-group > div span.price{
         font: 400 16px/40px "proxima-nova", sans-serif;
         display: block;
         float: none;
     }
     .cart-content-options > p{
         font-size: 13px;
     }
     .config-cart-table{
         padding: 0 10px;
		 margin-bottom: 45px;
     }
	 .cart-content-options .option-group div[data-role='show-select-wrp'] .service-select{
		 width: 60%;
	 }
	 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p{
		 width: 180px;
	 }
 }
 @media all and (-ms-high-contrast:none)
 {
     .client--topbar .logo_holder{
         margin: 10px 0 0;
     }
     .client--topbar .logo_holder > img{
         width: 174px;
         height: 49px;
     }
 }

 .hidden-input, .hiddenCheckbox{
     display: none;
 }
 @media screen and (max-width: 991px)
 {
	.sticky-wrapper .js_stick_sidebar{
		width: 100%;
	}
	.sticky-wrapper {
		height: auto;
	}
	div[data-role="domains-holder"]  div[data-role="left-holder"]{
		width: auto !important;
	}
     .cart-content-options .tooltip_hold > .tt-service{
         width: 300px;
         right: 0px;
         left: auto;
         padding: 15px;
     }
     .cart-content-options .tooltip_hold > .tt-service::after{
         right: 30px !important;
         left: auto !important;
     }
     .cart-content-options .tooltip_hold > .tt-service li {
         float: none;
         width: 100%;
     }
     .cart-content-options .tooltip_hold > .tt-service strong {
         padding: 0 5px 5px;
     }
	 .cart-section .sticky-wrapper .js_stick_sidebar .order-summary .summary-body ul li {
		margin: 0 0 15px;
	}
 }

.epp-code{
    float: right;
    height: 100%;
    position: relative;
    width: calc(100% - 300px);

}

.epp-code input{
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 30px;
    border-radius: 0px;
}

.epp-code label{
    font-size: 14px;
    color: #666666;
    width: 100%;
    line-height: 22px;
    border-radius: 0px;
}
 @media screen and (min-width: 650px) and (max-width: 991px){
	.epp-code{
		width: calc(100% - 200px);
	}
 }
  @media screen and (max-width: 649px){
	.epp-code{
		float: none;
		width: 100%;
	}
}
.form-payment .input-group{
    margin: 0 0 10px;
}
.form-payment .input-group .inp-field,
.form-payment .input-group .inp-select{
    margin: 0;
}
.form-payment .tooltip-inner{
    font-size: 13px;
    padding: 10px;
    line-height: 1.3;
    max-width: 500px;
}
@media only screen and (max-width: 560px){
    .form-payment .tooltip-inner{
        max-width: 400px;
    }
}
@media only screen and (max-width: 425px){
    .form-payment .tooltip-inner{
        max-width: 400px;
    }
}
