/* header.css */
/* header, nav, service, servicenav, login */

body input[type="email"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="url"],
body input[type="color"],
body input[type="date"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body textarea,
body button,
body .button,
body .btn,
body input[type=submit],
body input[type=reset],
body button[type=submit] {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 6px 18px 6px 6px;
    margin: 0;
    vertical-align: middle;
    font-size: 11px;
    line-height: normal !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 300;
    line-height: 1.4em;
}

body > header #login {
    padding: 6px 0 8px;
    border-bottom: 1px solid #c3c3c3;
    background: #cdcdcd;
    display: none;
    zoom: 1;
}
body > header #login:before,
body > header #login:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
}
body > header #login:after {
      clear: both;
}
body > header #login > form {
      width: 960px;
      margin: auto;
      text-align: right;
}

body > header #servicenav {
    background: #e6e6e6;
    margin: auto;
    padding: 6px 0 8px;
    border-bottom: 1px solid #c3c3c3;
    zoom: 1;
}
body > header #servicenav:before,
body > header #servicenav:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
}
body > header #servicenav:after {
      clear: both;
}
body > header #servicenav > div {
      width: 960px;
      margin: auto;
}
body > header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
        font-size: 18px;
        width: 220px;
        float: left;
        margin-top: 3px;
}
body > header #servicenav > div a {
        text-decoration: none;
}
body > header #servicenav > div .service {
        float: right;
        width: 740px;
        text-align: right;
}
body > header #servicenav > div .service form {
          display: inline;
          vertical-align: center;
          margin-top: 4px;
          text-align: right;
}
body > header #servicenav > div .service form input[type=text] {
            border-radius: 4px 0 0 4px;
            height: 24px;
            padding-top: 0px;
            padding-bottom: 0px;
            width: 80px;
            -webkit-transition: 0.1s linear width;
            -moz-transition: 0.1s linear width;
            transition: 0.1s linear width;
}
body > header #servicenav > div .service form input[type=text]:focus {
              outline: none;
              width: 140px;
}
body > header #servicenav > div .service form button[type=submit] {
            margin: 0 20px 0 0;
            border-radius: 0 4px 4px 0;
            border-left: 0;
            height: 26px;
            font-family: 'FontAwesome';
            width: 30px;
            text-align: center;
            padding-left: 8px;
            -webkit-transition: 0.1s linear background-color;
            -moz-transition: 0.1s linear background-color;
            transition: 0.1s linear background-color;
            -webkit-transition: 0.1s linear color;
            -moz-transition: 0.1s linear color;
            transition: 0.1s linear color;
}
body > header #servicenav > div .service ul {
          float: right;
          padding: 0;
          margin: 7px 0 0 0;
}
body > header #servicenav > div .service ul ol,
body > header #servicenav > div .service ul ul,
body > header #servicenav > div .service ul li {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            list-style-type: none;
}
body > header #servicenav > div .service ul li {
            float: left;
            text-transform: uppercase;
            margin-right: 20px;
}
body > header #servicenav > div .service ul li a {
              color: #58585a;
              font-size: 11px;
}
body > header #servicenav > div .service ul li.login,
body > header #servicenav > div .service ul li.register {
              margin-right: 7px;
}
body > header #servicenav > div .service ul li.login a,
body > header #servicenav > div .service ul li.register a {
                border-radius: 4px;
                padding: 6px 12px;
                border: 1px solid #c3c3c3;
                background: #c7d331;
                color: #1b9253;
}
body > header #servicenav > div .service ul li.register {
              margin-right: 0;
}

