
@font-face {
    font-family: "Montserrat";
    src: url(../../../lutfi-lite/fonts/Ibmplexsans.woff2);
}
@font-face {
    font-family: "MontserratBold";
    src: url(../../../lutfi-lite/fonts/BlackHanSans-Regular.woff2);
}
@font-face {
    font-family: "MontserratExtraBold";
    src: url(../../../lutfi-lite/fonts/BlackHanSans-Regular.woff2);
}
.slide-fade-enter-active {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.slide-fade-leave-active {
    -webkit-transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}



*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.form-wrapper.unshown, .toggle-button-holder.unshown {
    height: 0 !important;
}
@media (min-width: 640px) {
    .form-wrapper.unshown, .toggle-button-holder.unshown {
        height: auto !important;
    }
}
.for-mobile {
    display: none;
}
@media (max-width: 640px) {
    .for-mobile {
        display: inherit;
    }
}

@media (max-width: 1000px) and (min-width: 641px) {
    .for-tablet {
        display: inherit;
    }
}
body {
    font-family: Montserrat, Arial, serif, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    color: #241849;
    background-color: #fff;
    margin: 0;
    min-width: 320px;
    opacity: 1;
    font-weight: 400;
    position: relative;
}
p, span {
    line-height: 23px;
}
@media (max-width: 768px) {
    p, span {
        font-size: 14px;
    }
}
a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    header {
        padding: 50px 15px;
    }
}
b, strong {
    font-family: MontserratBold;
}
ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    margin-top: 40px;
}
ol li {
    counter-increment: my-awesome-counter;
    list-style: none;
    position: relative;
    padding-left: 35px;
    line-height: 23px;
    margin-bottom: 20px;
}
ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #e9426d;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 25px;
    font-family: MontserratBold;
}
ul {
    padding: 0;
    margin-top: 40px;
}
@media (max-width: 768px) {
    ul {
        margin-top: 10px;
    }
}

div#calculator-template p {
    color: #fff;
}

.dark-block {
    color: white;
    background-image: url(../img/bgr.png);
}
.header--title {
    font-size: 56px;
}
.header--title.title--with-left-line:after {
    content: "";
}
.subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-family: MontserratBold,serif;
}
.subtitle.subtitle--before-title {
    margin-bottom: 20px;
    color: #f0416f;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 3px;
}
.subtitle.not-bold {
    font-family: Montserrat,serif;
}
.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-center.with--margin {
    margin-bottom: 40px;
}
.sub-title {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 2px;
}
/*.form-group .form-control {
    padding: 25px 20px;
}*/
.form-group .error-message {
    line-height: 17px;
    font-size: 12px;
    color: #e8235c;
}
#contact-template .title {
    font-size: 36px;
    margin: 0 auto 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: MontserratExtraBold
}

