*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

.clearfix {
    clear: both;
    width: 100%
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.lt-ie8 .clearfix {
    height: 0;
    width: 100%;
    zoom: 1;
    /*height: 1%;*/
}

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*background-color: #202020;*/
    margin: 0;
    color: #444444;
}

h1, h2, h3, h4 {
    font-weight: 300;
}

h2 {
    font-size: 2em;
    margin: 2em 0 1em 0;
}

.pag-faq h2 {
    margin: 0 0 1em 0;
}

.pag-faq ol {
    margin: 0;
}

a {
    color: #F57D12;
    text-decoration: underline;
}

/*body.bgWhite, #footer.bgWhite{
    background-color: white;
}*/
#m-menu {
    display: none;
}

/* ******************************************************************** FORMS */
select, input, textarea {
    /*width: 69%;*/
    color: #666;
    /*line-height: 0;*/
    margin: 0.3em 0;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 0px 0px 2px #999 inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: transparent url('../images/select.png') 95% center no-repeat;
    /*margin-left: -4px;*/
}

select::-ms-expand {
    display: none;
}

textarea {
    height: 100px;
    resize: vertical;
}

input[type="checkbox"] {
    /*width: 69%;*/
    color: #666;
    line-height: 0;
    /*margin: 5px 0 5px 0;*/
    border: 0;
    padding: 5px;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
}

.cell {
    /*display:table-cell;*/
    float: left;
    padding: 10px;
}

.cell.cell-nopadding {
    margin-top: -10px;
    padding-top: 0;
}

a {
    color: #FDAF00;
}

img {
    border: 0;
    margin: 0;
}

p {
    margin: 0;
    line-height: 150%;
}

.invisible {
    display: none;
}

.separator50 {
    line-height: 0;
    height: 50px;
    clear: both;
}

.separator20 {
    line-height: 0;
    height: 20px;
    clear: both;
}

.separator10 {
    line-height: 0;
    height: 10px;
    clear: both;
}

.clear {
    display: block;
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.block {
    display: block;
}

form {
    margin: 0;
    padding: 0;
    display: block;
}

.font_big_title {
    font-size: 30px;
}

.font-big {
    font-size: 24px;
}

.font-big.line-26 {
    line-height: 26px;
}

.font-large {
    font-size: 18px;
}

.font-medium {
    font-size: 14px;
}

.font-small {
    font-size: 11px;
}

.font-extrabig {
    font-size: 56px;
}

.book {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: 400;
}

.white {
    /*color:white;*/
}

.grey {
    color: #999;
}

.orange {
    color: #FAA512;
}

.pack .noline {
    border-bottom: 0;
}

#top {
    background-color: #FAA512;
    height: 20px;
    width: 100%;
    position: fixed;
    z-index: 10;
}

#top div {
    width: 1024px;
    text-align: right;
    margin: auto;
    font-size: 80%;
    max-width: 100%;
}

#top a {
    text-decoration: none;
    color: #333;
}

#content {
    width: 100%;
    padding-bottom: 50px;
}

#header {
    margin-top: 20px;
}

/*body.bgWhite #header{
    background-color: #EEEEEE;
    margin-top: 0;
    padding-top: 20px;
    color: #797979;
}*/
#header {
    background-color: rgba(238, 238, 238, 0.9);
    margin-top: 0;
    padding: 20px 0;
    color: #797979;
    z-index: 9;
    position: fixed;
    width: 100%;
    /*    background-color: #EEEEEE;
        margin-top: 0;
        padding-top: 20px;
        color: #797979;*/
}

#container {
    padding-top: 180px;
}

.pag-index #container,
.pag-home #container {
    padding-top: 0;
}

.pag-show_list #container {
    padding-top: 150px;
}

#slide {
    /*    height: 450px;
    margin-top: -100px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 20;
    width: 100%;*/
    height: 450px;
    margin-top: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#packszone {
}

.inside {
    padding: 30px;
}

.general_infopacks {
    padding: 0 20px 0 20px;
    vertical-align: top;
}

