@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 15px 30px;
    min-width: 550px;
    font: 15px/20px 'Segoe UI', MyriadPro, Tahoma, Arial, Sans-Serif;
    color: #2e2e2e;
}

.max_width_1100 {
    max-width: 1100px;
}

a {
    color: #4684cd;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* ----- section1 ----- */

.section1 {
    padding-bottom: 25px;
    border-bottom: solid 1px #D3D3D3;
}

.logo {
    float: right;
}

.section1_title {
    margin-right: 290px;
}

h1 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

    h1 span {
        font-size: 180%;
    }

.btn {
    display: block;
    width: 242px;
    height: 43px;
    background: #54b948 url('../img/btn_get_trial_key.png') no-repeat 0 0;
}

    .btn:hover {
        text-decoration: none;
        background: #48a13f url('../img/btn_get_trial_key.png') no-repeat 0 -43px;
    }

.btn_try_it_free {
    display: block;
    width: 164px;
    height: 43px;
    background: #54b948 url('../img/btn_try_it_free.png') no-repeat 0 0;
}

    .btn_try_it_free:hover {
        text-decoration: none;
        background: #48a13f url('../img/btn_try_it_free.png') no-repeat 0 -43px;
    }

.btn_30day_trial {
    display: block;
    width: 362px;
    height: 43px;
    background: #54b948 url('../img/btn_30day_trial.png') no-repeat 0 0;
}

    .btn_30day_trial:hover {
        text-decoration: none;
        background: #48a13f url('../img/btn_30day_trial.png') no-repeat 0 -43px;
    }

/* ----- section2 ----- */

.section2 {
    padding-top: 25px;
    color: #444;
    transition: all ease-out 0.5s;
}

    .section2 p {
        padding: 5px 0 0 80px;
        min-height: 61px;
        height: auto !important;
        height: 61px;
    }

    .section2 td {
        padding: 10px 0;
    }

        .section2 td.first_td {
            padding-right: 40px;
        }

        .section2 td.second_td {
            padding-left: 40px;
        }

/* ----- MOBILE ----- */

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

    .logo {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .section1_title {
        margin-right: 0;
    }

    .section2 table {
        margin-top: 0 !important;
    }

    .section1 td, .section2 td {
        display: block !important;
        width: auto !important;
        text-align: left !important;
        padding: 0 !important;
    }

    .btn, .btn_try_it_free {
        margin-bottom: 15px;
    }

    .min_width_700 {
        min-width: initial !important;
    }

    .section1 td.hide, .section2 td.hide {
        display: none !important;
    }
}

@media screen and (max-width:590px) {
    .img100 {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:520px) {
    body {
        min-width: 360px;
    }

    .section1 td, .section2 td {
        display: block !important;
        width: auto !important;
    }

    .section2 table {
        border-spacing: 0;
    }

    .section2 td {
        margin: 0 0 15px;
        padding: 0;
    }
}

@media screen and (max-width:400px) {
    .w100 {
        width: 100%;
        height: auto;
    }
}