.configoption .small {
    font-size: 59%;
}
ul.with-dots {
    padding: 0;
}
ul.with-dots li:last-child {
    margin-bottom: 70px;
}
@media (max-width: 768px) {
    ul.with-dots li:last-child {
        margin-bottom: 40px;
    }
}
ul.with-dots li:before {
    content: url(../img/triangle.svg);
    display: block;
    position: absolute;
    left: 0;
}
.with-bottom-margin {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .with-bottom-margin {
        margin-bottom: 20px;
    }
}
.button {
    padding: 20px 25px;
    margin: auto;
    white-space: normal;
    cursor: pointer;
    text-align: center;
    background-position: 100% 0;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background-size: 300%;
}
@media (max-width: 768px) {
    .button {
        padding: 15px 6px;
        font-size: 12px;
    }
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
::-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
::placeholder {
    color: #ccc;
    font-size: 12px;
}
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
:-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}
::-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
@media(min-width: 768px) {
    #calculator-template .flexy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.main-wrapper {
    min-height: 100vh;
    width: 100%;
    padding: 0;
}
.main-wrapper .chunk {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-wrapper img {
    max-width: 100%;
}
/*Updated Bootrstrap*/
/*@media (min-width: 768px) {
    .container {
        max-width: inherit;
    }
}
@media (min-width: 868px) {
    .container {
        max-width: 920px;
    }
}
@media (min-width: 1092px) {
    .container {
        max-width: 1040px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}*/

.form-wrapper {
    color: initial;
}
.form-wrapper__form .button {
    width: 100%;
    background-color: #40a2ff;
}
.form-wrapper__form label {
    color: #212121;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 auto;
}
.form-wrapper__form .form-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: MontserratBold,serif;
}
.form-wrapper__form .form-title span {
    display: block;
    color: #e61256;
    font-size: 15px;
}
.form-wrapper__form .total-due-today {
    font-family: MontserratBold;
}
.form-wrapper__form .total-due-today-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-wrapper__form .total-due-today-item label {
    margin-left: 0;
}
.form-wrapper__form .total-due-today-item .value {
    color: #1BBC2B;
    font-size: 32px !important;
    line-height: 40px;
    opacity: 1 !important;
}
.form-wrapper__form .form-subtitle {
    color: black;
    opacity: .5;
    font-size: 14px;
    line-height: 18px;
}
.form-wrapper__form .form-control, .form-wrapper__form .form-control:focus {
    border: 0;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 58px;
    padding-left: 50px;
    line-height: 58px;
    font-size: 20px;
    text-align: right;
}
.form-wrapper__form .form-control.with-error {
    border-bottom: 1px solid #d22920;
}
.form-wrapper__form .form-control.with-error {
    border: 1px solid #d22920;
}
.form-wrapper .form-group {
    position: relative;
    display: flow-root;
}
.form-wrapper .form-group.setup-fees {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.form-wrapper .form-group.setup-fees:first-of-type {
    border-top: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 0;
}
.form-wrapper .form-group.setup-fees:last-of-type {
    border-bottom: 1px solid #eee;
    border-top: none;
    padding-top: 0;
}
.form-wrapper .form-group-item label {
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.form-wrapper .form-group-item .value {
    float: right;
    font-size: 14px;
    opacity: .5;
}


@media screen and (max-width: 640px) {
    #back-to-top, #olark-wrapper {
        display: none !important;
    }

    #mobile-calc-nav-button {
        float: right;
    }

    #sidebar-flexy .form-wrapper,#contact-template .form-wrapper {
        -webkit-transition: all .5s;
        transition: all .5s;
        height: 100vh;
        overflow: scroll;
    }
    #sidebar-flexy .form-wrapper:not(.unshown), #contact-template .form-wrapper:not(.unshown){
        padding-top: 30px;
    }
    #sidebar-flexy .form-wrapper__form .form-title h2, #contact-template .form-wrapper__form .form-title h2 {
        font-size: 20px;
        line-height: 25px;
    }
    #sidebar-flexy .make-me-sticky, #contact-template .make-me-sticky {
        position: absolute;
        z-index: 9999;
    }
    #sidebar-flexy .make-me-sticky .sidebar, #contact-template .make-me-sticky .sidebar {
        max-width: 100% !important;
        position: fixed;
        max-height: 90vh;
        overflow-y: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #contact-template form {
        padding-bottom: 50px;
    }
    #sidebar-flexy .fixed-bottom-nav, #contact-template .fixed-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        width: 100%;
    }
    #sidebar-flexy .fixed-bottom-nav .form-group, #contact-template .fixed-bottom-nav .form-group {
        margin-bottom: 0;
    }
    #sidebar-flexy .fixed-bottom-nav .total-due-today, #contact-template .fixed-bottom-nav .total-due-today {
        z-index: 99999;
        background: white;
        width: 100%;
        margin: auto;
        left: 0;
        padding: 22px;
    }
    #sidebar-flexy .fixed-bottom-nav .total-due-today-item, #contact-template .fixed-bottom-nav .total-due-today-item {
        margin-bottom: 0;
        float: left;
    }
    #sidebar-flexy .fixed-bottom-nav .total-due-today-item .value, #contact-template .fixed-bottom-nav .total-due-today-item .value {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-left: 10px;
    }
    #sidebar-flexy .fixed-bottom-nav .total-due-today .toggle-button, #contact-template .fixed-bottom-nav .total-due-today .toggle-button {
        float: right;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s ;
        -o-transition: all .5s;
        transition: all .5s;
    }
    #sidebar-flexy .fixed-bottom-nav .total-due-today .toggle-button.opened, #contact-template .fixed-bottom-nav .total-due-today .toggle-button.opened {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 768px) {
    .main-wrapper > .container {
        padding: 60px 20px 80px;
    }
}
.radio-holder, .checkbox-holder {
    cursor: pointer;
    margin-bottom: 0;
}
.toggle-button-holder {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 50px;
}
#nav {
    background-color: #1d2124;
    color: white;
    width: 100%;
}
#nav a {
    color: #33a6ff;
    display: inline-block;
    padding: 20px;
}
#nav a:hover {
    color: #1f92eb;
    background-color: #090d10;
}
#contact-template {
    background-color: #4aa7f0;
    color: white;
    padding-bottom: 50px;
}

#contact-template input[type="text"] {
    padding: 12px;
  /*  background: transparent;
    border-bottom: 1px solid white;*/
    color: black;
    border: none;
    width: 85%;
}
#contact-template input[type="text"]::-webkit-input-placeholder {
    color: whitesmoke;
}
#contact-template .title {
    font-family: MontserratBold,serif;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    #contact-template .title {
        font-size: 25px !important;
        margin-bottom: 25px !important;
    }
}
#contact-template .content-section {
    min-height: 1000px;
}
#contact-template .content-section .billing-cycle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#contact-template .content-section .billing-cycle .row > div {
    display: inline-block;
    padding: 10px 5px;
}
#contact-template .content-section .billing-cycle .nav-group-price {
    margin-left: 20px;
    font-size: 38px;
    line-height: 40px;
    font-family: MontserratBold;
}
#contact-template .content-section .nav-group-title {
    font-size: 20px;
    line-height: 25px;
    font-family: MontserratBold,serif;
}
#contact-template .sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}
#sidebar-flexy .sidebar-item, #contact-template .sidebar-item {
  /*  position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sidebar-flexy .sidebar-item .make-me-sticky, #contact-template .make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    padding: 20px 15px;
}
#contact-template .make-me-sticky .sidebar {
    background-color: white;
    padding: 32px;
    max-width: 444px;
    margin: auto;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
}
#sidebar-flexy .sidebar-item .make-me-sticky .sidebar {
    background-color: white;
    padding: 32px;
    max-width: 444px;
    margin: auto;
    max-height: 65vh;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
}
#contact-template .make-me-sticky .sidebar .form-title {
    font-family: MontserratBold,serif;
    margin-bottom: 20px;
}
#contact-template .make-me-sticky .sidebar .premium-label {
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
#contact-template .make-me-sticky .sidebar .form-subtitle {
    font-size: 14px;
    line-height: 18px;
    opacity: .5;
}
#contact-template .range-slider-holder {
    width: 100%;
    margin: 40px 0;
}
#contact-template .range-slider-holder .sub-title {
    margin-bottom: 30px;
}
#contact-template .range-slider-holder .slider.vue-slider {
    padding: 20px 0 !important;
}
#contact-template .range-slider-holder .vue-slider-dot-handle {
    border: 3px solid white;
    background-color: #32a6ff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#contact-template .range-slider-holder .vue-slider-dot-tooltip {
    width: 42px;
    height: 21px;
    background-image: url(../img/cloud.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#contact-template .range-slider-holder .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner {
    border-color: transparent;
    background-color: transparent;
    padding: 4px 5px;
}
#contact-template .range-slider-holder .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner span {
    color: #33a6ff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

#contact-template .tech-description {
    font-size: 14px;
    line-height: 18px;
}
#contact-template .nav-box{
    padding: 4px;
}
#contact-template .nav-box.disabled{
    opacity: .3;
}

#calculator-template #contact-template .flexy {
    align-items: unset;
}


#contact-template .inputs-group  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a1d3f7 ;
    font-size: 18px;
}
#contact-template .inputs-group  input::-moz-placeholder { /* Firefox 19+ */
    color: #a1d3f7 ;
    font-size: 18px;
}
#contact-template .inputs-group  input:-ms-input-placeholder { /* IE 10+ */
    color: #a1d3f7 ;
    font-size: 18px;
}
#contact-template .inputs-group  input:-moz-placeholder { /* Firefox 18- */
    color: #a1d3f7 ;
    font-size: 18px;
}