body > header nav {
    display: block;
    height: 92px;
    width: 960px;
    margin: 0 auto;
    display: block;
    zoom: 1;
}
body > header nav:before,
body > header nav:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
}
body > header nav:after {
      clear: both;
}
body > header nav > a {
      background: URL("/res/img/logo.gif") no-repeat;
      height: 46px;
      width: 223px;
      text-indent: -9999px;
      display: block;
      float: left;
      margin: 28px 0 0;
}
body > header nav > ul {
      float: right;
      margin-top: 40px;
      margin-bottom: 0;
}
body > header nav > ul ol,
body > header nav > ul ul,
body > header nav > ul li {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        list-style-type: none;
}
body > header nav > ul > li {
        float: left;
        position: relative;
        padding-bottom: 28px;
        padding-left: 50px;
}
body > header nav > ul > li > a {
          font-size: 16px;
          text-decoration: none;
          color: #58585a;
          padding-bottom: 3px;
          display: inline-block;
          margin-bottom: 3px;
          border-bottom: 2px solid #fff;
          -webkit-transition: 0.1s linear color;
          -moz-transition: 0.1s linear color;
          transition: 0.1s linear color;
          -webkit-transition: 0.1s linear border-color;
          -moz-transition: 0.1s linear border-color;
          transition: 0.1s linear border-color;
}
body > header nav > ul > li:hover > a {
          color: #2980b9;
          border-color: #1b9253;
}
body > header nav > ul > li.active > a {
          color: #2980b9;
          border-color: #1b9253;
}
body > header nav > ul > li > div {
          position: absolute;
          display: none;
          height: 0;
          overflow: hidden;
          opacity: 0;
          right: 50%;
          z-index: 20;
}
body > header nav > ul > li > div > div {
            position: relative;
            background-color: #F2F2F2;
            border-radius: 5px;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
            border: 1px solid #c3c3c3;
            left: 50%;
            margin-left: 50px;
}
body > header nav > ul > li > div > div ul {
              margin: -21px 0 0 0;
              position: relative;
              z-index: 30;
              left: 0;
              border: none;
}
body > header nav > ul > li > div > div ul li {
                display: block;
                border-bottom: 1px solid #c3c3c3;
                overflow: hidden;
}
body > header nav > ul > li > div > div ul li a {
                  display: block;
                  padding: 10px 20px;
                  word-wrap: nowrap;
                  white-space: nowrap;
                  color: #58585a;
                  text-decoration: none;
}
body > header nav > ul > li > div > div ul li a:hover {
                    background: white;
}
body > header nav > ul > li > div > div ul li:first-child a {
                  border-radius: 5px 5px 0 0;
}
body > header nav > ul > li > div > div ul li:last-child {
                  border: none;
                  border-radius: 0 0 5px 5px;
}
body > header nav > ul > li > div > div::before {
            background-color: #F2F2F2;
            content: "\00a0";
            display: block;
            height: 20px;
            left: 50%;
            margin-left: -10px;
            position: relative;
            top: -11px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 20px;
            border: 1px solid #c3c3c3;
            border-width: 1px 0 0 1px;
            filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
            /* IE6,IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
            /* IE8 */
}
body > header nav > ul > li:hover > div {
          display: block;
          overflow: visible;
          opacity: 1;
          height: auto;
}
body > header nav > ul > li:hover > div > div {
            margin-top: 20px;
}