#advanced {
    margin-top: 20px;
    min-height: 320px;
    padding-bottom: 50px;
}

.maxwidth {
    display: table;
    width: 1000px;
    margin: auto;
    vertical-align: top;
    position: relative;
}

#logo {
    display: table-cell;
    vertical-align: bottom;
    width: 40%;
    overflow: hidden;
    height: 60px;
}

#logo img {
    width: 285px;
    margin-top: 2px;
}

#shopping_cart {
    display: table-cell;
    vertical-align: bottom;
    width: 40%;
    overflow: hidden;
    height: 60px;
}

#shopping_cart a {
    color: #444;
    text-decoration: none;
}

#shopping_cart_img {
    float: left;
    margin-right: 10px;
    padding-top: 7px;
}

#shopping_cart_data {
    float: left;
}

#menu {
    display: table-cell;
    /* vertical-align: bottom; */
    /* width: 50%; */
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
}

#menu ul {
    color: white;
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline;
    margin-right: 10px;
}

#menu ul li.lang_select {
    margin-right: 0;
    padding: 3px 7px;
    display: inline-block;
    background-color: #FAA512;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

#menu ul li.lang_select a {
    color: white;
}

#menu ul li.lang_select a:hover {
    color: #444;
}

#menu ul li a {
    text-decoration: none;
    cursor: pointer;
}

#menu ul li a.active {
    color: #FDAF00;
}

/*body.bgWhite #menu ul li a{
    color:#797979;
    text-decoration: none;
    cursor:pointer;
}*/
#menu ul li a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

#menu ul li a:hover {
    color: #FAA512;
}

#contact {
    display: table-cell;
    vertical-align: bottom;
    width: 10%;
}

.row {
    display: table-row;
    height: 100%;
}

.cell1 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
}

.cell2 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
}

#registerBox_container {
    padding-top: 90px;
}

#registerBox {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
}

#registerBox .inside {
    padding: 15px;
}

.info, .close {
    width: 100%;
    text-align: right;
}

.pack {
    display: table-cell;
    width: 25%;
    background-color: #F6B856;
}

#motivos {
    width: 100%;
}

#motivos .inside {
    padding: 20px;
}

.gradientOrange {
    background: #ffb900; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb900 0%, #f58c28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb900), color-stop(100%, #f58c28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb900 0%, #f58c28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb900 0%, #f58c28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb900 0%, #f58c28 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb900 0%, #f58c28 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb900', endColorstr='#f58c28', GradientType=0); /* IE6-9 */
}

.gradiendBlack {
    background: #d8d8d8; /* Old browsers */
    background: -moz-linear-gradient(top, #525252 0%, #242424 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #525252 0%, #242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #525252 0%, #242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #525252 0%, #242424 100%); /* IE10+ */
    background: linear-gradient(to bottom, #525252 0%, #242424 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#242424', GradientType=0); /* IE6-9 */
}

.gradiendGrey {
    background: #d8d8d8; /* Old browsers */
    background: -moz-linear-gradient(top, #d8d8d8 0%, #7c7d7d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #7c7d7d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8d8d8 0%, #7c7d7d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8d8d8 0%, #7c7d7d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8d8d8 0%, #7c7d7d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d8d8d8 0%, #7c7d7d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#7c7d7d', GradientType=0); /* IE6-9 */
}

.gradientGreen {
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0); /* IE6-9 */
}

.gradientRow {
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0); /* IE6-9 */
}

.grandientDarkOrange {
    background: #ffcd38; /* Old browsers */
    background: -moz-linear-gradient(top, #ffcd38 0%, #FFAD00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd38), color-stop(100%, #FFAD00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffcd38 0%, #FFAD00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffcd38 0%, #FFAD00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffcd38 0%, #FFAD00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffcd38 0%, #FFAD00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd38', endColorstr='#FFAD00', GradientType=0); /* IE6-9 */
}

.gradiendLightGrey {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #c9c9c9 0%, #e8e8e8 9%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(9%, #e8e8e8), color-stop(100%, #f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c9c9c9 0%, #e8e8e8 9%, #f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c9c9c9 0%, #e8e8e8 9%, #f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c9c9c9 0%, #e8e8e8 9%, #f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c9c9c9 0%, #e8e8e8 9%, #f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
}

.gradientRed {
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0); /* IE6-9 */

}

.rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.borderspacing {
    /*border-spacing:20px;*/
    border-spacing: 12px;
}

.pack .inside {
    padding: 15px;
    padding-top: 5px;
    text-align: center;
}

.pack ul {
    margin: 10px 0;
    padding: 0;
}

.pack li {
    padding: 5px 0;
    text-indent: 0;
    display: block;
    list-style-type: none;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #F6B856;
}

.btn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    color: white;
    text-decoration: none;
}

