h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Enriqueta', sans-serif; }

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif; }

body {
  margin: 0;
  background: #fff url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/shadow-bodyfold.png") no-repeat 201px top !important;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.4;
  min-width: 976px;
  color: #333; }

::-moz-selection {
  background: #87b834;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #87b834;
  color: #fff;
  text-shadow: none; }

a {
  color: #4e8500;
  text-decoration: none; }

a:visited {
  color: #4e8500; }

a:hover {
  color: #4e8500;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul li {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

input {
  margin: 0; }

select {
  display: block;
  border: 0;
  border-radius: 100px;
  background: #f3f1f1;
  padding: 7px 10px;
  margin-bottom: 20px; }

img {
  vertical-align: text-top; }

#header {
  background: #f3f1f1;
  overflow: hidden;
  padding-bottom: 16px; }
  #header .header-zh {
    color: #d0333b;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-indent: 0;
    text-align: center; }

#header-logo {
  padding: 0 0 0 25px;
  margin: 0;
  float: left;
  display: block;
  width: 320px; }

#header-logo > a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  min-width: 316px;
  padding: 16px 8px 0;
  border-right: 1px solid #f3f1f1;
  border-bottom: 1px solid #f3f1f1;
  border-left: 1px solid #f3f1f1;
  box-shadow: 0 1px 0 #f3f1f1, 0 -1px 0 #f3f1f1, 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0; }

#header-logo:hover > a {
  border-right: 1px solid #f3f1f1;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #f3f1f1;
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #ddd;
  padding: 17px 10px 0; }

#header-logo > a:hover {
  background: #f9f9f9;
  box-shadow: 0 1px 0 #bbb, 0 -1px 0 #ddd, 0 1px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border-radius: 0 0 5px 5px; }

#header-logo > a > span {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  vertical-align: sub;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f3f1f1; }

#header-logo > a:hover > span {
  color: #ccc; }

#header-logo ul {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  list-style: none;
  height: 0;
  padding: 0 0 0 8px;
  margin: 0 0 0 -8px;
  overflow: hidden;
  display: block;
  opacity: 0.01; }

#header-logo:hover ul {
  height: 160px;
  padding: 0 0 0 8px;
  opacity: 1; }

#header-logo ul li {
  list-style: none;
  display: inline; }

#header-logo ul li a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 28px;
  text-decoration: none;
  color: #777;
  border-radius: 3px;
  background: #f3f1f1;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #ddd, 0 0 0 rgba(0, 0, 0, 0);
  margin: 6px 1% 0 0;
  width: 42%;
  float: left;
  padding: 1px 10px;
  text-shadow: 0 1px 0 #fff; }

#header-logo ul li a:hover {
  background: #f9f9f9;
  box-shadow: 0 1px 0 #ccc, 0 0 0 #eee, 0 1px 8px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #fff;
  color: #666; }

#login-subnav-createaccount {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: block;
  width: 166px;
  margin: 10px 0 10px 8px;
  padding: 65px 50px 65px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  background: #96b85f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/button-subnav-bg-biggreen.png") repeat-x center bottom;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px #333;
  border-top: 1px solid #dae6c7;
  border-bottom: 1px solid #507e1a;
  text-shadow: 0 -1px 1px #507e1a;
  color: #e0ead4; }

#login-subnav-createaccount:hover,
#login-subnav-login:hover {
  box-shadow: 0 5px 10px #333;
  color: #fff; }

#login-subnav-createaccount:active,
#login-subnav-login:active {
  box-shadow: inset 0 2px 5px #5c8626;
  color: #fff;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #c5c5c5; }

#login-subnav-login {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: block;
  width: 166px;
  margin: 10px 10px 10px 0;
  padding: 50px 50px 50px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  background: #96b85f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/button-subnav-bg-biggreen.png") repeat-x center bottom;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px #333;
  border-top: 1px solid #dae6c7;
  border-bottom: 1px solid #507e1a;
  text-shadow: 0 -1px 1px #507e1a;
  color: #e0ead4; }

#mainnav-loginform {
  width: 170px;
  float: right; }
  #mainnav-loginform fieldset {
    margin-bottom: 8px; }
  #mainnav-loginform .login-with-godaddy {
    border-radius: 0;
    padding: 10px 0;
    width: 166px;
    background-position: 82px 10px;
    background-size: auto 21px; }
    #mainnav-loginform .login-with-godaddy span {
      font-size: 13px;
      float: none;
      top: 0;
      left: 12px; }

#login-subnav-description {
  display: block;
  float: left;
  margin: 0 5px;
  line-height: 195px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #ddd; }

.mainnav-subnav-halved {
  background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-divider.png");
  background-repeat: repeat-y;
  background-position: center top; }

.mainnav-subnav-support-half {
  display: block;
  float: left;
  width: 50%;
  color: #fff;
  padding: 0 16px 0 8px; }

.mainnav-subnav-support-title {
  font-size: 24px;
  text-decoration: none;
  color: #d0d0d0;
  display: block;
  margin: 0 0 5px;
  border-bottom: 1px dotted #333;
  font-weight: 200; }
  .mainnav-subnav-support-title:hover {
    text-decoration: none; }
  .mainnav-subnav-support-title:visited {
    color: #d0d0d0; }

.mainnav-subnav-phonenumber {
  display: block;
  font-size: 16px;
  font-weight: 700; }

.mainnav-subnav-phonenumber span {
  font-weight: 400;
  font-size: 11px;
  display: block;
  line-height: 14px;
  padding: 0 0 5px; }

.mainnav-subnav-support-desc {
  font-size: 12px;
  margin: 0 0 0 15px; }

.mainnav-subnav-support-desc li {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0; }

#mainnav-largesearch-button {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: block;
  float: left;
  font-weight: 700;
  background: #96b85f;
  text-decoration: none;
  font-size: 18px;
  width: 180px;
  text-align: center;
  height: 120px;
  padding: 16px 0 0;
  margin: 10px 0 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px #333;
  border-top: 1px solid #dae6c7;
  border-bottom: 1px solid #507e1a;
  text-shadow: 0 -1px 1px #507e1a;
  color: #e0ead4; }
  #mainnav-largesearch-button:hover {
    box-shadow: 0 5px 10px #333;
    color: #fff; }
  #mainnav-largesearch-button:active {
    box-shadow: inset 0 2px 5px #5c8626;
    color: #fff;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #c5c5c5;
    padding: 18px 0 0; }
  #mainnav-largesearch-button .icon {
    display: block;
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat 0 -96px;
    width: 54px;
    height: 61px;
    margin: 0 auto 12px; }
  #mainnav-largesearch-button em {
    font-size: 15px;
    font-style: italic;
    font-weight: 200; }

/*  SUBNAV - MY ACCOUNT  */
ul.mainnav-subnav-divided {
  background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-subnav-divided.png");
  background-repeat: repeat-y;
  background-position: 198px top; }

#mainnav-accountoptions {
  display: block;
  width: 179px;
  position: relative;
  float: left; }

#mainnav-largeaccount-button {
  display: block;
  font-weight: normal;
  background: #f4f2f2 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-subnav-bg-biggrey.png") repeat-x center bottom;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  width: 179px;
  height: 87px;
  padding: 15px 5px 30px;
  margin: 10px 0 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px #333;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #333;
  text-shadow: 0 1px 1px #fff;
  color: #808080;
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  #mainnav-largeaccount-button:hover {
    box-shadow: 0 5px 10px #333; }
  #mainnav-largeaccount-button:active {
    box-shadow: inset 0 2px 5px #666;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #999; }
  #mainnav-largeaccount-button span {
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis; }
  #mainnav-largeaccount-button img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 0 8px 0 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #fff; }

#mainnav-subnav-logout {
  position: absolute;
  top: 70px;
  right: 2px;
  z-index: 50;
  display: block;
  font-size: 10px;
  line-height: 18px;
  padding: 3px 10px;
  border-radius: 5px 0 3px;
  background-color: #d2d2d2;
  color: #505050;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  #mainnav-subnav-logout:hover {
    background-color: #606060;
    color: #fff;
    box-shadow: inset 0 0 8px #000; }

#mainnav-subnav-notifications,
#mainnav-subnav-basket {
  display: block;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-subnav-stat.png") no-repeat center center;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  font-size: 14px;
  color: #f4f2f2;
  padding: 0 15px; }
  #mainnav-subnav-notifications:hover,
  #mainnav-subnav-basket:hover {
    color: #fff; }
  #mainnav-subnav-notifications strong,
  #mainnav-subnav-basket strong {
    display: inline-block;
    min-width: 35px;
    text-align: right;
    padding: 0 5px 0 0; }

ul.mainnav-subsub-smaller li a {
  font-size: 12px;
  font-weight: normal; }

/*************/
.mainnav-subsub {
  display: block;
  float: left;
  padding: 7px 0 5px 16px;
  color: #ededed;
  list-style: none;
  font-style: italic;
  line-height: 21px; }
  .mainnav-subsub li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    border-radius: 5px;
    padding: 0 10px 0 5px; }
    .mainnav-subsub li a:hover {
      background-color: #656565; }
      .mainnav-subsub li a:hover .bullet {
        color: #fff; }
    .mainnav-subsub li a .bullet {
      color: #9d9d9d;
      display: inline-block;
      margin: 0 10px 0 0;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

#mannav-sub-buy-agent {
  display: block;
  color: #f3f1f1;
  font-size: 15px;
  font-family: "Enriqueta", sans-serif;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-15per-grey.png") repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
  padding: 10px 8px 0;
  width: 190px;
  height: 51px;
  text-decoration: none;
  line-height: 14px; }

#mannav-sub-buy-agent:hover {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-30per-grey.png") repeat center center; }

#mannav-sub-buy-agent em {
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-size: 11px; }

#mannav-sub-buy-agent span {
  display: block;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/icon-subnav-agent-green.png") no-repeat center center;
  width: 36px;
  height: 35px;
  float: left;
  margin: 0 10px 0 0; }

#mannav-sub-buy-appraise {
  display: block;
  color: #f3f1f1;
  font-size: 15px;
  font-family: "Enriqueta", sans-serif;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-15per-grey.png") repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #4f4f4f;
  border-left: 1px solid #848484;
  padding: 10px 8px 0;
  width: 190px;
  height: 51px;
  text-decoration: none;
  line-height: 14px; }

#mannav-sub-buy-appraise:hover {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-30per-grey.png") repeat center center; }

#mannav-sub-buy-appraise em {
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-size: 11px; }

#mannav-sub-buy-appraise span {
  display: block;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat -175px -64px;
  width: 36px;
  height: 35px;
  float: left;
  margin: 0 10px 0 0; }

#mainnav-largelist-button {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: block;
  float: left;
  font-weight: 900;
  background: #7d91df url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/button-subnav-bg-bigblue.png") repeat-x center bottom;
  text-decoration: none;
  font-size: 18px;
  width: 180px;
  text-align: center;
  height: 120px;
  padding: 16px 0 0;
  margin: 10px 0 0;
  border-radius: 5px;
  border-top: 1px solid #9faff0;
  border-bottom: 1px solid #333;
  box-shadow: 0 2px 5px #333;
  color: #f1f2f7;
  text-shadow: 0 -1px 1px #303c69; }
  #mainnav-largelist-button:hover {
    box-shadow: 0 5px 10px #333;
    color: #fff; }
  #mainnav-largelist-button:active {
    box-shadow: inset 0 2px 5px #47568c;
    color: #fff;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #c5c5c5;
    padding: 18px 0 0; }
  #mainnav-largelist-button .icon {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat -54px -96px;
    width: 57px;
    height: 57px;
    margin: 0 auto 16px; }
  #mainnav-largelist-button em {
    font-size: 14px;
    font-style: italic; }

