/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    color:#555;
    font:12px/21px Helvetica,arial,freesans,clean,sans-serif; 
    background:#fff;
    min-width:990px;
}
img {
    border-style:none;
}
a {
    text-decoration: none;
    color:#084478;
}
a:hover {
    color:#007d9a;
}
input,
textarea,
select {
    font:12px Helvetica,arial,freesans,clean,sans-serif; 
    vertical-align:middle;
    color:#555;
    outline: none;
}
/* wrapper */
#wrapper {
    width:100%;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
}
.w1 {
    display:table;
    margin:0 auto;
    width:100%;
    background-color: #1A1A1A;
}
.w2 {
    display:table-row;
    width:100%;
    background-color: white;
}
/* header */
#header {
    height:100px;
    position:relative;
    z-index:2;
    width:1000px;
    margin:0 auto;
}
.line {
    height:2px;
    margin:0 -99999px;
    padding:0 9999px;
    background:rgba(0, 0, 0, .2);
}
#header:after {
    display:block;
    clear:both;
    content:'';
}
/* logo */
.logo {
    margin:0;
    position:absolute;
    top:17px;
    left:10px;
    background:url(//www.hosting24.com/images/hosting-24-since-2004-rev.png) no-repeat;
    width:266px;
    height:80px;
    text-indent:-9999px;
    overflow:hidden;
}

.memberslogin_top {
    width:226px;
    height:25px;
    font:12px/21px Helvetica,arial,freesans,clean,sans-serif; 
    color:#fff;
    text-align: center;
    padding-top:0px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:4px;

    background: #1A1A1A;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    -moz-border-radius-bottomright: 5px 5px;
    -moz-border-radius-bottomleft: 5px 5px;

}
.memberslogin_top .login_text {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #fff;

}
.memberslogin_top .login_input {
    width:150px;
    font-size:12px;
    margin-bottom:0px;
    margin-left:5px;
    margin-right:-5px;
    padding-bottom:3px;
    border:1px solid #ecedf3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:20px;
    background:#fff;
}


.logo a {
    display:block;
    height:100%;
}
/* main nav */
#nav {
    font:14px/17px arial,freesans,clean,sans-serif; 
    color:#0e5a96;
    position:absolute;
    top:25px;
    right:15px;
}
#nav ul {
    float:left;
}

#nav ul li {
    position:relative;
    float:left;
    padding-top:6px;
    padding-left:10px;
    padding-right:10px;
    margin-left:2px;
    height:23px;
}

#nav ul a {
    font-weight:normal;
    float:left;
}

.menu_button {
    border:1px solid white;
}

.menu_button a {
    color:#0e5a96;
}

