@import url(normalize.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic|Bree+Serif);
@import url(bxslider.css);
@import url(fancybox.css);

* {
    box-sizing:border-box;
}

html {
    background:#e5e5e5;
}

body {
    color:#242d37;
}

strong {
    font-weight:bold;
}

.newdomainresult hr {
    border-top: 1px solid #ccc;
    color: #efefef;
}

.summary-bar {
    background:#39424b;
    border-radius:5px;
    color:#fff;
    padding:5px 10px;
    margin-bottom:15px;
}

.summary-bar span {
    padding-right:15px;
}

.unavailable {
    color:#999;
}

.steps, .domain-only, #login-form-container {
    display:none;
}
.steps.active, .domain-only.active, #login-form-container.active {
    display:block;
}
.center {
    text-align:center;
}
#themes-container:after,
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}
.browsehappy {
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 0
}
.browsehappy a {
    color: #ccc;
}
#footer-container #footer .sn-icons,
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
.left {
    float: left
}
.right {
    float: right
}
#footer-container #footer #bloguru,
.last-child {
    margin-right: 0!important;
    padding-right: 0!important
}
.container {
    width: 100%;
    float: left;
    background:#fff;
}
.centered-container {
    max-width:1400px;
    margin:0 auto;
}

@media screen and (max-width: 1480px) and (min-width: 992px) {
    .centered-container {
        width: 93%
    }
}
@media screen and (max-width: 991px) {
    .centered-container {
        width: 93%
    }
}

.mobilelogo {
    display:none;
}
@media screen and (max-width: 35em) {
    .centered-container {
        width:93%;
    }
    #main-header-container #main-header {
        height:auto!important;
    }
    .desktoplogo {display:none!important;}

    #main-header-container #main-header #desktop-nav li {
        margin: 0!important;
    }
}
.form-inputs, .promoinput, 
.informakers-form .text input,
.informakers-form .text textarea {
    float: right;
    padding: 7px;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
    width: 390px;
    border: 1px solid #c9d2dc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    font-family: Roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 1em;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #232c36;
    margin-top:20px;
}

.informakers-form label, .temp .form-label {
    float:left;
    width:200px;
    margin-top:30px;
    font-size:.9rem;
    font-weight:normal!important;
}

.informakers-form .radio,
.informakers-form .submit,
.informakers-form .error-message {
    float:left;
}

.informakers-form .error-message {
    font-size:.9rem;
    color:red;
    padding-left:200px;
    width:100%;
}

.informakers-form .text input,
.informakers-form .text textarea,
.informakers-form .radio,
.informakers-form .submit {
    width:calc(100% - 200px);
}

.informakers-form .radio {
    padding-top:10px;
}

.informakers-form .submit {
    width:100%;
    padding-left:200px;
}

.informakers-form .submit input {
    margin-top:20px;
}

div.temp.generated-form.forms.view {
    margin:0 auto;
    float:none;
    width:100%;
    max-width:700px;
}

.informakers-form .radio label,
.informakers-form .radio input {
    margin-top:0;
    width:auto;
    float:none;
    clear:both;
}

.informakers-form .radio .r {
    width:100%;
    display:block;
}


#login-form-container .form-inputs {
    float:left;
    width:34%;
    margin:0;
    margin-right:2%;
}

#login-form-container .form-submit {
    margin:0;
    display:block;
    float:left;
    margin-right:2%;
}

#login-form-container a {
    color:#e5e5e5;
}

#login-form-container a#forgot-password {
    float:right;
    padding:8px 0;
}

#login-form-container {
    background:#232c36;
    padding:20px 0;
    border-bottom:10px solid #e5e5e5;
}

@media screen and (max-width:1200px) {
    #login-form-container .form-inputs {
        width:49%;
        margin:0 1% 2% 0;
    }
    #login-form-container .form-inputs#email {
        margin:0;
        margin-right:1%;
    } 
    #login-form-container a#forgot-password {
        float:left;
        padding:8px;
    }
}

@media screen and (max-width:35em) {
    #login-form-container .form-inputs {
        width:100%;
        margin:0 0 20px 0;
    }
    #login-form-container .form-inputs#email {
        margin:0 0 20px 0;
    } 

    #login-form-container .form-submit {
        margin:0 0 10px 0;
    }
    
}

.out {
    float:left;
    padding:40px 0 0 0;
}
.promoinput {
    float:left;
    padding:10px;
    width:150px;
    margin:0;
}

.out .btn {
    float:right;
}

.promo .btn {
    float:left;
    margin-left:10px;
}

@media screen and (max-width:530px) {
    .promo {
        width:100%;
    }

    .out .btn, .promoinput {
        float:none;
        width:100%;
        margin:5px 0;
    }
}
@media screen and (max-width: 1200px) {
    .form-inputs {
        width: 55%;
        float: right
    }
}
.form-textarea {
    height: 200px;
    min-height: 200px;
}
@media screen and (max-width: 1200px) {
    .form-textarea {
        width: 55%;
        min-width: 55%;
        float: right
    }
}
.form-select {
    width: 390px;
    box-shadow:none;
    padding-right:23px;
}
@media screen and (max-width: 1200px) {
    .form-select {
        width: 55%;
        float: right
    }
}
.form-inputs:focus,
.form-textarea:focus,
.sub input#SubscribeEmail:focus {
    border:1px solid #028db1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.form-submit {
    padding: 5px 20px;
    text-decoration: none;
    float: left;
    margin: 10px 0
}
@media screen and (max-width: 440px) {
    .form-submit {
        width: 100%;
        float: right!important;
        display: inline-block;
        max-width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0
    }
}
body {
    font-family: Roboto, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 100%;
    line-height: 1.6875;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bree Serif', serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1 {
    font-size: 1.8em;
    color:#028db1;
    margin:10px 0;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em
}
h5 {
    font-size: .83em
}
h6 {
    font-size: .75em
}

@media screen and (max-width:40em) {
    h1 {
        font-size:1.4em;
        line-height:1.3;
    }
    h2 {
        line-height:1.3;
        font-size:1.2em;
    }
}
a {
    color: #232c36;
    text-decoration: underline
}
a:hover {
    text-decoration: none
}
.selected {
    color: #242d36!important
}
p {
    margin-bottom: 20px;
}
.right-align {
    float: right;
    margin-left: 20px;
    border: 1px solid #232c36
}
@media screen and (max-width: 468px) {
    .right-align {
        width: 100%;
        margin: 0 0 10px
    }
}
#videos {
    width: 100%;
    margin: 0 auto;
    text-align: center
}
.videos {
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    margin: 10px 30px
}
#main-slide-container #main-slide #main-slide-content #get-starte
#view-news-btn,
.btn,
.form-submit,
.lang-switch li a,
.lang-switch li a.active-lang,
.red-button {
    display:inline-block;
    padding:8px 14px;
    border:0;
    -webkit-appearance:none;
    font-size:1em;
    font-family:roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    background: #d42131;
    color: #fff;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
#main-slide-container #main-slide #main-slide-content #get-started-btn:hover,
#view-news-btn:hover,
.btn:hover,
.form-submit:hover,
.lang-switch li a:hover,
.red-button:hover {
    background:#f3283a;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
    cursor: pointer
}
.faded-button {
    background-color: #f6b0b2;
    border-color: #f6b0b2
}
#header-ribbon-container {
    width: 100%;
    background:#fff;
    padding:20px 0;
    position:relative;
}