#mannav-sub-sell-listonce {
  display: block;
  color: #f3f1f1;
  font-size: 15px;
  font-family: "Enriqueta", sans-serif;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-15per-grey.png") repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
  padding: 10px 8px 0;
  width: 190px;
  height: 51px;
  text-decoration: none;
  line-height: 14px; }
  #mannav-sub-sell-listonce:hover {
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-30per-grey.png") repeat center center; }
  #mannav-sub-sell-listonce em {
    font-style: normal;
    font-family: "Lato", sans-serif;
    font-size: 11px; }
  #mannav-sub-sell-listonce .icon {
    display: block;
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat -139px -64px;
    width: 36px;
    height: 35px;
    float: left;
    margin: 0 10px 0 0; }

#mannav-sub-sell-appraise {
  display: block;
  color: #f3f1f1;
  font-size: 15px;
  font-family: "Enriqueta", sans-serif;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-15per-grey.png") repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #4f4f4f;
  border-left: 1px solid #848484;
  padding: 10px 8px 0;
  width: 190px;
  height: 51px;
  text-decoration: none;
  line-height: 14px; }
  #mannav-sub-sell-appraise:hover {
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-subnav-30per-grey.png") repeat center center; }
  #mannav-sub-sell-appraise em {
    font-style: normal;
    font-family: "Lato", sans-serif;
    font-size: 11px; }
  #mannav-sub-sell-appraise .icon {
    display: block;
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat -211px -64px;
    width: 36px;
    height: 35px;
    float: left;
    margin: 0 10px 0 0; }

#mainnav-createaccount-large {
  width: 170px;
  float: left; }

#navlist-main {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  float: right;
  list-style: none;
  margin: -5px 30px 0 0;
  background-color: #8b8b8b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  box-shadow: inset 0 0 0 #5b5b5b, 0 1px 0 #fff; }
  #navlist-main:hover {
    padding-bottom: 225px;
    box-shadow: inset 0 -3px 10px #5b5b5b, 0 1px 0 #fff; }
  #navlist-main > li {
    list-style: none;
    display: block;
    float: left;
    height: 67px;
    margin-top: 0; }
    #navlist-main > li > a {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      display: block;
      color: #fff;
      text-decoration: none;
      background-color: #8b8b8b;
      font-size: 11px;
      text-transform: uppercase;
      width: 100px;
      text-align: center;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      height: 55px;
      position: relative;
      z-index: 5;
      font-weight: 700;
      padding-top: 16px; }
      #navlist-main > li > a > .nav-icon {
        display: block;
        height: 26px;
        width: 26px;
        background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png");
        margin: 0 auto 5px; }

#nav-main_buydmn .nav-icon {
  background-position: -160px 0; }

#nav-main_selldmn .nav-icon {
  background-position: -186px 0; }

#nav-main_account .nav-icon {
  background-position: -212px 0; }

#nav-main_support .nav-icon {
  background-position: -238px 0; }

#navlist-main > li:hover > a {
  padding: 20px 0 0;
  height: 72px;
  z-index: 10;
  color: #333;
  box-shadow: 0 3px 5px #424242; }

li:hover #nav-main_buydmn {
  background: #fff; }

li:hover #nav-main_selldmn {
  background: #fff; }

li:hover #nav-main_account {
  background: #fff; }

li:hover #nav-main_support {
  background: #fff; }

.nav-main-active #nav-main_buydmn .nav-icon,
li:hover #nav-main_buydmn .nav-icon {
  background-position: -160px -26px; }

.nav-main-active #nav-main_selldmn .nav-icon,
li:hover #nav-main_selldmn .nav-icon {
  background-position: -186px -26px; }

.nav-main-active #nav-main_account .nav-icon,
li:hover #nav-main_account .nav-icon {
  background-position: -212px -26px; }

.nav-main-active #nav-main_support .nav-icon,
li:hover #nav-main_support .nav-icon {
  background-position: -238px -26px; }

#navlist-main > li > ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 67px;
  left: 10px;
  background-color: #777;
  width: 380px;
  border-radius: 5px;
  padding: 0;
  box-shadow: inset 0 -3px 10px #4f4f4f;
  list-style: none; }

#navlist-main > li:hover > ul {
  height: 215px;
  padding: 10px; }

#header-shopping-basket-link {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  float: right;
  display: block;
  color: #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 62px;
  background: #f3f1f1;
  position: relative;
  padding: 11px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  box-shadow: 0 1px 0 #fff;
  line-height: 21px; }
  #header-shopping-basket-link.header-basket-items {
    background: #94c44d;
    box-shadow: 0 1px 0 #fff, inset 0 40px 40px -40px #76a22f;
    border-bottom: 1px solid #76a22f;
    border-right: 1px solid #85b33d;
    border-left: 1px solid #85b33d; }
    #header-shopping-basket-link.header-basket-items:hover {
      background: #84b13d; }
    #header-shopping-basket-link.header-basket-items span {
      text-shadow: 0 -1px 0 #4c852e; }
      #header-shopping-basket-link.header-basket-items span#header-basket-count {
        background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home.png") no-repeat -207px -433px;
        color: #fff;
        font-weight: 700; }
      #header-shopping-basket-link.header-basket-items span#header-basket-title {
        color: #fff; }
  #header-shopping-basket-link:hover {
    text-decoration: none;
    background: #fff; }
    #header-shopping-basket-link:hover span {
      color: #c6c6c6; }
  #header-shopping-basket-link span {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #cecdcd;
    text-shadow: 0 1px 0 #fff; }
  #header-shopping-basket-link #header-basket-count {
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home.png") no-repeat -207px -410px;
    font-size: 27px;
    display: block;
    height: 25px;
    padding: 0 10px 0 57px;
    font-weight: 300;
    overflow: hidden;
    letter-spacing: -1px; }
  #header-shopping-basket-link #header-basket-title {
    font-weight: 400;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px; }

/* LOGIN FORM */
#login-subnav-form {
  margin-top: 4px;
  padding: 10px 15px 0;
  display: block;
  background: #646564;
  border-radius: 5px;
  float: left;
  width: 190px;
  height: 189px;
  box-shadow: #4f4f4f 0 -3px 10px 0 inset; }
  #login-subnav-form fieldset {
    margin-bottom: 0;
    line-height: 13px; }
  #login-subnav-form label {
    color: #ddd;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 19px; }
  #login-subnav-form input {
    background: #eee !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-right: 0;
    border-left: 0;
    border-radius: 3px;
    padding: 4px 6px;
    outline: none;
    width: 165px;
    min-height: 16px;
    height: 24px;
    font-size: 13px;
    line-height: 13px; }
    #login-subnav-form input:focus {
      box-shadow: none; }
  #login-subnav-form #login-subnav-title {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding-bottom: 5px; }
  #login-subnav-form .remember-checkbox {
    display: inline !important;
    width: 20px;
    min-height: 13px;
    height: 13px;
    margin-left: 70px;
    line-height: 12px; }
  #login-subnav-form .remember-label {
    display: inline !important;
    font-style: italic;
    line-height: 16px;
    font-size: 11px; }
  #login-subnav-form .recover-link {
    font-size: 11px;
    line-height: 11px;
    color: #aaa;
    float: left;
    display: block;
    font-style: italic;
    margin: 2px 0 0; }
  #login-subnav-form .activation-link {
    font-size: 11px;
    line-height: 11px;
    color: #aaa;
    float: left;
    display: block;
    font-style: italic;
    margin: 4px 0 0;
    max-width: 100px; }
  #login-subnav-form .recover-link:hover,
  #login-subnav-form .activation-link:hover {
    color: #fff; }
  #login-subnav-form button {
    margin-top: 5px;
    width: 71px;
    height: 30px;
    min-height: 28px;
    line-height: 12px;
    font-size: 12px;
    padding: 10px; }

/* BREADCRUMB */
.myafternic-breadcrumbs {
  background: #555;
  box-shadow: inset 0 -10px 8px #333;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-left: 120px solid #333; }
  .myafternic-breadcrumbs h2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-family: "Alto", sans-serif; }
    .myafternic-breadcrumbs h2 .breadcrumb-my-toplevel {
      display: block;
      float: left;
      color: #fff;
      text-decoration: none;
      padding: 0 38px 0 34px;
      margin: 0 25px 0 -50px;
      border-radius: 0 0 100px;
      position: relative;
      background: #333;
      border-right: 1px solid #999;
      font-size: 14px;
      cursor: default; }
    .myafternic-breadcrumbs h2 .breadcrumb-my-secondlevel {
      display: block;
      float: left;
      color: #fff;
      text-decoration: none;
      padding: 0 35px 0 50px;
      margin: 0 0 0 -30px;
      border-radius: 0 0 100px;
      position: relative;
      background: #333;
      border-right: 1px solid #999;
      font-size: 14px;
      cursor: default; }
    .myafternic-breadcrumbs h2 .breadcrumb-my-step {
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 700;
      padding: 0 25px 0 45px;
      background: #333;
      display: block;
      float: left;
      color: #fff;
      text-decoration: none;
      margin: 0 0 0 -30px;
      border-radius: 0 0 100px;
      position: relative;
      border-right: 1px solid #777;
      box-shadow: inset 45px 0 35px -30px black;
      cursor: default; }
    .myafternic-breadcrumbs h2:hover .breadcrumb-my-step {
      box-shadow: inset 45px 0 35px -30px black; }
    .myafternic-breadcrumbs h2 a.breadcrumb-my-step:hover {
      box-shadow: inset 45px 0 35px -30px black; }
    .myafternic-breadcrumbs h2 a.breadcrumb-my-step.breadcrumb-my-subactive {
      background: #288114;
      border-right: 1px solid #79c07a;
      color: #a4cd54; }
    .myafternic-breadcrumbs h2 a.breadcrumb-my-step.breadcrumb-my-active {
      background: #569418;
      border-right: 1px solid #c0d7a8;
      color: #fff; }

/*     HEADER NOTIFICATION     */
.header-notification {
  height: 38px;
  background: #ffb1b1;
  font-weight: 700;
  color: #d0333b;
  font-size: 14px;
  position: relative;
  border-top: 1px solid #fff;
  width: 100%;
  clear: both; }
  .header-notification .header-notification-headline {
    display: block;
    line-height: 24px;
    padding: 7px 20px;
    text-decoration: none;
    color: #d0333b; }
  .header-notification .header-notification-action1 {
    display: block;
    position: absolute;
    right: 20px;
    top: 7px;
    background: #ffb1b1;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 15px;
    line-height: 22px; }
  .header-notification .header-notification-action1:hover {
    background: #d0333b; }

#footer-badges {
  clear: both;
  background: #fff url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/shadow-footer-badges.png") repeat-x top left;
  width: 100%;
  min-height: 77px; }

#list-badges {
  list-style: none;
  padding: 20px 20px 10px 34px; }

#list-badges li {
  float: left;
  margin-right: 30px; }

#footer-sub {
  height: 297px;
  background: #444544 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/shadow-subfooter.png") repeat-x left top;
  color: #fff;
  min-width: 920px;
  clear: both; }

#footer-sub h6 {
  font-family: 'Enriqueta', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 32px 0 10px; }

#footer-sub-left {
  background: #343434;
  color: white;
  width: 240px;
  height: 297px;
  float: left;
  border-right: 1px solid #535353;
  padding: 0 0 0 34px; }
  #footer-sub-left h6 {
    color: white; }

#footer-stats {
  list-style: none;
  font-size: 28px;
  line-height: 28px; }

#footer-stats li {
  list-style: none;
  margin: 0 0 18px;
  padding: 0; }

#footer-stats li span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 11px;
  margin: 0;
  padding: 0; }

