body {
    background: #F6F6F6;
    font-size: 16px/22px;
    line-height: 17px;
}
address {
    font-size: 1.34em;
}

.label {
    font-weight: normal;
}

.icon_h3_eng, .icon_h3 {
    text-align: center;
}
.icon_h3_eng a, .icon_h3 a {
    opacity: 0.7;
}
.icon_h3_eng  a:hover, .icon_h3 a:hover {
    opacity: 1;
}

input {
    direction: ltr;
}

.table tbody > tr > td {
    vertical-align: middle;
    font-size: 1.2em;
}
.table {
    table-layout: fixed;
}
@media screen and (max-width: 768px) {
    .table tbody tr td {
        font-size: 1.2em;
    }
    .table_buy_btn .btn {
        font-size: 0.95em;
        white-space: normal;
    }
}

@media screen and (max-width: 568px) {
    .table tbody tr td {
        font-size: 1em;
    }
    .table {
        table-layout: auto;
    }

}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}


ol {

    font-size: 1.24em;
    line-height: 1.6em;
}
.thumbnail {
    margin: 10px;
}

.news li {
    margin-top: 1em;
}

.news h5 {
    padding-bottom: 3px;
}

.news_item {
    font-size: 1.3em;

    line-height: 1.55em;
    min-height: 380px;
}


.img-responsive {
    display: inline-block;
}
.container {
    border-right: solid 1px #D4D4D4;
    border-left: solid 1px #D4D4D4;
    background-color: #FEFEFE;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;

}
.container.home {
    padding-bottom: 1.8em;
}
.top_panel {
    margin: 5px 0px;
}
.logo {
    float: left;
}


.int_search input {
    height: 36px;
    font-weight: normal;
    font-size: 14pt;
    line-height: 14pt;
}
.input-prepend button {
    height: 46px;
}
.int_search span {
    margin: 10px;
}

.lang_bar {

    font-size: 0.9em;
    padding: 5px;
    list-style: none;
}
.affix-top > .sidenav {
    margin-left: 15px;
}

.sidenav li a {
    border-left: 3px solid #428BCA;
    margin-top: 4px;
    padding: 3px 0px 3px 5px;
}
.sidebar .nav > .active > a, .sidebar .nav > .active:hover > a, .sidebar .nav > .active:focus > a {
    color: #002A80;
    border-left: 3px solid #002A80;
    background-color: #eee;
}

.sidebar .affix {
    border: solid 2px #eee;
}

@media screen and (min-width: 1200px) {
    .sidebar.affix-bottom, .sidebar.affix {
        width: 346px;
        top: 58px;
    }
}

@media screen and (max-width: 1200px) {
    .sidebar {
        position: inherit;
        width: 99%;
    }
}

.lang_bar li {
    float: left;
    margin-left: 7px;
    padding: 2px;
}

.lang_bar li a.active {
    color: #942A25;
    opacity: 0.8;
    cursor: default;
    text-decoration: none;
}
.header {
    background: none;
    border: 0px;
}
.autocomplete {
    margin-top: 2em;

}
.menu {
    background-color: #000;
    border: 0px;
}
#menu_w {
    margin: 0px;
    padding: 0px 10px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #000;
}
.navbar-header,.navbar-nav {
    float: left;
}

.navbar-nav > li > .dropdown-menu, .dropdown-menu {
    background: #FDFDFD url(/img/menu_bg.png) repeat-x;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: solid 1px #D4D4D4;
    border-top: 0px;
    margin-top: 1px;
    min-height: 200px;
    line-height: 1.25em;

}
.dropdown-menu h4 {
    margin-top: 0.75em;
    color: #25287A;
    margin-left: 0.35em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #ACACAC;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #EEEEEE;
}
.navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #555;
}

#nav.affix {
    position: fixed;
    top: 0;
    opacity: 0.94;
    z-index: 999;
    width: 100%
}

.logo_sm {
    display: none;
    opacity: 0.7;
    padding: 0 25px;
}
.logo_sm:hover {
    opacity: 1;
}
.home_icon {
    margin: 0px;
    padding: 7px 25px;
}
.home_icon i {
    padding: 0px;
}

.menu_img {
    padding-left: 7px;
    float: left;
}
.menu_d {
    color: #222579;
    padding-top: 0.95em;
    line-height: 1.45em;
    text-align: left;
    margin-bottom: 0.18em;
}
.menu_b {
    text-align: center;
    padding: 1px;
    color: #1B1B1B;
}
h3, .menu_list, .menu_list_icon {

    padding: 0.95em 5px 5px 7px;
}

.menu_list_icon li a {
    display: block;
    color: #595B6B;
    padding: 2px 1px;
    text-decoration: none;
}
.menu_list_icon li {
    padding: 2px 5px 2px 7px;
    margin-top: 2px;
    background: #ddd;
}
.menu_list_icon li:hover {
    background: #d3d3d3;
}
.menu_list_icon li a:hover {
    color: #44769C;
}
.menu_list a {

    border-left: 3px solid #942A25;
    padding: 0px 0px 2px 5px;
    color: #942A25;
    cursor: pointer;
    text-decoration: none;
}
.menu_list a:hover {
    border-left: 4px solid #002A80;
    color: #002A80;
}
.menu hr {
    margin: 5px 0px;
}
#whois_menu {
    margin-top: 5px;
    padding-right: 5%;
    padding-left: 20px;

}