#header-ribbon-container nav {
    float: right;
    padding:20px 0;
}

.header-logo img {
    max-width:142px;
}

@media screen and (max-width:40em) {
    .header-logo, .mobilelogo {
        float:none;
        width:100%;
        display:block;
        text-align:center;
        margin:0 auto;
    }

    .desktoplogo {
        display:none;
    }

    .mobilelogo {
        display:block;
        padding-bottom:10px;
    }
}

.btn {
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    color:#fff;
}

a.btn, a.btn:hover {
    color:#fff;
}

#top-links li:last-child {
    border:0;
    padding-right:0;
}

#top-links li {
    display:inline-block;
    padding:0 .75em 0 .6em;
    margin:0;
    color:#525252;
    line-height:1;
    border-right:1px solid #525252;
}

@media screen and (max-width:40em) {
    #top-links li {
        padding:0 .4em 0 .1em;
    }
}

#top-links li a {
    text-decoration:none;
    color:#525252;
}

#top-links li a:hover {
    color:#242d36;
}

#top-links a.selected {
    color:#242d36;
}

#top-links li a.btn {
    color:#fff;
}

@media screen and (max-width:40em) {
    #header-ribbon-container nav {
        float:none;
        padding-bottom:0;
        padding-top:0;
        text-align:center;
    }
}

@media screen and (max-width:420px) {
    #top-links li:nth-child(4) {
        border:0;
    }

    .header-logo img {
        margin-top:6px;
    }

    #top-links li:last-child {
        width:100%;
        display:block;
    }
    #top-links a.btn {
        position:absolute;
        top:13px;
        right:13px;
        padding:7px 8px;
        transition-property:background-color;
    }
    #header-ribbon-container {
        padding: 12px 0;
    }
}

.center {
    text-align:center;
}

.banner {
    clear:both;
    padding:35px 0 60px 0;
    margin-top:35px;
    width:100%;
    background-size:cover;
    text-align:center;
    background:#028db1 url('/img/cloudpattern.png');
}

.banner h1, .banner h2 {
    font-size:3em;
    margin:5px 0;
    line-height:1.4;
    color:#fff;
    text-shadow:2px 2px 2px rgba(0,0,0,0.5);
    transition:all 0.5s ease-out;
}

.banner h2 {
    font-size:1.5em;
}

@media screen and (max-width:1023px) {
    .banner {
        font-size:80%;
    }
}

.home {
    background:url('../img/banner-home.jpg') no-repeat;
    background-size:cover;
    position:relative;
    clear:both;
    line-height:1.6;
    padding:100px 0;
}

.home h1 {
    color:#028db1;
    text-shadow:none;
}

.home p {
    color:#232c36;
    margin:0 auto;
    font-size:1.5em;
    line-height:1.5;
    max-width:1000px;
    transition:all 0.5s ease-out;
}

@media screen and (max-width: 35em) {
    .home {
        position:static;
        margin-bottom:0;
        padding:15px 0;
    }

    .banner h1 {
        line-height:1.2;
    }
}

@media screen and (max-width:1400px) {
    .home .centered-container {
        background:rgba(255,255,255,0.6);
        padding:0 10px 22px 10px;
        transition:all 0.5s ease;
    }
}
@media screen and (max-width:40em) {
    .home .centered-container {
        background:rgba(255,255,255,0.8);
        padding:10px;
    }
}

.di-aspx h1 {
    width: 100%!important;
    height: 125px!important;
    background-size: cover!important;
    padding: 75px 0 0;
    margin: 0 0 20px;
    font-size: 1.5em;
    color: #03b5e3;
    float: left
}

.di-aspx #ContentPlaceHolder1_error_text {
    display: inline-block;
    padding: 15px 10px 0
}
.di-aspx .email-reset {
    margin: 0 0 10px;
    float: left;
    width: 100%
}
.di-aspx .email-reset #ContentPlaceHolder1_email_label {
    border: 1px solid #c9d2dc;
    display: block;
    width: 650px;
    padding: 10px 0;
    margin: 20px 0 0
}
.di-aspx .password-reset-form {
    width: 100%
}
.di-aspx #login {
    max-width: 650px;
    margin: 0 auto
}
.di-aspx #ContentPlaceHolder1_description_text {
    max-width: 650px!important;
    margin: 0 auto;
    display: block;
    text-align: left;
    font-family: 'Bree Serif';
    font-size: 1.17em
}
.di-aspx #login .input {
    margin: 0 0 15px;
    width: 100%;
    float: left
}
.di-aspx #login .password-reset-form td {
    vertical-align: middle
}
.di-aspx #login .password-reset-form .input,
.di-aspx #login .password-reset-form .password-strength {
    padding: 5px 0 5px 30px;
    margin: 0
}
.di-aspx #login .input span {
    display: block;
    float: left
}
.di-aspx #login .input input,
.di-aspx .password-reset-form input {
    padding: 7px;
    width: 80%!important;
    font-size: .9em;
    border: 1px solid #c9d2dc;
    border-radius: 5px;
    font-family: Roboto
}
.di-aspx .password-reset-form input {
    width: 300px;
    float: left!important;
    margin: 5px 0 0;
}
.di-aspx #ContentPlaceHolder1_contact_info_text {
    display: block;
    margin: 0 auto;
    max-width: 650px;
}
.di-aspx #ContentPlaceHolder1_request_button,
.di-aspx #ContentPlaceHolder1_reset_button {
    border: 2px solid #C4161C;
    background: #C4161C;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 5px 20px;
    text-decoration: none;
    float: left;
    margin: 10px 0
}
.di-aspx #ContentPlaceHolder1_reset_button {
    float: none;
    margin: 0
}
.di-aspx #contact_information,
.di-aspx #request_form {
    width: 100%;
    float: left
}
.di-aspx #ContentPlaceHolder1_UpdatePanel1 {
    max-width: 650px;
    margin: 0 auto;
    text-align: left
}
.di-aspx #ContentPlaceHolder1_complete_text {
    float: left;
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0 0 20px;
    border: 1px solid #C4161C
}
#main-header-container {
    width: 100%;
    background:#242d36;
    background:rgba(36,45,54,.9);
}
#main-header-container #main-header {
    height: 75px
}

/****************************** NAVIGATION **********************************/
#desktop-nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#desktop-nav li {
    display:inline-block;
    margin: 0 1em;
}
@media screen and (max-width: 768px) {
    #desktop-nav li {
        margin: 0 10px
    }
}
#desktop-nav li a {
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    transition: color .5s ease-out;
    text-decoration: none;
    font-weight:bold;
    display:inline-block;
    border:0;
    padding:22px 0;
    font-size:1.15em;
    color: rgba(255,255,255,.8)
}

#desktop-nav li a.selected {
    color:#fff!important;
}

#desktop-nav li a:hover {
    color: #fff;
    text-decoration: none
}
#desktop-nav li:last-child {
    margin-right: 0
}

#desktop-nav li li {
    display:block;
    text-align:left;
    margin: 0;
    width:100%;
}

#desktop-nav li li a {
    font-weight:normal;
    padding:0;
    transition:none;
}

#desktop-nav ul li {
    position:relative;
}