#footer-sub-right {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-footer-decoration.png") no-repeat left bottom;
  height: 297px;
  overflow: hidden;
  padding: 0 0 0 80px;
  font-size: 12px;
  line-height: 16px; }

#footer-twitterfeed {
  float: left;
  width: 325px;
  line-height: 14px; }

#footer-twitterfeed h6 a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 43px;
  border-radius: 100px;
  font-size: 18px;
  position: relative; }

#footer-twitterfeed h6 a:before {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: ' ';
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat -128px -32px;
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  left: 0; }

#footer-twitterfeed h6 a:hover:before {
  background-position: -128px top; }

#footer-twitterfeed h6 a:hover {
  color: #a4dce4; }

#footer-sub-links {
  width: 220px;
  float: left;
  margin: 0 0 0 80px; }

#footer-sub-links h6 {
  color: white;
  margin: 38px 0 10px;
  line-height: 20px; }

#footer-share-list {
  list-style: none;
  height: 32px;
  display: block; }

#footer-share-list li {
  list-style: none;
  display: inline; }

#footer-share-list li a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 10px 0 0;
  border-radius: 100px; }

#footer-share-twitter:hover {
  background-position: -96px 0; }

#footer-share-linkedin:hover {
  background-position: 0 0; }

#footer-share-facebook:hover {
  background-position: -32px 0; }

#footer-share-google:hover {
  background-position: -64px 0; }

#footer-share-twitter {
  background-position: -96px -32px; }

#footer-share-linkedin {
  background-position: 0 -32px; }

#footer-share-facebook {
  background-position: -32px -32px; }

#footer-share-google {
  background-position: -64px -32px; }

#footer {
  background: #444 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-footer.png") repeat-x left top;
  height: 270px;
  border-top: 1px solid #6e6e6e;
  width: 100%;
  clear: both;
  color: #d6d6d6;
  font-size: 12px;
  line-height: 18px; }

#footer-about {
  float: left;
  padding: 34px 0 0 34px;
  width: 260px;
  height: 236px;
  background: #4a4a4a url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-footer-about.png") no-repeat right 71px; }

#footer-logo {
  display: block;
  text-indent: -9999px;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat 0 -64px;
  margin: 0 0 5px;
  width: 139px;
  height: 32px;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)'; }

#footer-logo:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=100)'; }

#footer-about span {
  display: block;
  margin: 0 0 8px; }

#footer-about span em {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  padding: 8px 0 0; }

#footer-about span a {
  color: #9a9a9a;
  text-decoration: none; }

#footer-about span a:hover {
  color: #fff;
  text-shadow: 0 3px 3px #333; }

#footer-numbers {
  font-size: 18px;
  color: #fff; }

#footer-numbers span {
  color: #a3a3a3;
  font-size: 13px; }

#footer-copyright {
  font-size: 10px;
  line-height: 12px;
  color: #9a9a9a;
  padding: 0 0 0 20px; }

#navlist-footer {
  list-style: none;
  display: block;
  color: #868686;
  font-size: 12px;
  padding: 42px 0 0; }
  #navlist-footer li {
    list-style: none;
    margin: 0 0 5px;
    line-height: 14px; }
    #navlist-footer li a,
    #navlist-footer li button {
      cursor: pointer;
      color: #989898;
      text-decoration: none;
      display: block; }
      #navlist-footer li a:hover,
      #navlist-footer li button:hover {
        color: #fff;
        text-shadow: 0 3px 3px #333; }
    #navlist-footer li button {
      font-size: 12px;
      line-height: 14px;
      min-height: 14px; }
  #navlist-footer > li {
    display: block;
    float: left;
    width: 140px;
    list-style: none;
    margin: 0 0 0 40px; }
    #navlist-footer > li > a,
    #navlist-footer > li > button {
      color: #b4b4b4;
      font-size: 16px;
      margin: 0 0 12px;
      line-height: 26px; }

a .footer-nav-icon,
button .footer-nav-icon {
  display: block;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home.png") no-repeat;
  width: 26px;
  height: 26px;
  margin: 0 0 0 -33px;
  float: left;
  opacity: .2;
  filter: alpha(opacity=20);
  -ms-filter: 'alpha(opacity=20)'; }

a:hover .footer-nav-icon,
button:hover .footer-nav-icon {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: 'alpha(opacity=50)'; }

#footer-nav-buydomains .footer-nav-icon {
  background-position: -160px 0; }

#footer-nav-selldomains .footer-nav-icon {
  background-position: -186px 0; }

#footer-nav-myaccount .footer-nav-icon {
  background-position: -212px 0; }

#footer-nav-company .footer-nav-icon {
  background-position: -238px 0; }

#sidebarContainer {
  position: relative;
  width: 240px;
  display: block; }

#sidebar {
  padding: 20px 0; }

.sidebar-subblock {
  position: relative;
  display: block;
  padding: 0 35px;
  margin: 0 0 20px; }

#sidebar-login {
  border-bottom: 1px solid #f6f6f6;
  line-height: 18px;
  font-size: 12px;
  height: 118px;
  margin-bottom: 0; }
  #sidebar-login .ux-button {
    width: 171px; }
  #sidebar-login .btn-login {
    line-height: 25px;
    min-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px; }
  #sidebar-login .btn-signup {
    height: 60px;
    margin-bottom: 10px;
    line-height: 40px; }

.sidebar-createaccount {
  display: block;
  background: #76a22f !important;
  border-radius: 10px;
  line-height: 60px;
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 700; }

.sidebar-login-open {
  display: block !important;
  background: #76a22f !important;
  border-radius: 10px !important;
  line-height: 25px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 700 !important; }

.sidebar-createaccount:hover,
.sidebar-login-open:hover {
  background: #94c44d !important;
  box-shadow: inset 0 0 20px #76a22f !important;
  text-decoration: none !important; }

.sidebar-spacer {
  height: 150px; }

.sidebar-dark {
  min-height: 700px;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-sidebar-dark.png") repeat-y top left; }

#sidebar-login p {
  margin: 0 0 5px; }

p#login-greeting {
  font-size: 18px;
  color: #373f7e;
  display: block;
  padding: 30px 0 0; }

p#login-greeting a {
  color: #373f7e;
  text-decoration: none; }

p#login-greeting a:hover {
  text-decoration: underline; }

a.login-notification {
  color: #808080;
  text-decoration: none; }

a.login-notification span {
  color: #4e8500; }

a.login-notification:hover span {
  text-decoration: underline; }

p#login-actions {
  color: #cfcfcf;
  letter-spacing: 5px; }

p#login-actions a {
  display: inline-block;
  color: #808080;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: normal; }

p#login-actions a:hover {
  color: #000;
  text-decoration: underline; }

/*		SIDEBAR SPECIAL HOME      */
#sidebar-special-home {
  position: relative;
  display: block;
  margin: 0 0 20px;
  min-height: 300px;
  background-color: #444;
  box-shadow: inset -10px 0 50px #333, inset -230px 0 230px #666; }
  #sidebar-special-home #sidebar-special-testimonial-woman1 {
    display: block;
    position: relative;
    background: transparent;
    font-size: 15px;
    line-height: 21px;
    padding: 45px 26px 0 16px;
    color: #eee;
    text-shadow: 0 -1px 0 #000; }
    #sidebar-special-home #sidebar-special-testimonial-woman1 p {
      line-height: 21px; }
  #sidebar-special-home p.sidebar-special-testimonial-title {
    font-weight: 700;
    margin: 0 0 8px; }
  #sidebar-special-home p.sidebar-special-testimonial-body {
    margin: 0 0 8px;
    font-size: 13px; }
  #sidebar-special-home p.sidebar-special-testimonial-credit {
    margin: 0 0 0 50px;
    font-style: italic;
    font-size: 13px;
    text-align: left; }

a#ad-app-download {
  display: block;
  text-indent: -9999px;
  width: 238px;
  height: 300px;
  margin: 0 0 0 -34px;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/specials/sidebar/download-afternic-app-android.png") no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a#ad-app-download {
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/specials/sidebar/download-afternic-app-android-2x.png");
      background-size: 238px 300px; } }

/*		SIDEBAR SPECIAL STANDARD      */
.sidebar-special-standard {
  color: #545454;
  margin-bottom: 50px;
  font-size: 12px; }
  .sidebar-special-standard p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 14px; }
    .sidebar-special-standard p.sidebar-special-title {
      color: #4e8500;
      font-size: 16px;
      display: block;
      padding: 0 0 0 60px;
      margin: 0 0 15px !important;
      min-height: 45px;
      line-height: 17px; }
      .sidebar-special-standard p.sidebar-special-title span {
        font-size: 20px;
        font-family: 'Enriqueta', sans-serif; }
  .sidebar-special-standard ul {
    margin: 0 0 5px 16px; }

.special-title-appraisal {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/icon-appraisal-large.png") no-repeat left center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .special-title-appraisal {
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-appraisal-large-2x.png");
      background-size: 45px 45px; } }

.sidebar-special-button {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  background: #91ba69 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/button-bg-green.png") repeat-x left center;
  height: 30px;
  line-height: 30;
  padding: 0 26px 0 0;
  border: 1px solid #76a22f;
  border-radius: 10;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 8px;
  text-align: right;
  text-shadow: 0 -1px 1px #4f802d;
  clear: both; }
  .sidebar-special-button span {
    font-size: 20;
    letter-spacing: -1px;
    display: block;
    float: right;
    line-height: 28px;
    margin: 0 0 0 5px; }
  .sidebar-special-button:hover {
    box-shadow: inset 0 0 10px #396000;
    border: 1px solid #396000; }

* + html a.sidebar-special-button span {
  display: inline;
  float: none;
  font-size: 18px; }

p.special-title-agent {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-agent-large.png") no-repeat left center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    p.special-title-agent {
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-agent-large-2x.png");
      background-size: 45px 45px; } }

p.special-title-phone {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home.png") no-repeat -150px -157px;
  height: 52px;
  padding: 10px 0 0 60px !important; }

p.special-title-affiliate {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home.png") no-repeat -150px -237px;
  height: 51px;
  padding: 0 0 0 60px !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  p.special-title-phone,
  p.special-title-affiliate {
    background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home-2x.png");
    background-size: 316px 457px; } }

p.special-title-affiliate span span {
  font-size: 12px;
  display: block;
  padding: 0 0 4px;
  line-height: 12px;
  margin: 0; }

a.sidebar-special-button {
  display: block;
  background: #91ba69 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-green.png") repeat-x left center;
  height: 32px;
  line-height: 30px;
  padding: 0 26px 0 0;
  border: 1px solid #76a22f;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 8px;
  text-align: right;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-shadow: 0 -1px 1px #4f802d;
  clear: both; }

a.sidebar-special-button span {
  font-size: 20px;
  letter-spacing: -1px;
  display: block;
  float: right;
  line-height: 28px;
  margin: 0 0 0 5px; }

* + html a.sidebar-special-button span {
  display: inline;
  float: none;
  font-size: 18px; }

a.sidebar-special-button:hover {
  box-shadow: inset 0 0 10px #396000;
  border: 1px solid #396000; }

p#sidebar-phone-1 span {
  font-size: 26px;
  color: #86b835;
  display: block;
  line-height: 30px;
  letter-spacing: -1px; }

p#sidebar-phone-2 span {
  font-size: 20px;
  color: #86b835;
  display: block;
  line-height: 24px;
  letter-spacing: -1px; }

p.learn-more {
  text-align: right;
  display: block;
  float: right;
  color: #fff;
  background: #a3bf51;
  padding: 0 10px;
  border-radius: 20px;
  line-height: 18px; }