.nav-pills > li > a {

    border-radius: 0px;
    color: #666;
    background: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #EEE;
    color: #44769C;
    font-weight: bold;
}
.nav-pills > li a:hover {
    font-weight: bold;
}
/** yamm **/
.yamm .nav, .yamm .dropup, .yamm .dropdown, .yamm .collapse {
    position: static;
}
.yamm .navbar-inner, .yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    right: auto;
}
.yamm .dropdown-menu > li {
    display: block;
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}
.yamm .yamm-content {
    padding: 20px 30px;
    *zoom: 1;
}
.yamm .yamm-content:before, .yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after, .yamm.navbar .nav > li > .dropdown-menu:before {
    display: none;
}
.yamm .dropdown.menu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
@media (max-width: 969px) {
    .navbar-nav {
        float: none;
    }
    .grid-menu {
        background-color: #080808;
    }
    .yamm .dropdown.menu-fullwidth .dropdown-menu {
        width: auto;
    }
    .yamm .yamm-content {
        padding-left: 0;
        padding-right: 0;
    }
    .yamm .dropdown-menu > li > ul {
        display: block;
    }
}
/** end of yamm **/

/* LayerSlider Styles */
.ls-layer {
    display: none;
}

.ls-active, .ls-animating {
    display: block;
}

.ls-layer > * {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ls-layer .ls-bg {
   right: 50%;
    top: 50%;
}

.ls-nav {
    text-align: center;
}

.ls-nav a {
    display: inline-block;
}



/* ICON */

.icon-10x {
    font-size: 10em;
}
.icon-9x {
    font-size: 9em;
}
.icon-8x {
    font-size: 8em;
}

.interactive {
    padding: 0px;
}
.carousel-control {
    width: 8%;

}

.page h2, .home h2 {
    margin: 15px 0px 2px 7px;
}
.home p, .page p {
    padding: 7px;
    font-size: 1.38em;
    line-height: 144%;

}

.home_head {
    padding-top: 15px;
}

.icon_head {
    margin-left: 5px;
    padding-bottom: 5px;
}
.home_head p {
    margin-top: 7px;
    font-size: 1.3em;
    padding: 7px;
}
.special_offer li {
    font-size: 1.1em;
    margin-left: 10px;
    color: #4B4B4B;
}
.special_offer h4 {
    text-align: center;
    color: #D43F3A;
}

.special_offer ul {
    padding: 16px 0px 5px 5px;
    margin-bottom: 2px;
}
.special_offer .well {
    background-color: #E9E8E4;
}
.special_offer .btn {
    margin-bottom: 0.3em;
}

.home_head .well {
    padding: 5px;
    margin-bottom: 5px;
}


.footer {
    width: 100%;
    background-color: #333;
}
.footer .row {
    margin: 0px;
    border-top: 2px dotted #D4D4D4;
}

.footer ul {
    margin-top: 5px;
    font-size: 125%;
}

.copyright p {
    font-size: 1.2em;
    color: #999;

}
.copyright h2 {
    padding: 0.5em 0.6em;
    color: #6B6B6B;
}
.copyright ul {
    margin-top: 1em;
}
.copyright li {
    margin-top: 0.25em;
}
.copyright li a {
    color: #999;
    font-size: 0.9em;
}
.copyright li strong a {
    color: #666;
    margin-left: -6px;
    margin-bottom: 1px;
}
.social p {
    margin-top: 1.5em;
}
.domain h4 {
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 7px;
}


.domain .form-group {
    display: inline-block;

}

#customers .item {
    text-align: center;
    font-size: 120%;
    padding: 5px;
}

#loading {
    display: none;
    position: fixed;
    top: 0px;
    background-color: #942A25;
    font-size: 120%;
    z-index: 999;
    padding: 10px;

    color: #FFF;
    width: 100%;
    opacity: 0.92;
}

.alert ul {
    margin: 2px;
    padding: 2px;
    list-style: none;
    font-size: 115%;
}
.label-primary {
    background-color: #428BCA;
}

#oldp {
    text-decoration: line-through;
}

.table thead > tr > th {
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
}
table td {
    vertical-align: middle;
    text-align: center;
}

.price_tr {
    font-size: 1.2em;
}
#new_price {
    font-size: 140%;
    color: #942A25;
}
.page ul {
    font-size: 120%;
}
.item h3, .item h2 {
    margin: 7px 0px 0px 5px;
    color: #349644;
}
.item p {
    padding-top: 2px;
    text-indent: 10px;
    color: #414141;
}
.off_code {
    background-color: #E7E7E7;
    padding: 2px;
    color: #792E2E;
}

@media only screen and (max-width: 520px) {
    .domain_prices td:nth-child(4), table th:nth-child(4), table td:nth-child(3), table th:nth-child(3) {
        display: none;
    }
}

.sidebar h4, .sidebar h3 {
    margin-top: 10px;
    margin-bottom: 7px;
}