#desktop-nav ul li ul {
    position: absolute;
    background:rgba(66,73,84,0.90);
    padding:10px 15px;
    top: -999em;
    width: 15em; /* left offset of submenus need to match (see below) */
}

#desktop-nav li:hover ul {
    left: 0;
    top: 4.65em; /* match top ul list item height */
    z-index: 99;
}

#desktop-nav ul.nav li:hover li ul {
    top: -999em;
}

#desktop-nav ul.nav li li:hover ul {
    left: 10em; /* match ul width */
    top: 0;
}

#desktop-nav ul.nav li li:hover li ul {
    top: -999em;
}

#desktop-nav ul.nav li li li:hover ul {
    left: 10em; /* match ul width */
    top: 0;
}

#desktop-nav ul.nav .active a { /* Main Nav When Active */
    background: #0D4168;
    color: #fff;
}

#desktop-nav ul.nav li.active a span {
    color: #fff;
}

#desktop-nav ul.nav li.active ul li a { /* Sub Nav When Main Nav is Active */
    background: transparent;
    color: #323232;
}

#desktop-nav ul.nav li ul li.active a,
#desktop-nav ul.nav li ul li a:hover{ /* Sub Nav When Active */
    background-color: #0D4168;
    background-image: none;
    color: #fff;
}

#desktop-nav ul.nav li ul li.active ul li a {
    background-color: transparent;
}

#desktop-nav ul.nav li ul li.active ul li a:hover {
    background-color: #0D4168;
}

@media screen and (max-width:35em) {
    #main-header-container {
        position:static;
    }
    #main-header-container #main-header.centered-container {
        width:100%;
    }
    #desktop-nav li a {
        width:100%;
        border-bottom:1px solid rgba(255,255,255,0.2);
        display:block;
        padding:4px 10px;
        text-align:left;
    }
    #desktop-nav li:nth-child(2) a {
        background:#4b5762;
    }
    #desktop-nav ul li ul {
        position: static;
        display:block;
        background:transparent;
        padding:0;
        width: 100%;
    }
    #desktop-nav li li a {
        padding:4px 10px 4px 35px;
        font-weight:bold;
        background:#4b5762;
    }
}
/***************END NAV ******************************************************/

.plan {
    border:5px solid #e5e5e5;
    border-top-width:10px;
    border-bottom-width:10px;
    width:33.33333333333333333333333333333333333333333333333333333333333333%;
    float:left;
}

.plan-inner {
    padding:0 15px;
    min-height:300px;
}

.tab .plan-inner {
    min-height:235px;
}

.plan-highlight {
    text-align:center;
    background:#f1f2f3;
    margin-top:20px;
    padding:20px 15px;
}

.arrow {
    float:left;
    width:26%;
    background:#e5e5e5;
    text-align:center;
    margin:5px 0 45px 0;
}

.arrow.fourth {
    width:22%;
}

.arrow.active {
    background:#b5dce6;
}
.arrow .copy.active {
    background:url('/img/arrow-active.gif') no-repeat center right;
    float:left;
}

.arrow .copy {
    background:#e5e5e5;
    float:left;
    width:100%;
    padding:10px;
    padding-right:80px;
    background:url('/img/arrow.gif') no-repeat center right;
}

.arrow .copy.prev {
    background:url('/img/arrow-prev.gif') no-repeat center right;
}

.first .copy {
    padding-right:70px;
}

.fourth .copy {
    padding-right:20px;
    background:none;
}
.copy p {
    margin:0;
}
.copy h4 {
    font-size:1.2em;
}

.clients {
    display: none;
}
.clients.active {
    display: block;
}

@media screen and (max-width:1200px) {
    .copy p {
        font-size:.8em;
    }
}

@media screen and (max-width:999px) {
    .copy p {
        display:none;
    }
}

@media screen and (max-width:600px) {
    .arrow {
        margin:10px 0;
        border-right:4px solid #fff;
    }
    .arrow .copy, .arrow .copy.active {
        background:none!important;
        font-size:.9em;
        text-align:center;
        padding:5px;
    }
    .arrow.fourth {
        border:0;
    }
}

@media screen and (max-width:1300px) {
    .plan-inner {
        min-height:365px;
    }

    .tab .plan-inner {
        min-height:320px;
    }
    .plan-highlight {
        min-height:260px;
    }

    .tab .plan-highlight {
        min-height:0;
    }
}

.plan:first-child, .tab .plan:nth-child(2) {
    border-left:10px solid #e5e5e5;
}
.plan:last-child {
    border-right:10px solid #e5e5e5;
}

@media screen and (max-width:900px) {
    .plan {
        width:100%;
        background:#f1f2f3;
        padding-right:230px;
        position:relative;
    }
    .plan-inner {
        min-height:0;
        float:left;
        width:100%;
        background:#fff;
        padding:10px 20px 20px 20px;
    }
    .tab .plan-inner {
        min-height:0;
        width:100%;
    }
    .plan-highlight {
        min-height:0;
        float:left;
        margin-right:-230px;
        width:230px;
        position: absolute;
          top: 43%;
          right: 115px;
          transform: translate(-50%, -50%);
    }
    .plan:first-child,
    .plan:nth-child(2),
    .plan:last-child,
    .plan {
        border:10px solid #e5e5e5;
        margin-bottom:10px;
    }
}

@media screen and (max-width:575px) {
    .plan {
        width:100%;
        background:#f1f2f3;
        padding-right:0;
    }
    .plan input.btn {
        margin: 10px 0 8px 0!important;
    }
    .plan-inner {
        float:none;
        width:100%;
        padding:10px;
        line-height:1.5;
    }
    .plan-highlight {
        float:none;
        margin:0;
        width:100%;
        padding:10px;
        position:static;
        transform:none;
        margin-right:0;
    }
    .plan-highlight p {
        line-height:1.4;
    }
    .plan:first-child,
    .plan:nth-child(2),
    .plan:last-child {
        border:10px solid #e5e5e5;
    }
    .plan h3 {
        font-size:1em;
    }
    .plan h4 {
        font-size:1.8em;
    }
}

h2 {
    color:#028db1;
}

.plan h2 {
    font-size:1.8em;
    text-align:center;
}

.plan h3 {
    text-align:center;
    margin-bottom:15px;
}

.plan li:before {
    font-family:FontAwesome;
    content:"\f005";
    color:#ec744e;
    margin-right:5px;
    margin-left:-20px;
}

.plan li {
    padding-left:20px;
}

.plan input.btn {
    margin:20px 0;
    display:inline-block;
}
.plan h4 {
    font-size:2em;
    line-height:1.2;
}

.plan-highlight p {
    font-family:Bree serif, serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin-bottom:0;
}

h4 span {
    font-family: roboto,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 0.6em;
    display: block;
    font-weight: bold;
}

.domainbtn {
    text-align:center;
    padding:23px 15px 27px 15px;
    background:#f1f2f3;
    border:10px solid #e5e5e5;
    border-top:0;
}

.comparebtn {
    background:#232c36;
    padding:10px;
    text-align:center;
    color:#fff;
    width:100%;
}

.comparebtn span,  .domainbtn span {
    font-size:1.5em;
    padding-right:15px;
}

.comparebtn p, .domainbtn p {
    margin:0;
    line-height:2;
}

.comparebtn p.note {
    color:#e5e5e5;
}

.note a {
    color:#e5e5e5;
}