p.learn-more a {
  color: #fff; }

/*     DARK SIDBAR     */
.sidebar-lightondark {
  color: #fff !important;
  font-size: 12px; }

.sidebar-lightondark h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 12px 0 10px; }

/*		ADMIN SUBNAV      */
a#ad-partnerpromotion {
  display: block;
  text-indent: -9999px;
  width: 238px;
  height: 300px;
  margin: 0 0 0 -34px;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/Home-PartnerPromotion.png") no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a#ad-partnerpromotion {
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/Home-PartnerPromotion-2x.png");
      background-size: 238px 300px; } }

#sidebar-admin {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 240px;
  padding: 10px 0 20px 24px;
  top: 0;
  left: -240px;
  position: absolute;
  z-index: 800;
  background: #373636;
  box-shadow: inset 0 0 10px #000;
  height: 100%; }
  #sidebar-admin.sidebar-admin-open {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    left: 0; }

a#sidebar-admin-toggle {
  position: absolute;
  width: 96px;
  padding: 0 15px 0 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: -95px;
  background: #373636;
  color: #fff;
  z-index: 800;
  border-radius: 0 0 100px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-right: 1px solid #a0a0a0; }
  a#sidebar-admin-toggle:hover, a#sidebar-admin-toggle.sidebar-admin-toggle-disabled {
    background: #717171;
    width: 101px;
    padding: 0 15px 0 5px;
    right: -101px; }
  a#sidebar-admin-toggle.sidebar-admin-toggle-disabled {
    cursor: default; }
  a#sidebar-admin-toggle span#notification-alert-hint {
    display: block;
    float: right;
    border-radius: 100px;
    color: #fff;
    background: #f70;
    line-height: 12px;
    padding: 4px 6px 3px;
    text-align: center;
    font-size: 12px;
    border: 2px solid #fff;
    font-weight: 900;
    position: absolute;
    top: -7px;
    left: 85px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  a#sidebar-admin-toggle:hover span#notification-alert-hint {
    left: 90px; }

#admin-subnav {
  width: 240px;
  margin: 0 -24px;
  padding: 20px 0 0;
  border-bottom: 1px solid #4b4a4a; }

ul#sidebar-admin-quicknavlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 128px; }

ul#sidebar-admin-quicknavlist li {
  list-style: none;
  display: inline; }

a#sidebar-admin-quicknavlist-notifications,
a#sidebar-admin-quicknavlist-basket {
  display: block;
  float: left;
  width: 96px;
  padding: 5px 5px 0 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  height: 37px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 10;
  background: #999;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #333; }

ul#sidebar-admin-quicknavlist li a:hover {
  box-shadow: 0 4px 8px #373636;
  z-index: 20; }

ul#sidebar-admin-quicknavlist li a:active {
  box-shadow: inset 0 0 8px #373636;
  z-index: 20;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555; }

a#sidebar-admin-quicknavlist-notifications span,
a#sidebar-admin-quicknavlist-basket span {
  display: block;
  float: left;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 1px 7px 0;
  background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home.png");
  text-align: left;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a#sidebar-admin-quicknavlist-notifications span,
    a#sidebar-admin-quicknavlist-basket span {
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home-2x.png");
      background-size: 316px 457px; } }

a#sidebar-admin-quicknavlist-notifications {
  margin: 0 1px 0 0;
  padding: 5px 5px 0 0;
  border-radius: 0 0 0 5px; }

a#sidebar-admin-quicknavlist-notifications.active-items-inside {
  background: #f70;
  border-top: 1px solid #ffae00; }

a#sidebar-admin-quicknavlist-notifications span {
  background-position: -290px 0; }

a#sidebar-admin-quicknavlist-basket {
  border-radius: 0 0 5px; }

a#sidebar-admin-quicknavlist-basket.active-items-inside {
  background: #569418;
  border-top: 1px solid #94bb6e; }

a#sidebar-admin-quicknavlist-basket span {
  background-position: -160px 0; }

a#sidebar-admin-largeaccount-button {
  display: block;
  font-weight: normal;
  background: #f4f2f2 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-subnav-bg-biggrey.png") repeat-x center bottom;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  width: 193px;
  height: 63px;
  padding: 10px 5px;
  margin: 10px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #333;
  text-shadow: 0 1px 1px #fff;
  color: #808080;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 30; }

a#sidebar-admin-largeaccount-button:active {
  box-shadow: inset 0 2px 5px #666 !important;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #999; }

a#sidebar-admin-largeaccount-button span {
  display: block;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

a#sidebar-admin-largeaccount-button img {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  margin: 0 8px 0 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #fff; }

a#sidebar-admin-logout {
  position: absolute;
  top: 60px;
  right: 26px;
  z-index: 50;
  display: block;
  font-size: 10px;
  line-height: 15px;
  padding: 3px 10px;
  border-radius: 5px 0 0;
  background-color: #d2d2d2;
  color: #505050;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

a#sidebar-admin-logout:hover {
  background-color: #606060;
  color: #fff;
  box-shadow: inset 0 0 8px #000 !important;
  z-index: 50 !important; }

/***********************/
.admin-subnav-active {
  cursor: default; }
  .admin-subnav-active .panel-button {
    cursor: default; }