/* Reponsive */
@media (min-width: 650px) and (max-width: 1024px) {
    body > header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
        display: none;
    }

    body > header #servicenav > div,
    body > header #login > form,
    body .start #mainbody .content {
        width: 90%;
    }

    body > header #servicenav > div .service {
        margin: auto;
        float: none;
        width: 100%;
        text-align: left;
    }
    body > header #servicenav > div .service ul li {
          display: none;
    }
    body > header #servicenav > div .service ul li.login,
    body > header #servicenav > div .service ul li.register {
            display: inline;
            padding-top: 3px;
    }

    body > header > nav {
        width: 90%;
        height: 65px;
    }
    body > header > nav > a {
          margin-top: 18px;
          width: 150px;
          background: URL("/res/img/logo_small.png") no-repeat;
    }
    body > header > nav > ul {
          margin-top: 25px;
          padding-left: 0;
    }
    body > header > nav > ul > li {
            padding-bottom: 19px;
            margin-left: 0;
            padding-left: 23px;
    }
    body > header > nav > ul > li:first-child {
              padding-left: 0;
    }
    body > header > nav > ul > li > div:before {
              display: none;
    }
    body > header > nav > ul > li > div > div {
              margin-left: 0;
    }
    body > header > nav > ul > li > div > div ul li a {
                font-size: 11px;
    }
    body > header > nav > ul > li a {
              font-size: 14px;
    }

    body section#main header#slider .stage > ul > li {
        width: 90%;
    }
    body section#main header#slider .stage > ul > li .inside {
          width: 90%;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .mood {
          display: none;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text {
          padding-left: 0;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text h1 {
            font-size: 45px;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text h1.medium {
              font-size: 39px;
    }
    body section#main header#slider .stage > ul > li.singlepromo.right .inside > div.text h1, body section#main header#slider .stage > ul > li.singlepromo.right .inside > div.text div {
          padding-left: 0;
          padding-right: 40%;
    }
    body section#main header#slider .stage > ul > li.singlepromo.right .inside > div.mood {
          left: 53%;
          right: 0;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text h1, body section#main header#slider .stage > ul > li.singlepromo .inside > div.text div {
          padding-left: 40%;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text h1 {
          font-size: 35px;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text h1 img {
            display: none;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text .activation a {
          display: none;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text .activation a.activate {
          display: inline-block;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.mood {
          right: 53%;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.mood img {
            max-width: 100%;
    }
    body section#main header#slider .stage > ul > li.promos .promo a {
          width: 22%;
    }
    body section#main header#slider .stage > ul > li.promos .promo a > div {
            width: 80%;
            background-size: contain;
            height: 75px;
            margin: 10px auto;
    }
    body section#main header#slider .stage > ul > li.promos .promo a h2 {
            font-size: 14px;
    }

    body section.start #newtlds strong {
        display: block;
        margin-bottom: 20px;
    }
    body section.start #features > div > div {
        display: block;
        width: 100%;
        margin: 0 0 50px;
        padding: 0;
    }
    body section.start #features > div > div .activation {
          position: absolute;
          right: 20px;
          top: -4px;
          width: auto;
    }
    body section.start #features > div > div .activation a {
            padding: 0 10px;
    }
    body section.start #reselling .text {
        width: auto;
        margin-bottom: 30px;
        float: none;
    }
    body section.start #news {
        width: auto;
        float: none;
    }
    body section.start #testdrive {
        display: none;
    }

    body .occIcon-28333-64128 {
        display: none;
    }
    body section#main header .activation > ul {
        position: absolute;
        top: 0;
        margin-left: 210px;
    }
    body section#main header .activation > ul li:not(.categories) {
          display: none;
    }
    body section#main header .domainsearch {
        display: none;
    }
    body section#main header .content {
        width: 90%;
    }
    body section#main header .content h1 {
          font-size: 28px;
    }
    body section#main header .content .subnav #categories_msdd,
    body section#main header .content .subnav #smallnav_msdd {
          width: 200px !important;
          display: inline-block;
    }
    body section#main header .content div.mood {
          display: none;
    }
    body section#main header .content div.promo {
          background-image: none;
          color: #2980b9;
          font-weight: bold;
          height: auto;
    }
    body section#main header .content div.promo > div .price {
            line-height: 38px;
            font-weight: 700;
    }
    body section#main header .content div.text {
          width: auto;
    }
    body #mainbody {
        width: 90%;
    }
    body #mainbody pre {
          word-wrap: break-word;
    }
    body #mainbody article {
          width: 65%;
    }
    body #mainbody article h1 {
            font-size: 28px;
    }
    body #mainbody article h2 {
            font-size: 22px;
    }
    body #mainbody article ul.tld_featurelist li {
            width: 70px !important;
            margin: 0;
            background-size: 70px !important;
    }
    body #mainbody article > div.tldoverview table .price {
            display: none;
    }
    body #mainbody article > div.tldoverview table .info a,
    body #mainbody article > div.tldoverview table .tld {
            white-space: nowrap;
    }
    body #mainbody article > div.tldoverview table td.status span {
            width: 70px;
    }
    body #mainbody article > div.activationbox.promo {
            position: relative;
    }
    body #mainbody article > div.activationbox.promo a {
              text-decoration: none !important;
    }
    body #mainbody article > div.activationbox.promo.promo.small {
              width: 100%;
    }
    body #mainbody article > div.activationbox div.summary {
            position: absolute;
            right: 12px;
            top: 30px;
    }
    body #mainbody article > div.activationbox div.summary p {
              margin-top: -10px;
    }
    body #mainbody article > div.activationbox div.flag {
            min-height: 80px;
            text-align: left;
    }
    body #mainbody article > div.activationbox div.description {
            margin: 0;
            width: auto;
    }
    body #mainbody article > div.activationbox div {
            width: auto;
            float: none;
    }
    body #mainbody article > div.promoactivationbox .activation a.activate {
            width: 100% !important;
    }
    body #mainbody article > div.promoactivationbox:nth-child(odd) {
            margin-right: 0;
    }
    body #mainbody article > div.promoactivationbox form {
            margin-left: 0;
    }
    body #mainbody article > div.promoactivationbox form label span {
              width: auto;
              margin-right: 0;
    }
    body #mainbody article > div.productdescription .image {
            float: none;
    }
    body #mainbody article > div.fulltext .image img {
            max-width: 100%;
    }
    body #mainbody article ul.multicolumn li {
            float: none;
            clear: both;
            display: block;
            width: auto;
    }
    body #mainbody .sidebar {
          width: 30%;
    }
    body footer > div {
        width: 90%;
        margin: auto;
    }
    body footer > div .sitemap {
          zoom: 1;
    }
    body footer > div .sitemap:before, body footer > div .sitemap:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
    }
    body footer > div .sitemap:after {
            clear: both;
    }
    body footer > div div[itemtype="https://schema.org/Organization"] {
          width: auto;
          position: relative;
          float: none;
          text-align: left;
          margin-top: 20px;
          padding-top: 20px;
          border-top: 1px solid #c3c3c3;
    }
    body footer > div div[itemtype="https://schema.org/Organization"] a {
            position: absolute;
            right: 0;
            top: 0;
    }
    body footer > div ul > li {
          width: 20%;
          margin-right: 30px;
    }
    body footer > div ul > li li {
            width: auto;
    }
    body footer > div ul > li:last-child {
            margin-right: 0;
    }

    body.distractionfree header #servicenav {
        padding: 6px 20px 8px;
    }
    body.distractionfree header #servicenav > div [itemtype="https://schema.org/ContactPoint"] {
          display: block;
          width: 170px;
    }
    body.distractionfree header #servicenav > div .service ul {
          margin-top: 6px;
    }
    body.distractionfree #main form input[type=text],
    body.distractionfree #main form input[type=email],
    body.distractionfree #main form input[type=password] {
        width: 90%;
    }
    body.distractionfree section {
        width: 90%;
        margin: auto;
    }
    body.distractionfree section .landingpage_narrow {
          width: auto;
    }
    body.distractionfree section .landingpage_narrow .content > div.right {
            display: none;
    }
    body.distractionfree section .landingpage_narrow .content > div.left {
            border-radius: 6px;
    }

    .ntldlist {
        width: auto !important;
    }
}