.motivos_list {
    margin: 0;
    list-style-position: inside;
    padding: 0;
    margin-top: 10px;
}

.motivos_list li {
    padding: 9px 0;
    text-indent: 0;
    display: block;
    list-style-type: none;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.motivos_list li:last-of-type {
    border-bottom: 0 none;
}

.form_line {
    display: block;
    vertical-align: top;
    width: 100%;
    /*background-color: #E5E5E5;*/
    text-align: center;
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-appearance: none;
    font-size: 15px;
    white-space: pre;
}

.btn-large {
    min-width: 225px;
    display: inline-block;
}

.btn a {
    color: white;
    text-decoration: none;
}

.btn:hover {
    background: #F57D12;
}

.textshadow {
    text-shadow: 1px 1px 3px #666;
}

.text_error {
    color: #a7201e;
    display: block;
    text-align: center;
    padding: 0.5em;
    background-color: #efd3d3;
    margin: 1em auto;
    max-width: 400px;
    border-radius: 6px;
    font-size: 80%;
}

.greyBg {
    background: #3e3e3e;
    color: #FFF;
    text-align: center;
}

.domain-input {
    width: 69%;
    color: #666;
    line-height: 0;
    margin: 5px 0 5px 0;
    border: 0;
    padding: 5px;
    box-shadow: 1px 1px 3px #999 inset;
}

.domain-select {
    width: 26%;
    margin: 5px 0 5px 0;
    border: 0;
    box-shadow: 1px 1px 3px #999 inset;
    padding: 5px;
    background-color: white;
}

#home_search_loading {
    vertical-align: middle;
    margin: 0 1%;
    padding: 2% 0;
    float: right;
    display: none;
}

.more_productstable {
    display: table;
    border-spacing: 0;
}

.more_products_row {
    display: table-row;
}

.more_producs_cell {
    display: table-cell;
    padding-right: 20px;
    padding-top: 20px;
    vertical-align: bottom;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#more_products {
    display: table-cell;
    width: 65%;
    vertical-align: top;
}

#banners {
    display: table-cell;
    width: 35%;
}

#banner_help {
    width: 365px;
    height: 120px;
    padding: 20px;
    background: url('../images/banner_ayuda.png');
}

#banner_help_title {
    text-transform: uppercase;
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
}

#banner_help_text {
    font-size: 13px;
    text-transform: none;
    width: 58%;
    margin-left: 2%;
    float: left;
    line-height: 15px;
}

#banner_help_tel {
    margin-top: 10px;
}

#banner_vps {
    width: 365px;
    /*height: 200px;*/
    height: 207px;
    padding: 20px;
    background: url('../images/banner_vps.png') no-repeat;
}

#banner_vps_text {
    font-size: 13px;
    text-transform: none;
    width: 37%;
    line-height: 15px;
    margin-top: 10px;
}

.caracteristicas table {
    width: 100%;
    text-align: left;
}

.caracteristicas th {
    padding: 5px;
}

.caracteristicas td {
    background-color: #303030;
    padding: 5px;
    border-bottom: 1px solid #202020;
    color: #FFF;
}

/* **************************************************************** show_list */
.product_row {
    border-top: 1px solid #EEE;
}

.product_assoc_info {
    cursor: pointer;
}