@media screen and (max-width:900px) {
    .domainbtn {
        border-top:10px solid #e5e5e5;
        margin-bottom:10px;
    }
}

@media screen and (max-width:550px) {
    .comparebtn p, .domainbtn p {
        line-height:1.6;
    }
    .domainbtn span {
        display:block;
        margin-bottom:15px;
        padding-right:0;
        font-size:1.3em;
    }
    a.btn.gray {
        display:inline-block;
    }
}

.tab h1 {
    text-align:center;
    padding:0;
    margin:0 0 10px 0;
}

.tab {
    border-top:10px solid #4d5665;
    border-bottom:10px solid #4d5665;
    float:left;
    width:100%;
    padding:10px 0 25px 0;
}

ul.tabs {
    margin-top:15px;
}
.tabs li {
    display:inline-block;
}

.tabs a {
    display:inline-block;
    background:#242d37;
    margin-right:5px;
    color:#fff;
    font-size:1.15em;
    text-decoration:none;
    padding:7px 20px;
    font-family:Bree serif, serif;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.tabs a.active, .tabs a:hover {
    background:#4d5665;
}

.tabs a.active {
    transition:none;
}

@media screen and (max-width:700px) {
    .tabs a {
        padding:2px 10px;
        margin-right:0;
    }
}

@media screen and (max-width:600px) {
    .tabs li {
        display:block;
        width:100%:;
    }
    .tabs a {
        display:block;
        width:100%;
        border-radius:0;
        padding:5px 10px;
        padding-left:30px;
        margin-right:0;
        position:relative;
    }
    .tabs a.active:before {
        content:"\f111";
        font-size:.45em;
        font-family:fontawesome;
        margin-left:-15px;
        padding-right:10px;
        position:absolute;
        top:35%;
    }
}

.clientlogo {
    display:block;
    float:left;
    width:13%;
    padding:2%;
}

.clientlogo:first-child {
    width:25.5%;
}

.clientlogo:nth-child(2) {
    width:17.5%;
}

.clientlogo:nth-child(3) {
    width:24%;
}


.clientlogo:nth-child(4) {
    width:20%;
}


@media screen and (max-width:767px) {
    .clientlogo {
        max-width:300px;
        width:80%!important;
        float:none;
        margin:0 auto;
    }
    .clientlogo:last-child {
        max-width:150px;
    }
}

.notice {
    background:#d42131;
    clear:both;
    border-top:40px solid #fff;
    color:#fff;
    text-align:center;
    padding:20px;
    font-weight:bold;
    font-size:1.1em;
}

.notice a {
    color:#fff;
    text-decoration:none;
}

.notice a:hover {
    text-decoration:underline;
}

.testimonial {
    text-align:center;
    padding:0 20px;
}

.testimonial h1 {
    margin-bottom:25px;
}

.testimonial p {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 25px;
}

.testimonial p.client_name {
    font-weight: bold;
    font-size: 1.3em;
}

#errors {
    background-color: #fee;
    border: 1px solid #c00;
    margin: 20px 0;
    padding: 1em
}
#errors li {
    color: #c00
}

.page-header-content p {
    color: #fff;
    width: 75%;
    text-align: center;
    margin: 0 auto
}
@media screen and (max-width: 768px) {
    .page-header-content p {
        width: 100%;
        font-size: .9em
    }
}
.page-intro {
    background-color: #232c36;
    color: #fff;
    padding: 10px 0
}
.page-intro h2 {
    text-align: center;
    margin: 10px 0
}
.feature-row {
    float: left
}

#themes-container {
    background-color: #232c36;
    padding-bottom: 20px
}
#themes-container h2 {
    color: #fff
}
#themes-container #themes img {
    display: block;
    margin: 0 auto 40px
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #themes-container #themes img {
        width: 90%;
        height: auto
    }
}
@media screen and (max-width: 768px) {
    #themes-container #themes img {
        width: 95%;
        height: auto
    }
}
@media screen and (max-width: 468px) {
    #themes-container #desktop-themes-container {
        display: none
    }
}
#themes-container.pages {
    background-color: #fff
}
#themes-container.pages img {
    border: 1px solid #8b9eb4
}
#centered-paragraph {
    text-align: center
}
.pages {
    background-color: #fff;
    margin: 50px 0 0
}
#mobile-themes-container {
    margin-bottom: 40px
}
@media screen and (max-width: 468px) {
    #mobile-themes-container {
        display: block
    }
}
@media screen and (min-width: 468px) {
    #mobile-themes-container {
        display: none
    }
}
.theme-thumbnail-container {
    width: 25%;
    float: left;
}
@media screen and (max-width: 768px) {
    .theme-thumbnail-container {
        width: 50%
    }
}
.theme-thumbnail-container .theme-thumbnail-link {
    padding: 0 25px
}
.theme-thumbnail-container .theme-thumbnail {
    position: relative;
    width: 275px;
    height: 275px;
    margin: 0 auto 25px
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
    .theme-thumbnail-container .theme-thumbnail {
        width: 215px;
        height: 215px
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .theme-thumbnail-container .theme-thumbnail {
        width: 175px;
        height: 175px
    }
}
@media screen and (max-width: 768px) {
    .theme-thumbnail-container .theme-thumbnail {
        width: 215px;
        height: 215px
    }
}
.theme-thumbnail-container .theme-thumbnail img {
    width: 100%;
    max-width: 275px
}
.theme-thumbnail-container .theme-thumbnail:hover {
    cursor: pointer
}

.hints-container {
    font-size: .8em;
    float: right;
    text-align: right;
    margin-top: 20px
}
.hints {
    font-size: 12px!important;
    vertical-align: middle;
    color: #C4161C;
    float: left;
    margin-bottom: 10px
}

#footer-container {
    margin:0;
    background:#e5e5e5;
    line-height:1.6;
    padding-bottom:20px;
}

#footer-container #social-footer ul {
    margin-top:15px;
}

#footer-container #footer .sn-icons {
    width: 31px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    background-size:100%;
}
#footer-container #footer .sn-icons a {
    display: block;
    width: 31px;
    height: 31px;
}

@media screen and (max-width:480px) {
    #footer-container #footer .sn-icons {
        width: 48px;
        height: 48px;
    }
    #footer-container #footer .sn-icons a {
        width: 48px;
        height: 48px;
    }
}
#footer-container #footer #youtube {
    background-image: url(../img/icon_youtube.png);
}
#footer-container #footer #facebook {
    background-image: url(../img/icon_facebook.png)
}
#footer-container #footer #googleplus {
    background-image: url(../img/icon_googleplus.png)
}
#footer-container #footer #twitter {
    background-image: url(../img/icon_twitter.png)
}
#footer-container #footer #bloguru {
    background-image: url(../img/icon_bloguru.png)
}
#footer-container p {
    margin: 0;
    color:#565555;
}

#footer h4, .bottom_footer h4 {
    font-family:roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size:1.15em;
    font-weight:bold;
}

#footer a {
    text-decoration:none;
    color:#565555;
}

#footer a:hover {
    text-decoration:none;
    color:#232c36;
}

#full {
    margin:0 0 15px 0;
}

#full, .sub {
    clear:both;
    text-align:center;
}
.col {
    float:left;
    width:20%;
    padding:15px;
}

@media screen and (max-width:767px) {
    .col.news {
        width:100%;
    }
    .col {
        width:50%;
        padding:10px;
    }
}