.admin-subnavlist .ux-accordion,
.admin-subnavlist .panel {
  border-bottom: 0; }
  .admin-subnavlist .ux-accordion.admin-subnav-active .panel-title,
  .admin-subnavlist .panel.admin-subnav-active .panel-title {
    color: #ace45a !important; }

.admin-subnavlist .panel-button {
  padding: 0;
  border-top: 1px solid #4b4a4a;
  border-bottom: 1px solid #121212; }
  .admin-subnavlist .panel-button:before {
    position: absolute;
    content: ' ';
    width: 50px;
    height: 50px;
    background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/sprites-home.png");
    background-repeat: no-repeat;
    margin-left: 24px; }
  .admin-subnavlist .panel-button:after {
    content: none; }

.admin-subnavlist .panel-title {
  font-family: "Lato", sans-serif;
  margin-left: 64px; }
  .admin-subnavlist .panel-title .admin-subnav-active {
    color: #ace45a !important; }

.admin-subnavlist .panel-title,
.admin-subnavlist li a {
  display: block;
  line-height: 50px;
  height: 50px;
  color: #dbdbdb;
  text-decoration: none;
  font-weight: 900;
  padding: 0 0 0 24px;
  font-size: 14px;
  text-shadow: 0 1px 3px #000;
  outline: none; }
  .admin-subnavlist .panel-title:hover,
  .admin-subnavlist li a:hover {
    color: #fff !important; }

.admin-subnavlist li a {
  border-top: 1px solid #4b4a4a;
  border-bottom: 1px solid #121212; }

.admin-subnavlist .panel-content {
  margin: 0; }
  .admin-subnavlist .panel-content ul {
    display: block;
    list-style: none;
    background: #2b2a2a;
    box-shadow: inset 0 0 10px #000;
    width: 240px !important; }
  .admin-subnavlist .panel-content li {
    list-style: none;
    display: inline; }
    .admin-subnavlist .panel-content li:nth-child(1) a {
      border-top: 0; }
  .admin-subnavlist .panel-content ul li a {
    font-size: 13px;
    line-height: 14px;
    height: auto;
    font-weight: 700;
    padding: 11px 20px 11px 96px;
    border-bottom: 1px solid #121111;
    border-top: 1px solid #3c3c3c;
    text-shadow: 0 -1px 1px #000; }
    .admin-subnavlist .panel-content ul li a.admin-subnav-active {
      color: #ace45a !important; }

/**************** icons *****************/
.admin-subnav-dash .panel-button:before {
  background-position: 0 -157px; }

.admin-subnav-dash .panel-button:hover:before {
  background-position: -100px -157px !important; }

.admin-subnav-dash.admin-subnav-active .panel-button:before {
  background-position: -50px -157px !important; }

.admin-subnav-portfolio .panel-button:before {
  background-position: 0 -207px; }

.admin-subnav-portfolio .panel-button:hover:before {
  background-position: -100px -207px; }

.admin-subnav-portfolio.admin-subnav-active .panel-button:before {
  background-position: -50px -207px; }

.admin-subnav-purchases .panel-button:before {
  background-position: 0 -257px; }

.admin-subnav-purchases .panel-button:hover:before {
  background-position: -100px -257px; }

.admin-subnav-purchases.admin-subnav-active .panel-button:before {
  background-position: -50px -257px; }

.admin-subnav-offers .panel-button:before {
  background-position: 0 -307px; }

.admin-subnav-offers .panel-button:hover:before {
  background-position: -100px -307px; }

.admin-subnav-offers.admin-subnav-active .panel-button:before {
  background-position: -50px -307px; }

.admin-subnav-account .panel-button:before {
  background-position: 0 -357px; }

.admin-subnav-account .panel-button:hover:before {
  background-position: -100px -357px; }

.admin-subnav-account.admin-subnav-active .panel-button:before {
  background-position: -50px -357px; }

.admin-subnav-partnerportal .panel-button:before {
  background-position: 0 -407px; }

.admin-subnav-partnerportal .panel-button:hover:before {
  background-position: -100px -407px; }

.admin-subnav-partnerportal.admin-subnav-active .panel-button:before {
  background-position: -50px -407px !important; }

/* BUY DOMAIN MARKETING NAV */
.sub-nav-static {
  padding-left: 34px;
  margin-top: 20px; }
  .sub-nav-static li {
    list-style: none;
    margin-bottom: 0.5em;
    width: 80%; }
    .sub-nav-static li a {
      border-radius: 20px;
      display: block;
      font-size: 15px;
      padding: 0.5em 1em;
      text-decoration: none; }
      .sub-nav-static li a:hover {
        background: #eff6e5; }
      .sub-nav-static li a.selected {
        background: #eff6e5;
        box-shadow: inset 0 1px 5px rgba(113, 171, 16, 0.1); }

/* Link to AN BETA */
.beta-switch-box {
  position: absolute;
  bottom: 25px;
  padding: 12px;
  border: 1px solid #a6fff8;
  background: black;
  color: #a6fff8;
  width: 195px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .beta-switch-box .beta-switch-text {
    width: 130px; }

/*		TABLES      */
tr.table-oddrow {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-alt-row.png") repeat top left; }

tr.table-editedrow {
  background-color: #f6f7fe !important; }

tr.table-errorrow {
  background-color: #ffe8e8 !important; }

/*		TABLES - DASHBOARD MODULES		*/
#module-dashboard {
  padding: 60px 0 0 60px;
  background-color: #fff; }
  #module-dashboard h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px !important;
    padding: 0 0 10px;
    margin: 0 0 8px;
    border-bottom: 1px solid #ebe9e9; }

.info-module-premium h4 {
  color: #445591; }

.info-module-sold h4 {
  color: #d0333b; }

.info-module-auctions h4,
.info-module-profile-featured h4,
.info-module-domainlistings h4,
.info-module-recentactivity h4,
.info-module-newlistings h4,
.info-module-trending h4 {
  color: #4e8500; }

a.module-vewmore {
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
  color: #868686;
  display: block;
  line-height: 18px;
  padding: 8px 0 0;
  float: right; }
  a.module-vewmore:hover {
    color: #333; }

.info-module-single table th,
.info-module-double table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
  padding: 0 0 5px; }
  .info-module-single table th a,
  .info-module-single table th button,
  .info-module-double table th a,
  .info-module-double table th button {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 0 0 0 8px;
    font-size: 10px;
    font-weight: 400; }
    .info-module-single table th a:hover,
    .info-module-single table th button:hover,
    .info-module-double table th a:hover,
    .info-module-double table th button:hover {
      text-decoration: underline; }

.info-module-single table td,
.info-module-double table td {
  line-height: 22px;
  padding: 7px 0;
  font-size: 12px; }

.info-module-single {
  padding-right: 6%;
  padding-bottom: 60px; }
  .info-module-single table {
    border-bottom: 1px solid #b4b4b4;
    width: 100%; }

.info-module-double {
  float: left;
  padding: 0 0 60px;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }
  .info-module-double table {
    border-bottom: 1px solid #b4b4b4;
    width: 100%; }

.info-module-buynowhighlight table {
  background: #fff url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/shadow-table-highlight-module.png") no-repeat right top; }

table td.module-makeoffer {
  width: 114px;
  padding: 7px 6px 7px 18px !important; }

table td.module-buynow {
  width: 140px;
  max-width: 140px;
  padding: 7px 6px !important;
  text-align: right; }
  table td.module-buynow a.button-buy-generic {
    float: right;
    margin: 0 0 0 10px; }

table td.module-datesold {
  text-align: center; }

table td.module-soldfor {
  text-align: center; }

.info-module-single table th.module-column-datesold {
  text-align: center; }

.info-module-single table th.module-column-soldfor {
  text-align: center; }

.info-module-sold th a span {
  color: #d0333b !important; }

.module-domain-wrap {
  position: relative;
  width: 100%;
  display: block;
  height: 36px;
  margin: -7px 0; }

a.module-domain {
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 36px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  a.module-domain:hover {
    color: #4e8500; }
  a.module-domain span {
    font-weight: 400;
    padding: 0 0 0 3px; }

span.module-domain {
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 36px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*	Featured Auctions Styles	*/
#module-auction-adspace {
  font-size: 12px;
  display: block;
  padding: 0 110px 0 0; }

.info-module-auctions tr.table-oddrow,
.info-module-profile-featured tr.table-oddrow {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-alt-row-green.png"); }

th.module-column-auctionbids,
th.module-column-auctionbidnow {
  text-align: center !important; }

td.module-auctiondomain {
  width: 38%; }

td.module-auctionexpire {
  font-style: italic;
  font-weight: 700;
  padding: 7px 10px !important; }
  td.module-auctionexpire span {
    font-weight: 400; }
    td.module-auctionexpire span.module-auction-closingsoon {
      font-weight: 700;
      color: #e94b51; }

td.module-auctionbids {
  padding: 7px 5px !important;
  text-align: right; }
  td.module-auctionbids a {
    text-decoration: none; }
    td.module-auctionbids a:hover {
      text-decoration: underline; }

td.module-auctionbidnow {
  padding: 7px 5px !important;
  text-align: right; }
  td.module-auctionbidnow a.button-bid-generic {
    float: right;
    margin: 0 0 0 10px; }

td.module-auctiondomain a.module-domain {
  padding: 0 0 0 8px !important;
  font-size: 14px !important;
  line-height: 36px;
  font-family: 'Enriqueta', sans-serif;
  color: #4e8500;
  font-weight: 400 !important; }
  td.module-auctiondomain a.module-domain:hover {
    color: #000; }

td.module-buynow-notavailable {
  font-size: 10px;
  font-style: italic;
  color: #999;
  text-align: center !important;
  letter-spacing: 1px; }

/*	HOME INFO LOADING	*/
.info-module-loading {
  height: 275px;
  background: #f2f2f2 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-loading.gif") no-repeat center center;
  box-shadow: inset 0 0 20px #e1e1e1; }

/*		TABLES - SEARCH RESULTS     */
table#search-results {
  background: #fff url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/shadow-table-highlight.png") no-repeat right top;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  font-size: 12px; }
  table#search-results th {
    line-height: 37px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase; }

th.search-column-domain {
  text-align: left; }
  th.search-column-domain a {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 0 0 0 8px; }
    th.search-column-domain a:hover {
      text-decoration: underline; }

th.search-column-buynow {
  width: 160px;
  min-width: 160px;
  text-align: center;
  background-color: #4e8500;
  color: #fff;
  border-top-left-radius: 12px; }
  th.search-column-buynow a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #87b834;
    display: block;
    color: #fff;
    text-decoration: none; }
    th.search-column-buynow a:hover {
      text-decoration: underline; }

th.search-column-offerbid {
  width: 260px;
  min-width: 260px;
  text-align: center;
  background-color: #4e8500;
  color: #fff;
  border-top-right-radius: 10px; }
  th.search-column-offerbid a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }
    th.search-column-offerbid a:hover {
      text-decoration: underline; }

th.search-column-offerbid span {
  text-transform: lowercase;
  display: inline-block;
  padding: 0 4px;
  font-weight: 400; }

th.search-column-offerbid a:hover span {
  text-decoration: underline; }

table#search-results td {
  line-height: 22px;
  padding: 18px 0; }

.search-domain-wrap {
  position: relative;
  width: 100%;
  display: block;
  height: 22px; }

a.search-domain {
  padding: 0 40px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 8px;
  right: 0; }
  a.search-domain:hover {
    color: #4e8500;
    text-decoration: underline; }

table#search-results a.icon-appraised-19x19 {
  position: absolute;
  top: 0;
  right: 15px; }

td.search-buynow {
  text-align: right; }
  td.search-buynow a.button-buy-generic {
    float: right;
    margin: 0 13px; }

span.search-no-buynow {
  color: #939393;
  font-style: italic;
  text-align: center;
  display: block; }

td.search-makeoffer {
  text-align: right; }
  td.search-makeoffer a.button-makeoffer-generic {
    float: left;
    margin: 0 0 0 22px; }

span.search-offer-min {
  float: right;
  display: block;
  margin: 0 15px 0 0; }

a.button-search-auction {
  font-style: italic;
  text-align: center;
  text-decoration: none;
  color: #939393;
  display: block; }
  a.button-search-auction:hover {
    text-decoration: underline; }
  a.button-search-auction span {
    color: #000; }

td.search-makebid a.button-bid-generic {
  float: right;
  margin: 0 15px; }

a.search-bid-number {
  display: block;
  float: left;
  width: 90px;
  color: #000;
  text-decoration: none;
  line-height: 58px;
  margin: -18px 0;
  text-align: center; }
  a.search-bid-number:hover {
    text-decoration: underline; }

a.search-hotbid {
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-hotbids.png") no-repeat center 2px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a.search-hotbid {
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-hotbids-2x.png");
      background-size: 40px 27px; } }

table#search-results td.search-makebid {
  text-align: right;
  padding: 18px 0 18px 22px; }

a.search-auction-amount {
  color: #000;
  display: block;
  text-decoration: none; }
  a.search-auction-amount:hover {
    text-decoration: underline; }

a#button-scroll-hint {
  display: block;
  text-decoration: none;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-arrow-scrolldown.png") no-repeat center bottom;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; }
  a#button-scroll-hint:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; }
  a#button-scroll-hint span {
    color: #666;
    font-style: italic;
    margin: 0 0 0 6px; }

/*		TABLES - CHECKOUT MODULES		*/
table td.module-price {
  width: 100px;
  max-width: 100px;
  padding: 7px 6px !important;
  text-align: right; }

table td.module-remove-item {
  width: 25px;
  max-width: 25px;
  padding: 7px 6px 7px 12px !important;
  text-align: center; }
  table td.module-remove-item a.button-remove-item-generic {
    padding: 0 6px 3px;
    color: #fff;
    background: #c0c0c0;
    text-decoration: none;
    font-weight: bold;
    line-height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    table td.module-remove-item a.button-remove-item-generic:hover {
      background: #4e8500; }

table td.module-appraisal-included {
  width: 160px;
  max-width: 160px;
  padding: 7px 6px !important;
  text-align: left; }
  table td.module-appraisal-included span {
    color: #94c24d;
    text-transform: uppercase;
    padding: 2px 0 2px 25px;
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-appraisal-19x19.png") no-repeat left top; }

/*     BUTTONS      */
.button-buy-generic {
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-radius: 100px;
  background-color: #b4b4b4;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  display: block; }
  .button-buy-generic:hover {
    background-color: #87b834;
    color: #fff;
    text-decoration: none; }

.button-makeoffer-generic {
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-radius: 100px;
  background-color: #c8c8c8;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 7px;
  display: block; }
  .button-makeoffer-generic:hover {
    background-color: #4e8500;
    color: #fff;
    text-decoration: none; }

/*     TABLE EMPTY STATES     */
.table-empty-placeholder {
  padding: 10px;
  margin: 0 !important;
  background: #ddd;
  position: relative;
  border-top: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 0 50px #aaa; }

form#portfolio-form .table-empty-placeholder {
  border-right: 40px solid #fff; }

ul.table-empty-box {
  display: block;
  list-style: none;
  border-radius: 5px;
  padding: 40px 40px 25px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 -1px 1px rgba(0, 0, 0, 0.2), 0 2px 8px #aaa, inset 0 200px 200px -100px rgba(255, 255, 255, 0.2); }
  ul.table-empty-box li {
    display: block;
    list-style: none;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 20px; }

li.table-empty-title {
  font-size: 58px;
  line-height: 50px;
  letter-spacing: -2px;
  font-weight: 900;
  color: #ccc;
  text-shadow: 0 -1px 0 #999, 0 1px 0 #efefef; }

li.table-empty-desc {
  color: #777;
  text-shadow: 0 1px 0 #fff; }

li.table-empty-actions a {
  display: inline-block;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 25px;
  text-decoration: none;
  background: #ccc;
  color: #777;
  margin: 0 6px 5px;
  text-shadow: 0 1px 0 #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #aaa;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }
  li.table-empty-actions a:hover {
    background: #999;
    color: #eee;
    text-shadow: 0 -1px 0 #666;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #666; }

li.table-empty-actions a.table-empty-suggested-action {
  font-weight: 700;
  background: #4c852e url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-mainsearch-bg.png") no-repeat left top;
  border-top: 1px solid #dae6c7;
  border-right: 1px solid #4c852e;
  border-bottom: 1px solid #2e501c;
  border-left: 1px solid #4c852e;
  text-shadow: 0 -1px 1px #507e1a;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 rgba(255, 255, 255, 0.9); }
  li.table-empty-actions a.table-empty-suggested-action:hover {
    background: #4c852e url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-mainsearch-bg.png") no-repeat left -3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 rgba(255, 255, 255, 0.9); }
  li.table-empty-actions a.table-empty-suggested-action:active {
    background: #4c852e url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-mainsearch-bg.png") no-repeat left top;
    box-shadow: inset 0 1px 5px #2e501c, 0 1px 1px rgba(255, 255, 255, 0.9);
    border-top: 1px solid #2e501c; }

#header-actions {
  height: 138px;
  padding: 0 0 0 50px; }

/*		HERO SALES BOX      */
#header-actions-hero {
  height: 138px;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/specials/hero/hero-overlay-bg.png") repeat-x left top;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2), inset 80px 0 80px -50px #fff, inset -80px 0 80px -50px #fff;
  position: relative;
  z-index: 20; }
  #header-actions-hero .header-em {
    padding: 0 3px; }

#header-action-search {
  padding: 20px 20px 0 55px;
  width: 520px;
  height: 138px;
  border-right: 1px solid #bbb;
  float: left; }
  #header-action-search .form-group {
    display: inline-block; }
  #header-action-search .search-drop-down {
    display: inline-block;
    width: 90px;
    padding-right: 10px; }

h3#header-action-search-hero {
  display: block;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  color: #86b835;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 10px !important;
  text-indent: 5px;
  letter-spacing: -1px; }
  h3#header-action-search-hero .header-cta {
    display: block;
    font-size: 34px;
    line-height: 30px;
    color: #4b8404;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    text-indent: 0; }

#header-action-sell {
  padding: 20px 0 0 20px;
  height: 118px;
  border-left: 1px solid #fff;
  float: left; }
  #header-action-sell #header-action-sell-button {
    width: 180px;
    font-size: 14px;
    font-weight: 900; }

h3#header-action-sell-hero {
  display: block;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  color: #5b68d6;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 10px !important;
  text-indent: 5px;
  letter-spacing: -1px; }
  h3#header-action-sell-hero .header-cta {
    display: block;
    font-size: 34px;
    line-height: 30px;
    color: #373f7e;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    text-indent: 0; }

#hero-container {
  width: 100%;
  background: #86b835; }
  #hero-container #hero-slide {
    height: 300px;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    #hero-container #hero-slide div {
      background-repeat: no-repeat;
      background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/specials/hero/hero-graphics-2021.png");
      height: 300px;
      color: #fff;
      width: 100%;
      z-index: 11;
      -webkit-font-smoothing: antialiased; }

#hero-slide-1 {
  background-position: 0 0;
  background-color: #67d9d9; }
  #hero-slide-1 h2 {
    display: block;
    font-weight: 300;
    text-shadow: 0 -1px 0 #4c852e, 0 4px 20px #87b834;
    width: 390px;
    padding: 10px 0 0 260px;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1px; }
    #hero-slide-1 h2 strong {
      font-weight: 700; }
    #hero-slide-1 h2 span {
      font-weight: 400;
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 20px;
      line-height: 24px;
      padding: 15px 40px 0 0;
      letter-spacing: normal;
      text-shadow: 0 -1px 0 #4c852e, 0 4px 20px #87b834; }

#hero-slide-2 {
  background-position: -40px -300px; }
  #hero-slide-2 h2 {
    display: block;
    font-weight: 400;
    text-shadow: 0 -1px 0 #5173de;
    width: 320px;
    padding: 10px 0 0 320px;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px; }
    #hero-slide-2 h2 span {
      font-weight: 400;
      display: block;
      font-family: "Lato", sans-serif;
      line-height: 24px;
      padding: 15px 0 0;
      letter-spacing: normal;
      text-shadow: 0 -1px 0 #5173de;
      font-size: 20px; }

#hero-slide-3 {
  background-position: -40px 0; }
  #hero-slide-3 h2 {
    display: block;
    text-shadow: 0 -1px 0 #aa0a0e;
    font-weight: 400;
    width: 320px;
    padding: 65px 0 0 320px;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1px; }
    #hero-slide-3 h2 span {
      font-weight: 400;
      display: block;
      font-family: "Lato", sans-serif;
      text-shadow: 0 -1px 0 #aa0a0e;
      font-size: 20px;
      padding: 15px 0 0;
      line-height: 26px;
      letter-spacing: normal; }

/*		HERO BUY AND SELL DOMAINS      */
h3#header-action-search-continue {
  font-weight: 700;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: #4b8404;
  letter-spacing: -1px;
  padding: 45px 0 15px;
  margin: 0 !important; }

.modal-backdrop {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-lightbox-overlay.png") !important; }

.modal-dialog {
  max-width: 300px;
  font-size: 18px !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 7px #333 !important;
  margin-top: 200px; }

.large-modal {
  width: 700px;
  max-width: 700px; }

.modal-header {
  height: 20px !important;
  padding: 0 !important; }
  .modal-header .close-modal {
    display: block;
    color: #dedede !important;
    background: #fff;
    font-size: 18px;
    border-radius: 100px;
    width: 30px;
    height: 27px;
    line-height: 27px;
    padding: 0 0 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
    border: 2px solid #fff; }
    .modal-header .close-modal:hover, .modal-header .close-modal:focus {
      color: #fff !important;
      background: #999; }

.login-or-create .modal-body {
  padding: 0 30px 40px; }

.display-modal {
  max-width: 386px; }

.contact-modal {
  min-width: 640px; }
  .contact-modal label {
    font-size: 12px !important;
    font-weight: 700;
    color: #888;
    text-transform: uppercase; }

#login-or-create-modal {
  font-size: 18px !important; }
  #login-or-create-modal label {
    display: block;
    color: #999;
    line-height: 22px;
    padding: 0 0 5px 10px; }
  #login-or-create-modal input,
  #login-or-create-modal input:focus {
    min-height: 33px !important;
    height: 33px !important;
    display: block;
    border: 0;
    outline: none !important;
    background: #f3f1f1 !important;
    border-radius: 100px;
    padding: 7px 10px;
    font-size: 16px;
    box-shadow: none !important; }
  #login-or-create-modal .remember-label {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: -17px; }
  #login-or-create-modal .remember-checkbox,
  #login-or-create-modal .remember-checkbox:focus {
    display: inline !important;
    width: 20px;
    min-height: 13px !important;
    height: 13px !important; }
  #login-or-create-modal .recover-link,
  #login-or-create-modal .activation-link {
    display: block;
    float: left;
    font-size: 11px;
    color: #666;
    text-decoration: none;
    line-height: 16px;
    margin: 3px 0 0; }
    #login-or-create-modal .recover-link:hover,
    #login-or-create-modal .activation-link:hover {
      text-decoration: underline; }
  #login-or-create-modal .login-submit {
    display: block;
    height: 33px;
    min-width: 91px;
    line-height: 28px;
    font-weight: 900;
    font-size: 14px;
    padding: 0 28px;
    margin-right: 35px; }
  #login-or-create-modal .login-with-godaddy {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    background-position: 102px; }
    #login-or-create-modal .login-with-godaddy span {
      left: 24px; }

#login-modal-create-account {
  display: block;
  text-decoration: none;
  background: #999 !important;
  border-radius: 0 0 9px 9px;
  color: #fff;
  text-align: center;
  margin: 20px -30px -40px;
  clear: both;
  padding: 0 41px;
  height: 70px;
  width: 300px;
  min-width: 300px;
  overflow: hidden;
  font-size: 18px; }
  #login-modal-create-account span {
    font-size: 14px; }

.contact-input {
  min-height: 22px !important;
  min-width: 150px;
  background-color: #f3f1f1; }

.short-input {
  max-width: 280px; }

.spaced-input {
  flex-grow: 1; }

.dropdown .form-control {
  border-radius: 100px !important;
  min-height: 22px !important;
  min-width: 194px;
  background-color: #f3f1f1; }

.form-divider {
  height: 1px;
  background: #c1c1c1;
  margin: 20px 0; }

.password-modal label {
  font-size: 12px !important;
  font-weight: 700;
  color: #888;
  text-transform: uppercase; }

.profile-image-modal label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  color: #888; }

.profile-image-modal img {
  display: block;
  margin: 10px 0;
  max-width: 170px; }

.profile-image-modal input {
  order: 0;
  font-size: 0.95em !important;
  max-width: 230px;
  overflow: hidden; }

.reseller-list-modal {
  min-width: 576px; }
  .reseller-list-modal ul {
    list-style: none; }
    .reseller-list-modal ul li {
      list-style: none;
      display: block;
      float: left;
      padding: 0 10px; }

#member-profile-name {
  color: #71ab10 !important;
  font-size: 44px !important;
  letter-spacing: -2px;
  line-height: 50px !important;
  margin: 0 !important; }
  #member-profile-name span {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 20px !important;
    text-transform: uppercase; }

#profile-info-title {
  color: #2f3d7f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px; }

#header-green-bar {
  margin: 0 !important;
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 32px !important;
  height: 52px;
  background: #71ab10 !important; }

#domain-profile-share {
  height: 100%;
  border-left: 1px solid #fff; }

#back-page-curl-green {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  float: right;
  background: #3f7306 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-back-curl-green.png") no-repeat right top;
  width: 155px;
  height: 126px;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px 0 0;
  text-align: right;
  font-size: 13px; }

#main-log-in p {
  font-size: 13px;
  color: #333;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0; }

#main-log-in input {
  min-height: 33px !important;
  height: 33px !important;
  width: 300px !important; }