.dns_domain,
.associated_domain {
    margin-top: 10px;
}

#form_customer_data_box {
}

.form_customer_box_title {
    border-bottom: 1px solid rgba(180, 180, 180, 0.5);
}

#form_billing,
#form_contact {
    margin: 1em 0;
    padding: 1em 0;
}

#form_billing label,
#form_contact label {
    width: 20%;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

#form_billing input,
#form_billing select,
#form_contact input,
#form_contact select {
    width: 20%;
    display: inline-block;
}

.inp_error {
    /*border: 1px solid #B94A48;*/
    box-shadow: 0 0 3px #B94A48;
    background-color: #F2DEDE;
}

/*.text_error{
    color: #F2DEDE;
}*/
/* ************************************************************************* */
.content_center {
    width: 70%;
    margin: 0 auto;
}

#cart_resum_table {
    width: 100%;
    border-top: 1px solid #EEE;

    margin-top: 1em;
}

#cart_resum_table tr.line td {
    border-top: 1px solid #EEE;
    padding-top: 0.5em;
}

#cart_resum_table td {
    /*padding: 0.3em 0;*/
}

#hidden_form {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

#hidden_form input {
    width: auto;
    margin: 0 auto;
}

/* ************************************************************************* */
#form_contact_me {
    width: 50%;
}

/*#form_contact_me .captcha_img{
    width: 50%;
    float: right;
}
#form_contact_me .div_captcha{
    width: 50%;
    float: left;
}*/
/* ************************************************************************* */
.content_left_nav {
    width: 22.5%;
    float: left;
    /*margin-top: 80px;*/
    margin-right: 2%;
    text-align: right;
}

.content_right {
    width: 71.5%;
    float: left;
    /*margin-top: 80px;*/
    padding-left: 3%;
    border-left: 1px solid rgba(180, 180, 180, 0.5);
    min-height: 200px;
}

.pag-technology .content_right {
    min-height: 550px;
}

.content_right.no-border {
    border-left: 0 none;
}

.content_right_title,
.content_left_title {
    font-size: 18px;
    color: #FAA512;
}

.content_left_list_item_faq,
.content_left_list_item {
    cursor: pointer;
}

.content_left_list_item:hover {
    font-weight: bold;
}

.content_right_box {
    display: none;
}

li p {
    margin: 0 0 1em 0;
    color: #333;
    font-weight: 400;
}

/*.content_right_box{
    display: none;
    -webkit-animation: slide_left .6s ease both;
    animation: slide_left .6s ease both;  
}
@-webkit-keyframes slide_left {
    from { opacity: 0; -webkit-transform: translateX(-100%); }
}
@keyframes slide_left {
    from { opacity: 0; transform: translateX(-100%); }
}*/
#mobile_select {
    display: none;
}

/* ************************************************************************* */
.total_height {
    display: block;
    height: 100%;
}

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

#footer a:hover {
    color: #FAA512;
}

#footer {
    /*background-color: black;*/
    background-color: #EEE;
    height: 275px;
    margin: 50px 0 0;
    padding: 1.5em 0;
}

#footer-copyright {
    padding: 15px 0;
    text-align: center;
}

.footer33 {
    width: 33%;
    height: 100%;
    padding: 0 3%;
    float: left;
    border-left: 1px solid #CCC;
}

.footer33:first-of-type {
    border-left: 0 none;
}

.footer_section_title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0.5em 0 1em 0;
}

.font-small_footer_section {
    font-size: 13px;
    line-height: 22px;
}

#footer_copyright {
    clear: both;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}

.footer_contact {
    margin: 0.5em 0;
    height: 45px;
}

.footer_contact span {
    padding: 13px 0 0 8px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    line-height: 45px;
}

.ico_tel, .ico_skype, .ico_mail, .ico_fbk, .ico_tw {
    background-image: url('../images/botons.png');
    width: 45px;
    height: 45px;
    float: left;
}

.ico_tel {
    background-position: 0 0 !important;
}