.bottom_footer {
    background: #ccc;
    margin: 0;
}

.bottom_footer a {
    text-decoration:none;
    color:#565555;
}

.bottom_footer a:hover {
    text-decoration:none;
    color:#232c36;
}

.sub {
    padding:15px;
    width:50%;
    margin:0 auto;
}

@media screen and (max-width:900px) {
    .sub {
        width:100%;
    }
}

@media screen and (max-width:480px) {
    .sub {
        padding:10px;
    }
}

.sub h4 {
    margin-bottom:10px;
}

.sub input {
    display:block;
    color: #242d37;
    float:left;
    width:calc(100% - 96px);
    -webkit-transition:border .3s ease-out;
    -o-transition:border .3s ease-out;
    transition:border .3s ease-out;
    border: 1px solid #ccc;
    font-family:roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size:16px;
    padding:10px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
   box-shadow:inset 1px 1px 3px rgba(0,0,0,0.4);
   margin:0 0 10px 0;
}

#subscribe-form button:hover {
    background:#929292;
}

#subscribe-form button {
    font-family:roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size:16px;
    position:relative;
    margin:0 0 0 10px;
    display:inline-block;
    border:1px solid #ccc;
    cursor:pointer;
    padding:11px 14px;
    width:86px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    background: #7f7f7f;
    color: #fff;
    line-height:1.1;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.validation-error {
    text-align:left;
    padding:3px 0;
    clear:both;
}

@media screen and (max-width:480px) {
    .col {
        width:100%;
        float:none;
        padding:10px;
    }
}

@media screen and (max-width:480px) {
    .sub input {
        width:100%;
        margin-bottom:15px;
    }
    .sub {
        margin:10px 0;
        float:none;
    }
    #footer h4, .bottom_footer h4 {
        font-size:1rem;
    }

    #subscribe-form button {
        margin:0;
        float:none;
        display:block;
        width:100%;
    }
    .testimonial h1 {
        font-size:1.5em;
        line-height:1.5;
    }
    .testimonial p,
    .testimonial p.author {
        font-size:1.2em;
        line-height:1.5;
    }
    .validation-error {
        text-align:center;
    }
}

.fa-times {
    color:#d42131;
}
.fa-check {
    color:#80c239;
}

#plan-details table {
    float:left;
    width:100%;
}

td .buy-plan {
    padding-top:15px;
}

th {
    color:#028db1;
    font-size:1.15em;
    font-family:bree serif, serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

td:first-child {
    font-weight:bold;
}

td, th {
    padding:8px 8px;
}

tr {
    background:#fff;
}

tr:nth-child(odd) {
    background:#f1f1f1;
}

#compare-plans td {
    text-align:center;
}

#compare-plans table {
    width:100%;
}

#compare-plans td:first-child {
    text-align:left;
}

#compare-plans td, #compare-plans th {
    border-left:1px solid #c6c9cd;
    vertical-align:middle;
}
#compare-plans td:first-child, #compare-plans th:first-child {
    border-left:0;
}

table.mobile {
    display:none;
}
table.desktop {
    display:table;
}

.teaser-post.entry1 {
    padding: 5px 0 0;
    margin: 0 0 2px;
    border-top: 1px solid #ccc;
}

.teaser-date.date {
    font-size: 11px;
    color:#000;
}

.teaser-post.entry1:last-child {
    border-bottom: 1px solid #ccc;
    padding: 5px 0 2px;
}

@media screen and (max-width:700px) {
    #compare-plans td, #compare-plans th {
        padding:5px;
    }
}

@media screen and (max-width:620px) {
    table.mobile {
        display:table;
    }
    table.desktop {
        display:none;
    }
    #compare-plans .mobile th {
        border-top:2px solid #555;
        text-align:left;
        /* #242d37; */
        padding:5px 10px;
    }
    #compare-plans .mobile td {
        text-align:left;
        padding:5px 10px;
        border:0;
    }
}

@media screen and (max-width:420px) {
    #plan-details td {
        width:100%;
        display:block;
        text-align:center;
        padding-top:0;
        border:0;
    }

    #plan-details table {
        border:0;
    }

    #plan-details td:first-child {
        padding-bottom:0;
        padding-top:10px;
    }
}

#plan-details h2 {
    text-align:center;
    color:#242d37;
    font-size:1.2em;
}

#plan-details h1 {
    margin-bottom:0;
}

#plan-details .table-container {
    margin:15px auto 0 auto;
    padding-right:230px;
    width:100%;
    position:relative;
    float:left;
    background:#e5e5e5;
}

#plan-details .buy-plan {
    margin-right:-230px;
    position:relative;
    padding:15px;
    width:230px;
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translate(-50%, -50%);
    float:left;
    text-align:center;
}

@media screen and (max-width:760px) {
    #plan-details .table-container {
        padding-right:0;
        background:#fff;
    }
    #plan-details .buy-plan {
        margin-right:0;
        position:static;
        transform:none;
        width:100%;
        background:#e5e5e5;
    }
}

span.sm {
    font-size:.83rem;
    line-height:1.4;
    display:block;
}

.buy-plan h4, .solutionscta h4 {
    font-size:2em;
    line-height:1.2;
}

.solutionscta h4 span {
    color:#028db1
}

.buy-plan input.btn, .solutionscta a.btn {
    margin: 20px 0 15px 0;
    display: inline-block;
}

.buy-plan input.btn {
    margin: 20px 0;
}

.addy h3 {
    margin-top:-5px;
    margin-bottom:15px;
}

.add, .add-on {
    float:left;
    padding:15px;
    width:24%;
    margin:.5%;
    min-height:260px;
    border:10px solid #e5e5e5;
}

.add {
    width:32%;
    min-height:285px;
}

.add-on {
    width:49%;
    margin-bottom:15px;
}

.add-on.alt {
    width:32.33333333333333333333333%;
    min-height:280px;
}

.add-on.alt select, .item select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.add-on.alt ul {
    padding-left:1em;
}

.add-on.alt li {
    list-style-type:disc;
}

.add-on.alt p {
    margin-bottom:0;
}

.add-on.alt .btn {
    margin-top:15px;
}

@media screen and (max-width:1200px) {
    .add-on.alt {
        min-height:400px;
        width:49%;
    }
}

@media screen and (max-width:767px) {
    .add {
        min-height:0;
        width:100%;
        margin:2% 0;
    }
}

@media screen and (max-width:400px) {
    .add-on.alt .btn {
        width:100%;
    }
}

.add h2 {
    margin-bottom:10px;
}

.add li {
    font-weight:bold;
    text-align:left;
    padding-left:1.4em;
}
.add li:before {
    content:"\f00c";
    font-family:fontawesome;
    color:#80c239;
    margin-left:-1.4em;
    padding-right:.4em;
}

.forms {
    float: left;
    width: 50%;
    margin: 20px 0
}
@media screen and (max-width: 768px) {
    .forms {
        width: 100%;
        font-size: 1em
    }
    .informakers-form label, 
    .informakers-form .text input,
    .informakers-form .text textarea,
    .temp .form-label,
    .informakers-form .error-message,
    .informakers-form .input {
        width: 100%;
        font-size: 1em;
        margin:0;
        float:none;
        padding-left:0;
    }
    .temp .form-label {
        display:block;
    }
    .informakers-form .radio, .informakers-form .submit {
        padding-left:0;
    }
    .informakers-form .input {
        margin-bottom:15px;
    }
}
.forms .form-hint span {
    color: #C4161C
}
.forms .form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px
}
.forms .form-group label {
    width: 200px;
    float: left;
    font-weight: 400!important
}