#main-log-in #login-submit {
  float: left !important;
  clear: both;
  width: 300px !important;
  max-width: 300px !important;
  height: 33px !important;
  min-height: 33px !important;
  margin-bottom: 25px; }

#main-log-in #action-links {
  clear: both;
  padding-bottom: 8px; }

.login-with-godaddy {
  border: #000;
  display: inline-block;
  font-weight: 400;
  padding: 13px 0;
  margin-bottom: 15px;
  background: #000 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/gd-logo.svg") no-repeat;
  background-size: auto 30px; }
  .login-with-godaddy span {
    position: relative;
    float: left;
    top: -1px;
    font-size: 18px; }

form#main-log-in .login-with-godaddy {
  display: block;
  clear: both;
  width: 300px;
  height: 44px;
  background-position: 128px !important; }
  form#main-log-in .login-with-godaddy span {
    left: 63px;
    font-size: 15px; }

.page-buy {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-buying-1x324.png") repeat-x; }

.container-top-buy {
  float: left;
  position: relative;
  width: 50%;
  z-index: 10; }

.container-top-buy-image {
  float: left;
  display: block;
  margin-bottom: -15.5%;
  margin-top: -30px;
  position: relative;
  right: -30px;
  width: 50%; }
  .container-top-buy-image img {
    width: 100%; }

#inner-buy .width-50 {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-buy-gfx-globe-park.jpg") no-repeat right bottom;
  box-sizing: border-box;
  padding-right: 55%;
  position: relative;
  z-index: 9; }

#inner-about {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-about-2x.png") no-repeat 92% 0;
  background-size: 50%; }
  #inner-about .width-50 {
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/about-circ-arws-2x.png") no-repeat right center;
    background-size: 50%;
    box-sizing: border-box;
    padding-right: 55%; }
    @media only screen and (max-width: 1010px) {
      #inner-about .width-50 {
        background: 0;
        padding-right: 0; } }

#inner-about #content-mid {
  margin: 0 0 40px; }

.page-about {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-top-about-1x284.png") repeat-x; }
  .page-about #content-top {
    color: #fff; }
    .page-about #content-top a {
      font-size: 18px; }
  .page-about .about-tagline strong {
    display: block;
    font-size: 21px;
    line-height: 24px;
    padding-bottom: .25em;
    font-family: 'Enriqueta', sans-serif; }
  .page-about .about-tagline em {
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding-bottom: .5em;
    font-style: normal; }

.container-content-top-about {
  float: left;
  width: 50%; }
  .container-content-top-about a {
    white-space: nowrap; }

.container-top-about-image {
  float: left;
  margin-bottom: -15.5%;
  margin-right: -20%;
  margin-top: -30px;
  position: relative;
  width: 60%; }
  .container-top-about-image img {
    width: 100%; }

#inner-sell {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-sell-top-pattern.png") no-repeat 92% 0;
  background-size: 50%; }

#inner-sell .width-50 {
  background: none;
  box-sizing: border-box;
  padding-right: 50% !important; }