.ico_skype {
    background-position: -45px 0 !important;
}

.ico_mail {
    background-position: -90px 0 !important;
}

.ico_fbk {
    background-position: -133px 0 !important;
}

.ico_tw {
    background-position: -177px 0 !important;
}

.ico_tel:hover {
    background-position: 0 -44px !important;
}

.ico_skype:hover {
    background-position: -45px -44px !important;
}

.ico_mail:hover {
    background-position: -90px -44px !important;
}

.ico_fbk:hover {
    background-position: -133px -44px !important;
}

.ico_tw:hover {
    background-position: -177px -44px !important;
}

.displaynone {
    display: none;
}

.cell2 .inside {
    padding: 20px;
}

.result_domain_available {
    background: url("../images/ok.png") no-repeat scroll 8% center #61DB57;
}

.result_domain_unavailable {
    background: url("../images/ko.png") no-repeat scroll 11% center red;
}

#available_price {
    /*padding-left: 20%;*/
}

.result_domain {
    display: table-cell;
    width: 100%;
    margin-left: 20px;
    display: none;
}

.search_another {
    display: table-cell;
    width: 50%;
    background-color: #E8E8E8;
    margin-right: 20px;
}

.message_domain {
    padding-left: 28%;
}

.col50 {
    display: table-cell;
    width: 50%;
}

#alternate_domains {
    background: #404040;
    /*min-height: 300px;*/
    vertical-align: middle;
    padding: 0.5em 0;
}

#alternate_domains img {
    margin: 0 auto;
    display: block;
}

#alternate_domains table {
    width: 100%;
}

#alternate_domains td, #alternate_domains th {
    padding: 10px;
    border-bottom: 1px #202020 solid;
}

#alternate_domains tr:last-child td {
    border-bottom: 0 none;
}

.cell2 {
    width: 100%;
    height: 100%
}

.right {
    text-align: right;
}

#header_domain {
    height: 320px;
    margin-top: 20px;
    background-color: black;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #000 url('/itemhost/assets/images/sky.jpg') center no-repeat;
}

#header_domain .borderspacing {
    margin-top: 50px;
}

#cart_content {
    width: 60%;
    height: 80%;
    position: absolute;
    z-index: 10;
    background-color: white;
    display: none;
}

.content {
    width: 100%;
    padding-bottom: 40px;
}

.center {
    text-align: center;
    margin: auto;
}

.domain_data {
    text-align: left;
    background-color: #f4f4f4;
}

.tabs ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.tabs ul li {
    display: inline-block;
    padding: 10px;
    margin: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #eee;
}

.tabs ul .active {
    background-color: #f4f4f4;
}

.cell_domain_data20 {
    width: 20%;
    text-align: right;
    vertical-align: middle;
}

.cell_domain_data40 {
    width: 40%;
    /*text-align:left;*/
    vertical-align: middle;
}

#alternatives_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

#alternatives_box {
    background: #fff;
    margin: 15% auto;
    width: 60%;
    padding: 2%;
}

.close_pop {
    float: right;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.initial_content img {
    display: block;
    margin: 2em auto;
}

#alternative_domains table {
    width: 100%;
}

#alternative_domains th {
    padding: 0 0 1em;
}

#alternative_domains td {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

#alternative_domains tr:last-of-type td {
    border-bottom: 0 none;
}

body.pag-terms #container p {
    margin-bottom: 1em;
}

body.pag-terms h4 {
    font-weight: 700;
}

body.pag-terms h3 {
    font-weight: 700;
}

body.pag-terms li {
    margin-bottom: 1em;
}

body.pag-terms h2 {
    margin-top: 0;
}

body.pag-terms .text-content {
    max-width: 700px !important;
    margin: auto;
}

div#visa {
    max-width: 600px;
    margin: auto;
    padding: 2em;
}

div#visa label {
    display: block;
    text-align: left;
    margin-top: 1em;
}

div#visa input {
    text-align: center;
}

div#visa input.visa {
    width: 24%;
    box-sizing: border-box;
}

