/* SUPERHOSTING.BG */


/* ************************************************** 1. STRUCTURE */

/* ..................................................... Body */
    body {
        min-width: 320px;
        text-align: center;
    }

/* ..................................................... Header */
    header {
        padding: 2% 0px 3%;
    }

    @media screen and (max-width: 839px) {

        header {
            padding: 5% 0px 6%;
        }

    }

/* ..................................................... Section */
    section

    article {
        overflow: hidden;
    }

/* ..................................................... Footer */
    footer {
        padding: 4% 0px;
    }

    @media screen and (max-width: 839px) {

        footer {
            padding: 28px 0px;
        }

    }

/* ..................................................... Wrappers */
    .wrp {
        margin: 0px auto;
    }

    .wrp-1000 {
        max-width: 1000px;
    }

    .wrp-1280 {
        max-width: 1280px;
    }

    .wrp-content {
        width: 94%
    }



/* ************************************************** 2. FONTS */

/* ..................................................... Texts */
    body {
        font: normal 18px/140% Georgia;
    }

    @media screen and (max-width: 839px) {

        body {
            font-size: 16px;
        }

    }

    p {
        margin: 0px 0px 15px;
    }

/* ..................................................... Custom */
    .txt-n12v {
        font: normal 12px Verdana;
    }


/* ************************************************** 3. COLORS */

/* ..................................................... Texts */
    body {
        color: #333;
    }

/* ..................................................... Custom */
    .col-666 {
        color: #666;
    }



/* ************************************************** 4. ELEMENTS */

/* ..................................................... Texts */
    

/* ..................................................... Links */
    a {
        text-decoration: none;
        color: rgb(0,102,204);
    }

    a.underlined {
        border-bottom-width: 1px;
        border-bottom-color: rgba(0,102,204,0.5);
    }

    a.solid {
        border-bottom-style: solid;
    }

    a.dotted {
        border-bottom: 1px dotted rgba(0,102,204,0.5);
    }

    a:hover {
        color: rgba(0,102,204,0.75);
    }

    a:active {
        border-bottom: 0px;
        color: rgb(0,102,204);
    }

    a:visited {
        color: #63C;
        border-bottom-color: rgba(102,51,204,0.5);
    }

    a.img:active {
        background-color: transparent;
    }

/* ..................................................... Buttons */
    input.btn {
        width: 240px;
        height: 40px;
        font: normal 14px Verdana;
        color: #FFF;
        text-shadow: -1px -1px 1px #9E1706;
        border: 0px;
        border: 1px solid #C30;
        -webkit-border-radius: 3px;
                border-radius: 3px;

        background: #F90; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjMzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #F90 0%, #F30 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F90), color-stop(100%,#F30)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #F90 0%,#F30 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #F90 0%,#F30 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #F90 0%,#F30 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #F90 0%,#F30 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F90', endColorstr='#F30',GradientType=0 ); /* IE6-8 */

    }

    input.btn:hover {background: #F30;}
    input.btn:active {background: #C30;}

/* ..................................................... Textfields */
    input.txt {
        
    }



/* ************************************************** 5. STYLES */

/* ..................................................... Blocks */
    .cf:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0pt;
    }

    .block-grey {
        background-color: #E9E6E6;
    }

    .close_link {
        font: normal 13px Verdana;
    }



/* ************************************************** 6. COMPONENTS */

/* ..................................................... Logo */
    #logo a,
    #logo img {
        display: block;
    }

    #logo a {
        height: auto;
        max-width: 613px;
        margin: 0px auto;
    }

    #logo img {
        width: 100%;
        height: auto;
    }

/* ..................................................... Video */
    #video .gr_video_wrapper {
        position: relative;
        height: 0px;
        padding-bottom: 56.25%;
        padding-top: 35px;
    }

    #video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

/* ..................................................... Summary */
    #summary {
        padding: 3% 0px 1%;
    }

    #summary .storebg,
    #summary .storebg img {
        display: block;
    }

    #summary .storebg {
        width: 240px;
        height: 70px;
        margin: 0px auto;
        padding-top: 20px;
    }

    #summary .storebg img {
        width: 100%;
        height: 100%;
    }

    @media screen and (max-width: 839px) {

        #summary {
            padding-top: 32px;
        }
        
        #summary .storebg {
            width: 180px;
            height: 50px;
            padding-top: 0px;
        }

    }

    @media screen and (max-width: 999px) {

        #summary br {display: none}

    }

/* ..................................................... Conditions */
    #conditions {
        padding-bottom: 30px;
    }

    #conditions .text {
        display: none;
        max-width: 540px;
        margin: 0px auto;
        text-align: left;
        font: normal 13px/17px Verdana;
    }

    @media screen and (max-width: 999px) {

        #conditions {
            padding-bottom: 12px;
        }

        #conditions .close_link {
            padding-bottom: 20px;
        }

    }