#contact-template .irs--flat .irs-line,
.irs--flat .irs-bar{
    height: 4px !important;
    overflow: visible;
}

#contact-template .irs--flat .irs-line:before,
#contact-template .irs--flat .irs-line:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4aa7f0;
    border: 1px solid white;
    position: relative;
    top: -10px;
    z-index: 1;
}
#contact-template .irs--flat .irs-line:before{
    left: 0;
    top: -6px;
}

#contact-template .irs--flat .irs-line:after{
    float: right;
    top: -22px;
}

#contact-template .irs--flat .irs-handle{
    background: rgb(58, 165, 247);
    border-radius: 50%;
    border: 3px solid white;
    width: 17px;
    height: 17px;
    top:19px !important;
}

#contact-template .irs--flat .irs-min, .irs--flat .irs-max{
    color: white !important;
    background-color: transparent !important;
    font-size: 14px !important;
    bottom: -15px;
    top: unset !important;
    visibility: visible !important;
}
html body section#main-body div#calculator-template.section-content.container-fluid div.row div#contact-template.main-wrapper.col-md-12 section.container div.row.flexy div.col-md-7.left-part div.content-section div.div.additionalEightGbRam div.range-slider-holder span.irs.js-irs-2 span.irs span.irs-single

#contact-template .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    width: 42px;
    height: 21px;
    color: #3aa5f7 !important;
    font-weight: bold;
    font-size: 12px !important;
    line-height: 23px !important;
    background-image: url(../img/cloud.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    text-align: center;
    position: relative;
    top: -40px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before,.irs--flat .irs-handle>i:first-child{
    display: none !important;
}


#contact-template .range-slider-holder .range-slider-fill,
#contact-template .range-slider-holder .vue-slider-process,
.irs--flat .irs-bar{
    background-color: white !important;
}
#contact-template .range-slider-holder .range-slider-rail,
#contact-template .range-slider-holder .vue-slider-rail,
.irs--flat .irs-line{
    background-color: #a1d3f7 !important;
}
#contact-template .range-slider-holder .vue-slider-marks .vue-slider-mark {
    opacity: 0;
}
#contact-template .range-slider-holder .vue-slider-marks .vue-slider-mark:nth-last-child(2) {
    opacity: 1;
}
#contact-template .range-slider-holder .vue-slider-marks .vue-slider-mark:last-of-type {
    opacity: 1;
    right: 0;
}
#contact-template .range-slider-holder .range-slider-knob {
    background-color: #33a6ff;
    border: 3px solid white;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#contact-template .range-slider-holder .range-slider-knob .knob {
    font-size: 12px;
    position: relative;
    bottom: 30px;
    background: white;
    min-width: 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    left: -6px;
}
#contact-template .radio-holder, #contact-template .checkbox-holder {
    width: 100%;
    background-color: white;
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: black;
    font-family: "MontserratBold";
    min-height: 110px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    #contact-template .radio-holder, #contact-template .checkbox-holder {
        margin: 5px auto;
        max-width: 320px;
    }
}
#contact-template .radio-holder.active,  #contact-template .checkbox-holder.active, .radio-holder.active{
    background: #3aa5f7;
    outline: 2px solid white;
    color: white;
    -webkit-box-shadow: 1px 2px 22px white;
    box-shadow: 1px 2px 22px white;
}

#order-standard_cart .radio-holder.active, #order-standard_cart .radio-holder:hover {
    outline: 2px solid black;
    -webkit-box-shadow: 1px 2px 22px white;
}

#order-standard_cart .radio-holder{
    outline: 1px solid gray;
}

/*#order-standard_cart span {
    color: rgb(102, 102, 102);
}*/

/*#order-standard_cart .radio-holder .sub-title{
    margin: 20px 0 20px 0;
}*/

#contact-template .radio-holder .sub-title, #contact-template .checkbox-holder .sub-title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 35px;
    margin: auto;
    margin-left: 0;
    font-weight: 100;
    padding-right: 20px;
    text-align: left;
}
#contact-template .billing-cycle .radio-holder, #contact-template .billing-cycle .checkbox-holder {
    background-color: white;
    color: #32a6ff;
    outline: 1px solid white;
    min-height: 30px;
    min-width: 130px;
    width: auto;
    margin: auto;
    text-align: center;
}
#contact-template .billing-cycle .radio-holder input, #contact-template .billing-cycle .checkbox-holder input {
    display: none;
}
#contact-template .billing-cycle .radio-holder.active, #contact-template .billing-cycle .checkbox-holder.active {
    background-color: #32a6ff;
    color: white;
    font-family: MontserratBold;
}
#contact-template .radio-holder, #contact-template .checkbox-holder {
    font-family: Montserrat;
}
#contact-template .billing-cycle .radio-holder .sub-title, #contact-template .billing-cycle .checkbox-holder .sub-title {
/*    font-family: Montserrat; */
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    min-width: 130px;
    padding-left: 0;
    margin-left: auto;
    text-align: center;
    padding: 0;
}