.logos-credit-card {
    text-align: center;
    padding: 2em;
}

/* ************************************************************************* */
/* ************************************************************************* */
@media screen
    /*and (min-width : 700px)*/
and (max-width: 999px) {
    .tablet_hide {
        display: none;
    }

    .maxwidth {
        display: table;
        width: 95%;
        margin: auto;
    }

    .cell1 {
        width: 50%;
    }

    .cell2 {
        width: 50%;
    }

    .content_right_box img {
        max-width: 90%;
    }

    #form_contact_me {
        width: 100%;
    }

    #alternatives_box {
        width: 80%;
        margin: 20% auto;
    }

    #shopping_cart {
        width: 30%;
        padding-left: 4%;
    }
}


@media screen
and (max-width: 700px) {
    .mobile_hide {
        display: none;
    }

    .mobile_center {
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    #logo {
        width: 60%;
    }

    #logo img {
        width: 100%;
    }

    #m-menu {
        display: block;
    }

    #m-menu {
        display: block;
        /* vertical-align: bottom; */
        /* width: 50%; */
        /*float: right;*/
        /*position: absolute;*/
        /*right: 0;*/
        /*bottom: 0;*/
        text-align: center;
        font-size: 18px;
    }

    #m-menu ul {
        color: white;
        margin: 0;
        padding: 1em 0;
        background: rgba(238, 238, 238, 1);
    }

    #m-menu ul li {
        display: inline;
        margin: 0 3%;
    }

    #m-menu ul li a {
        color: #444;
        text-decoration: none;
        cursor: pointer;
    }

    #m-menu ul li a.active {
        color: #FDAF00;
    }

    #menu {
        display: none;
    }

    #header {
        position: static;
        padding: 20px 0 0;
    }

    .maxwidth {
        display: table;
        width: 95%;
        margin: auto;
    }

    .pack {
        display: block;
        width: 100%;
        background-color: #F6B856;
        margin-bottom: 20px;
    }

    #slide {
        height: auto;
        margin-top: 20px;
        background-color: white;
        background-image: none;
    }

    #registerBox {
        float: none;
        width: 100%;
        background: rgba(238, 238, 238, 0.8);
        text-align: center;
    }

    #registerBox input, #registerBox select {
        text-align: left;
    }

    #registerBox_container {
        padding-top: 0px;
    }

    .message_domain {
        padding-left: 0;
        text-align: center;
        font-size: 22px;
        word-break: break-word;
    }

    .result_domain_available {
        background: #61DB57;
        max-width: 100%;
        overflow: hidden;
    }

    .result_domain_unavailable {
        background: #F00;
        max-width: 100%;
        overflow: hidden;
    }

    #alternatives_box {
        width: 95%;
    }

    #logo {
        text-align: center;
        background-position: center;
    }

    #shopping_cart_img {
        float: right;
    }

    #contact {
        display: none;
    }

    #form_contact_me {
        width: 100%;
    }

    #banners {
        display: none;
    }

    .row {
        display: block;
    }

    .cell1 {
        width: 100%;
    }

    .cell2 {
        width: 100%;
        display: block;
        float: none;
        /*display:none;*/
    }

    .result_domain {
        margin-left: 0;
    }

    .domain-input {
        width: 98%;
        padding: 5px;
        /*        margin-right: 0;
                padding-left:0;*/
    }

    .domain-select {
        width: 98%;
        margin-top: 5px;
        padding: 5px;
    }

    #home_search_loading {
        padding: 10% 0;
    }

    .form_line {
        height: auto;
        width: auto;
    }

    .btn {
        display: block;
        text-align: center;
        border: 0;
        color: white;
    }

    .btn.btn-large {
        display: inline-block;
        margin: 1em 0;
    }

    #send_form_customer_data {
        margin-top: 18px !important;
    }

    #footer {
        height: auto;
    }

    .footer33 {
        width: 100%;
        height: 100%;
        padding: 0 3%;
        float: none;
        border-left: 0 none;
    }

    .pag-technology #container,
    .pag-faq #container,
    .pag-contact #container,
    .pag-pay_ok #container,
    .pag-pay_ko #container,
    .pag-contact_ok #container,
    .pag-terms #container {
        padding-top: 70px;
    }

    .pag-pay_ok #container,
    .pag-pay_ko #container,
    .pag-contact_ok #container,
    .pag-contact_ko #container,
    .pag-show_list #container,
    .pag-pay #container {
        padding-top: 15px;
    }

    .pag-pay .content_center {
        width: 100%;
    }

    .content_left_nav {
        width: 0;
        display: none;
    }

    .content_right {
        width: 100%;
        border-left: 0 none;
    }

    .content_right_box img {
        width: 95%;
    }

    #mobile_select {
        display: block;
        margin: 0 0 20px;
    }

    .cell_domain_data20 {
        width: 100%;
        text-align: right;
        vertical-align: middle;
    }

    .cell_domain_data40 {
        width: 100%;
        text-align: left;
        vertical-align: middle;
    }

    .pag-show_list .cell {
        padding: 0;
    }

    #form_billing label, #form_billing input, #form_billing select, #form_contact label, #form_contact input, #form_contact select {
        width: 100%;
        display: block;
        text-align: left;
    }

    .captcha_img img {
        width: 100%;
    }
}