.page-sell {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-top-about-1x284.png") repeat-x; }

.container-content-top-sell {
  float: left;
  width: 50%; }

.container-top-sell-image {
  float: left;
  margin: -38px -20% -100% 6%;
  position: relative;
  width: 50%; }
  .container-top-sell-image img {
    width: 100%; }

.container-top-sell-image {
  margin-bottom: -100%;
  margin-left: 6%;
  margin-top: 14.5%;
  width: 50%; }

div.content-product p.sell-tagline {
  display: block;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  font-weight: 200; }

.checkmarks-ul {
  list-style: none;
  margin-bottom: 60px; }
  .checkmarks-ul li {
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-checkmark-bullet.png") no-repeat left top;
    min-height: 20px;
    padding-left: 30px; }

.super-numbers {
  font-size: 18px;
  margin-left: 20px;
  margin-top: 40px; }
  .super-numbers li {
    margin: 0 0 30px;
    padding-left: 70px;
    list-style: none; }
  .super-numbers ul.ul-bullets li {
    list-style: disc;
    padding-left: 0;
    padding-right: 5%; }
  .super-numbers .txt-green {
    display: block;
    font-size: 21px;
    font-family: "Enriqueta", sans-serif;
    line-height: 24px;
    padding-top: 12px;
    font-weight: normal; }
  .super-numbers p {
    font-size: 14px;
    margin: 1em 0; }
  .super-numbers .icon-1 {
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-number1.png") no-repeat left top;
    margin-right: 50%; }
  .super-numbers .icon-2 {
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-number2.png") no-repeat left top;
    margin-right: 50%; }
  .super-numbers .icon-3 {
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-number3.png") no-repeat left top;
    margin-right: 50%; }
  .super-numbers .icon-4 {
    background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-number4.png") no-repeat left top; }
  .super-numbers .container-content-left {
    padding-right: 0; }

#pull-table-area {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-container-table-info-selling-2x.png") no-repeat right top;
  background-size: 50%;
  margin-bottom: 40px;
  margin-top: -140px;
  padding-top: 50%;
  position: relative;
  width: 200%; }

#table-info-selling {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-table-info-selling.jpg") no-repeat right top;
  width: 80%;
  min-width: 500px; }

#table-info-selling tr:nth-child(even) {
  background: rgba(67, 84, 144, 0.1); }

.content-80percent {
  position: relative; }

#sale-price {
  width: 95%; }

#table-info-selling tr.final-row {
  background: #fff !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
  border-top: 2px solid #ddd; }

#table-info-selling tr.final-row a {
  font-size: 12px;
  white-space: nowrap;
  padding: 10px 15px; }

#table-info-selling th {
  color: #445591;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase; }

#table-info-selling td {
  font-size: 15px;
  padding: 10px 0;
  vertical-align: middle; }

.td-center,
.th-network,
.th-premium {
  text-align: center; }

.th-network,
.th-premium {
  padding: 10px 0 !important; }

.th-premium {
  background: #2b3972;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2b3972 0%, #4c60a1 62%, #627bc2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #2b3972), color-stop(62%, #4c60a1), color-stop(100%, #627bc2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #2b3972 0%, #4c60a1 62%, #627bc2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #2b3972 0%, #4c60a1 62%, #627bc2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #2b3972 0%, #4c60a1 62%, #627bc2 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #2b3972 0%, #4c60a1 62%, #627bc2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3972', endColorstr='#627bc2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 10px 10px 0 0;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }

.th-network,
.th-premium {
  width: 170px !important; }

#table-info-selling td p {
  padding: 0 20px; }

.percent-commission {
  color: #4e8500;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0; }

.percent-commission span {
  font-size: 14px;
  display: block; }

.percent-commission span em {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  font-style: normal; }

.yes {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 38px; }

.yes img {
  width: 100%; }

@media only screen and (min-width: 1px) and (max-width: 1010px), only screen and (min-device-pixel-ratio: 1) {
  #inner-about .width-50 {
    background: 0;
    padding-right: 0; }
  .container-top-sell-image {
    margin-left: 8%;
    margin-top: 13.7%;
    width: 50%; }
  .container-content-left.omega {
    margin-left: -13% !important;
    width: 100%; }
  #pull-table-area {
    background: none;
    margin-bottom: 40px;
    margin-top: 0;
    padding-top: 0%;
    position: relative;
    width: 200%; }
  .super-numbers {
    margin: 0; }
  #pull-table-area {
    width: 100%;
    padding: 0; }
  #table-info-selling {
    background: none; }
  #table-info-selling .td-center {
    border-left: 1px solid #f8f8f8; }
  #table-info-selling tr.final-row .td-center {
    border: none !important; }
  .container-top-buy-image {
    margin-bottom: 2%; }
  .super-numbers .icon-1,
  .super-numbers .icon-2,
  .super-numbers .icon-3,
  .super-numbers .icon-4 {
    margin-right: 0; }
  #icon-4 {
    float: none; } }

#domain-search {
  color: #333;
  background: #fff;
  width: 360px;
  display: flex; }
  #domain-search #search-input {
    line-height: 16px;
    border: 0;
    background: transparent;
    width: 100%; }
  #domain-search .search-input-green {
    padding: 7px 0 6px 20px; }
  #domain-search .search-input-blue {
    padding-left: 20px; }
  #domain-search .tld-wrap-green {
    height: 31px; }
  #domain-search .tld-wrap-blue {
    height: 50px; }
  #domain-search #search-tld-wrap {
    margin-left: auto;
    display: block;
    position: relative;
    float: right;
    top: 0;
    right: 0; }
    #domain-search #search-tld-wrap #search-tld-dropdown {
      font-size: 100%;
      margin: 0;
      vertical-align: baseline;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      cursor: pointer;
      z-index: 10;
      opacity: 0; }
    #domain-search #search-tld-wrap #tld-replace {
      display: block;
      color: #fff;
      font-weight: 900;
      font-size: 14px;
      text-align: right;
      position: relative;
      float: left;
      cursor: pointer; }
    #domain-search #search-tld-wrap .tld-replace-green {
      height: 32px;
      line-height: 29px;
      padding: 0 30px 0 10px;
      background: #4c852e url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/button-mainsearch-bg.png") no-repeat right top;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      text-shadow: 0 -1px 1px #4f802d;
      border-left: 1px solid #4c852e; }
    #domain-search #search-tld-wrap .tld-replace-blue {
      height: 51px;
      line-height: 46px;
      padding: 0 40px 0 10px;
      background: #5367b5 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-mainsearch-bg-blue-50.png") no-repeat right top;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      text-shadow: 0 -1px 1px #5367b5;
      border-left: 1px solid #5367b5; }

.domain-search-green {
  border: 1px solid #4c852e;
  border-radius: 100px; }

.domain-search-blue {
  border: 1px solid #5367b5;
  border-radius: 10px; }

.no-wrap-search .form-inline {
  flex-flow: row; }

.hidden {
  display: none !important; }

.rounded-btn {
  border-radius: 100px; }

.small-btn {
  min-height: 34px;
  padding: 6px 18px; }

.ux-app #__tealiumGDPRecModal,
.ux-app #__tealiumGDPRcpPrefs {
  position: inherit !important;
  bottom: inherit !important; }
  .ux-app #__tealiumGDPRecModal .privacy_prompt,
  .ux-app #__tealiumGDPRcpPrefs .privacy_prompt {
    width: 600px !important;
    margin-left: -300px !important;
    left: 50% !important; }

.text-trigger {
  color: #4e8500 !important;
  text-decoration: none; }
  .text-trigger:hover {
    text-decoration: underline !important;
    cursor: pointer; }

#share-list-content {
  list-style: none;
  display: block; }

#share-list-content li {
  list-style: none;
  display: inline; }

.share-list-content-link {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  text-indent: -9999px;
  float: left;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/icons-social-content.png");
  margin: 0 0 0 3px;
  border-radius: 20px;
  border-bottom: 1px solid #fff; }

#share-list-content-facebook {
  background-position: 0 top; }

#share-list-content-facebook:hover {
  background-position: 0 bottom; }

#share-list-content-twitter {
  background-position: -32px top; }

#share-list-content-twitter:hover {
  background-position: -32px bottom; }

#share-list-content-google {
  background-position: -64px top; }

#share-list-content-google:hover {
  background-position: -64px bottom; }

#share-list-content-linkedin {
  background-position: -96px top; }

#share-list-content-linkedin:hover {
  background-position: -96px bottom; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

#content-container {
  display: flex;
  min-height: 700px; }

#content-wrap {
  min-height: 700px;
  flex-grow: 1; }
  #content-wrap .about-h2,
  #content-wrap .sell-h2,
  #content-wrap .partner-h2,
  #content-wrap .partner-affiliate-h2,
  #content-wrap .buy-h2 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 0.5em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    letter-spacing: -1px; }

#content-wrap h2 {
  font-size: 25px;
  line-height: 30px; }

#content-wrap h3 {
  font-size: 21px;
  margin: 0 0 20px;
  line-height: 27px; }

div.content-product p,
div.content-product ul {
  font-size: 13px;
  line-height: 20px;
  display: block; }

div.content-product ul li {
  margin: 0 0 10px; }

ul {
  padding: 0; }
  ul.ul-bullets {
    list-style: disc;
    margin: 0 0 25px 40px; }

.faq-h2 {
  color: #71ab10;
  font-size: 34px !important;
  line-height: 36px !important;
  letter-spacing: -1px !important; }

.content-indented {
  padding: 50px 60px 50px 50px;
  min-width: 570px;
  max-width: 1100px;
  margin: 0 auto; }
  .content-indented.with-spinner {
    padding-top: 95px; }

.content-width-limited {
  max-width: 960px; }

.content-green-banner {
  background: linear-gradient(0deg, white 66%, #71ab10 34%); }

.edit-domain-green-banner {
  background: linear-gradient(0deg, white 73%, #71ab10 27%); }

.learn-more {
  display: block;
  float: right; }

.profile-info-title {
  color: #2f3d7f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px; }

#domain-profile-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 26px !important;
  line-height: 36px !important;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 10 0 35px !important;
  width: 80%;
  text-shadow: 0 -1px 0 #568016; }

#domain-profile-title #domain-profile-domain {
  font-size: 48px;
  display: block;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0 0 5px;
  width: 100%;
  word-wrap: break-word; }

#domain-profile-title #domain-profile-domain #domain-profile-tld {
  color: #c6ea8d; }

#domain-profile-title #domain-profile-number {
  font-weight: 300; }

#domain-profile-title #domain-profile-number a {
  color: #fff; }

#domain-profile-actions {
  background: #e7e9f0;
  border-radius: 10px;
  height: 175px;
  min-width: 630px;
  color: #545454;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #9ca7d8;
  box-shadow: 0 4px 8px #999;
  text-shadow: 0 1px 0 #fff; }

.profile-info-title {
  display: block;
  margin: 0 0 4px; }

#domain-profile-price {
  font-size: 24px;
  letter-spacing: -1px;
  padding: 0 0 0 10px; }

#domain-profile-buynow {
  padding: 15px 20px;
  margin: 5px 0;
  height: 165px;
  border-right: 1px solid #fff;
  width: 22%;
  min-width: 160px; }

#domain-profile-buynow .profile-info-title {
  display: block;
  margin: 0 0 10px 10px; }

#domain-profile-makeoffer {
  padding: 15px 15px 15px 20px;
  margin: 5px 0;
  height: 155px; }

#make-offer-desc {
  font-size: 11px;
  color: #545454;
  line-height: 15px;
  height: 61px;
  padding: 5px 0 0;
  overflow: hidden; }

#make-offer-desc-intro {
  display: block;
  float: left; }

.content-60percent {
  width: 75%;
  margin-left: 10%; }

.content-80percent {
  position: relative; }

.clear-contain:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clear-contain {
  display: inline-block; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #navlist-main > li > a > span,
  a > .footer-nav-icon,
  #footer-twitterfeed h6 a:before,
  #footer-share-list li a,
  #footer-logo,
  #mainnav-largesearch-button .icon,
  #mannav-sub-buy-appraise span,
  #mainnav-largelist-button .icon,
  #mannav-sub-sell-listonce .icon,
  #mannav-sub-sell-appraise .icon {
    background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home-2x.png");
    background-size: 316px 457px; }
  .special-title-appraisal {
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/icon-appraisal-large-2x.png") no-repeat left top;
    background-size: 45px 45px; }
  #footer-sub-right {
    background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-footer-decoration-2x.png") no-repeat left bottom;
    background-size: 213px 238px; }
  #mannav-sub-buy-agent span {
    background-image: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/sprites-home-2x.png");
    background-size: 316px 457px;
    background-position: -248px -64px; } }