#contact-template .block-title {
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    font-family: MontserratBold;
}
@media (max-width: 768px) {
    #contact-template .os-section .div {
        text-align: center;
    }
}
#contact-template .os-section .logo {
    width: 34px;
    height: 34px;
    margin: auto 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}
#contact-template .os-section .os_centos6 .logo {
    background-image: url(../img/centos-logo.svg);
}
#contact-template .os-section .os_ubunto14 .logo,
#contact-template .os-section .os_ubunto16 .logo,
#contact-template .os-section .os_ubunto18 .logo {
    background-image: url(../img/ubuntu-logo.svg);
}
#contact-template .os-section .os_debian7 .logo,
#contact-template .os-section .os_debian8 .logo,
#contact-template .os-section .os_debian9 .logo {
    background-image: url(../img/vector-logo.svg);
}
#contact-template .os-section .os_windows2012 .logo {
    background-image: url(../img/windows-logo.svg);
}
#contact-template input[type=checkbox]:checked:after,
#contact-template input[type=radio]:checked:after {
    background: #3aa5f7;
    content: "\2714";
    color: #fff;
    border-color: white;
}
#contact-template input[type=checkbox]:after,
#contact-template input[type=radio]:after {
    background: #ffffff;
    content: "";
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    padding: 4px;
    display: block;
    border: 1px solid #3aa5f7;
    position: absolute;
    left: 35px;
    top: 35px;
}
#contact-template input[type=checkbox], #contact-template input[type=radio] {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    position: absolute;
    cursor: pointer;
    height: 14px;
    width: 16px;
    border-radius: 3px;
    left: -18px;
    top: 6px;
    font-size: 10px;
    background: #fff;
    border: 1px solid #fe658e;
}
#contact-template input[type=checkbox] [type="radio"]:checked, #contact-template input[type=checkbox] [type="radio"]:not(:checked), #contact-template input[type=radio] [type="radio"]:checked, #contact-template input[type=radio] [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#contact-template input[type=checkbox] [type="radio"]:checked + label, #contact-template input[type=checkbox] [type="radio"]:not(:checked) + label, #contact-template input[type=radio] [type="radio"]:checked + label, #contact-template input[type=radio] [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#contact-template input[type=checkbox] [type="radio"]:checked + label:before, #contact-template input[type=checkbox] [type="radio"]:not(:checked) + label:before, #contact-template input[type=radio] [type="radio"]:checked + label:before, #contact-template input[type=radio] [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
#contact-template input[type=checkbox] [type="radio"]:checked + label:after, #contact-template input[type=radio] [type="radio"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#contact-template input[type=checkbox] [type="radio"]:not(:checked) + label:after, #contact-template input[type=radio] [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#contact-template input[type=checkbox] [type="radio"]:checked + label:after, #contact-template input[type=radio] [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.alert#containerProductValidationErrors p {
    color: black;
}

.alert li {
    margin-left: 15px;
}

@media(max-width: 768px){
    #contact-template .inputs-group .sub-title{
        display: block;
    }

    #contact-template .sidebar-item {
        position: initial;
    }

    #calculator-template .right-part, #order-standard_cart .right-part{
        max-width: 100%;
    }
}

.product-pricing-block {
    width: 40%;
    margin-top: 100px;
}

.styled-dropdown {
    position: relative;
    background-color: #32a6ff;
    outline: 1px solid white;
    box-shadow: 1px 2px 22px white;
}

/* To remove button from IE11 */
.styled-dropdown select::-ms-expand {
    display: none;
}

.styled-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: transparent;
    font-family: MontserratBold;
    border: none;
    padding: 12px;
    width: 100%;
    margin: auto;
    outline: none;
}

.styled-dropdown select option {
    padding: 30px;
    color: black;
    height: 30px;
}

.styled-dropdown select option:checked:after {
    content: attr(title);
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}

.styled-dropdown:after {
content: '<>';
font: 20px "Consolas", monospace;
color: white;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 11px;
top: 10px;
padding: 0 0 2px;
position: absolute;
pointer-events: none;

/*left line */
/* border-bottom: 2px solid white;*/
}

/* TODO clean unused all.css */
#order-standard_cart {
    margin: 0;
    padding: 20px 0 40px 0
}

#order-standard_cart .field-container {
    margin: 0 0 30px 0
}

#order-standard_cart label {
    font-weight: 300;
    color: #666;
    font-size: 13px
}

#order-standard_cart .cc-input-container {
    padding: 15px 15px 10px 15px;
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

#order-standard_cart .cc-input-container ul {
    list-style: none;
    margin-top: unset;
}

#order-standard_cart .cc-input-container i {
    padding: 0 6px;
    width: 28px;
    text-align: center;
}

#order-standard_cart .cc-input-container .existing-cc-grid {
    display: inline-grid;
    grid-template-columns: repeat(3,auto) minmax(10em,30em) auto;
    font-weight: 300;
    color: #666;
    font-size: 13px;
}

#order-standard_cart .cc-input-container .radio-inline {
    padding-left: 0;
    margin-bottom: 10px;
}

.w-hidden {
    display: none;
}

#order-standard_cart .info-text-sm {
    font-size: .85em;
    text-align: center
}

#order-standard_cart .categories-collapsed, #order-standard_cart .sidebar-collapsed {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 4px;
    background-color: #f8f8f8;
    border-radius: 4px
}

#order-standard_cart .categories-collapsed select, #order-standard_cart .sidebar-collapsed select {
    border: 0;
    color: #222
}

#order-standard_cart .sub-heading {
    height: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

#order-standard_cart .sub-heading-borderless {
    height: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    color: #058;
    background-color: #fff
}

#order-standard_cart .products {
    margin: 10px 0
}

#order-standard_cart .products .product {
    padding: 1px 0 10px 0;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd
}