/* final media query 700px */

#popup-cookies-overlay {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(26, 26, 26, 0.82);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

@media (min-width: 0) and (max-width: 767px) {
    #popup-cookies-overlay {
        /*position: absolute;*/
        height: 120vh;
        padding-top: 1rem;
    }
}

#popup-cookies {
    position: relative;
    width: 70%;
    max-width: 800px;
    height: auto;
    background: white;
    box-shadow: 1px 1px 4px #141313;
}

@media (min-width: 576px) and (max-width: 767px) {
    #popup-cookies {
        width: 75%;
        max-width: 75%;
    }
}

@media (min-width: 0) and (max-width: 576px) {
    #popup-cookies {
        width: 98%;
        max-width: 98%;
    }
}

#popup-cookies .btn-blue {
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 700;
}

#popup-cookies a {
    color: #FDAF00;
    text-decoration: none;
}

#popup-cookies a:hover {
    color: white !important;
    background: #FDAF00;
}

#popup-cookies .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.35;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#popup-cookies .popup-cookies-container {
    padding: 0.5em 1.5em 3.5em;
}

#popup-cookies .popup-cookies-title {
    padding-top: 1.5em;
    padding-bottom: 1em;
    color: #FDAF00;
}

#popup-cookies .popup-cookies-title h2 {
    margin: 1em 0;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

@media (min-width: 0) and (max-width: 767px) {
    #popup-cookies .popup-cookies-title h1 {
        font-size: 2rem !important;
    }
}

#popup-cookies .popup-cookies-content {
    padding-bottom: 1em;
}

#popup-cookies .popup-cookies-content i {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}


#popup-cookies .popup-cookies-buttons {
    display: flex;
    align-items: center;
    justify-content: center
}

#popup-cookies .popup-cookies-buttons a {
    display: inline-block;
    margin: 15px 10px;
    cursor: pointer
}

#popup-cookies #popup-cookies-configuration {
    display: none;
    padding-top: 30px
}

#popup-cookies #popup-cookies-configuration .accept-cookies-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px
}

#popup-cookies #popup-cookies-configuration .accept-cookies-label {
    font-weight: 600 !important
}

#popup-cookies #popup-cookies-configuration .accept-cookies-info {
    max-width: 92%
}

#popup-cookies #popup-cookies-configuration #accept-cookies {
    display: none
}

.toggle-control {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.toggle-control input:checked ~ .control {
    background-color: #47b881
}

.toggle-control input:checked ~ .control:after {
    left: 19px
}

.toggle-control .control {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 35px;
    border-radius: 9px;
    background-color: #ccc;
    transition: background-color ease-in ease-in
}

.toggle-control .control:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 9px;
    background: #fff;
    transition: left ease-in ease-in
}