.forms .form-hint {
    float:none;
    padding-left:200px;
    font-size:.75rem;
}

.contact-form .form-submit {
    margin-left:200px;
}

.contact-form .form-group label {
    font-size:.9rem;
}

.contact-form .form-inputs {
    width:calc(100% - 200px);
    margin-top:0;
    font-size:.9rem;
}

@media screen and (max-width: 1200px) {
    .forms .form-group label {
        width: 35%;
    }
    .contact-form .form-inputs {
        width:calc(100% - 36%);
        margin-top:0;
    }

    .forms .form-hint {
        padding-left:36%;
    }
    .contact-form .form-submit {
        margin-left:36%;
    }
}

@media screen and (max-width:768px) {
    .contact-form .form-inputs {
        width:100%;
        transition:none;
        font-size:1rem;
    }
    .forms .form-group label {
        width: 100%;
        font-size:1rem;
    }
    .forms .form-hint {
        padding-left:0;
    }
    .contact-form .form-submit {
        margin-left:0;
    }
}
.informakers-form {
    margin: 20px 0;
    color: #232c36
}
#recaptcha_widget_div {
    width: 100%;
    margin-left:198px;
}
@media screen and (max-width: 1200px) {
    #recaptcha_widget_div {
        margin-left:35%;
    }
}
@media screen and (max-width: 768px) {
    #recaptcha_widget_div {
        margin-left:0;
    }
}
#recaptcha_area {
    display: inline-block
}
#map {
    float: right;
    margin: 48px 0;
    display: block;
    width: 50%;
    padding-left:30px;
}
@media screen and (max-width: 768px) {
    #map {
        width: 100%;
        margin-top:0;
        padding-left:0;
        font-size: 1em
    }
}
#map iframe {
    float: right;
    width: 100%
}
@media screen and (max-width: 1200px) {
    #map iframe {
        float: left;
        width: 100%
    }
}
#address {
    text-align: left;
    font-size: .9em;
    float: left;
    margin: 20px 0 0
}
@media screen and (max-width: 768px) and (min-width: 640px) {
    #address {
        font-size: .9em;
        text-align: center;
        display: inline-block;
        width: 100%
    }
}
@media screen and (max-width: 640px) {
    #address {
        text-align: center;
        margin: 20px 0 0;
        display: inline-block;
        width: 100%
    }
}
#clock {
    float: right;
    margin: 20px 0
}
@media screen and (max-width: 768px) {
    #clock {
        float: none;
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
        display: inline-block
    }
}
#clock iframe {
    float: none
}
@media screen and (max-width: 768px) {
    #clock iframe {
        text-align: center;
        display: inline-block;
        width: 100%
    }
}
.lr-forms-container {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lr-forms-container:first-child {
    padding-right:20px;
}
.lr-forms-container:last-child {
    padding-left:20px;
}

.domain-only .lr-forms-container {
    float: none;
    width: 100%;
    padding:20px 0;
    margin:10px 0;
}

.domain-only .proceed {
    padding-top:40px;
}

@media screen and (max-width:767px) {
    .lr-forms-container {
        padding:0 0 15px 0!important;
        width:100%;
    }
}

.lang-switch {
    margin: 15px 0;
}
@media screen and (max-width: 360px) {
    .lang-switch {
        margin: 20px auto;
        width: 100%;
        text-align:center;
    }
}
.lang-switch li {
    display: inline-block
}
.lang-switch li a,
.lang-switch li a.active-lang {
    text-decoration: none;
    padding: 5px;
    font-size: .9em;
    margin-left: 5px
}
@media screen and (max-width: 360px) {
    .lang-switch li a,
    .lang-switch li a.active-lang {
        margin: 0 10px
    }
}
.lang-switch li a {
    background-color: #fff;
    border: 2px solid #232c36;
    color: #232c36
}
.lang-switch li a:hover {
    border-color: #232c36
}
.lr-forms .login {
    width: 100%;
    float: left;
    margin: 0 auto
}
.lr-forms .login .input {
    float: left;
    width: 100%;
    margin: 10px 0
}
.lr-forms .login label {
    text-align: left;
    float: left
}
.lr-forms .forgot_password_link {
    float: left;
    text-decoration: none;
    color: #C4161C;
    margin: 18px
}
.lr-forms p {
    text-align: left;
    float: left;
    margin: 0
}
.lr-forms #ajax-loader,
.lr-forms #ajax-loader_only,
.lr-forms #ajax-loader-transfer {
    margin-top: 25px;
    display: none
}
.lr-forms .domain-form {
    float: left;
    width: 100%
}
.lr-forms .domain-form .domain-inputs {
    width: 100%;
    float: right
}

.langcon {
    max-width:600px;
    margin:20px auto;
    text-align:center;
}

.langcon label {
    margin-top:20px;
}

.langcon .form-inputs {
    width:70%;
}
@media screen and (max-width:500px) {
    .langcon .form-inputs {
        width: 100%;
        margin:0;
    }
        .langcon label {
        margin:0;
    }
    .lang-switch {
        margin: 5px auto;
    }
}
@media screen and (max-width: 360px) {
    .lr-forms .domain-form .domain-inputs {
        width: 100%;
        text-align: center
    }
    .lr-forms .forgot_password_link {
        margin:0;
    }
}
.lr-forms .domain-form .domain-inputs input {
    float: left;
    width: calc(99% - 100px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.lr-forms .domain-form .domain-inputs select {
    width: 100px;
    margin-left: 1%;
    float: left;
    padding: 7px;
    box-shadow:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/dropdown.png) 95% no-repeat
}

select {
    padding: 7px;
    font-size:1em;
    font-family:roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    border: 1px solid #c9d2dc;
    box-shadow:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px; 
    background: #fff url(../img/dropdown.png) 95% no-repeat
}

.container.checkout {
    padding:20px 0;
}

.add-on select {
    width:100%;
    margin:15px 0
}

a.rmv {
    color:#45698d;
    display:inline-block;
    padding-left:5px;
    font-style:italic;
    font-size:.85rem;
    cursor:pointer;
}

.container.success p {
    text-align:center;
    border-radius:5px;
    color:#026a2c;
    padding:20px 10px;
    border:1px solid #026a2c;
}

.container.failure p {
    text-align:center;
    border-radius:5px;
    color:red;
    padding:20px 10px;
    border:1px solid red;
}

tr.item select {
    padding-right:1.5em;
    width:100%;
    max-width:250px;
}

tr.item select::-ms-expand, .domain-form select::-ms-expand {
    display: none;
}

.customdesign {
    padding: 15px;
    width: 100%;
    margin: .5%;
    border: 10px solid #e5e5e5;
}

.customdesign tr {
    background:#fff;
}

@media screen and (max-width:1000px) {
    .add-on select {
        width:100%;
    }
}
@media screen and (max-width:700px) {
    .add-on, .add-on.alt {
        width:100%;
        min-height:0;
        margin: 0 0 15px 0;
        padding:15px 15px 20px 15px;
    }
}

table.checkout, table.checkout-summary {
    width:100%;
    table-layout:fixed;
}
.checkout th, .checkout-summary th {
    text-align:left;
}

.checkout .fa-times {
    color:#555;
    padding-right:1.5em;
    cursor:pointer;
}

.editorcancel {
    text-align:center;
    padding-top:10px;
    border-top:1px solid #ccc;
    clear:both;
}

.checkout td:first-child, .checkout th:first-child {
    text-align:left;
    width:66.7%;
    font-weight:normal;
}

.checkout th.rm, .checkout td.rm {
    text-align:right;
}

.total {
    font-weight:bold;
}

@media screen and (max-width:800px) {
    .checkout td:first-child, .checkout th:first-child {
        width:auto;
        word-wrap:break-word;
    }
}

@media screen and (max-width:400px) {
    .lr-forms .domain-form .domain-inputs input {
        width:76%;
    }
    .lr-forms .domain-form .domain-inputs select {
        width:23%;
    }
}
.lr-forms .submit {
    float: right;
    width: 100%
}
.lr-forms .submit a,
.lr-forms .submit input {
    float: left!important
}
.result {
    float: left;
    width: 100%;
    margin: 0
}
.result b {
    font-weight: 700
}
.order_button_domain {
    width: 100%;
    margin: 0
}
.order_button_domain a {
    background-color: #8fbe00;
    border-color: #8fbe00
}
.error_domain {
    color: #C4161C;
}
.avail {
    color: #8fbe00
}
.unavail {
    color: #C4161C
}
.additional_domains {
    float: left;
    margin: 0;
    width: 100%;
}
.additional_domains li.avail {
    color: #8fbe00
}
.additional_domains li.unavail {
    color: #C4161C
}

input.btn.inactive, input.btn.inactive:hover {
    background:#fff;
    color:#8d8d8d;
    transition:none;
    border:1px solid #8d8d8d;
}

.container.proceed {
    padding-bottom:30px;
}

#setup-help {
    margin: 20px auto
}
#setup-help .document {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
    #setup-help .document {
        width: 45%;
    }
}
@media screen and (max-width: 480px) {
    #setup-help .document {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #setup-help .document a {
        font-size: .9em;
    }
}
#setup-help .document a:hover {
    text-decoration: none;
}
#setup-help .document li {
    margin-bottom: 5px;
}
#setup-help .document i {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#setup-help .document li:hover i {
    color: #C4161C;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}