#order-standard_cart .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0 1px;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

#order-standard_cart .products .product header span {
    margin: 0;
    color: #333;
    font-size: 1.2em
}

#order-standard_cart .products .product header .qty {
    float: right;
    font-size: .8em;
    font-style: italic;
    color: #888
}

#order-standard_cart .products .product div.product-desc {
    float: left;
    width: 60%;
    padding: 8px 14px;
    font-size: .8em
}

#order-standard_cart .products .product span.feature-value {
    font-weight: 700
}

#order-standard_cart .products .product div.product-pricing {
    margin-bottom: 10px
}

#order-standard_cart .products .product div.product-pricing span.price {
    font-size: 1.4em
}

#order-standard_cart .products .product footer {
    float: right;
    margin: 20px 0;
    width: 40%;
    font-size: .8em;
    text-align: center
}

#order-standard_cart .panel-addon {
    font-size: .8em;
    text-align: center
}

#order-standard_cart .panel-addon:hover {
    cursor: pointer
}

#order-standard_cart .panel-addon .panel-body {
    border-radius: 4px
}

#order-standard_cart .panel-addon .panel-body label {
    font-size: 1em;
    font-weight: 700;
    color: #333
}

#order-standard_cart .panel-addon .panel-price {
    padding: 4px;
    background-color: #e8e8e8
}

#order-standard_cart .panel-addon .panel-add {
    display: block;
    padding: 4px;
    background-color: #5cb85c;
    color: #fff;
    border-radius: 0 0 4px 4px
}

#order-standard_cart .panel-addon-selected {
    border-color: #5cb85c
}

#order-standard_cart .panel-addon-selected .panel-price {
    background-color: #5cb85c;
    color: #fff
}

#order-standard_cart .panel-addon-selected .panel-add {
    background-color: #ebccd1;
    color: #a94442
}

#order-standard_cart .domain-selection-options {
    margin: 15px 0
}

#order-standard_cart .domains-row {
    margin-right: -2px;
    margin-left: -2px
}

@media (max-width: 767px) {
    #order-standard_cart .domains-row {
        padding-bottom: 5px
    }
}

#order-standard_cart .domains-row .col-sm-3, #order-standard_cart .domains-row .col-sm-9, #order-standard_cart .domains-row .col-xs-2, #order-standard_cart .domains-row .col-xs-3, #order-standard_cart .domains-row .col-xs-5, #order-standard_cart .domains-row .col-xs-7, #order-standard_cart .domains-row .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 2px;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #f8f8f8
}

#order-standard_cart .domain-selection-options .option:hover {
    cursor: pointer
}

#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    margin-right: 10px
}

#order-standard_cart .domain-suggestions .icheckbox_square-green {
    margin-right: 10px
}

#order-standard_cart .domain-selection-options .option-selected label {
    font-weight: 700
}

#order-standard_cart .domain-selection-options .option-selected {
    background-color: #efefef
}

#order-standard_cart .domain-input-group {
    display: none;
    margin: 10px 0
}

#order-standard_cart .domain-loading-spinner {
    display: none;
    padding: 30px;
    text-align: center
}

#order-standard_cart .domain-lookup-primary-loader, #order-standard_cart .domain-lookup-primary-results {
    margin: 20px 0;
    text-align: center
}

#order-standard_cart .domain-checker-result-headline, #order-standard_cart .domain-lookup-primary-results .headline {
    font-size: 1.6em;
    word-wrap: break-word
}

#order-standard_cart .domain-checker-available {
    color: #5cb85c
}

#order-standard_cart .domain-checker-invalid, #order-standard_cart .domain-checker-unavailable {
    color: #d9534f
}

#order-standard_cart .transfer-eligible, #order-standard_cart .transfer-not-eligible {
    margin: 30px 0 15px;
    padding: 20px
}

#order-standard_cart .transfer-eligible {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

#order-standard_cart .transfer-not-eligible {
    color: #666;
    background-color: #f6f6f6
}

#order-standard_cart .domain-suggestions {
    margin-bottom: 20px;
    font-size: .8em
}

#order-standard_cart .domain-add-domain {
    margin: 25px 0
}

#order-standard_cart .product-info {
    margin: 0 0 20px 0;
    padding: 6px 15px;
    font-size: .85em;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

#order-standard_cart .product-info .product-title {
    margin: 0;
    font-size: 1.6em
}

#order-standard_cart .order-summary {
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #666;
    border-bottom: 3px solid #666;
    border-radius: 4px
}

#order-standard_cart .order-summary h2 {
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: 400
}

#order-standard_cart .summary-container {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: .8em
}

#order-standard_cart .order-summary .product-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em
}

#order-standard_cart .order-summary .product-group {
    margin: 0 0 5px 0;
    display: block;
    font-style: italic
}

/*#order-standard_cart .order-summary .summary-totals {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}*/

#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: right
}

#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 2.3em
}

#order-standard_cart .order-summary .loader {
    position: relative;
    top: 10px;
    height: 0;
    padding-right: 10px;
    text-align: right;
    color: #efefef
}

#order-standard_cart .panel-taxes {
    font-size: .8em
}

#order-standard_cart .row-upgrade-credit {
    margin-top: 5px
}

#order-standard_cart .row-upgrade-credit .item-price {
    font-size: .9em
}

#order-standard_cart #btnAlreadyRegistered, #order-standard_cart #btnNewUserSignup {
    margin: 0 0 0 10px
}

#order-standard_cart .checkout-error-feedback {
    margin: 15px 0
}

#order-standard_cart .apply-credit-container {
    margin: 15px 0;
    padding: 15px;
    background-color: #f2f2f2
}

#order-standard_cart .apply-credit-container span {
    font-weight: 700
}

#order-standard_cart .apply-credit-container .radio {
    padding-left: 20px;
    padding-right: 20px
}