.ui-dialog-titlebar-close {
  display: block;
  color: #dedede;
  background: #fff;
  font-size: 18px;
  border-radius: 100;
  width: 30px;
  height: 27px;
  line-height: 27px;
  padding: 0 0 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 2px solid #fff; }

.ui-dialog-titlebar-close:hover {
  color: #fff;
  background: #999;
  text-decoration: none; }

.ui-dialog-titlebar {
  height: 1px; }

#domain-profile-details {
  display: flex;
  width: 100%;
  padding: 60px 0 0 20px; }
  #domain-profile-details select {
    width: 320px; }

#domain-profile-seller-listings svg {
  vertical-align: bottom; }

#domain-profile-detail-content {
  width: 60%; }

#domain-profile-details .profile-info-title {
  display: block;
  line-height: 16px; }

#domain-profile-detail-content .profile-info-title {
  font-size: 13px; }

.profile-info-title {
  color: #2f3d7f;
  font-weight: 700;
  text-transform: uppercase; }

#domain-profile-details p {
  margin: 2px 0 30px; }

#domain-profile-categories {
  font-size: 18px; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/bg-lightbox-overlay.png") repeat left top; }

.modal-account-admin-box {
  background: #fff;
  padding: 0 30px 25px;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 7px #333;
  overflow: hidden;
  display: none; }
  .modal-account-admin-box label {
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 8px;
    color: #888; }
  .modal-account-admin-box p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px; }
  .modal-account-admin-box #general-message-title {
    margin: 1.33em 0;
    font-size: 18px; }

.account-admin-section h3 {
  border-bottom: 1px dotted #ccc; }

.account-admin-section .account-admin-row {
  border-bottom: 1px dotted #ccc; }

.account-admin-section .account-admin-row-title {
  width: 33%;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  font-size: 13px; }

.account-admin-section .custom-control-description {
  font-size: 16px; }

.account-admin-section .account-admin-edit {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px 6px 10px; }
  .account-admin-section .account-admin-edit img {
    position: relative;
    top: -2px; }
  .account-admin-section .account-admin-edit:hover {
    background-color: #569418 !important; }

.account-admin-section .account-admin-saved {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 12px 6px 10px;
  background-color: #ffae00;
  cursor: default; }

.account-admin-section:hover .account-admin-edit {
  background-color: #94c44d; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  #navlist-main,
  #sidebar,
  #footer,
  #footer-sub,
  #footer-badges a#header-shopping-basket-link,
  #statement-filters,
  a.statement-download,
  .myafternic-breadcrumbs,
  .domain-statement-pagination {
    display: none; }
  #header {
    background-image: none;
    background-color: transparent; }
  #content-wrap {
    margin-left: 0 !important; }
  a.statement-filter-open {
    color: #000 !important;
    background: transparent !important; }
  .table-description-fullwidth {
    border-top: none !important; }
  tr.table-statement-total td.table-statement-item,
  tr.table-statement-total td.table-prenet,
  tr.table-statement-total td.table-net {
    color: #000 !important; }
  table.table-statement td {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px dotted #999 !important;
    border-left: none !important; }
  .table-statement tr.table-subrow td.table-statement-item {
    padding: 7px 10px 7px 30px !important; } }

#content-top {
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff; }

#content-bottom {
  list-style: none;
  padding-top: 30px; }
  #content-bottom .last {
    margin-bottom: 3em; }

#content-mid {
  margin: 40px 0; }
  #content-mid .omega {
    margin-right: 0 !important;
    padding-right: 0 !important; }

.icon-appraisal,
.icon-agent {
  margin-top: 40px !important;
  padding-left: 100px; }
  .icon-appraisal h3,
  .icon-agent h3 {
    color: #4d5b90;
    margin: 0 0 0.25em !important;
    padding: 0; }

.icon-appraisal {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-appraisal.png") no-repeat left top; }

.icon-agent {
  background: url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/icon-agent.png") no-repeat left top; }

.container-content-left {
  float: left;
  margin: 0 !important;
  padding-right: 5%;
  width: 45%; }

.inner-border-left {
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding: 10px 20px; }

.callout-phone-area {
  color: #4e8500;
  font-size: 21px !important;
  line-height: 25px !important;
  font-family: 'Enriqueta', sans-serif; }

.txt-green {
  color: #4e8500; }

#header-actions-slim {
  background: #f4f1f1;
  padding: 8px 0;
  overflow: hidden;
  box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.7), inset 0 -10px 20px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #488820; }
  #header-actions-slim form {
    padding: 0 60px;
    min-width: 570px;
    max-width: 1100px;
    margin: 0 auto; }

#recommends {
  background-color: #fff; }

#search-results {
  background: #fff url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/shadow-table-highlight.png") no-repeat right top;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  font-size: 12px; }

.bg-white {
  background-color: #fff; }

label.form-message {
  text-align: left;
  display: block;
  padding: 0 5% 0 18px;
  text-indent: -8px;
  clear: both;
  line-height: 18px !important; }
  label.form-message span.form-invalidresponse-text {
    color: red; }
  label.form-message span.form-successresponse-text {
    color: green; }

.form-general label {
  display: block;
  padding-top: 8px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  font-size: 13px;
  font-weight: unset; }

.form-general.uppercase-labels label {
  text-transform: uppercase; }

.form-general.uppercase-errors .form-error {
  text-transform: uppercase; }

.form-general input,
.form-general input:focus {
  display: block;
  border: 0;
  outline: none !important;
  background: #f3f1f1 !important;
  border-radius: 100px;
  padding: 7px 10px;
  font-size: 16px;
  box-shadow: none !important;
  max-height: 34px;
  min-height: 34px !important; }

.form-general .form-general-submit {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: block;
  float: right;
  padding: 0 30px;
  margin: 28px 5% 0 0;
  max-height: 34px;
  min-height: 34px !important; }
  .form-general .form-general-submit.with-spinner .spin-center {
    margin: 0 2px -3px 0; }

.form-general.form-inline fieldset {
  margin-bottom: 23px; }
  .form-general.form-inline fieldset.has-danger, .form-general.form-inline fieldset.has-error {
    margin-bottom: 0; }

.form-general.form-inline .form-general-submit {
  margin-top: 4px; }

.form-general .has-error,
.form-general .has-error:focus {
  background-color: #ffdee4 !important; }

.form-general .form-general-row .form-half-width {
  width: 50%;
  float: left;
  padding: 8px 5% 0 0;
  position: relative; }

#admin-profile-actions {
  background: #e7e9f0;
  border-bottom: 1px solid #9ca7d8;
  border-radius: 10px;
  border-top: 1px solid white;
  box-shadow: 0 4px 8px #999;
  color: #545454;
  text-shadow: 0 1px 0 white; }

.admin-actions {
  min-height: 142px;
  margin: 5px 0;
  padding: 15px;
  min-width: 212px; }

.input-with-button.makeOffer {
  min-width: 285px; }

.input-with-button .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-with-button .field-error {
  border-color: red; }

.input-with-button .ux-button {
  padding: 8px 16px; }

.info-intro {
  display: block;
  font-size: 11px;
  min-height: 6em;
  line-height: 1.5em;
  margin: 0 0 10px 0; }

#domain-profile-categories {
  font-size: 18px; }

#promo-level {
  background: #f8f8f8 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/bg-arrows.png") no-repeat right bottom;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 20px; }

.recover-input {
  max-height: 34px;
  min-width: 290px;
  min-height: inherit !important; }

.activation-input {
  min-width: 290px; }

.new-payment h2 {
  font-family: "Lato", sans-serif;
  font-size: 23px !important;
  font-weight: bold; }

.new-payment p {
  font-size: 13px !important; }

.new-payment h3 {
  background: #eee;
  padding: 2px 2px 2px 10px;
  color: #2b2b2b;
  font-family: "Lato", sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  margin-bottom: 1rem; }

.new-payment .form-group {
  width: 320px; }
  .new-payment .form-group input {
    min-height: 22px; }

@media only screen and (max-width: 520px) {
  .input-with-button .form-group {
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 968px), only screen and (min-device-pixel-ratio: 1) {
  #admin-profile-actions {
    display: flex;
    flex-wrap: wrap; }
  .admin-actions {
    width: 50%; }
    .admin-actions .form-control {
      max-width: 126px; }
  .admin-actions:nth-of-type(even) {
    border-left: 1px solid white; } }

@media only screen and (min-width: 1200px), only screen and (min-device-pixel-ratio: 1) {
  #footer-sub-right {
    padding: 0 0 0 200px; }
  .content-width-limited {
    margin: 0 auto; }
  #admin-profile-actions {
    flex-wrap: nowrap; }
  .admin-actions {
    width: 45%;
    border-left: 1px solid white; }
    .admin-actions .form-control {
      max-width: 85px; }
  .admin-actions:first-of-type {
    border-left: none; } }

@media only screen and (min-width: 1px) and (max-width: 1010px), only screen and (min-device-pixel-ratio: 1) {
  .responsive-vanish {
    display: none; }
  #footer-sub-right {
    padding: 0 0 0 20px; }
  #navlist-footer > li {
    width: 100px;
    list-style: none;
    margin: 0 0 0 40px; }
  #navlist-footer > li > a span {
    display: none; }
  .container-content,
  .container-content-left,
  .container-content-right,
  #content-bottom .container-content,
  #content-top .container-content {
    float: none;
    width: 90%; }
  .inner-border-left {
    border: none;
    margin: 0;
    padding: 0; }
  .page-about .about-tagline em {
    font-size: 15px; } }

.login-with-godaddy,
.login-with-godaddy:visited,
.login-with-godaddy:hover,
.login-with-godaddy:focus {
  color: white; }

.error404 {
  text-align: left;
  width: 300px;
  margin: 0 auto; }
  .error404 ul {
    margin-left: 20px; }

.error-title-404 span {
  color: #555555 !important; }

.button-submit-blue-right {
  background: #42528f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-medblue.png") repeat-x center center;
  border-radius: 0 10px 10px 0 !important;
  border-top: 1px solid #42528f !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
  border-left: none !important;
  display: block;
  float: left;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 53px;
  line-height: 38px;
  padding: 0 15px;
  text-shadow: 0 -1px 0 #42528f; }
  .button-submit-blue-right:hover {
    background: #42528f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-darkblue.png") repeat-x center center; }
  .button-submit-blue-right:active {
    background: #42528f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-medblue.png") repeat-x center center;
    box-shadow: inset 0 0 10px #111a50; }

.button-submit-blue-right-input {
  padding-top: 13px !important;
  padding-bottom: 13px !important; }

.domain-profile-buynow-button {
  background: #42528f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-medblue.png") repeat-x center center;
  border-radius: 10px;
  border-top: 1px solid #42528f !important;
  border-bottom: 1px solid #fff !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  margin: 30px 0 0 0;
  text-align: center;
  text-shadow: 0 -1px 0 #42528f; }
  .domain-profile-buynow-button:hover {
    background: #546298 url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-darkblue.png") repeat-x center center; }
  .domain-profile-buynow-button:active {
    background: #42528f url("https://cdn2.afternic.com/fos/d7a7079f5bbe4fd0483f76e20187b336b44cdbc0/static/images/main/button-bg-medblue.png") repeat-x center center;
    box-shadow: inset 0 0 10px #111a50; }

*{--uxp-icon-nav:url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill-rule='evenodd' d='M7 8h10v2H7V8zm0 6h10v-2H7v2zm0 4h10v-2H7v2zM21 4v18H3V4h6.59L12 1.59 14.41 4H21zm-2 2h-5.41L12 4.41 10.41 6H5v14h14V6z' clip-rule='evenodd'/></svg>");}
.uxicon-nav:before{content:var(--uxp-icon-nav)}