#setup-help .document h3, #supportcontact h3 {
    border-bottom: 1px solid #9aabbe;
    margin-bottom: 10px;
}
#supportcontact {
    padding:40px 0 20px 0;
    clear:both;
}
#setup-help .document .videos {
    margin: 20px auto;
    display: block;
    width: 200px;
}
.client-container {
    width: 33.333333333%;
    float: left;
}
@media screen and (max-width: 1024px) {
    .client-container {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .client-container {
        width: 100%;
    }
}
.responsive-container {
    margin: 0 -25px;
    float: left;
}
@media screen and (max-width: 768px) {
    .responsive-container {
        margin: 0;
        width: 100%;
    }
}
.client {
    overflow: hidden;
    padding: 0 25px;
    min-height: 250px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 992px) {
    .client {
        font-size: .9em;
    }
}
@media screen and (max-width: 768px) {
    .client {
        padding: 0;
        width: 100%;
    }
}
.client .client-img {
    width: 100%;
    max-width: 580px;
    float: left;
}
@media screen and (max-width: 768px) {
    .client .client-img {
        max-width: none;
        width: 100%;
    }
}
.client .client-img img {
    float: left;
    width: 100%;
    max-width: 580px;
}
@media screen and (max-width: 768px) {
    .client .client-img img {
        max-width: none;
        width: 100%;
    }
}
.client a {
    color: #232c36
}
.clients-detail {
    width: 100%;
    float: left;
    max-width: 580px;
    color: #232c36;
    padding: 10px 0;
    line-height: 18px;
    font-size: .9em;
}
@media screen and (max-width: 640px) {
    .clients-detail {
        max-width: none;
        width: 100%;
    }
    #supportcontact {
        padding-top:20px;
    }
}
.clients-detail .client-title {
    font-family: 'Bree Serif', serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 1.5em;
}
#sitemap {
    float: left;
}
@media screen and (max-width: 768px) {
    #sitemap a {
        font-size: .9em;
    }
}
#sitemap a:hover {
    text-decoration: none;
}
#sitemap li {
    margin-bottom: 5px;
    display: block;
}
#sitemap i {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#order-cart {
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 360px) {
    #order-cart {
        font-size: .9em;
    }
}
#order-cart th {
    border: 1px solid #fff;
    padding: 5px;
    background-color: #9aabbe;
    color: #232c36;
    font-size: 1.1em;
    line-height: 2.5em;
}
#order-cart td {
    border: 1px solid #fff;
    padding: 5px;
    background-color: #dad9d8;
    color: #232c36;
}
#order-cart .price-cell,
#setup-fee,
#subtotal {
    text-align: right;
}
#setup-fee td,
#subtotal td {
    background-color: #fff;
    border: 0;
}
#subtotal {
    font-size: 1.2em;
    color: #C4161C;
}
#subtotal td.price-cell {
    color: #C4161C;
}
.back-button,
.checkout-button {
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}
.checkout-button {
    float: right;
}
#main-features {
    width: 63%;
    float: left;
    font-size: .9em;
}
#latest-news {
    width: 37%;
    float: right;
    padding-bottom: 1em;
}
.second-news {
    padding-left: 6%;
}
@media screen and (max-width: 320px) {
    #news .teaser-post .date {
        width: 100%!important;
        text-align: left!important;
        padding-bottom: .4em;
        float: left!important
    }
    #news .title1,
    #news .title2 {
        width: 100%!important;
        padding-bottom: .5em
    }
    .second-news {
        line-height: 2;
    }
    #main-features {
        width: 100%!important
    }
    #news {
        padding-left: 0!important
    }
}
@media screen and (max-width: 480px) {
    #news .teaser-post .date {
        width: 100%!important;
        text-align: left!important;
        padding-bottom: .4em;
        float: left!important;
    }
    #latest-news {
        width: 100%!important
    }
    #news .title1,
    #news .title2 {
        width: 100%!important;
        padding-bottom: .5em;
		font-size: 1.3em;
    }
    .second-news {
        line-height: 2;
    }
    #main-features {
        width: 100%!important;
    }
    #news {
        padding-left: 0!important;
    }
	#news .teaser-post .post_desc {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
    #latest-news {
        width: 84%!important;
        margin-right: 10%
    }
    #news .teaser-post .date {
        width: 100%;
        text-align: left;
    }
	#news #news-page-date {
		top: 0;
	}
    #news .title1,
    #news .title2 {
        width: 100%!important;
    }
    .second-news {
        line-height: 2;
        padding-left: 6%
    }
    #main-features {
        width: 100%!important;
    }
    #news {
        padding-left: 0;
    }
}
@media screen and (min-width: 640px) and (max-width: 920px) {
    #latest-news {
        width: 84%!important;
        margin-right: 10%
    }
    #latest-news h2 {
        font-size: 1.3em
    }
    #news .teaser-post .date {
        text-align: right;
        float: right;
    }
	#news .title1, #news .title2 {
		padding: 0.3em 0px 0.57em;
	}
    #news {
        width: 100%;
        line-height: 1.2;
    }
	#news .teaser-post .post_desc {
		float: left;
	}
    .second-news {
        padding-left: 0;
    }
    #main-features {
        width: 100%!important;
    }
    .powerful-feature-title {
        font-size: 1.3em!important;
    }
}
@media screen and (min-width: 937px) and (max-width: 965px) {
    #latest-news {
        width: 44%;
    }
    #latest-news h2,
    .powerful-feature-title {
        font-size: 1.3em!important
    }
    #main-features {
        width: 58%;
    }
}
@media screen and (max-width: 1122px) {
    #latest-news {
        width: 44%;
    }
    #latest-news h2 {
        font-size: 1.3em!important
    }
    #news {
		line-height: 1.2;
    }
    #main-features {
        width: 56%;
    }
    .powerful-feature-title {
        font-size: 1.3em!important
    }
}
@media screen and (min-width: 1122px) and (max-width: 1296px) {
    #main-features {
        width: 62%!important;
    }
    #latest-news h2 {
        font-size: 1.3em!important
    }
    #news {
        width: 100%;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1265px) {
    #news {
        line-height: 1.2;
    }
    #latest-news h2 {
        font-size: 1.3em!important
    }
}