#order-standard_cart .apply-credit-container .iradio_square-blue {
    margin-right: 6px
}

#order-standard_cart .checkout-security-msg {
    margin: 20px 0;
    padding-left: 75px;
    font-size: .8em
}

#order-standard_cart .checkout-security-msg i {
    float: left;
    margin-left: -48px;
    font-size: 2.8em
}

#order-standard_cart .prepend-icon {
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    font-weight: 400
}

#order-standard_cart .field, #order-standard_cart .form-control {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: 0;
    background: #fff;
    height: 36px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px
}

#order-standard_cart .input-group-lg > .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px 0 0 6px
}

#order-standard_cart .form-control-qty {
    width: 70px;
    text-align: center
}

#order-standard_cart .form-control-static-inline {
    display: inline-block
}

#order-standard_cart .form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#order-standard_cart textarea.field {
    height: auto
}

#order-standard_cart .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 36px
}

#order-standard_cart .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px
}

#order-standard_cart .prepend-icon .field-icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 36px;
    color: inherit;
    line-height: 36px;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none
}

#order-standard_cart .field-icon i {
    color: #bbb
}

#order-standard_cart .field[disabled], #order-standard_cart .field[readonly], #order-standard_cart .form-control[disabled], #order-standard_cart .form-control[readonly] {
    background-color: #f8f8f8;
    opacity: 1
}

#order-standard_cart .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px
}

#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color: #40a2ff;
    color: #fff;
    font-size: .9em;
    border-radius: 4px 4px 0 0
}

#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #058
}

#order-standard_cart .view-cart-items .item {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    font-size: .8em
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #f2f2f2
}

#order-standard_cart .view-cart-items .item span:not(.caret):not(.renewal-price) {
    display: block
}

#order-standard_cart .view-cart-items .item-title {
    font-size: 1.6em
}

#order-standard_cart .view-cart-items .item-group {
    font-size: 1.2em
}

#order-standard_cart .view-cart-items .item-domain {
    color: #056
}

#order-standard_cart .view-cart-items .item-price {
    text-align: right
}

#order-standard_cart .view-cart-items .item-price span {
    font-size: 1.6em
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: .9em
}

#order-standard_cart .view-cart-items .item-qty {
    text-align: center
}

#order-standard_cart .view-cart-items .item-qty input {
    margin-bottom: 5px;
    padding: 4px;
    height: auto
}

#order-standard_cart .view-cart-items .item-qty button {
    font-size: .8em
}

#order-standard_cart .btn-remove-from-cart {
    color: #444
}

#order-standard_cart .btn-remove-from-cart:hover {
    color: #c00;
    text-decoration: none
}

#order-standard_cart .empty-cart {
    text-align: right;
    margin: -20px 20px 0 0;
    line-height: 1em
}

#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: #40a2ff;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px
}

#order-standard_cart .empty-cart .btn:hover {
    background-color: #2890e2;
}

#order-standard_cart .btn-checkout {
    padding: 15px 34px
}

#order-standard_cart .order-summary .subtotal {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd
}

#order-standard_cart .order-summary .bordered-totals {
    margin: 0 0 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd
}

#order-standard_cart .order-summary .recurring-totals {
    margin: 5px 0 0 0;
    padding: 0
}

#order-standard_cart .order-summary .total-due-today-padded {
    margin: 20px 0
}

#order-standard_cart .order-summary .recurring-charges {
    font-size: .9em;
    color: #777;
    font-style: italic;
    text-align: right
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #222;
    font-size: .9em
}

#order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 5px
}

#order-standard_cart .view-cart-tabs {
    margin: 0 0 20px 0
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 20px;
    font-size: .8em
}

#order-standard_cart .view-cart-tabs .nav-tabs > li.active > a {
    background-color: #f8f8f8
}

#order-standard_cart .view-cart-tabs .tab-content {
    background-color: #f8f8f8;
    padding: 15px
}

#order-standard_cart .view-cart-promotion-code {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px dashed #ccc;
    text-align: center
}

#order-standard_cart .view-cart-gateway-checkout {
    margin: 0 0 20px 0;
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 4px;
    text-align: center
}

#order-standard_cart .view-cart-empty {
    padding: 30px 15px;
    text-align: center
}

#order-standard_cart .order-confirmation {
    text-align: center
}

#order-standard_cart .order-confirmation span {
    font-size: 1.4em
}

#order-standard_cart .order-confirmation-addon-output {
    margin: 15px 0;
    text-align: center
}

.error-heading {
    margin: 30px 0;
    font-size: 1.4em;
    text-align: center
}

#order-standard_cart .modal-title i {
    display: block;
    padding-top: 25px
}

#order-standard_cart .modal-body, #order-standard_cart .modal-footer, #order-standard_cart .modal-header {
    text-align: center !important;
    border: 0
}

#order-standard_cart .modal-footer {
    padding-bottom: 45px
}