.menu_icon .well {
    margin-left: 5px;
}
.menu_icon h3 {
    margin-top: 13px;
    padding-left: 7px;
}
.menu_icon a {
    text-decoration: none;
}

.side_box {
    margin: 6px;
    text-align: center;
}
.block .row {
    margin: 2px;
}
.block .col-lg-6 {
    padding: 5px;
}

.side_box h3, .side_box h4 {
    margin: 10px 1px;
    text-align: center;
}
.side_box a:hover {
    text-decoration: none;
    background-color: none;
}

.tour-backdrop {
    position: absolute;
    z-index: 1009;
    background: #000;
    opacity: .8;
    top: 0;
    left: 0;
    width: 100%;
}
.tour-step-backdrop {
    position: relative;
    z-index: 1011;
}
.tour-step-background {
    position: absolute;
    z-index: 1010;
    background: #fff;
    border-radius: 6px;
}
.popover[class*="tour-"] .popover-navigation {
    padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role=end] {
    float: left;
}
.popover[class*="tour-"] .popover-navigation *[data-role=prev], .popover[class*="tour-"] .popover-navigation *[data-role=next], .popover[class*="tour-"] .popover-navigation *[data-role=end] {
    cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role=prev].disabled, .popover[class*="tour-"] .popover-navigation *[data-role=next].disabled, .popover[class*="tour-"] .popover-navigation *[data-role=end].disabled {
    cursor: default;
}
.popover[class*="tour-"].orphan {
    position: fixed;
    margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
    display: none;
}

.offer h3 {


    text-align: center;
    font-weight: bold;
    padding-bottom: 7px;
    color: #E52269;
    border-bottom: 1px dashed #ccc;
}
.offer ul {
    color: #002A80;
    font-size: 1.2em;
    margin-top: 15px;
}
.offer .price {
    text-align: center;
    line-height: 1.7em;
    font-size: 1.4em;
    margin-top: 5px;

}
.offer #oldp {
    text-align: center;
}
.offer #new_price {
    font-size: 125%;
}
.offer p {
    margin: 5px 0px;
    padding: 0px;
}

.offer hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer #new_price_normal {
    color: #942A25;
}

.home_plan {
    padding: 5px;
}
.home_plan .panel {
    margin: 2px;
}
.home_plan .panel-heading {
    padding: 7px;
    text-align: center;
}
.panel-heading h3 {
    text-align: center;
}

.home_plan .panel-heading i {
    padding: 2px;
}
.home_plan p {
    padding: 5px;
    color: #333;
    font-size: 1.14em
}
.panel-body {
    padding: 0.32em;
    min-height: 186px;
}
.panel-body h4 {
    margin: 0.5em 0.1em;
}
.panel-body span {
    font-weight: normal;
}
.panel-footer {
    text-align: center;
}

.p_center {
    text-align: center;
}

.f_item p {
    font-size: 1.6em;
}

.deactive_color {
    color: #aaa;
}
.active_color {
    color: #222579;
}

.nav-tabs li a {

    font-size: 1.4em;
}
.nav-tabs li a img {
    margin-right: 7px;
}

.flist {
    font-size: 1.22em;
    line-height: 1.3em;
}

.flist i {
    color: #47A447;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline, .form-horizontal .control-label {
    font-size: 1.34em;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px;
}

.icons-ul {

    font-size: 1.1em;
    line-height: 1.44em;
}

.options li {
    color: #575757;
}

.show_more td i {
    margin-top: 7px;
}

.option_well h4, .option_well h3, .option_well h2 {
    color: #1B1B1B;
}

.option_tbl thead tr {
    background-color: #72B657;
    color: #fff;
    font-size: 1.26em;
}

.autocomplete-suggestions {
    border: 1px solid #999;

    background: #fff;
    cursor: default;
    overflow: auto;
    border-radius: 0px 0px 5px 5px;
}
.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #3399ff;
}

#refresh_captcha {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.home_content .panel {
    margin: 0px;
}
.panel, .panel-group .panel {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.icon_grid div {
    text-align: center;
}
.icon_grid i {
    margin-top: 0.1em;
}
.icon_grid h4 {
    margin-top: 0.55em;
}
.icon_grid p {
    color: #444444;
}
.icon_grid .btn {
    padding: 0px;
}
.icon_grid a {
    color: #000033;
}
.icon_grid .btn:hover, .icon_grid a:hover {
    color: #237294;
}

.tab-pane ul {
    font-size: 1.2em;
    line-height: 1.44em;
}

.ul_f {
    font-size: 1.22em;
    line-height: 1.42em;
}
.ul_f li {
    margin-bottom: 0.5em;
}
.inner {
    font-size: 1.22em;
    line-height: 1.38em;
}

.domain_n {
    font-size: 142%;
}
#whois_form .control-label {
    font-size: 1.3em;
    padding-bottom: 0.3em;
}
.checkbox-inline {

    font-size: 120%;
}
.suffix {
    padding: 5px;
}
.suffix label {
    font-size: 1.22em;
    font-weight: bold;
    direction: ltr;
    margin-top: 7px;
    margin-right: 12px;
}