.menu_button:hover {
    color:white;

    background: #1e8bf7;
    background-image: -ms-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: -moz-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: -o-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #49C5F2), color-stop(1, #187DDB));
    background-image: -webkit-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: linear-gradient(to bottom, #49C5F2 0%, #187DDB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49C5F2', endColorstr='#187DDB',GradientType=0 ); /* IE6-9 */

    border:1px solid #1e8bf7;
    cursor:pointer;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.menu_button.active_btn {
    color:white;

    background: #1e8bf7;
    background-image: -ms-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: -moz-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: -o-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #49C5F2), color-stop(1, #187DDB));
    background-image: -webkit-linear-gradient(top, #49C5F2 0%, #187DDB 100%);
    background-image: linear-gradient(to bottom, #49C5F2 0%, #187DDB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49C5F2', endColorstr='#187DDB',GradientType=0 ); /* IE6-9 */

    border:1px solid #1e8bf7;
    cursor:pointer;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.menu_button.active_btn a {
    color:white;
}

.default_button.smaller {
    color:white;
    padding: 5px 20px 5px 20px;
    height:28px;
    font-size:12px;
}

.default_button.orders {
    margin-left: 474px;
    margin-top: 15px;
}

.default_button.orders2 {
    margin-left: 370px;
    margin-top: 15px;
}


.default_button {

    color:white;
    text-shadow: #737373 1px 1px 1px;
    font-size: 14px;
    padding: 7px 20px 7px 20px;
    font-weight: bold;
    height:33px;

    background: #66A717;
    background-image: -ms-linear-gradient(top, #A5D129 0%, #66A717 100%);
    background-image: -moz-linear-gradient(top, #A5D129 0%, #66A717 100%);
    background-image: -o-linear-gradient(top, #A5D129 0%, #66A717 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A5D129), color-stop(1, #66A717));
    background-image: -webkit-linear-gradient(top, #A5D129 0%, #66A717 100%);
    background-image: linear-gradient(to bottom, #A5D129 0%, #66A717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A5D129', endColorstr='#66A717',GradientType=0 ); /* IE6-9 */


    -moz-box-shadow:0px -1px 1px #659C01, 0px 1px 1px #737373;
    box-shadow:0px -1px 1px #659C01, 0px 1px 1px #737373;
    -webkit-box-shadow:0px -1px 1px #659C01, 0px 1px 1px #737373;

    border:1px solid #659c01;   
    border-top:1px solid #d3e894; 
    cursor:pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.default_button:hover {
    color:white;
    border:1px solid rgb(54,114,163);
    border-top:1px solid rgba(101,159,201,1); 
    background: rgb(54,114,163);
    background: -moz-linear-gradient(top,  rgba(101,159,201,1) 0%, rgb(54,114,163) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,159,201,1)), color-stop(100%,rgba(54,114,163,1)));
    background: -webkit-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -o-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -ms-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);

    -moz-box-shadow:0px -1px 1px rgb(54,114,163), 0px 1px 1px #737373;
    box-shadow:0px -1px 1px rgb(54,114,163), 0px 1px 1px #737373;
    -webkit-box-shadow:0px -1px 1px rgb(54,114,163), 0px 1px 1px #737373;

}

#nav ul li:hover a {
    color:white;
}

#menu_login:hover {
    color:black;
}

.nav_separator {
    background:url("//www.hosting24.com/images/separator.jpg") 9px 0px no-repeat;
    width:2px;
    height:30px;
    display:inline-block;
}

.login_form_input {
    line-height:25px;
    height:25px;
    width:255px;
    border:solid #ECEDF3 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login_form_btn {
    padding-top:15px;
    text-align: right;
    padding-right:7px;
}

.login_form_forgotpass {
    text-align: right;
    padding-top:10px;
    padding-right: 7px;  
}

/* main */
#main {
    position:relative;
    z-index:1;
}
/* intro */
.intro {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .05);
    border:1px solid #d5d5d5;
    background:#4aaaff;
    font-size:14px;
    width:100%;
    position:relative;
    margin-bottom:20px;
    padding-left:10px;
}

.intro.intro_main {
    background:#f0f0f0;
}

.intro.black_friday {
    background:#030303;
}

.intro_orange { 
    background:#ff9f4a;
}

.index_background {
    width:990px;
    margin:0 auto; 
}

.index_header_text {
    width:390px;
    height:410px;
    display: inline-block;
    vertical-align:top;   
}

.index_webhost_rocks {
    background: url(//www.hosting24.com/images/rocks.png) no-repeat 12px 25px;
    height: 170px;
    width: 440px;
}

.index_features_list_div {
    height:209px;
    padding-left:20px; 
}

.index_features_header {
    font-size:17px;
    margin-top:15px;
    margin-bottom: 15px;
    font-weight: bold;   
}

.index_features_list {
    list-style-image:url(//www.hosting24.com/images/tick-small.png);
    margin-bottom:25px;
    padding-left: 30px;
}

.index_domainpromo_back {
    padding:0px;
    border:0px;
    margin:-3px 22px -10px -3px;
    vertical-align: bottom;
    float: left;
    background:url(//www.hosting24.com/images/freedomain_badge.png) no-repeat;
    width:121px;
    height:160px;
    position:absolute;
} 

.index_domainpromo_front {
    margin:10px 22px 15px 150px;  
    float: left;
    padding: 8px;
}

.index_domainpromo_h2 {
    margin-left: 20px;
}

.index_domainpromo_p {
    margin-left: 42px;
    color: #A1A1A1;
}

.index_main_slider {
    background:url(//www.hosting24.com/images/final-main.jpg) no-repeat 0px 5px;
    margin-bottom:-6px;
    width:570px;
    height:410px;
    display: inline-block; 
}

.index_main_slider.slider_vps_sale {
    background:url(//www.hosting24.com/images/final-main-vpssale.jpg) no-repeat 0px 5px;
    cursor:pointer;
}


.order_page_step {
    border:solid #ECEDF3 1px;
    padding: 10px 25px 20px;
    border-top-left-radius: 5px 5px;
    -moz-border-radius-topleft: 5px 5px;
    -webkit-border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    -moz-border-radius-topright: 5px 5px;
    -webkit-border-top-right-radius: 5px 5px;
    text-align: center;
    height:45px;
}

.order_page_step_h4 {
    border-left:0px;
    padding-left:0px;
    margin-bottom:0px;
    text-align: center;
    color:#DDD;
}

.order_page_domain_error {
    margin-left:205px; 
}

.order_page_domain_error.red_text {
    color:red;
}

.order_page_domain_error.padding10 {
    padding-right:10px;
}

.order_page_transfer_conf {
    padding-top:10px;
    margin-bottom:0px; 
}

.order_page_step_desc {
    font-size:11px;
    color:#DDD; 
}

.active_tabinfo {
    color:black;
}

.active_step {
    border-bottom: 0px;
}

.middle_step {
    margin-left: -1px;
}

.container.order_form {
    width:618px;
    border:solid #ECEDF3 1px;
    border-top:0px;
    padding-left:20px;
    padding-bottom: 20px;
}

.order_form_tophead {
    padding-top: 30px;
    padding-bottom: 10px;
}

.order_form_tophead.vps_h {
    padding-top: 0px; 
}


.order_vps_template_select {
    margin-left:123px;
    width:386px;
    line-height:25px;
    height:37px;
    padding:8px 9px 6px;
    border:1px solid #ecedf3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
}

.order_vps_template_info {
    text-align:left; 
    padding-right:10px;
}
.order_vps_template_head {
    text-align:left; 
    height:25px;
    width:203px;
}


.tickets_table {
    margin: 0px 0px 0px 3px;
}

.tickets_postreply {
    font:bold 14px/17px Helvetica,arial,freesans,clean,sans-serif;
    margin:10px;
    margin-top:20px; 
}

.tikcet_message {
    margin:10px;
    width:630px;
    height:200px;
    font:12px/21px Helvetica,arial,freesans,clean,sans-serif;
    padding:8px 9px 6px;
    border:1px solid #d5d5d5;  
}

.ticket_textarea {
    width:650px;
    margin:10px;
    border:1px solid #d5d5d5; 
}

.ticket_desc {
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px; 
}

.ticket_postedby {
    padding-top:2px;
    padding-left:10px;  
}

.invisible_set {
    display:none;
}

.order_form_pack_desc {
    display:inline-block;
    width:200px;
    vertical-align: top;  
}

.order_form_pack_sep {
    height:5px;
    width:100px;  
}

.order_form_pack_sep2 {
    height:20px;
    width:100px;  
}

.order_form_table_pp {
    margin:10px;
    border:1px solid #d5d5d5; 
}

.order_form_table_tr {
    border:1px solid #ecedf3;
    height:35px;  
}

.order_form_table_td {
    margin-top:-2px;
    padding-top:7px;
    text-align: center;  
}

.order_form_table_left {
    text-align:left; 
}

.order_form_table_left.order3 {
    padding-left:10px; 
    padding-top:7px;
}

.order_form_table_green {
    color: green;
}

.order_form_invalid_domain {
    margin-top:20px;
    display:none;
    background: #FEFCCB url(//www.hosting24.com/images/warning-icon.png) 17px 14px no-repeat;
    padding:19px 9px 14px 60px;
    margin-right:10px;
    border:1px solid #E5DB55;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.order_form_use_existing_add {
    margin-left:205px;
    padding-right:10px;
    display:none;
    margin-top:20px;
}

.order_form_domainsuggest1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.order_form_domainsuggest2 {
    padding-top: 30px;
    padding-bottom: 10px;
}


.order_form_domainext_select {
    border:0px;
    margin-left:-90px;
    margin-right:20px;
}

.order_form_domaininput {
    margin-right: 20px;
    width:260px;
    line-height:25px;
    height:21px;
    padding:8px 9px 6px;
    border:1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.order_form_domaininput.epp_input {
    margin-left:11px;
    width:147px;
}

.order_form_domaininput.coupon_input {
    width:140px;
}

.order_form_info_table {
    padding-left:17px;
    text-align:left; 
    height:25px;
}

.of_bold {
    font-weight:bold;
}

.order_form_information {
    margin-bottom:20px;
    background:#DBECFF url(//www.hosting24.com/images/info-icon.png) 24px 33px no-repeat;
    padding:14px 9px 14px 60px;
    margin-right:20px;
    border:1px solid #9FC7F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.intro.background {
    height:150px;
    margin:0 auto;
    border:0px;
    background:url(//www.hosting24.com/images/hosting.jpg) no-repeat center;
}

.header_align {
    width:1000px;
    margin:0 auto;
}

.intro.background.contacts {
    background:url(//www.hosting24.com/images/contacts.jpg) no-repeat center;
}

.intro.background.affiliates {
    background:url(//www.hosting24.com/images/business.jpg) no-repeat center;
}

.intro.background.cpanel_login {
    background:url(//www.hosting24.com/images/login_orange.jpg) no-repeat center;
}

.intro.background.faq{
    background:url(//www.hosting24.com/images/faq.jpg) no-repeat center;
}

.intro.background.members_area{
    background:url(//www.hosting24.com/images/login.jpg) no-repeat center;
}

.intro.background.statistics{
    background:url(//www.hosting24.com/images/uptime.jpg) no-repeat center;
}

.intro.background.order_page{
    background:url(//www.hosting24.com/images/order.jpg) no-repeat center;
}

.intro.background.tos{
    background:url(//www.hosting24.com/images/tos.jpg) no-repeat center;
}

.intro_header {
    font-size:33px;
    color:white;
    font-weight:bold;
    padding-top:40px;
    text-shadow: #737373 0px 1px 1px;
}

.intro_header_desc {
    color:white;
    text-shadow: #737373 0px 1px 1px;
    padding-top:15px;
    font-size:16px;
}

.intro_header_desc2 {
    color: #E9E4E4;
}

.intro2 {
    border:solid #e8e8e8;
    border:solid rgba(0, 0, 0, .05);
    border-width:1px 0 0px 0;
    font-size:14px;
    width:100%;
    position:relative;
    margin:0 -9999px 30px -9999px;
    padding:60px 9999px 30px 9999px;
}
.intro2:after{
    display:block;
    clear:both;
    content:'';
}
.intro:after{
    display:block;
    clear:both;
    content:'';
}
.intro p {
    margin:0;
}
.intro .search {
    float:right;
    margin:-5px 0;
}

.order_vps_optionlabel {
    font:bold 14px/18px Helvetica,arial,freesans,clean,sans-serif;
    width: 130px;
    display: inline-block;
}
.order_vps_optionvalue{
    font:bold 14px/18px Helvetica,arial,freesans,clean,sans-serif;
    display: inline-block;
}

.order_vps_options {
    display:inline-block;
    height:160px;
    width:300px; 
}

.order_vps_server_icon {
    background:url(//www.hosting24.com/images/members/vps_package_x1.png) 76px bottom no-repeat;
    width:200px;
    height:160px;
    display:inline-block;
    vertical-align: top; 
}

.main-holder {
    width:970px;
    margin:0 auto;
    margin-bottom:30px;
    background:url(//www.hosting24.com/images/separator2.png) 700px 0 repeat-y;
}
.main-holder:after {
    display:block;
    clear:both;
    content:'';
}
.prev,
.next {
    z-index:100;
    position:absolute;
    top:274px;
    left:-9px;
    width:80px;
    height:52px;
    text-indent:-999px;
    overflow:hidden;
}
.prev span,
.next span {
    background: url(//www.hosting24.com/images/bg-prevnext.png) 26px 11px no-repeat;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    cursor:pointer;
}
.prev em,
.next em {
    background:#222;
    background:rgba(34, 34, 34, .8);
    -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-18deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-18deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-18deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-18deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-18deg, 0deg);
    position:absolute;
    top:0;
    left:0;
    width:70px;
    height:100%;
    z-index:1;
    cursor:pointer;
}
.prev:hover em,
.next:hover em {
    background:rgba(34, 34, 34, .9);
}
.next {
    left:auto;
    right:-9px;
}
.next span {
    background-position:37px -58px;
}
.next em {
    left:auto;
    right:0;
}
/* gallery */
.gallery {
    margin-bottom:21px;
}
.gallery-holder {
    font: 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
    width:990px;
    margin:-29px -30px -28px;
    overflow:hidden;
    position:relative;
    float:left;
}
#holder-iframe{
    margin-bottom:-31px;
}
.gallery-list {
    width:9999px;
    overflow:hidden;
    position:relative;
}
.gallery-list li {
    float:left;
    width:990px;
    position:relative;
}
.gallery-list img {
    display:block;
}
.gallery .txt {
    position:absolute;
    top:60px;
    right:31px;
    width:389px;
}
.gallery h2 {
    color:#222;
    margin:0 0 19px;
    font: bold 44px/46px Helvetica,arial,freesans,clean,sans-serif; 
}
.gallery h3 {
    font: 300 24px/26px Helvetica,arial,freesans,clean,sans-serif; 
    color:#007d9a;
    margin-bottom:17px;
}
.gallery p {
    color:#777;
    margin-bottom:21px;
}

.btn-add {
    vertical-align:top;
    padding:0 18px;
}

/* switcher */
.switcher {
    height:13px;
    text-align:center;
    margin-bottom:35px;
    line-height:13px;
}
.switcher li {
    line-height:13px;
    padding:0 2px;
    display:inline-block;
    vertical-align:top;
}
*+html .switcher li {
    display:inline;
}
.switcher a {
    text-indent:-9999px;
    overflow:hidden;
    width:13px;
    height:13px;
    float:left;
    background:url(//www.hosting24.com/images/bg-switcher.png) no-repeat;
}
.switcher a:hover {
    background-position:0 -19px;
}
.switcher .active a {
    background-position:0 -38px;
}
/* promo-intro */
.promo-intro {
    text-align:center;
    font-size:14px;
    padding:0 80px 34px;
}
.promo-intro h2 {
    margin-bottom:2px;
    font: bold 18px/22px Helvetica,arial,freesans,clean,sans-serif; 
    color:#222;
}
.promo-intro p {
    margin:0;
}
/* error-page */
.error-page {
    text-align:center;
    font-size:14px;
    padding:0 80px 34px;
}
.error-page h1 {
    margin-bottom:2px;
    font: bold 100px/110px Helvetica,arial,freesans,clean,sans-serif; 
    color:#222;
}
/* promo */
.promo {
    width:966px;
    margin:0 -19px 30px;
    overflow:hidden;
}
.promo .col {
    text-align:center;
    display:inline-block;
    vertical-align:top;
    width:290px;
    padding:56px 16px 0;
    background:url(//www.hosting24.com/images/ico.png) 50% 0 no-repeat;
}
.promo .item2 {
    background:url(//www.hosting24.com/images/ico2.png) 50% 0 no-repeat;
}
.promo .item3 {
    background:url(//www.hosting24.com/images/ico3.png) 50% 0 no-repeat;
}
.promo h3 {
    color:#222;
    margin-bottom:10px;
    font: bold 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.promo p {
    margin-bottom:8px;
}
/* latest-work */
.latest-work {
    width:930px;
    padding:0 3px;
    margin:0 -3px 16px;
    overflow:hidden;
    position:relative;
}
.latest-work .holder {
    margin:0 -32px;
}
.latest-work .visual {
    width:274px;
    position:relative;
    margin:28px 0 0;
}
.latest-work .visual:first-child {
    margin:0;
}
/* work-list */
.work-list {
    padding:3px 0 3px 3px;
    width:9999px;
    overflow:hidden;
    position:relative;
}
.work-list li {
    float:left;
    width:292px;
    margin-left:28px;
}
.visual .note-holder {
    position:relative;
    width:100%;
}
.visual .note {
    display:none;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    background:rgba(0, 0, 0, .3)
}
.latest-work .visual .note {
    width:264px;
    height:75px;
    padding:85px 5px 5px;
    background:#fff url(//www.hosting24.com/images/bg-photo.png) 123px 47px no-repeat;
    background:rgba(255, 255, 255, .8) url(//www.hosting24.com/images/bg-photo.png) 123px 47px no-repeat;
}
.latest-work .visual .video {
    background:#fff url(//www.hosting24.com/images/bg-video.png) 124px 37px no-repeat;
    background:rgba(255, 255, 255, .8) url(//www.hosting24.com/images/bg-video.png) 124px 37px no-repeat;
}
.visual .zoom {
    text-indent:-9999px;
    overflow:hidden;
    background:#000 url(//www.hosting24.com/images/bg-zoom.png) 50% 50% no-repeat;
    background:rgba(0, 0, 0, .3) url(//www.hosting24.com/images/bg-zoom.png) 50% 50% no-repeat;
}
.visual .zoom2 {
    text-indent:-9999px;
    overflow:hidden;
    background:#000 url(//www.hosting24.com/images/bg-zoom2.png) 50% 50% no-repeat;
    background:rgba(0, 0, 0, .3) url(//www.hosting24.com/images/bg-zoom2.png) 50% 50% no-repeat;
}
.visual .video2 {
    text-indent:-9999px;
    overflow:hidden;
    background:#000 url(//www.hosting24.com/images/bg-video2.png) 50% 50% no-repeat;
    background:rgba(0, 0, 0, .3) url(//www.hosting24.com/images/bg-video2.png) 50% 50% no-repeat;
}
.visual strong {
    display:block;
    margin-bottom:2px;
    font: bold 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.visual a {
    color:#222;
}
.visual a:hover {
    color:#000;
}
.visual:hover .note {
    display:block;
}
/* promo-box */
.promo-box {
    background: #000 url(//www.hosting24.com/images/background_pattern.gif);
    margin-bottom:37px;
    border:1px solid #ecedf3;
    padding:0px 45px 0px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow:hidden;
    width: 940px;
    margin:0 auto;
}
.promo-box .btn-add {
    float:right;
    margin-right:-305px;
    height:42px;
    margin-top:-1px;
    border:0px;
    cursor: pointer;
}
.promo-box h2 {
    font: bold 16px/20px Helvetica,arial,freesans,clean,sans-serif; 
    color:#fff;
    margin-bottom:2px;
}
.promo-box p {
    margin:0;
}
/* testimonials */
.testimonials {
    margin-bottom:31px;
    text-align: center;
}
.testimonials .holder {
    padding-left:90px;
    background:url(//www.hosting24.com/images/bg-quote.png) 36px 4px no-repeat;
}
.testimonials q {
    display:block;
    background:url(//www.hosting24.com/images/bg-quote.png) -184px 4px no-repeat;
    padding:0 90px 9px 0;
}
.testimonials cite {
    background:url(//www.hosting24.com/images/divider.png) 50% 0 no-repeat;
    padding-top:11px;
    display:inline-block;
    vertical-align:top;
    font-family:Helvetica,arial,freesans,clean,sans-serif; 
    color:#222;
}
/* latest-blog */
.latest-blog {
    margin-bottom:33px;
}
.latest-blog .post {
    float:left;
    width:290px;
    margin:0;
    padding:2px 30px 0 0;
}
/* post */
.post h3 {
    margin-bottom:10px;
    font:bold 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.post h3 a {
    color:#222;
}
.post h3 a:hover {
    color:#000;
}
.post p {
    margin-bottom:7px;
}
.latest-blog .visual {
    width:274px;
    margin-bottom:16px;
}
.latest-blog .area {
    width:100%;
}
.latest-blog .area:after {
    display:block;
    clear: both;
    content:'';
}
.latest-blog .container {
    overflow:hidden;
}
.latest-blog .container .post {
    float:none;
    width:auto;
    padding:18px 0 0;
}
.latest-blog .container .post:first-child {
    padding:0;
}
.nav-blog {
    font:12px Helvetica,arial,freesans,clean,sans-serif; 
}
.nav-blog li {
    display:inline;
    padding-left:13px;
    background:url(//www.hosting24.com/images/bullet2.png) 4px 8px no-repeat;
}
.nav-blog li:first-child {
    padding:0;
    background:none;
}
/* social-networks */
.social-networks3 {
    text-align:center;
    margin-bottom:40px;
    background:url(//www.hosting24.com/images/divider.png) 0 48px repeat-x;
}
.social-networks3 h3 {
    margin-bottom:15px;
    text-transform:uppercase;
    color:#222;
    font:bold 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.social-networks3 ul {
    display:inline-block;
    vertical-align:top;
    background:#fff;
    padding:0 19px;
}
*+html .social-networks3 ul {
    display:inline;
}
.social-networks3 li {
    float:left;
    padding:0 2px 0 1px;
}
.social-networks3 a {
    float:left;
    width:32px;
    height:31px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(//www.hosting24.com/images/ico-facebook3.png) no-repeat;
}
.social-networks3 .twitter {
    background:url(//www.hosting24.com/images/ico-twitter3.png) no-repeat;
}
.social-networks3 .linkedin {
    background:url(//www.hosting24.com/images/ico-linkedin2.png) no-repeat;
}
.social-networks3 .google {
    background:url(//www.hosting24.com/images/ico-google2.png) no-repeat;
}
.social-networks3 .dribbble {
    background:url(//www.hosting24.com/images/ico-dribbble2.png) no-repeat;
}
.social-networks3 .rss {
    background:url(//www.hosting24.com/images/ico-rss.png) no-repeat;
}
.social-networks3 a:hover {
    background-position:0 -38px;
}
/* social-box */
.social-box {
    overflow:hidden;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .05);
    border:solid #e8e8e8;
    border:solid rgba(0, 0, 0, .05);
    border-width:1px 0;
    background:#e8e8e8;
    background:rgba(34, 34, 34, .02);
    width:100%;
    position:relative;
    margin:0 -9999px;
    padding:27px 9999px 9px;
}
.social-box .headline {
    margin-bottom:14px;
}
.social-box .headline h3 {
    padding-left:0;
    background:#e8e8e8;
    background:rgba(251, 251, 251, 1);
    text-transform:none;
}
/* latest-tweets */
.latest-tweets {
    float:left;
    width:292px;
    margin-right:28px;
}
/* testimonials-item */
.testimonials-item {
    float:left;
    width:290px;
}
.testimonials-item .img {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width:60px;
    float:left;
    margin:4px 17px 0 0;
}
.testimonials-item .item {
    padding-bottom:17px;
}
.testimonials-item blockquote {
    overflow:hidden;
}
.testimonials-item q {
    margin-bottom:6px;
    display:block;
}
.testimonials-item cite {
    color:#222;
    font: 12px/16px Helvetica,arial,freesans,clean,sans-serif; 
    display:block;
}
/* feedback */
.feedback {
    float:right;
    width:290px;
}
.feedback .text {
    width:100%;
    display:block;
    padding-bottom:18px;
}
.feedback .text input {
    float:left;
    margin:0;
    background:#fff;
    border:1px solid #ecedf3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px 9px 6px;
    width:270px;
}
.feedback .text textarea {
    float:left;
    margin:0;
    background:#fff;
    border:1px solid #ecedf3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px 9px 6px;
    width:270px !important;
    max-width:270px;
    height:77px;
    min-height:77px;
    overflow:auto;
}
.feedback .text:after {
    display:block;
    clear:both;
    content:'';
}
.feedback .headline {
    margin-bottom:18px;
}
#main .feedback .submit {
    margin:0;
}
/* content-example */
.content-example .headline h2 {
    font-size:14px;
    line-height:21px;
    padding-right:20px;
}
h1 {
    font: bold 22px/26px Helvetica,arial,freesans,clean,sans-serif; 
    margin-bottom:11px;
    color:#222;
}
h2 {
    font: bold 20px/24px Helvetica,arial,freesans,clean,sans-serif; 
    margin-bottom:11px;
    color:#222;
}
h3 {
    font: bold 18px/22px Helvetica,arial,freesans,clean,sans-serif; 
    margin-bottom:11px;
    color:#222;
}
h4 {
    font: bold 16px/20px Helvetica,arial,freesans,clean,sans-serif; 
    margin-bottom:11px;
    color:#222;
}
h5 {
    font: bold 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
    margin-bottom:11px;
    color:#222;
}
h6 {
    font: bold 12px/18px Helvetica,arial,freesans,clean,sans-serif; 
    margin-bottom:11px;
    color:#222;
}
p {
    margin-bottom:20px;
}
.list {
    margin:0 0 5px 16px;
}
.list li {
    padding:0 0 4px 22px;
    background:url(//www.hosting24.com/images/bullet3.png) 0 8px no-repeat;
}
.list-sitemap {
    margin:0 0 5px 16px;
}
.list-sitemap li {
    padding:0 0 4px 22px;
    background:url(//www.hosting24.com/images/bullet3.png) 0 8px no-repeat;
}
.list-sitemap li a{
    color:#555;
}
.list-sitemap li a:hover{
    color:#007d9a;
}
.list2 {
    margin:0 0 5px 16px;
}
.list2 li {
    padding:0 0 4px 30px;
    background:url(//www.hosting24.com/images/bullet4.png) 0 5px no-repeat;
}
.container {
    height:1%;
}
.container:after {
    display:block;
    clear:both;
    content:'';
}
.content-vid {
    margin-bottom:29px;
}
.content-example {
    margin-bottom:29px;
}
.columns-example .headline {
    margin-bottom:22px;
}
.col-12 {
    float:left;
    width:450px;
    margin-left:30px;
}
.col-13 {
    float:left;
    width:290px;
    margin-left:30px;
}
.col-14 {
    float:left;
    width:210px;
    margin-left:30px;
}
.col-23 {
    margin-left:30px;
    width:610px;
    float:left;
}
.col-12:first-child,
.col-13:first-child,
.col-14:first-child,
.col-23:first-child {
    margin-left:0;
}
.columns-example {
    margin-bottom:9px;
}
/* tabset */
.tabset {
    width:100%;
    border-bottom:1px solid #ecedf3;
    margin-bottom:14px;
}
.tabset:after {
    display:block;
    clear: both;
    content:'';
}
.tabset ul {
    position:relative;
    margin-bottom:-1px;
}
.tabset li {
    margin-left:10px;
    float:left;
    background: url(//www.hosting24.com/images/package_bw.png) 0 10px no-repeat;
}
.tabset li:first-child {
    margin:0;
}
.tabset a {
    float:left;
    color:#555;
    padding-left:20px;
    padding-top:20px;
    height:40px;
    text-align: left;
}
.tabset a:hover,
.menu .active h5 a{
    color:#222;
}
.menu a {
    outline: none;
}
.tabset .active {
    padding:0 0px;
    border:solid #ecedf3;
    border-width:1px 1px 0;
    background: url(//www.hosting24.com/images/package_color.png) 0 10px no-repeat;
    width:118px;

}
.toggles-example .headline {
    margin-bottom:25px;
}
.toggles-example .container {
    margin-bottom:24px;
}
/* menu */
.menu li {
    margin-bottom:2px;
}
.menu h4 {
    margin:0;
    border:1px solid #ecedf3;
}
.menu h4 a {
    display:block;
    color:#555;
    padding:10px 19px;
}
.menu p {
    margin:0;
}
.columns-example h4,
.list-col h4,
.menu h4,
.buttons-example h4,
.info-item h4,
.project h4 {
    font-size:14px;
    line-height:18px;
}
.menu h4 a:hover {
    color:#222;
}
.menu .holder {
    border:solid #ecedf3;
    border-width:0 1px 1px;
    padding:14px 19px 13px;
}
/* tab-content */
.tab-content {
    padding:0;
}
.tab-content p {
    margin:0;
}
.menu .case {
    display:none;
}
.menu .active .case {
    display:block;
}
/* tabset */
.tabset2 {
    padding:0;
    font: 14px/18px Helvetica,arial,freesans,clean,sans-serif; 
    margin:0 30px 0 0;
}
.tabset2 ul {
    border-right:1px solid #ecedf3;
    padding:7px 10px 2px 0;
}
.tabset2 li {
    margin-bottom:18px;
}
.tabset2 a {
    color:#555;
}
.tabset2 a:hover,
.tabset2 .active a {
    color:#222;
    font-weight:bold;
}
*+html .tabset2 a:hover {
    font-weight:normal;
}
/* tab-content */
.tab-content2 {
    padding-top:6px;
}
.tab-content2 p {
    margin-bottom:14px;
}
.tab-content2 .list {
    margin:0 0 15px;
}
pre {
    margin-bottom:25px;
    background:#f6f6f6;
    border:1px solid #ddd;
    color:#000;
    padding:17px 10px 13px 24px;
}
code {
    font:13px/26px 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}
pre .row {
    margin-right:24px;
    color:#999;
}
pre .name {
    color:#2a00ff;
}
/* list-example */
.list-example .headline {
    margin-bottom:22px;
}
.list-col p {
    margin-bottom:9px;
}
.list-example {
    margin-bottom:20px;
}
/* boxes-example */
.boxes-example {
    overflow:hidden;
    margin-bottom:15px;
}
.boxes-example .headline {
    margin-bottom:25px;
}
/* message-example */
.message-box {
    margin-bottom:20px;
    border:1px solid #9fc7f5;
    background:#dbecff url(//www.hosting24.com/images/info-icon.png) 19px 19px no-repeat;
    color:#61a3ef;
    padding:14px 10px 13px 67px;
}
/* message-box */
.message-box p {
    margin:0;
}
.message-box.green {
    border-color:#9adf8f;
    color:#6ad05a;
    background:#d4ffcd url(//www.hosting24.com/images/succes-icon.png) 19px 19px no-repeat;
}
.message-box.yellow {
    border-color:#e5db55;
    color:#d5c921;
    background:#fefccb url(//www.hosting24.com/images/warning-icon.png) 19px 19px no-repeat;
}
.message-box.red {
    border-color:#d05a5c;
    color:#df8f90;
    background:#ffd2d3 url(//www.hosting24.com/images/error-icon.png) 19px 19px no-repeat;
}
/* blockquote-example */
.blockquote-example {
    margin-bottom:15px;
}
.blockquote-example p {
    margin-bottom:14px;
}
.blockquote {
    font:italic 14px/21px Georgia, 'Times New Roman', serif;
    border-left:2px solid #ecedf3;
    margin:0 0 16px 30px;
    padding:6px 0 3px 31px;
}
.col-13 .blockquote {
    margin:0;
}
.col-13:first-child .blockquote {
    margin:6px 0 3px 31px;
}
/* buttons-example */
.buttons-example .headline {
    margin-bottom:22px;
}
.buttons-example {
    margin-bottom:6px;
}
.buttons-example p {
    margin-bottom:14px;
}
.buttons-example .container {
    padding-bottom:27px;
}
.btn {
    display:inline-block;
    vertical-align:top;
    font: 12px/28px Helvetica,arial,freesans,clean,sans-serif; 
    text-shadow:1px 1px 0 rgba(0, 0, 0, .1);
    padding:0 21px;
    height:30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    background: #7ad62f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ad62f), to(#50a310));
    background-image: -webkit-linear-gradient(top, #7ad62f, #50a310);
    background-image: -moz-linear-gradient(top, #7ad62f, #50a310);
    background-image: -ms-linear-gradient(top, #7ad62f, #50a310);
    background-image: -o-linear-gradient(top, #7ad62f, #50a310);
    background-image: linear-gradient(top, #7ad62f, #50a310); 
}
.btn:hover {
    color:#fff;
    background: rgb(54,114,163);
    background: -moz-linear-gradient(top,  rgba(101,159,201,1) 0%, rgb(54,114,163) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,159,201,1)), color-stop(100%,rgba(54,114,163,1)));
    background: -webkit-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -o-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -ms-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
}

.btn.login {
    height: 30px;
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    -moz-box-shadow:1px 1px 7px rgba(0, 0, 0, .2);
    box-shadow:1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow:1px 1px 7px rgba(0, 0, 0, .2);
}

.btn.green{
    display:inline-block;
    vertical-align:top;
    font: 12px/28px Helvetica,arial,freesans,clean,sans-serif; 
    text-shadow:1px 1px 0 rgba(0, 0, 0, .1);
    padding:0 21px;
    height:30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    background: rgb(195,218,13);
    background: -moz-linear-gradient(top,  rgba(195,218,13,1) 0%, rgba(174,205,9,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,218,13,1)), color-stop(100%,rgba(174,205,9,1)));
    background: -webkit-linear-gradient(top,  rgba(195,218,13,1) 0%,rgba(174,205,9,1) 100%);
    background: -o-linear-gradient(top,  rgba(195,218,13,1) 0%,rgba(174,205,9,1) 100%);
    background: -ms-linear-gradient(top,  rgba(195,218,13,1) 0%,rgba(174,205,9,1) 100%);
    background: linear-gradient(top,  rgba(195,218,13,1) 0%,rgba(174,205,9,1) 100%);
}
.btn.green:hover {
    color:#fff;
    background: rgb(183,204,11);
    background: -moz-linear-gradient(top,  rgba(183,204,11,1) 0%, rgba(158,186,9,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,204,11,1)), color-stop(100%,rgba(158,186,9,1)));
    background: -webkit-linear-gradient(top,  rgba(183,204,11,1) 0%,rgba(158,186,9,1) 100%);
    background: -o-linear-gradient(top,  rgba(183,204,11,1) 0%,rgba(158,186,9,1) 100%);
    background: -ms-linear-gradient(top,  rgba(183,204,11,1) 0%,rgba(158,186,9,1) 100%);
    background: linear-gradient(top,  rgba(183,204,11,1) 0%,rgba(158,186,9,1) 100%);
}
.btn.black {
    background: rgb(59,59,59);
    background: -moz-linear-gradient(top,  rgba(59,59,59,1) 0%, rgba(44,44,44,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,59,59,1)), color-stop(100%,rgba(44,44,44,1)));
    background: -webkit-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(44,44,44,1) 100%);
    background: -o-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(44,44,44,1) 100%);
    background: -ms-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(44,44,44,1) 100%);
    background: linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(44,44,44,1) 100%);
}
.btn.black:hover {
    background: rgb(39,39,39);
    background: -moz-linear-gradient(top,  rgba(39,39,39,1) 0%, rgba(29,29,29,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,39,39,1)), color-stop(100%,rgba(29,29,29,1)));
    background: -webkit-linear-gradient(top,  rgba(39,39,39,1) 0%,rgba(29,29,29,1) 100%);
    background: -o-linear-gradient(top,  rgba(39,39,39,1) 0%,rgba(29,29,29,1) 100%);
    background: -ms-linear-gradient(top,  rgba(39,39,39,1) 0%,rgba(29,29,29,1) 100%);
    background: linear-gradient(top,  rgba(39,39,39,1) 0%,rgba(29,29,29,1) 100%);
}
.btn.orange {
    background: rgb(255,121,9);
    font-weight: bold;
    background: -moz-linear-gradient(top,  rgba(255,121,9,1) 0%, rgba(255,90,7,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,121,9,1)), color-stop(100%,rgba(255,90,7,1)));
    background: -webkit-linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
    background: linear-gradient(top,  rgba(255,121,9,1) 0%,rgba(255,90,7,1) 100%);
}
.btn.orange:hover {
    background: rgb(255,106,0);
    background: -moz-linear-gradient(top,  rgba(255,106,0,1) 0%, rgba(255,79,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(255,79,0,1)));
    background: -webkit-linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
    background: linear-gradient(top,  rgba(255,106,0,1) 0%,rgba(255,79,0,1) 100%);
}
.btn.blue:hover {
    background: rgb(8,68,120);
    background: -moz-linear-gradient(top,  rgba(24,84,133,1) 0%, rgba(8,68,120,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,84,133,1)), color-stop(100%,rgba(8,68,120,1)));
    background: -webkit-linear-gradient(top, rgba(24,84,133,1) 0%,rgba(8,68,120,1) 100%);
    background: -o-linear-gradient(top,  rgba(24,84,133,1) 0%,rgba(8,68,120,1) 100%);
    background: -ms-linear-gradient(top,  rgba(24,84,133,1) 0%,rgba(8,68,120,1) 100%);
    background: linear-gradient(top,  rgba(24,84,133,1) 0%,rgba(8,68,120,1) 100%);
}
.btn.blue.login {
    border:0px;
    cursor:pointer;
    height:26px;
    margin-left:7px;
}
.btn.blue {
    background: rgb(54,114,163);
    background: -moz-linear-gradient(top,  rgba(101,159,201,1) 0%, rgb(54,114,163) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,159,201,1)), color-stop(100%,rgba(54,114,163,1)));
    background: -webkit-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -o-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -ms-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
}
.btn.red {
    background: rgb(255,63,0);
    background: -moz-linear-gradient(top,  rgba(255,63,0,1) 0%, rgba(255,47,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,63,0,1)), color-stop(100%,rgba(255,47,0,1)));
    background: -webkit-linear-gradient(top,  rgba(255,63,0,1) 0%,rgba(255,47,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,63,0,1) 0%,rgba(255,47,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,63,0,1) 0%,rgba(255,47,0,1) 100%);
    background: linear-gradient(top,  rgba(255,63,0,1) 0%,rgba(255,47,0,1) 100%);
}
.btn.red:hover {
    background: rgb(231,56,0);
    background: -moz-linear-gradient(top,  rgba(231,56,0,1) 0%, rgba(223,42,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,56,0,1)), color-stop(100%,rgba(223,42,0,1)));
    background: -webkit-linear-gradient(top,  rgba(231,56,0,1) 0%,rgba(223,42,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(231,56,0,1) 0%,rgba(223,42,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(231,56,0,1) 0%,rgba(223,42,0,1) 100%);
    background: linear-gradient(top,  rgba(231,56,0,1) 0%,rgba(223,42,0,1) 100%);
}
.btn.magenta {
    background: rgb(209,2,106);
    background: -moz-linear-gradient(top,  rgba(209,2,106,1) 0%, rgba(193,2,79,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,2,106,1)), color-stop(100%,rgba(193,2,79,1)));
    background: -webkit-linear-gradient(top,  rgba(209,2,106,1) 0%,rgba(193,2,79,1) 100%);
    background: -o-linear-gradient(top,  rgba(209,2,106,1) 0%,rgba(193,2,79,1) 100%);
    background: -ms-linear-gradient(top,  rgba(209,2,106,1) 0%,rgba(193,2,79,1) 100%);
    background: linear-gradient(top,  rgba(209,2,106,1) 0%,rgba(193,2,79,1) 100%);
}
.btn.magenta:hover {
    background: rgb(182,1,86);
    background: -moz-linear-gradient(top,  rgba(182,1,86,1) 0%, rgba(156,1,64,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,1,86,1)), color-stop(100%,rgba(156,1,64,1)));
    background: -webkit-linear-gradient(top,  rgba(182,1,86,1) 0%,rgba(156,1,64,1) 100%);
    background: -o-linear-gradient(top,  rgba(182,1,86,1) 0%,rgba(156,1,64,1) 100%);
    background: -ms-linear-gradient(top,  rgba(182,1,86,1) 0%,rgba(156,1,64,1) 100%);
    background: linear-gradient(top,  rgba(182,1,86,1) 0%,rgba(156,1,64,1) 100%);
}
.btn.grey {
    height:28px;
    padding:0 20px;
    background:#fff;
    color:#222;
    text-shadow:0 0 0;
    border:1px solid #e5e5e5;
}
.btn.grey:hover {
    color:#222;
    background:#fbfbfb;
    border:1px solid #ddd;	
}

.btn.grey.domain_suggestion {
    border: 1px solid lightslategrey;
    cursor:pointer;
    margin-top:6px;
    padding-top:3px;
    margin-right:6px;
    font-size: 12px;
    height:37px;
    width:143px;
    padding:0px;
}


.btn.grey.domain_suggestion:hover {
    border:1px solid green;
    -moz-box-shadow:1px 1px 7px rgba(0, 0, 0, .2);
    box-shadow:1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow:1px 1px 7px rgba(0, 0, 0, .2);
}

.cpanel_login_form {
    padding-left:50px;
    margin-top:50px;
}

.contact_form_error {
    display:none;
    min-height: 38px;
    background: #FEFCCB url(//www.hosting24.com/images/warning-icon.png) 19px 19px no-repeat;
    padding:14px 9px 14px 60px;
    margin-right:10px;
    border:1px solid #E5DB55;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact_form_error.order_error {
    display:block;
    margin-right:20px; 
}

.contact_form_error.upg_error {
    display:block;
    margin-top:20px; 
    margin-right:20px; 
}

.contact_form_error.orderlive_error {
    margin-right:20px;
}

.contact_form_error.orderlive_error2 {
    margin-right:45px;
}

.contact_form_input {
    margin-top: 5px;
    margin-left:40px;
    width:180px;
    line-height:25px;
    height:21px;
    font:12px/21px Helvetica,arial,freesans,clean,sans-serif;
    padding:8px 9px 6px;
    border:1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.contact_form_input.order_input {
    width:160px;
    margin-left:0px;
}

.contact_form_input.upgrade_input {
    width:100px;
    margin-left:0px;
}

.contact_form_input.order_select {
    width:180px;
    height:37px;
    margin-left:0px; 
}

.contact_form_input.upgrade_select {
    width:120px;
    height:37px;
    margin-left:0px; 
}

.contact_form_input.order_address {
    width:476px; 
    margin-left:0px; 
}


.login_page_btn {
    margin-left: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.login_page_lostpass {
    margin-left:275px;
}

.contact_form_input2 {
    margin-left:65px;
}

.contact_form_select {
    margin-left:37px;
    width:200px;
    height:37px;
}

.contact_form_subject {
    margin-left:60px;
    width:521px;
}

.contact_form_message {
    margin-left:21px;
    width:521px;
    height: 120px;
}

.contact_form_button {
    margin-left: 560px;
    margin-top: 10px;
}

.contact_form_label {
    margin-top: 5px;
    display: inline-block;
    width:100px;
}

.contact_form_label.w75 {
    width:65px;
}

.contact_form_input.upgrade_input.w430 {
    width:290px;
}

.contact_form_label2 {
    margin-top: 5px;
    display: inline-block;
}


.contact_form_2label {
    margin-left: 30px;
}

.contact_form_error_submit {
    display:none;
    margin-bottom:10px;
    height:38px;
    background: #FEFCCB url(//www.hosting24.com/images/warning-icon.png) 19px 19px no-repeat;
    padding:15px 9px 14px 60px;
    border:1px solid #E5DB55;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
}

.contact_form_info_show {
    display:none;
    margin-bottom:10px;
    height:38px;
    background:#DBECFF url(//www.hosting24.com/images/info-icon.png) 19px 19px no-repeat;
    padding:21px 9px 7px 60px;
    border:1px solid #9FC7F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reminder_info {
    padding:18px 9px 26px 60px;
    margin-right:20px; 
}


/* dividers-example */
.dividers-example {
    margin-bottom:30px;
}
/* price-example */
.prtice-example {
    margin-bottom:36px;
}
.prtice-example .headline {
    margin-bottom:25px;
}
/* price-box */
.price-box {
    color:#222;
    width: 160px;
    margin-left:0px; 
}
.price-box .holder {
    border:solid #ecedf3;
    border-width:0 1px 1px;
    padding:5px 0px 0px;
}

.price-box .heading {
    background:#fff;
    color:#000;
    padding:15px 25px 10px;
    cursor:pointer;
    padding-right:0px;
    border: solid #ECEDF3;
    border-width:1px 1px 1px;

    border-top-right-radius: 5px 5px;
    border-top-left-radius: 0px 0px;
    -moz-border-radius-topright: 5px 5px;
    -moz-border-radius-topleft: 0px 0px;
    -webkit-border-top-right-radius: 5px 5px;
    -webkit-border-top-left-radius: 0px 0px;
}

.price-box .heading h4 {
    padding-left: 0px;
    text-align: left;
    color:#000;
    margin-bottom:5px;
    text-transform: uppercase;
}
.price-box .price {
    font-size:18px;
    line-height:24px;
    color:rgb(8,68,120);
    display:block;
    padding-bottom:14px;
}
.price-box .striked {
    font-size:18px;
    line-height:24px;
    color:rgb(8,68,120);
    display:block;
    text-decoration: line-through;
}
.package-list {
    margin-bottom:0px;
}
.package-list li {
    border-bottom:1px solid #ECEDF3;
    padding-top: 9px;
    margin-bottom:0px;
    /*    background:url(//www.hosting24.com/images/bullet.png) 10px 15px no-repeat;*/
    /*    padding:9px 0 7px 20px;*/
    height: 30px;
}

.package-list li.subheader {
    background:#DDD;
    font-weight: bold;
    font-size:14px;
    padding-left:0px;
}

.price-box .btn {
    font-size:14px;
    font-weight:bold;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}
/* info-columns */
.info-columns {
    margin-bottom:36px;
}
/* info-item */
.info-item .holder {
    padding-left:52px;
    background:url(//www.hosting24.com/images/ico.png) 0 4px no-repeat;
}
.info-item h5 {
    text-transform:uppercase;
    line-height:21px;
    margin-bottom:10px;
}
.info-item p {
    margin-bottom:20px;
}
.info-item .item2 {
    background:url(//www.hosting24.com/images/ico2.png) 0 4px no-repeat;
}
.info-item .item3 {
    background:url(//www.hosting24.com/images/ico3.png) 0 4px no-repeat;
}
.info-item .item4 {
    background:url(//www.hosting24.com/images/ico4.png) 0 4px no-repeat;
}
.info-item .item5 {
    background:url(//www.hosting24.com/images/ico5.png) 0 4px no-repeat;
}
.info-item .item6 {
    background:url(//www.hosting24.com/images/ico6.png) 0 4px no-repeat;
}
/* images-example */
.images-example {
    padding-bottom:40px;
    width:100%;
}
.images-example .headline {
    margin-bottom:23px;
}
/* project */
.project {
    margin-bottom:28px;
}
.project .visual {
    float:left;
    width:594px;
    margin:0 29px 0 -1px;
}
.project .description {
    padding-top:3px;
    overflow:hidden;
}
.project h5 {
    margin-bottom:8px;
}
.project .description ul {
    margin-bottom:20px;
}
/* project-type */
.project-type {
    overflow:hidden;
    font:14px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.project-type strong {
    float:left;
    margin-right:20px;
    font-weight:bold;
    color:#222;
}
.project-type ul {
    float:left;
}
.project-type li {
    float:left;
    padding:0 11px;
    background:url(//www.hosting24.com/images/separator4.png) no-repeat;
}
.project-type li:first-child {
    background:none;
    padding-left:0;
}
.project .container {
    margin-bottom:29px;
}
/* visual-list */
.visual-list {
    text-align:center;
    width:100%;
    margin-bottom:22px;
}
.visual-list:after {
    display:block;
    clear: both;
    content:'';
}
.visual-list .col-12 .visual {
    width:434px;
}
.visual-list .col-13 .visual {
    width:274px;
}
.visual-list .col-14 .visual {
    width:194px;
}
.visual-list .visual {
    position:relative;
    margin-bottom:16px;
}
.visual-list h5 {
    margin-bottom:2px;
}
/* actions */
.actions {
    margin-top:-20px;
    top:50%;
    left:0;
    width:100%;
    text-align:center;
    position:absolute;
}
.actions ul {
    display:inline-block;
    vertical-align:top;
}
.actions li {
    float:left;
}
.actions a {
    background:url(//www.hosting24.com/images/bg-actions.png) no-repeat;
    float:left;
    width:40px;
    height:41px;
    text-indent:-9999px;
    overflow:hidden;
}
.actions .zoom-action:hover {
    background-position:0 -46px;
}
.actions .link {
    background-position:-40px 0;
}
.actions .link:hover {
    background-position:-40px -46px;
}
*+html .actions ul {
    display:inline;
}
.images-example .paging {
    padding-top:11px;
}
.headline {
    overflow:hidden;
    margin-bottom:20px;
    line-height:21px;
    background:url(//www.hosting24.com/images/divider3.png) 0 50% repeat-x;
}
.headline.solid {
    background:url(//www.hosting24.com/images/divider.png) 0 50% repeat-x;
}

.headline.solid.vps_hl {
    display:block;width:610px;
    margin-top:10px;  
}

.headline.solid2 {
    background:url(//www.hosting24.com/images/divider4.png) 0 50% repeat-x;
}
.headline.dotted3 {
    background:url(//www.hosting24.com/images/divider5.png) 0 50% repeat-x;
}
.headline.center {
    text-align:center;
}
.headline.center h2 {
    padding:0 30px;
}
.headline .case {
    display:inline-block;
    vertical-align:top;
    padding:0 30px;
    background:#fff;
}
*+html .headline .case {
    display:inline;
}
.headline h2 {
    margin:0;
    background:#fff;
    display:inline-block;
    vertical-align:top;
    padding:0 30px 0 0;
    text-transform:uppercase;
    color:#222;
    font:bold 16px/21px Helvetica,arial,freesans,clean,sans-serif; 
}
*+html .headline h2 {
    display:inline;
}
.headline .case h2 {
    float:left;
    padding:0 20px 0 0;
    margin:0;
}
.headline h3,
.headline h4,
.headline h5 {
    margin:0;
    text-transform:uppercase;
    font:bold 14px/21px Helvetica,arial,freesans,clean,sans-serif; 
    color:#222;
    padding:0 20px 0 0;
    background:#fff;
    display:inline-block;
    vertical-align:top;
}
.headline.center h3,
.headline.center h4
.headline.center h5 {
    padding:0 20px;
}
*+html .headline h3 {
    display:inline;
}
.headline img {
    display:block;
    margin:0 auto;
}
.skip {
    float:right;
    font:12px/21px Helvetica,arial,freesans,clean,sans-serif; 
    color:#555;
    background:#fff;
    padding:0 5px;
}
.skip:hover {
    color:#222;
}
.add-comments {
    margin-top:2px;
    padding:0 12px;
    float:left;
    text-transform:uppercase;
    font:10px/20px Helvetica,arial,freesans,clean,sans-serif; 
    background:#222;
    text-shadow:1px 1px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
}
.add-comments:hover {
    color:#fff;
    background:#084478;
}
/* comments */
.comments {
    margin-bottom:25px;
}
.comments .headline {
    padding:0 20px 0 130px;
    margin-bottom:32px;
}
/* comments-list */
.comments-list li {
    width:100%;
    border-top:1px solid #ecedf3;
    overflow:hidden;
    padding:25px 0 24px;
}
.comments-list p {
    margin:0;
}
.comments-list li:first-child {
    border:0;
    padding-top:0;
}
.comments-list .area {
    overflow:hidden;
}
.comments-info {
    font:12px/18px Helvetica,arial,freesans,clean,sans-serif; 
    float:left;
    text-align: right;
    width:130px;
    text-align:right;
    padding-right:30px;
}
.comments .txt {
    overflow:hidden;
}
.comments-info .author {
    display:block;
    font-weight:bold;
    margin-bottom:1px;
}
.comments-info .author a{
    color:#222;
}
.comments-info .author a:hover{
    color:#007d9a;
}
.comments-info .date {
    display:block;
    margin-bottom:5px;
    font-style:normal;
}
.comments-list ul {
    padding-bottom:5px;
}
.comments-list ul li {
    border:0;
    margin:54px 0 0;
    padding:0;
    background:url(//www.hosting24.com/images/separator3.png) 160px 0 repeat-y;
}
.comments-list ul li:first-child {
    margin:51px 0 0;
}
.comments-list ul .comments-info {
    padding-right:45px;
}
.comments-list ul .txt {
    padding-top:5px;
    float:right;
    width:475px;
}
/* comments-form */
.comments-form {
    font:12px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.comments-form .headline {
    padding:0 20px 0 130px;
    margin-bottom:37px;
}
.comments-form .headline h2 {
    padding:0 20px 0 30px;
}
.comments-form label {
    float:left;
    text-align:right;
    width:130px;
    margin:6px 0px 0 0;
    color:#222;
}
.comments-form label span {
    font-family: Helvetica,arial,freesans,clean,sans-serif; 
    color:#555;
    margin-left:3px;
}
.comments-form .row {
    width:630px;
    padding-bottom:20px;
}
.comments-form .row:after {
    display:block;
    clear: both;
    content:'';
}
.comments-form .text {
    float:right;
    border:1px solid #ecedf3;
    margin:0;
    padding:6px 19px 7px;
    width:450px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:none;
}
.comments-form textarea {
    float:right;
    border:1px solid #ecedf3;
    margin:0;
    padding:5px 19px;
    width:200px !important;
    max-width:200px;
    min-height:148px;
    height:148px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:none;
    line-height:18px;
    overflow:auto;
}
.comments-form .submit,
.feedback .submit {
    padding:0 24px;
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
    position:relative;
    text-transform:uppercase;
    font:12px/30px Helvetica,arial,freesans,clean,sans-serif; 
    background: rgb(132,210,214);
    background: -moz-linear-gradient(top,  rgba(132,210,214,1) 0%, rgba(98,194,200,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,210,214,1)), color-stop(100%,rgba(98,194,200,1)));
    background: -webkit-linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    background: -o-linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    background: -ms-linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    background: linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    text-shadow:1px 1px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    margin:2px 0 0 160px;
}
.comments-form .submit:hover,
.feedback .submit:hover {
    background: rgb(52,186,201);
    background: -moz-linear-gradient(top,  rgba(52,186,201,1) 0%, rgba(38,162,182,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,186,201,1)), color-stop(100%,rgba(38,162,182,1)));
    background: -webkit-linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
    background: -o-linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
    background: -ms-linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
    background: linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
}
.comments-form .submit input,
.feedback .submit input {
    position:absolute;
    top:0;
    left:0;
    border:0;
    background:url(//www.hosting24.com/images/none.gif);
    cursor:pointer;
    line-height:0;
    font-size:0;
    overflow:hidden;
    text-indent:-9999px;
    width:100%;
    height:100%;
    padding:0;
}
#sidebar .featured h3 {
    margin-bottom:21px;
}
/* content */
#content {
    float:left;
    width:650px;
}
/* article */
.article {
    width:100%;
    border-bottom:1px solid #ecedf3;
    padding:0 0 19px;
    margin-bottom:31px;
}
.article .area {
    width:100%;
}
.article .area:after {
    display:block;
    clear: both;
    content:'';
}
.article-alt {
    border-width:2px;
}
.article:first-child {
    padding-top:0;
}
.article:after {
    display:block;
    clear:both;
    content:'';
}
.article h2 {
    margin:0 0 21px;
    font: bold 16px/20px Helvetica,arial,freesans,clean,sans-serif; 
    color:#222;
}
.article h2 a {
    color:#222;
}
.article h2 a:hover {
    color:#007d9a;
}
.article h3 {
    margin:0;
    font: bold 12px/16px Helvetica,arial,freesans,clean,sans-serif; 
    padding:8px 0 17px;
}
.align-left,
.align-right {
    float:left;
    padding:8px;
    background:#fff;
    margin:4px 24px 10px -1px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
    border:1px solid #f5f5f5;
}
.align-right {
    float:right;
    margin:4px -1px 10px 24px;
}
.align-left-wb,
.align-right-wb {
    float:left;
    padding:8px;
    margin:4px 24px 10px -1px;
}

.align-left-wb .image {
    margin: 0 0 0 0;
    padding: 0px;

}

.align-right-wb {
    float:right;
    margin:4px -1px 10px 24px;
}
.article .heading {
    border-bottom:1px solid #ecedf3;
    margin-bottom:10px;
    padding-bottom:10px;
}
.article .heading h2 {
    margin-bottom:6px;
    background:url(//www.hosting24.com/images/none.gif);
}
.article .heading .author {
    font-family:Helvetica,arial,freesans,clean,sans-serif; 
    font-weight:normal;
}
.article .heading .author a{
    color:#777;
}
.article .heading .author a:hover{
    color:#007d9a;
}
.article p {
    margin-bottom:12px;
}
.add-info {
    margin-bottom:18px;
    font-family:Helvetica,arial,freesans,clean,sans-serif; 
}
.add-info ul {
    overflow:hidden;
}
.add-info li {
    float:left;
    padding:0 25px 0 26px;
    background:url(//www.hosting24.com/images/date.png) 0 3px no-repeat;
}

.add-info li a{
    color:#777;
}
.add-info li a:hover{
    color:#007d9a;
}

.add-info .data {
    background:url(//www.hosting24.com/images/categories.png) 5px 3px no-repeat;
}
.add-info .comments {
    margin:0;
    background:url(//www.hosting24.com/images/comments.png) 1px 3px no-repeat;
}
.add-info a {
    float:left;
}
/* info */
.info {
    position:relative;
    z-index:2;
    padding-top:52px;
    float:left;
    text-align:right;
    width:130px;
    font:12px/16px Helvetica,arial,freesans,clean,sans-serif; 
}
.info h2 a {
    color:#fff;
    display:inline-block;
    vertical-align:top;
}
.info h2 span {
    display:inline-block;
    vertical-align:top;
    margin-bottom:1px;
    padding:0 10px;
    cursor:pointer;
    background:#222;
}
.info a:hover span {
    color:#fff;
    background:#084478;
}
.info-alt {
    text-align:center;
    padding-top:0;
}
.info-alt2 {
    margin-top:-3px;
    padding-top:0;
    border-width:2px;
}
.info-alt2 .date {
    margin-bottom:26px;
}
.info-alt2 .info-list {
    margin-bottom:14px;
}
.info-alt2 .info-list li {
    background:none;
    padding:9px 0;
}
.info-list {
    margin-bottom:16px;
}
.info-list li {
    padding:13px 0;
    background:url(//www.hosting24.com/images/divider.png) 100% 100% no-repeat;
}

.info-list li a {
    color:#777;
}
.info-list li a:hover{
    color:#007d9a;
}

.info-list li:first-child {
    padding-top:0;
}
.info-alt .info-list li  {
    text-align:center;
    background:url(//www.hosting24.com/images/divider.png) 50% 100% no-repeat;
}
.info h2 {
    margin:0 -200px 19px 0;
    text-transform:uppercase;
    text-align:left;
    font:bold 20px/36px Helvetica,arial,freesans,clean,sans-serif; 
    width:641px;
}
.article .txt {
    overflow:visible;
    float:right;
    width:490px;
    margin-top:-5px;
}
.txt {
    overflow:hidden;
}
.img {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width:80px;
    overflow:hidden;
}
.img span {
    vertical-align:top;
}
.info-alt .img {
    margin:0 auto 12px;
}
.img a,
.img img {
    cursor:pointer;
    display:block;
}
/* social-networks */
.social-networks {
    padding-bottom:11px;
}
.social-networks li {
    padding:0 0 0 10px;
    display:inline-block;
    vertical-align:top;
}
*+html .social-networks li {
    display:inline;
}
.social-networks li:first-child {
    padding:0;
}
.social-networks a {
    text-align:left;
    float:left;
    width:22px;
    height:22px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(//www.hosting24.com/images/ico-twitter.png) no-repeat;
}
.social-networks .facebook {
    background:url(//www.hosting24.com/images/ico-facebook.png) no-repeat;
}
.info .date {
    display:block;
    font-weight:normal;
}
.visual {
    padding:2px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
    border:1px solid #f5f5f5;
    margin:0 -1px 19px;
}
.article .visual {
    width:634px;
}
.article .txt .visual {
    width:474px;
}
.visual img,
.visual a {
    display:block;

}
.more {
    font-family: Helvetica,arial,freesans,clean,sans-serif; 
}
/* paging */
.paging {
    overflow:hidden;
    font:14px/22px Helvetica,arial,freesans,clean,sans-serif; 
}
.paging:after {
    display:block;
    clear:both;
    content:'';
}
.paging ul {
    float:left;
    margin-left:-5px;
}
.paging li {
    margin-right:4px;
    float:left;
}
.paging a {
    float:left;
    color:#555;
    padding:0 5px;
}
.paging ul a:hover {
    color:#222;
}
.paging ul .active {
    background:#084478;
}
/* tags */
#content .tags {
    overflow:hidden;
    font-size:14px;
    padding:17px 0 24px;
}
#content .tags ul {
    overflow:hidden;
}
.title {
    float:left;
    width:130px;
    text-align:right;
    margin-right:30px;
    color:#222;
    font:bold 14px/22px Helvetica,arial,freesans,clean,sans-serif; 
}
/* about-author */
.about-author .align-left {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border:0;
    margin:4px 31px 0 0;
    padding:0;
    background: none;
}
.about-author {
    color:#555;
    padding:0 0 24px 50px;
    margin-bottom:25px;
    border-bottom:1px solid #ecedf3;
    overflow:hidden;
}
.about-author p {
    margin:0;
}
.about-author strong {
    color:#222;
    font-weight:normal;
}
.about-author h3 {
    margin:0 0 6px;
    font:14px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.about-author .txt {
    overflow:hidden;
}
/* article-list */
.article-list {
    width:100%;
    padding-bottom:54px;
}
.article-list:after {
    display:block;
    clear:both;
    content:'';
}
.article-list ul {
    padding-top:4px;
    width:490px;
    float:right;
}
.article-list h4 {
    margin:0;
    font:bold 12px/18px Helvetica,arial,freesans,clean,sans-serif; 
}
.article-list h4 a {
    color:#222;
}
.article-list h4 a:hover {
    color:#007d9a;
}
.article-list .visual {
    width:134px;
    margin-bottom:10px;
}
.article-list li {
    float:left;
    width:150px;
    margin-left:20px;
}
.article-list li:first-child {
    margin:0;
}
/* sidebar */
#sidebar {
    width:278px;
    float:right;
}
/* search */
.search {
    width:440px;
    margin-bottom:0px;
    border:1px solid #ecedf3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:40px;
    background:#fff;
}
.search:after {
    display:block;
    clear:both;
    content:'';
}
.search .text {
    width:315px;
    background:none;
    border:0;
    margin:0;
    float:left;
    padding:8px 9px 6px;
    line-height:25px;
    font-size:15px;
}
.search .select {
    display:inline;
    float:right;
    margin-right:10px;
    line-height:25px;
    border:0;
    margin-top:9px;
    font-size:15px;

}
/* items */
.items {
    margin-bottom:28px;
    padding-bottom:18px;
    font:12px/24px Helvetica,arial,freesans,clean,sans-serif; 
    border-bottom:1px solid #ecedf3;
}
.items h3,
.box h3 {
    font:bold 16px/20px Helvetica,arial,freesans,clean,sans-serif; 
    color:white;
    height:50px;
    background:url(//www.hosting24.com/images/column_hbar2.png) no-repeat;
    padding-top:9px;
    text-shadow: #737373 0px 1px 1px;
    margin-bottom:0px;
}

.box.star {
    background:url(//www.hosting24.com/images/star.png) 2px 2px no-repeat;
    display:inline-block;
    width:20px;
    height:15px;
    margin-bottom: 0px;
}

.box.image {
    margin-bottom:5px;
    margin-left:10px;
}

.box.header {
    display:inline-block;
}

.box.description {
    padding-left:30px;
    padding-right: 40px;
    margin-bottom:10px;
}


.box {
    margin-bottom:20px;
    padding-bottom:0px;
}

.box.quote {
    width:208px;
    background: #d5d5d5;
    display:block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    margin-left:19px;
    border: 1px solid #d5d5d5;

    -moz-box-shadow:1px 1px 1px lightgray;
    box-shadow:1px 1px 1px lightgray;
    -webkit-box-shadow:1px 1px 1px lightgray;

}

.box.quoteannouncement {
    width:707px;
    background: #d5d5d5;
    display:block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    margin-left:19px;
    border: 1px solid #d5d5d5;

    -moz-box-shadow:1px 1px 1px lightgray;
    box-shadow:1px 1px 1px lightgray;
    -webkit-box-shadow:1px 1px 1px lightgray;

}

.quote_author {
    font-size: 11px;
    padding-left:80px; 
}

.affiliate_login_input {
    line-height:25px;
    height:25px;
    width:195px;
    border:solid #d5d5d5 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.box.quote:after {
    content: "";
    position: relative;
    bottom: -15px;
    left: 10px;
    border-width: 0 20px 15px 0px;
    border-style: solid;
    border-color: transparent #d5d5d5;
    display: block;
    width: 0;

}

.box.quote.notify {
    background:#FFCCCC;
}

.box.quote.notify:after {
    border-color: transparent #FFCCCC;
}

/* photostream */
.photostream {
    padding-top:4px;
    overflow:hidden;
    width:225px;
    margin-right:-10px;
}
.photostream li {
    float:left;
    width:70px;
    height:70px;
    padding:0 5px 5px 0;
}
.photostream a {
    border:2px solid #555;
    float:left;
    overflow:hidden;
}
.photostream a:hover {
    border:2px solid #084478;
}
.photostream img {
    float:left;
}
/* post */
.post {
    padding-bottom:17px;
}
/* tweets */
.tweets .post {
    padding:17px 0 0;
}
.tweets .post:first-child {
    padding:0;
}
.post .date {
    font:10px Helvetica,arial,freesans,clean,sans-serif; 
    text-transform:uppercase;
    color:#777;
}
/* popular-post */
.popular-posts p {
    margin:0;
}
.popular-posts .post {
    padding:17px 0 0;
    overflow:hidden;
    line-height:16px;
}
.popular-posts .post:first-child {
    padding:0;
}
.popular-posts .align-left {
    float:left;
    padding:4px 10px 0 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border:0;
    margin:0;
}
.align-left img,
.align-right img {
    float:left;
}
.popular-posts .txt {
    overflow:hidden;
}
.box h4 {
    margin:0 0 6px;
    font:bold 12px/16px Helvetica,arial,freesans,clean,sans-serif; 
    color:#222;
}
.box h4 a {
    color:#222;
}
.box h4 a:hover {
    color:#007d9a;
}
/* tags */
.tags {
    font:12px/21px Helvetica,arial,freesans,clean,sans-serif; 
}
.tags li {
    display:inline-block;
    vertical-align:top;
    margin-right:3px;
}
*+html .tags li {
    display:inline;
}
.photo {
    margin-bottom:14px;
}
.photo img {
    display:block;
}
.featured h4 {
    text-transform:uppercase;
}
/* footer */
#footer {
    display:table-row;
    width:100%;
    line-height:18px;
    background:#222;
    color:#999;
}
.footer-holder {
    display:table-cell;
    height:1%;
    width:100%;
}
#footer .container {
    height:auto;
    width:990px;
    margin:0 auto;
    position:relative;
    background:#222;
    /*
    background:#084478;
    background:rgba(184, 211, 11, .4);
    */
}
#footer .case {
    /*background:#222;*/
    padding:28px 30px 15px;
    overflow:hidden;
    margin:0 auto;
    width:990px;
}
/* add */
.add {
    width:100%;
    position:relative;
    background:#1a1a1a;
    /*
    background:#084478;
    background:rgba(184, 211, 11, .6);
    */
}
#footer .add .case {
    background:#1a1a1a;
}
#footer h4 {
    margin:0 0 19px;
    color:#fff;
    font:bold 14px/16px Helvetica,arial,freesans,clean,sans-serif; 
}
/* contact */
.contact {
    width:210px;
    float:left;
    margin-right:30px;
}
#footer a {
    color:#999;
}
#footer a:hover {
    color:#fff;
} 
.contact dl {
    margin-bottom:18px;
    overflow:hidden;
}
.contact dt {
    float:left;
    margin-right:3px;
}
.contact dd {
    overflow:hidden;
}
.contact address {
    font-style:normal;
}
.contact-holder {
    margin-bottom:23px;
}
/* newsletter */
#footer .newsletter h4 {
    margin-bottom:22px;
}
.newsletter form {
    border:1px solid #363636;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:28px;
    position:relative;
}
.newsletter form:after {
    display:block;
    clear: both;
    content:'';
}
.newsletter .text {
    line-height:17px;
    color:#999;
    width:151px;
    background:none;
    border:0;
    margin:0;
    float:left;
    padding:5px 9px 6px;
}
.newsletter .submit {
    float:right;
    background:url(//www.hosting24.com/images/btn-submit.png) 0 4px no-repeat;
    width:36px;
    height:28px;
    text-indent:-9999px;
    overflow:hidden;
    line-height:0;
    font-size:0;
    border:0;
    cursor:pointer;
    padding:0;
}
.newsletter .submit:hover {
    background-position:0 -21px
}
/* social-networks */
#footer .social-networks2 {
    float:left;
    width:207px;
    margin-right:33px;
}
.social-networks2 ul {
    padding-top:3px;
}
.social-networks2 li {
    margin-bottom:3px;
    overflow:hidden;
}
.social-networks2  > ul > li > a {
    padding:1px 0 7px 27px;
    display:inline-block;
    vertical-align:top;
}
.social-networks2 .twitter {
    background:url(//www.hosting24.com/images/ico-twitter.png) 0 0 no-repeat;;
}

.social-networks2 .facebook {
    background:url(//www.hosting24.com/images/ico-facebook.png) 0 0 no-repeat;;
}

.social-networks2 .blog {
    background:url(//www.hosting24.com/images/ico-blog.png) 0 0 no-repeat;;
}

.social-networks2 .dribbble {
    background:url(//www.hosting24.com/images/ico-dribbble.png) 0 0 no-repeat;
}

.social-networks2 .linkedin {
    background:url(//www.hosting24.com/images/ico-linkedin.png) 0 0 no-repeat;
}

/* clients-info */
.clients-info {
    float:left;
    width:230px;
}
.clients-info li {
    border-bottom:1px dashed #454545;
    background:url(//www.hosting24.com/images/bullet.png) 0 15px no-repeat;
    padding:9px 0 7px 18px;
    margin-right: 10px;

}
.clients-info li:first-child {
    padding-top:0;
    background-position:0 6px;
}
/* flickr */
.flickr {
    float:right;
    width:210px;
}
.flickr ul {
    padding-top:3px;
    overflow:hidden;
    width:225px;
    margin-right:-15px;
}
.flickr li {
    width:60px;
    height:60px;
    float:left;
    padding:0 15px 15px 0;
}
.flickr a {
    overflow:hidden;
    float:left;
    border:2px solid #1a1a1a;
}
.flickr a:hover {
    border-color:#084478;
}
.flickr img {
    float:left;
}
/* copyright */
.copyright {
    font-weight:normal;
    float:left;
    color:#454545;
}
/* add-nav */
.add-nav {
    float:right;
}
.add-nav ul {
    float:left;
}
.add-nav li {
    float:left;
    background:url(//www.hosting24.com/images/separator.png) 6px 3px no-repeat;
    padding-left:17px;
}
.add-nav li:first-child {
    background:none;
}
.add-nav a {
    float:left;
}
#bg {
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}
#bg img {
    top:0 !important;
    left:0 !important;
    position: absolute;
}
.ordered-list {
    overflow:hidden;
    counter-reset: item;
    margin:0 0 5px 16px;
}
.ordered-list li {
    display: block;
    padding-bottom:4px;
    margin-right:14px;
}
.ordered-list li:before {
    counter-increment: item;
    padding-right:14px;
}
/* slider one by one */
#banner .oneByOne_item span.slideh3{ 
    color:rgb(8,68,120);
    font-weight: bold;
}

#banner .oneByOne_item span.slidebutton a{

    background: #7ad62f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ad62f), to(#50a310));
    background-image: -webkit-linear-gradient(top, #7ad62f, #50a310);
    background-image: -moz-linear-gradient(top, #7ad62f, #50a310);
    background-image: -ms-linear-gradient(top, #7ad62f, #50a310);
    background-image: -o-linear-gradient(top, #7ad62f, #50a310);
    background-image: linear-gradient(top, #7ad62f, #50a310); 

    -moz-box-shadow:    1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    box-shadow:         1px 1px 7px rgba(0, 0, 0, .2);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#banner .oneByOne_item span.slidebutton a:hover {

    background: rgb(54,114,163);
    background: -moz-linear-gradient(top,  rgba(101,159,201,1) 0%, rgb(54,114,163) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,159,201,1)), color-stop(100%,rgba(54,114,163,1)));
    background: -webkit-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -o-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: -ms-linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
    background: linear-gradient(top,  rgba(101,159,201,1) 0%,rgba(54,114,163,1) 100%);
}

#banner .oneByOne_item span.slidefeaturelist {
    background:url("//www.hosting24.com/images/bullet.png") 0 15px no-repeat;
    padding:9px 0 7px 18px;
}


#banner .oneByOne_item span.slideh3_left{ 
    color:#007d9a;
}
#banner .oneByOne_item span.slidebutton_left a{
    background: rgb(132,210,214);
    background: -moz-linear-gradient(top,  rgba(132,210,214,1) 0%, rgba(98,194,200,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,210,214,1)), color-stop(100%,rgba(98,194,200,1)));
    background: -webkit-linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    background: -o-linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    background: -ms-linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    background: linear-gradient(top,  rgba(132,210,214,1) 0%,rgba(98,194,200,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#banner .oneByOne_item span.slidebutton_left a:hover {
    background: rgb(52,186,201);
    background: -moz-linear-gradient(top,  rgba(52,186,201,1) 0%, rgba(38,162,182,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,186,201,1)), color-stop(100%,rgba(38,162,182,1)));
    background: -webkit-linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
    background: -o-linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
    background: -ms-linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
    background: linear-gradient(top,  rgba(52,186,201,1) 0%,rgba(38,162,182,1) 100%);
}

/* STAR RATING */
.star-rating{
    list-style:none;
    margin-left:5px!important;
    padding:0px;
    width: 125px;
    height: 25px;
    position: relative;
    background: url(http://www.hosting24.com/images/alt_star.gif) top left repeat-x;
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a{
    display:block;
    width:25px;
    height: 25px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li a:hover{
    background: url(http://www.hosting24.com/images/alt_star.gif) left bottom;
    z-index: 2;
    left: 0px;
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:25px;
}
.star-rating a.two-stars{
    left:25px;
}
.star-rating a.two-stars:hover{
    width: 50px;
}
.star-rating a.three-stars{
    left: 50px;
}
.star-rating a.three-stars:hover{
    width: 75px;
}
.star-rating a.four-stars{
    left: 75px;
}	
.star-rating a.four-stars:hover{
    width: 100px;
}
.star-rating a.five-stars{
    left: 100px;
}
.star-rating a.five-stars:hover{
    width: 125px;
}


.member_menuleft {
    margin-bottom:-1px;
    width:200px;
    height:36px;
    border:1px solid #d5d5d5;
    background: #F2F2F2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #dfdfdf);
    background-image: -moz-linear-gradient(top, #f2f2f2, #dfdfdf);
    background-image: -ms-linear-gradient(top, #f2f2f2, #dfdfdf);
    background-image: -o-linear-gradient(top, #f2f2f2, #dfdfdf);
    background-image: linear-gradient(top, #f2f2f2, #dfdfdf);               
    color:#585858;   
}

.member_menuleft.ordertable {
    margin-bottom:0px;
    height: 25px;
    border-top:0px;   
}

.member_menuleft_active {
    width:196px;
    color:#006fd6;
}

.member_menuleft:hover {
    color:#006fd6;
    cursor: pointer;
}

.member_rightcontent {
    display:inline-block;
    vertical-align: top;
    margin-left:10px;
    border-top:0px; 
    width: 750px;
}

.members_left_menu_cp {
    background:#006fd6;
    width:202px;
    display:inline-block;
}

.slider_bg{
    background: url('//www.hosting24.com/images/sliderbg.png') no-repeat;
    height: 65px;
    width: 705px;
    margin: 0 0;
}

.slider_bg .sl_box{
    width: 35px;
    height: 47px;
    position: absolute;
    margin: -76px 0 0 33px;
    padding: 12px 0 0 18px;
    color: #2b2b2b;
    font: bold 16px/20px Helvetica,arial,freesans,clean,sans-serif;
}

.slider_bg .sl_box.active, .order_vps .slider_bg .sl_box:hover{
    color: #50A310;
}

.slider_bg .ln{
    background: #fff;
    width: 1px;
    height: 17px;
    position: absolute;
    margin: -101px 0 0 48px;
}
.slider_bg_active{
    background: url('//www.hosting24.com/images/sliderbg_active.png') repeat-x;
    height: 17px;
    width: 45px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.slider_bg2{
    background: url('//www.hosting24.com/images/sliderbg.png') no-repeat;
    height: 65px;
    width: 605px;
    margin: 0 0;
}

.slider_bg2 .sl_box2{
    width: 35px;
    height: 47px;
    position: absolute;
    margin: -76px 0 0 33px;
    padding: 12px 0 0 18px;
    color: #2b2b2b;
    font: bold 16px/20px Helvetica,arial,freesans,clean,sans-serif;
}

.slider_bg2 .sl_box.active2, .order_vps2 .slider_bg2 .sl_box2:hover{
    color: #50A310;
}

.slider_bg2 .ln2{
    background: #fff;
    width: 1px;
    height: 17px;
    position: absolute;
    margin: -101px 0 0 48px;
}
.slider_bg_active2{
    background: url('//www.hosting24.com/images/sliderbg_active.png') repeat-x;
    height: 17px;
    width: 45px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.upgrade_free_bg {
    background:url('//www.hosting24.com/images/background_p_000web.png') repeat-x;
    height:834px;
    margin:0 auto;  
}

.upgrade_free_bgimg {
    background:url('//www.hosting24.com/images/background_000web_970.jpg') no-repeat;
    width:970px;
    height:834px;
    margin:0 auto;   
}

.upgrade_free_header {
    margin:0 auto;
    text-align: center;
    padding-top:45px;  
}

.upgrade_free_header_h1 {
    color:white;
    font-weight:normal;
    font-size:72px;
    text-shadow: black 1px 1px 1px;
}

.upgrade_free_header_desc {
    color:#ff8bac;
    padding-top:25px;
    font-size:17px;
}

.upgrade_free_header_enterdomain {
    color:#9d1133;
    padding-top:305px;
    font-size:17px;
    margin-bottom:10px;  
}

.upg_free_cont {
    margin:0 auto;
    width:480px;  
}

.upg_free_inputarea {
    width:455px;
    background:white;
    line-height:25px;
    height:25px;
    font:13px/21px Helvetica,arial,freesans,clean,sans-serif;
    padding:8px 9px 6px;
    border:1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.upg_free_input { 
    width:370px;
    border:0px;
    display:inline;
    font-size:17px;
}

.upg_free_ext {
    border:0px;
    display:inline;
    float:right;
    margin-right:2px;
    line-height:25px;
    border:0;
    margin-top:1px;
    font-size:17px;  
}

.upg_free_domainarea {
    margin-bottom:20px; 
}

.upg_free_selecttype {
    padding-bottom:10px;
    margin-top:7px;
    display:inline-block;  
}

.upg_free_btnarea {
    display:inline-block;
    vertical-align: top;
    margin-top:20px;
    margin-left:15px; 
}

.default_button.upgrade_button {
    height: 40px;
    margin-left: 20px;
}

.upg_free_taken_error {
    margin:0 auto;
    width:474px;
    display:none;
    height:22px;
    background: #FEFCCB url('//www.hosting24.com/images/warning-icon.png') 17px 13px no-repeat;
    padding:7px 9px 24px 60px;
    border:1px solid #E5DB55;   
}

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

.upg_free_reasonsarea.upg4 {
    padding-top:130px;
}

.upg_free_reasonshead {
    color:#ff8bac;
    padding-top:10px;
    font-size:22px;
    text-shadow: black 1px 1px 1px;  
    margin-bottom:10px;
}

.upg_free_reasonslist {
    display:inline-block;
    text-align: left;
    width:350px;  
}

.upg_free_reasonsul {
    list-style-image:url('//www.hosting24.com/images/tick_000web.png');
    padding-left: 30px;
    font-size:17px;
    color:white;
    text-shadow: black 1px 1px 1px;
}

.upg_free_reasonsul li {
    padding-bottom:5px; 
}

.upg_free2_bg {
    background:url('//www.hosting24.com/images/background_p_000web2_738.png') repeat-x;
    height:738px;
    margin:0 auto;
}
.upg_free2_bgimage {
    background:url('//www.hosting24.com/images/background_000web2_970.png') no-repeat;
    width:970px;
    height:738px;
    margin:0 auto;
}

.upg_free2_content {
    margin:0 auto;
    width:970px;
    padding-top:28px;  
}

.upg_free2_left {
    width:385px;
    display:inline-block;
    border-right:1px #d5d5d5;
    padding-bottom:20px;
    padding-left:55px;
    margin-top:-30px;  
}

.upg_free2_lefthead {
    color:#9d1133;
    font-size:17px;
    margin-bottom:19px;
    text-align:center;  
}

.upg_free2_right {
    width:415px;
    display:inline-block;
    vertical-align:top;
    margin-top:-40px;
    margin-left:80px;  
}

.upg_free2_righthead {
    color:#9d1133;
    padding-top:10px;
    font-size:17px;
    margin-bottom:19px;
    text-align:center;    
} 

.upg_free2_righthead.head2 {
    margin-bottom:0px;  
} 

.default_button.freebtn2 {
    height:45px;
    margin-top:15px;
    margin-left:400px; 
}

.default_button.index_button {
    width: 144px;
    height: 25px;
    padding-top: 11px;
    font-size: 18px;
    margin-left: 80px;
    text-align: center;
}

.partners {
    background-color:#1a1a1a;
    height:80px;
}

.partner_list {
    background:url('//www.hosting24.com/images/sponsors.jpg') no-repeat;
    width:986px;
    height:80px;
    margin:0 auto;
}

.tr_h33 {
    height:33px;
    border: 1px solid #ecedf3;
}

.table-of-contents {
    float: right;
    width: 20%;
    background: #eee;
    padding: 1em 1em;
    margin: 0 0 0.5em 0.5em;
}
.table-of-contents ul {
    padding: 0;
}
.table-of-contents li {
    margin: 0 0 0.25em 0;
}
.table-of-contents a {
    text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:active {
    text-decoration: underline;
}

h4:target {
    animation: highlight 1s ease;
}

@keyframes highlight {
    from { background: deepskyblue; }
    to { background: white; }
}

.toast-bottom-right {
    right: 30px !important;
    bottom: 40px !important;
}

#toast-container > div{
    width: 260px !important;
}

#newsletter_subscribe{
    margin-left: -40%;
    height: 27px;
    width: 70px;
    background: #66A717;
    color: white;
    border: 0;
    -webkit-appearance: none;
    border-radius: 5px;
}

#newsletter_subscribe:hover{
    background: #44A717;
}

#newsletter_email {
    height: 31px;
    width: 90%;
    border-radius: 5px;
    padding-left: 5%;
}

.sprite {
    display: inline-block;
    background: url('/images/payment-sprite.png') no-repeat top left;
    width: 77px;
    height: 33px;
}

.sprite.cc {
    background-position: 0 0;
}

.sprite.cc:hover {
    background-position: -87px 0;
}

.sprite.paypal {
    background-position: -174px 0;
}

.sprite.paypal:hover {
    background-position: -261px 0;
}

#top-info-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:42px;
    background-color:#f1f1f1;
    z-index: 99;
}

#top-bar-ribbon{
    display: inline-block;
    position:relative;
    top:0;
    left:0;
    height:42px;
    float:left;
}

.top-info-bar-wrapper{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.top-bar-text{
    display: inline-block;
    margin-left: 35px;
    vertical-align: middle;
    height: 4px;
}

.subscript{
    font-size: 50%;
}

[id^=b_b5b9f005] > div:first-of-type {
    display: none;
}

[id^=b_0670d2b9] > div:first-of-type {
    display: none;
}