/* ..................................................... Hosting */
    #hosting {
        padding-bottom: 30px;
    }

    #hosting p {
        margin: 0px;
    }

    #hosting .btn {
        display: inline-block;
        margin-top: 20px;
    }

    #hosting .block {
        display: none;
        text-align: center;
        padding-top: 20px;
    }

    #hosting .cols {
        padding-top: 60px;
    }

    #hosting .col {
        float: left;
        width: 31.91%;
        text-align: left;
    }

    #superstart,
    #superpro {margin-right: 2.12%;}

    #hosting .head {
        padding: 0px 6.66% 10px;
    }

    #hosting .head .ttl {
        display: block;
        font: normal 28px Georgia;
    }

    #hosting .head .meta {
        font: italic 13px Verdana;
        color: #666;
    }

    #hosting .box {
        width: 100%;
        background-color: #FFF;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 1px 2px 7px #CCC;
                box-shadow: 1px 2px 7px #CCC;
    }

    #hosting .promo .head {
        position: relative;
        top: -30px;
    }

    #hosting .promo .box {
        -webkit-border-radius: 0px 0px 5px 5px;
                border-radius: 0px 0px 5px 5px;
    }

    #hosting .promo .offer {
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0px;
        top: -30px;
        text-align: center;
        color: #FFF;
        font: normal 12px/30px Verdana;
        text-shadow: 2px 2px 6px #030;
        background: url('../images/bgr-offer.png') no-repeat center top;
    }

    #hosting .box .inner {
        min-height: 410px;
        position: relative;
        padding: 6.66%;
    }

    #superpro .box .inner {min-height: 430px;}

    #hosting .box .meta {
        padding-top: 15px;
        font: normal 13px/20px Verdana;
        color: #999;
    }

    #hosting .box .gift {
        min-height: 40px;
        font: normal 13px/20px Verdana;
        color: #999;
        padding: 5px 15px 5px 60px;
        margin: 30px -3% 0px;
        background-image: url('../images/sprite-icons-plans.png');
        background-color: #FFC;
        background-size: 40px auto;
        background-repeat: no-repeat;
    }

    #superstart   .gift {background-position: 10px    8px;}
    #superpro     .gift {background-position: 10px  -70px;}
    #superhosting .gift {background-position: 12px -148px;}

    #hosting .box .cost {
        padding-top: 10px;
        text-align: center;
    }

    #hosting .box .cost .price {
        font: normal 13px Verdana;
    }

    #hosting .box .cost .price .val {
        font: normal 28px Georgia;
    }

    #superpro .box .cost .price .val {
        font-size: 42px;
    }

    #hosting .box .cost .price .origin {
        color: #999;
        text-decoration: line-through;
    }

    #hosting .box .cost .discount {
        padding-top: 5px;
        font: italic 18px Georgia;
        color: #FA8D29;
    }

    #hosting .box .cost .discount .val {
        font-size: 24px;
    }

    #hosting .box .choice {
        padding: 20px 0px 50px;
    }

    #hosting .box .choice select,
    #hosting .box .order input.btn {
        display: block;
        margin: 0px auto;
    }

    #hosting .box .choice select {
        
    }

    #hosting .box .order {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 20px;
    }

    #hosting .box .order input.btn {
        width: 120px;
        height: 30px;
        margin-top: 20px;
        font-size: 13px;
    }

    #hosting .box .code {
        display: none;
        text-align: center;
        padding-top: 40px;
    }

    #hosting .box .code .lbl {
        font: normal 13px Verdana;
        color: #999;
    }

    #hosting .box .code .val {
        padding-top: 20px;
        font-size: 42px;
    }

    #hosting .star {
        padding: 20px 0px;
        font: normal 12px Verdana;
        color: #999;
    }

    @media screen and (max-width: 839px) {
        #hosting .cols {
            padding-top: 10px;
        }
        
        #hosting .head .ttl {
            font-size: 24px;
        }

        #hosting .box .inner {
            min-height: 300px !important;
        }

        #hosting .box .gift {
            display: none;
        }

        #hosting .promo .head {
            position: static;
            top: auto;
        }

        #hosting .promo .box {
            margin-top: 30px;
        }
        
        #hosting .col {
            width: auto;
            max-width: 300px;
            float: none;
            margin: 20px auto 0px;
        }

        #hosting p br {display: none}

    }

/* ..................................................... Login */
    #login {
        padding-bottom: 3%;
    }

    #login p {
        margin: 0px;
    }

    #login .btn {
        display: inline-block;
        margin-top: 20px;
    }

    #login .block,
    #login .pass_form {
        display: none;
    }

    #login .textfield {
        margin-top: 10px;
    }

    #login .textfield input {
        text-align: center;
        width: 280px;
        height: 38px;
        padding: 5px 10px;
        border: 0px;
        border: 1px solid #CCC;
    }

    #login .close_link {
        padding: 20px 0px;
    }

    #login .pass_link,
    #login .back_link {
        font: normal 12px Verdana;
        padding-top: 20px;
    }

    #login .alert input {
        border-color: #F00;
    }

    #login .alert .error {
        display: block;
        padding-top: 10px;
        text-align: center;
        font: normal 13px Verdana;
        color: #F00;
    }

    @media screen and (max-width: 839px) {
        
        #login p br {display: none}

    }

/* ..................................................... Sharing */
    #sharing {
        padding: 3% 0px;
    }

    #sharing ul {
        overflow: hidden;
    }

    #sharing ul,
    #sharing li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 0pt;
    }

    #sharing li {
        display: inline-block;
        margin: 0px 5px;
    }

    @media screen and (max-width: 839px) {
        
        #sharing {
            padding: 32px 0px 3%;
        }

    }

/* ..................................................... Social */
    #social {
        padding-bottom: 10px;
    }

    #social ul,
    #social li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 0pt;
    }

    #social li,
    #social a {
        display: inline-block;
        width: 36px;
        height: 36px;
    }

    #social li {
        overflow: hidden;
        margin: 0px 12px;
    }

    #social a {
        background-image: url('../images/sprite-icons-social.png');
        background-size: 36px auto;
        background-repeat: no-repeat;
    }

    #social li.facebook   a {background-position: 0px    0px}
    #social li.googleplus a {background-position: 0px  -61px}
    #social li.twitter    a {background-position: 0px -122px}
    #social li.linkedin   a {background-position: 0px -183px}

/* ..................................................... Copyright */
    @media screen and (max-width: 839px) {
        
        #copyright span {
            display: block;
            padding-bottom: 4px;
        }

    }