.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #ffce44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#ffb201),to(#ffd960));
    background: -webkit-linear-gradient(top,#ffd960,#ffb201);
    background: -moz-linear-gradient(top,#ffd960,#ffb201);
    background: -ms-linear-gradient(top,#ffd960,#ffb201);
    background: -o-linear-gradient(top,#ffd960,#ffb201);
}

.domain-checker-container .input-group-box {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domain-checker-bg {
    padding: 42px 0;
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-image: url(../img/globe.png);
}

.domain-searching {
    color: #ccc
}

.tld-filters {
    margin: 0 0 25px 0;
}

.domain-pricing .tld-pricing-header div:nth-child(2n+1) {
    border-color: #369;
    background-color: #f5f5f5;
}

.domain-pricing .no-bg {
    background-color: transparent !important;
}

.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid #97b5d2;
    border-bottom-color: rgb(151, 181, 210);
    background-color: #efefef;
    border-radius: 4px 4px 0 0;
}

.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f5f5f5;
}

.domain-pricing .tld-row.highlighted {
    background: #f3f9fd;
}

.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-right: 2px solid #c7d7e6;
}

.spotlight-tlds {
    margin: 15px 0;
    padding: 7px 14px;
    background-color: #f8f8f8
}

.spotlight-tlds-container {
    margin-left: -7px;
    margin-right: -7px
}

.spotlight-tld-container {
    float: left;
    padding: 7px 7px
}

.spotlight-tld-container-1 {
    width: 100%
}

.spotlight-tld-container-2 {
    width: 50%
}

.spotlight-tld-container-3 {
    width: 33.3%
}

.spotlight-tld-container-4 {
    width: 25%
}

.spotlight-tld-container-5 {
    width: 20%
}

.spotlight-tld-container-6 {
    width: 16.6%
}

.spotlight-tld-container-7 {
    width: 14.28%
}

.spotlight-tld-container-8 {
    width: 12.5%
}

@media screen and (max-width: 991px) {
    .spotlight-tld-container-5, .spotlight-tld-container-6 {
        width: 33.3%
    }

    .spotlight-tld-container-7, .spotlight-tld-container-8 {
        width: 25%
    }
}

@media screen and (max-width: 580px) {
    .spotlight-tld-container-3, .spotlight-tld-container-4, .spotlight-tld-container-5, .spotlight-tld-container-6, .spotlight-tld-container-7, .spotlight-tld-container-8 {
        width: 50%
    }
}

.spotlight-tld {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    height: 112px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #555
}

.spotlight-tld span {
    display: block;
    padding: 5px 0;
    font-weight: 400
}

.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.spotlight-tld .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    min-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.spotlight-tld .btn span {
    padding: 0
}

.spotlight-tld .invalid, .spotlight-tld .unavailable {
    margin: 19px 0;
    background-color: #eee;
    border-color: #ddd;
    color: #bbb
}

.spotlight-tld .domain-contact-support {
    margin: 19px 0
}

.spotlight-tld .domain-lookup-spotlight-loader {
    line-height: 47px;
    font-size: 1.4em
}

.spotlight-tld .results {
    display: none
}

.spotlight-tld-new, .spotlight-tld-sale, .spotlight-tld-hot  {
    width: 60px;
    position: absolute;
    letter-spacing: 0px;
    padding: 3px;
    font-size: x-small;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #2ad588;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.spotlight-tld-new {
    letter-spacing: 1px;
}

.spotlight-tld-sale {
    background-color: #f7d458;
}

.spotlight-tld-hot {
    background-color: #f9615a;
}

.suggested-domains .panel-heading {
    border-bottom: 2px solid #62cb31
}

.suggested-domains .domain-lookup-suggestions-loader {
    padding: 30px 20px;
    background-color: #f8f8f8;
    font-size: .9em;
    text-align: center;
    opacity: .7
}

.suggested-domains .list-group-item {
    border-left: 0;
    border-right: 0;
    word-wrap: break-word
}

.suggested-domains .extension {
    font-weight: 700
}

.suggested-domains .promo.hot {
    padding: 2px 8px;
    background-color: #f9615a;
    color: #fff;
    text-transform: uppercase
}

.suggested-domains .promo.sale {
    padding: 2px 8px;
    background-color: #f7d458;
    color: #fff;
    text-transform: uppercase
}

.suggested-domains .promo.new {
    padding: 2px 8px;
    background-color: #2ad588;
    color: #fff;
    text-transform: uppercase
}

.suggested-domains .actions {
    float: right
}

.suggested-domains .price {
    padding: 0 20px;
    font-size: 1.2em
}

.suggested-domains .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff
}

.suggested-domains .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    color: #fff
}

@media (max-width: 767px) {
    .suggested-domains .list-group-item {
        text-align: center
    }

    .suggested-domains .actions {
        float: none
    }

    .suggested-domains .price {
        float: none;
        display: block;
        padding: 3px 0
    }

    .suggested-domains .list-group-item .btn {
        float: none;
        display: block;
        width: 100%
    }
}

.domain-promo-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px
}

.domain-promo-box h3 {
    margin: 0;
    font-weight: 400
}

.domain-promo-box i {
    float: right
}

.domain-promo-box p {
    margin: 0 0 10px 0;
    font-size: .85em
}

.domain-promo-box .small {
    margin: 10px 0 0 0;
    color: #999
}

.btn-transfer {
    min-width: 100px
}

.slim-alert {
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center
}

.domain-suggestions-warning {
    padding: 10px 0;
    font-size: .7em
}

.form-control.domain-renewals-filter {
    background: url(../../../../assets/img/search.png) #fff no-repeat 8px 5px !important;
    padding: 7px 10px 7px 45px !important;
    height: auto !important;
    width: 200px !important;
    font-size: 13px !important;
    border-radius: 2px !important
}

.domain-renewals {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    background-color: #f8f8f8
}

.domain-renewals .domain-renewal {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ccc
}

.domain-renewals .domain-renewal:nth-child(even) {
    background-color: #f4f4f4
}

.domain-renewals .domain-renewal h3 {
    margin: 0
}

.domain-renewals .domain-renewal .label {
    border-radius: 3px
}

.order-summary i.fa-trash {
    opacity: .5
}

.order-summary i.fa-trash:hover {
    opacity: 1
}

#order-standard_cart .addon-promo-container {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee;
    font-size: .9em
}

#order-standard_cart .addon-promo-container h3 {
    margin: 0 0 10px 0
}

#order-standard_cart .addon-promo-container .logo {
    float: right;
    margin: 0 0 10px 20px;
    text-align: right;
    line-height: 100px
}

#order-standard_cart .addon-promo-container img {
    max-width: 120px
}

#order-standard_cart .addon-promo-container .description {
    margin: 10px 0
}