@media (min-width: 0) and (max-width: 649px) {
    body .activation a, body .activation input[type="submit"] {
        font-size: 12px;
    }
    body #mobilehead {
        display: block;
        height: 50px;
        width: 90%;
        margin: auto;
    }
    body #mobilehead a.start {
          width: 150px;
          background: URL("/res/img/logo_small.png") no-repeat;
          text-indent: -9999px;
          display: block;
          float: left;
          height: 30px;
          margin-top: 13px;
    }
    body #mobilehead a.open {
          height: 50px;
          width: 50px;
          position: absolute;
          right: 0;
          top: 0;
    }
    body #mobilehead a.open:before {
            position: absolute;
            font-family: FontAwesome;
            font-size: 21px;
            top: 14px;
            right: 15px;
            content: "\f0c9";
            color: #58585a;
    }
}

@media (min-width: 0) and (max-width: 649px) {
    body section#main header#slider .stage {
        height: 294px;
    }
    body section#main header#slider .stage > ul > li {
          height: 294px !important;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text h1 {
            font-size: 23px;
            margin: -30px 0 10px;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text h1.medium {
              font-size: 20px;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text ul li {
            margin-bottom: 10px;
            font-size: 12px;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text .activation a {
            display: none;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text .activation a.activate {
            display: inline-block;
            font-size: 13px;
    }
    body section#main header#slider .stage > ul > li.activator .inside > div .text p {
            font-size: 12px;
            margin-bottom: 10px;
    }
    body section#main header#slider .stage > ul > li.singlepromo.right .inside > div.text {
            margin: 20px 0 0 0;
            height: 220px;
    }
    body section#main header#slider .stage > ul > li.singlepromo.right .inside > div.text h1, body section#main header#slider .stage > ul > li.singlepromo.right .inside > div.text div {
              padding-left: 0;
              padding-right: 0;
    }
    body section#main header#slider .stage > ul > li.singlepromo > .inside > div.mood {
            display: none;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside {
            overflow: visible;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text {
              margin: 20px 0 0 0;
              height: 220px;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text h1, body section#main header#slider .stage > ul > li.singlepromo .inside > div.text div {
                padding-left: 0;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text h1 {
                font-size: 25px;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text h1 img {
                  display: none;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text .activation a {
                display: none;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text .activation a.activate {
                display: inline-block;
                font-size: 13px;
    }
    body section#main header#slider .stage > ul > li.singlepromo .inside > div.text div.price {
                font-size: 23px;
    }
    body section#main header#slider .stage > ul > li.promos {
            padding-top: 10px;
    }
    body section#main header#slider .stage > ul > li.promos .activation {
              display: none;
    }
    body section#main header#slider .stage > ul > li.promos .promo a {
              width: 90%;
              display: block;
              padding: 10px;
              height: auto;
              margin: 10px 0 0;
    }
    body section#main header#slider .stage > ul > li.promos .promo a > div {
                display: none;
    }
    body section#main header#slider .stage > ul > li.promos .promo a h2 {
                font-size: 14px;
    }
    body section#main header#slider .stage > ul > li.promos .promo a p {
                margin-bottom: 0;
    }
    body > header {
        display: none;
        border-top: 1px solid #c3c3c3;
    }
    body > header #login form {
          text-align: left;
    }
    body > header #login form input {
            width: 25%;
    }
    body > header #login a {
          display: none;
    }
    body > header #servicenav {
          width: 100%;
          padding: 0;
    }
    body > header #servicenav > div {
            zoom: 1;
            width: 100%;
    }
    body > header #servicenav > div:before, body > header #servicenav > div:after {
              content: "\0020";
              display: block;
              height: 0;
              overflow: hidden;
    }
    body > header #servicenav > div:after {
              clear: both;
    }
    body > header #servicenav > div .service {
              text-align: left;
    }
    body > header #servicenav > div .service form {
                width: 50%;
                display: block;
                margin-top: 0;
                float: left;
                position: relative;
    }
    body > header #servicenav > div .service form button[type=submit] {
                  margin-right: 0;
                  position: absolute;
                  right: 0;
                  top: 0;
                  border-right: 0;
                  border-top: none;
                  height: 32px;
                  border-bottom: 0;
                  border-left: 1px solid #c3c3c3;
    }
    body > header #servicenav > div .service form input[type=text], body > header #servicenav > div .service form input[type=text]:focus {
                  display: block;
                  border-right: 0;
                  border-top: 0;
                  border-left: 0;
                  width: 100% !important;
                  border-radius: 0;
                  padding-left: 0;
                  padding-right: 0;
                  text-indent: 12px;
                  height: 32px;
                  box-shadow: inset 0 0 5px #c3c3c3;
    }
    body > header #servicenav > div .service ul {
                margin: 19px 0 50px;
                float: none;
                display: block;
                clear: both;
                margin-bottom: 0;
    }
    body > header #servicenav > div .service ul li.login, body > header #servicenav > div .service ul li.register {
                  display: block;
                  width: 50%;
                  padding-top: 0;
                  margin-right: 0;
                  border-bottom: 0;
                  text-align: center;
                  border: 0;
    }
    body > header #servicenav > div .service ul li.login a, body > header #servicenav > div .service ul li.register a {
                    display: block;
                    border-radius: 0;
                    border-top: 0;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    background: #E6EE7D;
                    border: 0;
    }
    body > header #servicenav > div .service ul li.register a {
                  border-left: 0;
    }
    body > header #servicenav > div .ddcommon {
              border-left: 0;
              border-right: 0;
              width: 50% !important;
              margin-right: 0;
              border-radius: 0;
              border-top: 0;
              top: 0;
              float: left;
    }
    body > header #servicenav > div .ddcommon .ddTitle {
                border-radius: 0 !important;
    }
    body > header #servicenav > div .ddcommon .ddTitle .ddTitleText {
                  padding: 9px 0;
                  width: 80%;
                  margin: auto;
    }
    body > header #servicenav > div .ddcommon .divider {
                border-right: 1px solid #c3c3c3;
                border-radius: 0;
    }
    body > header #servicenav > div .ddcommon .arrow {
                right: 6px;
    }
    body > header > nav {
          height: auto;
          width: 100%;
    }
    body > header > nav > a {
            display: none;
    }
    body > header > nav > ul {
            float: none;
            margin: auto;
    }
    body > header > nav > ul > li {
              float: none;
              text-align: right;
              display: block;
              padding-top: 10px;
              padding-bottom: 10px;
              border-bottom: 1px solid #c3c3c3;
              padding-left: 0 !important;
              text-align: left;
    }
    body > header > nav > ul > li:hover > div {
                display: none;
    }
    body > header > nav > ul > li:hover > div > div {
                  margin-top: 0;
                  box-shadow: none;
                  border-radius: 0;
    }
    body > header > nav > ul > li a.more {
                width: 30px;
                height: 30px;
                position: absolute;
                right: 0;
                top: 0;
    }
    body > header > nav > ul > li a.more:before {
                  position: absolute;
                  font-family: FontAwesome;
                  top: 12px;
                  left: 8px;
                  content: "\f0fe";
    }
    body > header > nav > ul > li a.more.close:before {
                  content: "\f146";
    }
    body > header > nav > ul > li > div {
                display: none;
                position: relative;
                opacity: 1;
                height: auto;
                width: auto;
                right: 0;
    }
    body > header > nav > ul > li > div > div {
                  left: 0;
                  background: none;
                  border: none;
                  border-radius: 0;
    }
    body > header > nav > ul > li > div > div > ul {
                    margin: 6px 0 0 0;
    }
    body > header > nav > ul > li > div > div > ul > li {
                      border: none;
    }
    body > header > nav > ul > li > div > div > ul > li a {
                        padding-left: 30px;
    }
    body > header > nav > ul > li > div > div > ul > li a:first-child {
                          border-radius: 0;
    }
    body > header > nav > ul > li > div > div > ul > li.active {
                        background: #c3e2ef;
    }
    body > header > nav > ul > li > div > div::before {
                    display: none;
    }
    body > header > nav > ul > li.active {
                background: #f1f6f8;
    }
    body > header > nav > ul > li.active > div {
                  display: block;
    }
    body > header > nav > ul > li a {
                display: block;
                width: 90%;
                margin: auto;
                border-bottom: 0 !important;
    }
    body section#main header .content {
        display: block;
    }
    body section#main header .content h1 {
          font-size: 24px;
    }
    body section#main header .content ul {
          margin: 12px 0 !important;
    }
    body section#main header .content ul li, body section#main header .content ul p {
            font-size: 13px !important;
    }
    body section#main header .content .subnav {
          position: relative;
          height: auto;
          width: auto;
          margin-top: -50px;
          margin-bottom: 20px;
    }
    body section#main header .content .subnav #smallnav_msdd, body section#main header .content .subnav #categories_msdd {
            width: auto !important;
    }
    body section#main header .content .subnav ul {
            position: relative;
    }
    body section#main header .content .subnav ul li.categories {
              float: none;
    }
    body section#main header .content > div {
          display: block;
    }
    body section#main header .content > div div.promo {
            width: auto;
            display: block;
            color: white;
            font-weight: normal;
            background: #07abf3;
            background: -moz-linear-gradient(top, #1279a7 0%, #046590 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1279a7), color-stop(100%, #046590));
            background: -webkit-linear-gradient(top, #1279a7 0%, #046590 100%);
            background: -o-linear-gradient(top, #1279a7 0%, #046590 100%);
            background: -ms-linear-gradient(top, #1279a7 0%, #046590 100%);
            background: linear-gradient(top, #1279a7 0%, #046590 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1279a7', endColorstr='#046590')";
            border: 1px solid white;
            box-shadow: 0 0 8px #b6b6b6;
            margin: -20px 0 30px 0;
            padding: 15px 0;
    }
    body section#main header .content > div div.promo > div {
              transform: none;
              -webkit-transform: none;
              -ms-transform: none;
    }
    body section#main header .content > div div.promo > div .price, body section#main header .content > div div.promo > div .price.big {
                font-size: 28px;
                font-weight: normal;
                line-height: normal;
    }
    body section#main header .content > div .text {
            display: block;
    }
    body section#main header .content > div .text h1.logo {
              display: block;
              height: auto;
              width: auto;
              text-indent: 0;
              background: none !important;
    }
    body section#main header .content > div .text .flag img,
    body section#main header .content > div .text .flag img.world {
              width: 31px;
              margin: 4px 10px 0 -2px;
    }
    body section#main header .content > div .text p {
              overflow: hidden;
    }
    body section#main header .content > div .text .activation {
              width: auto;
              float: none;
              white-space: normal;
    }
    body section#main header .content > div .text .activation a {
                display: block;
                width: 100%;
                padding: 9px 0;
                margin-bottom: 15px;
    }
    body section #mainbody article {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 0;
    }
    body section #mainbody article ul.tld_featurelist li {
          width: 55px !important;
          background-size: 55px !important;
    }
    body section #mainbody article > div.promoactivationbox {
          font-size: 12px;
    }
    body section #mainbody article > div.promoactivationbox form span {
            display: block;
    }
    body section #mainbody article > div.promoactivationbox form input[type=text],
    body section #mainbody article > div.promoactivationbox form textarea {
            display: block;
            width: 100%;
            font-size: 12px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* ff2 */
            -ms-box-sizing: border-box;
            /* ie8 */
            -webkit-box-sizing: border-box;
            /* safari3 */
            -khtml-box-sizing: border-box;
            /* konqueror */
    }
    body section #mainbody article > div.activationbox {
          font-size: 12px;
    }
    body section #mainbody article > div.tldoverview table td {
          vertical-align: middle;
    }
    body section #mainbody article > div.tldoverview table th.info {
          font-size: 0;
    }
    body section #mainbody article > div.tldoverview table .info {
          padding: 0;
    }
    body section #mainbody article > div.tldoverview table .info a {
            font-size: 0 !important;
            width: 30px;
            height: 30px;
            display: block;
            float: right;
            top: 0;
    }
    body section #mainbody article > div.tldoverview table .info a:before {
              font-family: FontAwesome;
              font-size: 20px !important;
              content: "\f0a9";
              color: #58585a;
              line-height: 36px;
              margin-right: 4px;
    }
    body section #mainbody .sidebar {
        float: none;
        width: 100%;
        display: block;
        border-top: 1px solid #c3c3c3;
        padding-top: 30px;
    }
    body section #mainbody .sidebar nav {
          display: none;
    }
    body section.start #newtlds .content ul {
        margin-left: 0;
    }
    body section.start #newtlds .content ul li:nth-child(n+4) {
          display: none;
    }
    body section.start #features > div > div p {
        height: auto !important;
    }
    body section.start #features > div > div .activation {
        position: relative;
        display: block;
        right: 0;
    }
    body section.start #features > div > div .activation a {
          width: auto;
    }
    body section.start #reselling .activation {
        width: auto;
        float: none;
    }
    body section.start #reselling .activation a {
          display: block;
          width: 100%;
    }
    body section.start #news ul li > span {
        width: 30px;
    }
    body section.start #news ul li > span .day {
          font-size: 22px;
    }
    body section.start #news ul li > span .month {
          font-size: 15px;
    }
    body section.start #news h3 {
        margin-top: -4px;
    }
    body footer > div:before {
        content: none;
    }
    body footer > div div[itemtype="https://schema.org/Organization"] a {
        position: relative;
    }
    body footer > div > ul > li {
        margin-bottom: 40px;
    }
    body footer > div ul > li {
        width: 43%;
        margin-bottom: 40px;
    }
    body footer > div ul > li li {
          margin-bottom: 0;
          float: none;
          display: block;
    }
    body footer > div ul > li li a {
            margin-bottom: 8px;
    }
    body footer > div ul > li h4 {
          margin-bottom: 10px;
          border-bottom: 1px solid white;
    }
    body footer > div ul > li:nth-child(2n+2) {
          margin-right: 0;
    }
    body .ntldlist ul li {
        float: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: auto;
    }
    body .ntldlist ul li.right {
          margin-right: 0 !important;
    }
    body.distractionfree header {
        display: block;
    }
    body.distractionfree header #servicenav {
          padding: 6px 0 8px;
    }
    body.distractionfree header #servicenav > div {
            width: 90%;
            margin: auto;
    }
    body.distractionfree header #servicenav > div .service {
              display: none;
    }
    body.distractionfree #main h2 {
        font-size: 20px;
    }
    body.distractionfree #main form input[type=email],
    body.distractionfree #main form input[type=text],
    body.distractionfree #main form textarea,
    body.distractionfree #main form select {
        width: 100%;
        box-sizing: border-box;
    }
}