.theme-thumbnail-container {
    width: 20%;
    float: left;
}
@media screen and (max-width: 768px) {
    .theme-thumbnail-container {
        width: 50%
    }
}
.theme-thumbnail-container .theme-thumbnail-link {
    padding:15px;
}

.theme-thumbnail-link img {
    border:1px solid #e5e5e5;
}
.theme-thumbnail-container .theme-thumbnail {
    position: relative;
    width: 275px;
    height: 275px;
    margin: 0 auto 25px
}
.theme-thumbnail-container .theme-thumbnail img {
    width: 100%;
    max-width: 275px
}
.theme-thumbnail-container .theme-thumbnail:hover {
    cursor: pointer
}

@media screen and (max-width: 468px) {
    #mobile-themes-container {
        display: block
    }
    #desktop-themes-container {
        display:none;
    }
    
    .checkout-summary th {
        width:auto!important;
    }
    .summary-bar span {
        width:100%;
        display:block;
    }
}
@media screen and (min-width: 468px) {
    #mobile-themes-container {
        display: none
    }
    #desktop-themes-container {
        display:block;
        margin:20px 0;
        float:left;
    }
}

.solutions {
    text-align:center;
    background:#e5e5e5;
}

.solutionscta {
    text-align:center;
    clear:both;
    margin:20px 0;
    padding:20px 20px 10px 20px;
    border:10px solid #e5e5e5;
}

.solutions p {
    font-family: Bree serif,arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 1.2em;
}

.thirds, .half, .twothirdz {
    width:33%;
    padding:10px;
    float:left;
}

.half {
    width:50%;
}

.twothirdz {
    width:66%;
}

.twothirdz table {
    width:100%;
}

.row:first-child {
    margin-top:20px;
}

a#lang_eng, a#lang_jpn {
    float: none;
    display: inline-block;
    padding: 10px 10px 10px 33px;
}

a#lang_eng {
    background: url('../img/icon-us.gif') no-repeat 5px 15px transparent;
}

a#lang_jpn {
    background: url('../img/icon-jp.gif') no-repeat 5px 13px transparent;
}

@media screen and (max-width:767px) {
    .thirds, .half, .twothirdz {
        width:100%;
        float:none;
        padding:20px 0 0 0;
    }
    .thirds p {
        margin-bottom:0;
    }
    .row {
        margin:0;
    }
}

.row {
    clear:both;
}

a#solutionsnav {
    cursor:text;
}

input.btn {
    line-height:1.5;
}

input#gochkout_btn {
    margin-left:20px;
    padding-top:9px;
}

input#gochkout_btn.inactive {
    padding-top:8px;
}

@media screen and (max-width:767px) {
    input#gochkout_btn, .promo input, .promo .btn, #continue-shopping.btn {
        margin:5px 0;
        width:100%;
    }
}

#top-links .fa {
    font-family:Roboto, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.fa-shopping-cart::before {
    font-family:FontAwesome;
    content: "\f07a";
    margin-right:3px;
}

select#source.form-inputs.form-select {
    padding-right:10px;
    background:transparent;
    -webkit-appearance: menu;
   -moz-appearance:    menu;
   appearance:         menu;
}

.blogfeed p {
    padding: 5px 0 0;
    margin: 0 0 2px;
    border-top: 1px solid #ccc;
}

.blogfeed span {
    font-size: 11px;
}

#footer_nav .blogfeed b, #footer_nav .blogfeed a, .blogfeed span, .blogfeed p {
    float: none;
    display: block;
}

#footer-container #Bloguru-default, .hide #Bloguru-default {
    display:none;
}

.blogg .blog_list li,
.blogg .press_release_list li {
    margin: 20px 0;
}
.blogg .blog_list li a,
.blogg .press_release_list li a {
    font-size: 1.5rem;
}
.blogg .blog_list li .date,
.blogg .press_release_list li div {
    font-size: 16px;
}

.blogg .blog_list li .blog_title a {
    font-family:'Bree serif', serif;
    color:#028db1;
}

.blogg .blog_list li .blog_title,
.blogg .blog_list li .date {
    display: block;
    width:100%;
}
.blogg .blog_list li .date {
    color: #848484;
    font-size:1rem;
    font-style:italic;
}
.blogg .blog_list li .description {
    margin: 5px 0 0;
    line-height: 1.5;
}

.btn.gray {
    background:#7f7f7f;
}

.btn.gray:hover {
    background:#929292;
}

#top-links a.btn {
    display:none;
}
#top-links a.btn.active {
    display:inline-block;
}

div.tab.two {
    border:0;
}

th a {
    color:#028db1;
}

#promo_message {
    text-align:center;
    color:red;
}
p.result {
    color:red;
}

.blog_list li {
    width:49%;
    padding:15px;
}

li.blog_entry:first-child {
    background:#e5e5e5;
    padding:15px;
    width:100%;
}

.bimg, .bcontent, .blog_list li {
    display: inline-block;
    vertical-align: top;
}

.blog_list li:after {
    clear:both;
}

.bimg {
    width:191px;
    padding-top:15px;
    padding-right:15px;
}

li.blog_entry:first-child .bimg {
    width:378px;
    padding-top:0;
    padding-right:15px;
}

li.blog_entry:first-child .bcontent {
    width:calc(100% - 382px);
}

.bimg img {
    width:100%;
}

@media screen and (min-width:768px) {
    .bimg img {
        max-width:100%;
        width:auto;
        max-height:140px;
    }
    li.blog_entry:first-child .bimg img {
        width:100%;
        max-height:100%;
    }
}

.bcontent {
    width:calc(100% - 195px);
}

@media screen and (max-width:1000px) {
    .bimg {
    width:100%;
    padding:0;
    }

    .bcontent {
        width:100%;
    }

    li.blog_entry:first-child .bimg {
        width:100%;
        padding-right:0;
    }

    li.blog_entry:first-child .bcontent {
        width:100%;
    }
}

@media screen and (max-width:767px) {
    .blog_list li {
        width:100%;
    }
}

.pagination {
    text-align:center;
    clear:both;
}

.pagination a {
    margin-top:25px;
}

.post-imgs img {
    max-width:100%;
    display:block;
    margin:30px 0;
}