#order-standard_cart .addon-promo-container label {
    margin-top: 3px;
    width: 98%
}

#order-standard_cart .addon-promo-container a {
    text-decoration: underline
}

#order-standard_cart .mc-promos {
    margin: 20px auto 30px;
    max-width: 575px
}

#order-standard_cart .mc-promo {
    margin: 0 0 10px 0;
    border: 1px dashed #ccc;
    border-bottom: 4px solid #9abb3a
}

#order-standard_cart .mc-promo .cta {
    float: right;
    padding: 3px 10px;
    text-align: center
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}

#order-standard_cart .mc-promo .headline {
    padding-top: 8px;
    font-size: 1.5em
}

#order-standard_cart .mc-promo .tagline {
    font-size: 1.2em;
    font-weight: 300
}

#order-standard_cart .mc-promo .header {
    border-bottom: 0;
    height: 70px;
    overflow: hidden;
    cursor: pointer
}

#order-standard_cart .mc-promo .icon {
    float: left;
    margin: 10px;
    width: 64px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

#order-standard_cart .mc-promo .icon img {
    max-width: 100%;
    max-height: 100%
}

#order-standard_cart .mc-promo .body {
    padding: 10px 15px;
    border-top: 10px solid #eaeaea;
    background-color: #f8f8f8;
    font-size: .85em;
    display: none
}

#order-standard_cart .mc-promo .body i {
    color: #99bc3a;
    padding-right: 3px
}

.mc-promo em {
    font-weight: 700;
    font-style: normal
}

#order-standard_cart .mc-promo .body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#order-standard_cart .mc-promo .body li {
    float: left;
    width: 50%
}

#order-standard_cart .mc-promo .price {
    padding: 4px 0;
    font-size: 1.15em;
    color: #83a032
}

#order-standard_cart .mc-promo .btn-add {
    padding: 0;
    background-color: #99bb3a;
    color: #fff;
    font-size: 1em
}

#order-standard_cart .mc-promo .arrow {
    display: inline-block;
    padding: 2px 8px;
    background-color: #84b436
}

#order-standard_cart .mc-promo .text {
    display: inline-block;
    padding: 2px 8px;
    font-size: .9em
}

#order-standard_cart .mc-promo .expander {
    float: left;
    width: 28px;
    font-size: 1.5em;
    color: #99bc3a;
    text-align: right;
    line-height: 60px;
    transition: all 2s linear
}

#order-standard_cart .mc-promo.weebly {
    border-color: #7b7b7b
}

#order-standard_cart .mc-promo.weebly .btn-add {
    background-color: #7b7b7b
}

#order-standard_cart .mc-promo.weebly .arrow {
    background-color: #666
}

#order-standard_cart .mc-promo.weebly .expander, #order-standard_cart .mc-promo.weebly .price {
    color: #7b7b7b
}

#order-standard_cart .mc-promo.spamexperts {
    border-color: #56a2da
}

#order-standard_cart .mc-promo.spamexperts .btn-add {
    background-color: #56a2da
}

#order-standard_cart .mc-promo.spamexperts .arrow {
    background-color: #4e98d0
}

#order-standard_cart .mc-promo.spamexperts .expander, #order-standard_cart .mc-promo.spamexperts .price {
    color: #56a2da
}

#order-standard_cart .mc-promo.sitelock {
    border-color: #f29f44
}

#order-standard_cart .mc-promo.sitelock .btn-add {
    background-color: #f29f44
}

#order-standard_cart .mc-promo.sitelock .arrow {
    background-color: #f08f3d
}

#order-standard_cart .mc-promo.sitelock .expander, #order-standard_cart .mc-promo.sitelock .price {
    color: #f29f44
}

#order-standard_cart .mc-promo .rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#order-standard_cart .mc-promo .rotate.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#order-standard_cart .default-captcha {
    margin: 0 auto 6px auto;
    padding: 10px;
    max-width: 340px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    color: #888;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    text-align: center;
    font-size: .9em
}

#order-standard_cart .default-captcha-register-margin {
    margin: 18px auto -25px auto
}

#order-standard_cart .captcha-container p {
    margin-bottom: 5px
}

#order-standard_cart .captcha-container img {
    margin-top: 3px
}

#order-standard_cart .captcha-container .form-control {
    height: inherit;
    max-width: 90px;
    text-align: center
}

#order-standard_cart .captcha-container #google-recaptcha {
    width: 304px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: -50px
}

#order-standard_cart .captcha-container #google-recaptcha.recaptcha-transfer {
    margin-bottom: -20px
}

@media (max-width: 991px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-left: 2.5%;
        margin-bottom: -25px
    }
}

@media (max-width: 736px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(.935);
        transform-origin: 0 0;
        -webkit-transform: scale(.935);
        -webkit-transform-origin: 0 0
    }
}

@media (max-width: 384px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -30px;
        transform: scale(.96);
        transform-origin: 0 0
    }
}

@media (max-width: 360px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(.89);
        transform-origin: 0 0
    }
}

@media (max-width: 320px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-left: 13.5%;
        margin-bottom: -45px;
        transform: scale(.83);
        transform-origin: 0 0;
        -webkit-transform: scale(.785);
        -webkit-transform-origin: 0 0
    }
}

.checkbox-holder .icheckbox_square-blue, .radio-holder .iradio_square-blue {
    background: none;
}

.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_square-blue {
    background-position: 0 0
}

.icheckbox_square-blue.hover {
    background-position: -24px 0
}

.icheckbox_square-blue.checked {
    background-position: -48px 0
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0
}

.iradio_square-blue {
    background-position: -120px 0
}

.iradio_square-blue.hover {
    background-position: -144px 0
}

.iradio_square-blue.checked {
    background-position: -168px 0
}

.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

#domainRegistrantInputFields {
    padding-top: 10px;
}
/*Finished all.css*/