﻿body {
    margin: 0px;
    padding: 0px;
    text-align: center; /* For IE5/Win */
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #6c6c6c;
    font-size: 12px;
}

a:link, a:visited, a:active {
    color: #2179c4;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

.img {
    border: 0;
}

.heading_wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 999;
    display: inline-block;
    background: transparent url(../images/bg_top.png) repeat-x top left;
}

.heading {
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
}

.logo {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/logo.png) no-repeat top;
    float: left;
    width: 222px;
    height: 134px;
    margin: 0;
}

    .logo a {
        display: block;
        width: 222px;
        height: 134px;
    }

        .logo a:hover {
            text-decoration: none;
        }

.menu_top {
    width: 300px;
    margin: 10px 0 0 0;
    float: right;
    color: #FFFFFF;
}

    .menu_top a {
        display: inline-block;
        color: #FFFFFF;
        font-weight: bold;
        padding: 0 10px 0 10px;
    }

#top_bar {
    float: left;
    margin: 30px 0 0 0;
}

    #top_bar ul {
        list-style-type: none;
        margin: 0 0 0 50px;
        padding: 0;
        float: right;
    }

    #top_bar li {
        float: left;
    }

    #top_bar ul a {
        padding-right: 25px;
        padding-left: 25px;
        display: inline-block;
        line-height: 40px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #737373;
        margin: 0;
        text-decoration: none;
    }

        #top_bar ul a:hover {
            display: inline-block;
            color: #aebf1a;
        }


.banner_wrapper {
    position: relative;
    top: 0px;
    width: 100%;
    height: 538px;
    background: transparent url(../images/bg_banner.jpg) repeat-x top center;
    display: inline-block;
}

.banner_wrapper2 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 582px;
    background: transparent url(../images/banner2.jpg) no-repeat top center;
    display: inline-block;
    background-color: #e9e9ea;
}


@media all and (max-width: 1000px) and (min-width: 700px) {
    .banner_wrapper2 {
        position: relative;
        top: 0px;
        width: 115%;
        height: 582px;
        background: transparent url(../images/banner2.jpg) no-repeat top center;
        display: inline-block;
        background-color: #e9e9ea;
    }
}


.banner {
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    padding: 120px 0 0 0;
}


    .banner .image {
        width: 665px;
        margin: 0px;
        float: left;
        padding: 0;
    }

    .banner .content {
        width: 400px;
        margin: -40px 0 0 0;
        float: left;
        padding: 0;
    }

    .banner .banner_title {
        width: 100%;
        float: left;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        color: #000;
        margin: -10px 0 0 0;
    }

#navlist {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    float: left;
}

    #navlist li {
        padding: 5px 0 0 17px;
        font-size: 14px;
        background-image: url(../images/check.png);
        background-repeat: no-repeat;
        background-position: 0 .5em;
    }

a.butgreen {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: 'Quattrocento Sans', sans-serif;
    margin: 0 0 0 35px;
    width: 125px;
    text-align: center;
}

    a.butgreen:hover {
        background: #ececec;
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


a.butblack {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: #424242;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: 'Quattrocento Sans', sans-serif;
    margin: 15px 0 0 35px;
    width: 125px;
    text-align: center;
}

    a.butblack:hover {
        background: #fff;
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

a.butblue {
    cursor: pointer;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    background: #32bce4;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 35px 0 0 10px;
}

    a.butblue:hover {
        background: #ececec;
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.banner_center_wrapper {
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    background: transparent url(../images/bg_banners.gif) no-repeat top left;
    float: none;
    display: inline-block;
    padding: 0 0 80px 0;
}

    .banner_center_wrapper .titleb {
        color: #000000;
        display: block;
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        line-height: 24px;
        padding: 65px 0 35px 0;
        text-align: center;
        width: 100%;
    }

.banner_center {
    width: 290px;
    float: left;
    text-align: center;
    margin-top: 60px;
    display: block;
}

    .banner_center .pic {
    }

.margin-center {
    margin: 60px 80px 0 80px;
}

.banner_center .title {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    color: #000;
    margin: 12px 0 0 0;
    font-weight: 600;
    text-rendering: optimizelegibility;
}

.banner_center .tx_desc {
    width: 100%;
    float: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    color: rgba(93, 93, 93, 1);
    margin: 12px 0 0 0;
    text-rendering: optimizelegibility;
}


.manage_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: inline-block;
    padding-bottom: 40px;
}


@media all and (max-width: 1000px) and (min-width: 700px) {
    .manage_wrapper {
        position: relative;
        top: 0;
        width: 115%;
        background-color: #f5f5f5;
        display: inline-block;
        padding-bottom: 40px;
    }
}

#manage {
    width: 1100px;
    margin: 0px auto;
    margin-top: 60px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    display: inline-block;
}

    #manage .text {
        width: 500px;
        margin: 10px 0 35px 0;
        position: relative;
        color: #5D5D5D;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.2em;
        line-height: 1.6em;
        text-rendering: optimizelegibility;
    }


    #manage .title {
        display: block;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        color: #000;
        line-height: 24px;
        padding: 0 0 15px 0;
    }


.map_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding-bottom: 40px;
}

#map {
    width: 1100px;
    margin: 0px auto;
    margin-top: 60px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    display: inline-block;
}

    #map .text {
        width: 535px;
        margin: 10px 0 35px 0;
        position: relative;
        color: #5D5D5D;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.2em;
        line-height: 1.6em;
        text-rendering: optimizelegibility;
        float: right;
    }


    #map .title {
        display: block;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        color: #000;
        line-height: 24px;
        padding: 0 0 15px 0;
    }


.sample_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #aebac3;
    display: inline-block;
    padding-bottom: 50px;
}

@media all and (max-width: 1000px) and (min-width: 700px) {
    .sample_wrapper {
        position: relative;
        top: 0;
        width: 115%;
        background-color: #aebac3;
        display: inline-block;
        padding-bottom: 50px;
    }
}


#sample {
    width: 1100px;
    margin: 0px auto;
    margin-top: 60px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    display: inline-block;
}


    #sample .title {
        display: block;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        color: #000;
        line-height: 24px;
        padding: 0 0 35px 0;
        text-align: center;
    }


.get_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #ebebeb;
    display: inline-block;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

@media all and (max-width: 1000px) and (min-width: 700px) {
    .get_wrapper {
        position: relative;
        top: 0;
        width: 115%;
        background-color: #ebebeb;
        display: inline-block;
        padding-bottom: 50px;
        border-bottom: 1px solid #fff;
    }
}

#get {
    width: 1100px;
    min-height: 320px;
    margin: 0px auto;
    margin-top: 60px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    display: inline-block;
}

    #get .text {
        width: 1100px;
        margin: 0px auto;
        position: relative;
        float: none;
        text-align: center;
        color: #5D5D5D;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.2em;
        line-height: 1.6em;
        text-rendering: optimizelegibility;
    }

    #get .title {
        display: block;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        color: #000;
        line-height: 38px;
        padding: 40px 0 35px 0;
    }




.findout_wrapper {
    position: relative;
    top: -3px;
    width: 100%;
    background-color: #aebe39;
    display: inline-block;
}

#findout {
    width: 1100px;
    padding: 0 0 30px 0;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    display: inline-block;
}



    #findout .text {
        width: 400px;
        margin: 40px 125px 0 0;
        position: relative;
        font-size: 16px;
        line-height: 25px;
        float: right;
        color: #FFFFFF;
    }


    #findout .title {
        display: block;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        color: #fff;
        font-weight: bold;
        line-height: 35px;
        padding: 0 0 20px 0;
    }


    #findout .image {
        position: absolute;
        top: -30px;
        left: 80px;
        float: left;
    }

    #findout .sub {
        display: block;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        padding: 0 0 0 0;
    }

.gray {
    position: relative;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #e5e4e4;
    display: inline-block;
}

.features_wrapper {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
    background: transparent url(../images/bg_features.gif) no-repeat bottom left;
}

.features_title {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 130px 0 0 60px;
}

.bt_signup {
    float: right;
    margin: 130px 0 0 0;
}

.features_contents {
    position: relative;
    width: 1080px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    float: none;
    background-color: #f5f5f5;
}

.clearfix {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
}

#features_bar {
    float: left;
    width: 260px;
}

    #features_bar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #features_bar li {
        border-bottom: 1px dotted #acacac;
        background: #f4f4f4; /* Old browsers */
        background: -moz-linear-gradient(left, #f4f4f4 0%, #e2e2e2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f4f4f4), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #f4f4f4 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #f4f4f4 0%,#e2e2e2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #f4f4f4 0%,#e2e2e2 100%); /* IE10+ */
        background: linear-gradient(to right, #f4f4f4 0%,#e2e2e2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
    }

a.overview:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_overview.png) no-repeat 10px 20px;
}

a.easy:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_easy.png) no-repeat 10px 20px;
}

a.works:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_works.png) no-repeat 10px 25px;
}

a.enhaced:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_enhaced.png) no-repeat 10px 25px;
}


a.secure:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_secure.png) no-repeat 10px 15px;
}


a.manage:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_manage.png) no-repeat 10px 20px;
}

a.configure:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_configure.png) no-repeat 10px 15px;
}


a.analytics:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_analytics.png) no-repeat 10px 18px;
}



a.shipping:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_shipping.png) no-repeat 10px 20px;
}


a.support:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 20px 10px 20px 55px;
    display: block;
    line-height: 18px;
    text-decoration: none;
    margin: 0 0 0 0;
    background: transparent url(../images/ic_support.png) no-repeat 10px 15px;
}

.selected {
    display: block;
    background-color: #f5f5f5;
}


#text_block1 {
    width: 780px;
    float: right;
    margin: 60px 0 0 30px;
}

    #text_block1 .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #333333;
        margin: 0 0 20px 0;
        line-height: 40px;
    }

    #text_block1 .text {
        float: left;
        width: 320px;
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }

    #text_block1 .pic {
        margin: 0 0 0 10px;
        float: left;
    }



#text_block2 {
    width: 780px;
    float: right;
    margin: 60px 0 0 30px;
}

    #text_block2 .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #333333;
        margin: 0 0 20px 0;
        line-height: 40px;
    }

    #text_block2 .text {
        float: left;
        width: 460px;
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }

    #text_block2 .pic {
        margin: 0 40px 0 0;
        float: left;
    }




#text_block3 {
    width: 1000px;
    float: left;
    margin: 60px 0 0 30px;
}

    #text_block3 .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        color: #333333;
        margin: 0 0 20px 0;
        line-height: 40px;
    }

    #text_block3 .text {
        float: left;
        width: 625px;
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }

    #text_block3 .pic {
        margin: 0 40px 0 0;
        float: left;
    }


.signin_wrapper {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
    background: transparent url(../images/bg_signin.gif) no-repeat bottom left;
}

.signin_title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 80px 0 0 305px;
}

.signin_subtitle {
    width: 500px;
    display: block;
    font-weight: normal;
    padding: 10px 0 0 305px;
    color: #5D5D5D;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    text-rendering: optimizelegibility;
}

.singin_contents {
    position: relative;
    width: 1080px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    float: none;
}

#signin_left {
    float: left;
    width: 295px;
}

.testimonial {
    position: relative;
    width: 190px;
    height: 116px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    padding: 20px 14px 0 60px;
    margin: 0 0 20px 0;
    background: transparent url(../images/bg_testimonial.png) no-repeat top left;
}

.testimonial2 {
    position: relative;
    width: 190px;
    height: 116px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    padding: 20px 14px 0 60px;
    margin: 0 0 20px 0;
    background: transparent url(../images/bg_testimonial2.png) no-repeat top left;
}

#plans {
    float: left;
    width: 260px;
    margin: 0 0 0 15px;
}

    #plans ul {
        list-style-type: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

    #plans li {
        padding: 10px 0 0 30px;
        background: transparent url(../images/ic_ok.gif) no-repeat 0px 10px;
        color: #5D5D5D;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.1em;
        text-rendering: optimizelegibility;
    }

    #plans span {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #000;
        display: block;
    }

.table_wrapper {
    position: relative;
    width: 740px;
    margin: 0px;
    float: left;
    background-color: #f5f5f5;
}

    .table_wrapper td {
        font-size: 14px;
    }

.table_input {
    width: 300px;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 5px;
    margin: 5px 0 10px 0;
    clear: both;
}

.error {
    float: left;
    color: red;
}

.table_input2 {
    width: 140px;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 5px;
    margin: 5px 0 10px 0;
}


.table_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #000;
    display: block;
    margin: 25px 0 20px 20px;
}

.text_small {
    font-size: 12px;
    color: #000;
    display: block;
    float: left;
}

.pricing_contents {
    position: relative;
    width: 1080px;
    margin: 0px auto;
    margin-top: 60px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    float: none;
    display: inline-block;
}

.pricing_wrapper {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
}

.pricing_title {
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 120px 0 0 0px;
    text-align: center;
}

.pricing_subtitle {
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 5px 0 50px 0;
    text-align: center;
}

.green {
    color: #95a701;
}

.pricing_title {
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 50px 0 0 0px;
    text-align: center;
}


#standard_box {
    width: 250px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 20px 0;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 18px 0 0;
    float: left;
}

    #standard_box .heading {
        width: 100%;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 10px 0 15px 0;
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        background: transparent url(../images/bg_box_heading.gif) no-repeat bottom center;
        background-color: #f5f5f5;
    }

    #standard_box .price {
        padding: 20px 0 0px 60px;
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        display: inline-block;
    }

    #standard_box .tag {
        color: #000000;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding: 20px 10px 10px 10px;
        text-align: center;
    }

    #standard_box .sup {
        font-size: 20px;
    }

    #standard_box .sub {
        font-family: 'Open Sans', sans-serif;
        color: #000000;
        font-weight: bold;
        display: inline-block;
        margin: 0 0 0 -5px;
        font-size: 20px;
    }

    #standard_box .signup {
        margin: 10px 0 15px 50px;
        float: left;
    }

    #standard_box ul {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

    #standard_box li {
        margin: 0 5px 1px 5px;
        padding: 8px 0 8px 0;
        background: #fff;
        text-align: center;
        font-size: 13px;
    }

#prof_box {
    width: 250px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 20px 0;
    border: 1px solid #555555;
    background-color: #555555;
    display: inline-block;
    margin: 0 18px 0 0;
    float: left;
}

    #prof_box .heading {
        width: 100%;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 10px 0 15px 0;
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        background: transparent url(../images/bg_box_heading2.gif) no-repeat bottom center;
        background-color: #4d4d4d;
    }

    #prof_box .price {
        padding: 20px 0 0 60px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        display: inline-block;
    }

    #prof_box .tag {
        color: #fff;
        display: inline-block;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding: 20px 10px 10px 10px;
        text-align: center;
    }

    #prof_box .sup {
        font-size: 20px;
    }

    #prof_box .sub {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        margin: 0 0 0 -5px;
        font-size: 20px;
    }

    #prof_box .signup {
        margin: 10px 0 15px 50px;
        float: left;
    }

    #prof_box ul {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

    #prof_box li {
        margin: 0 5px 1px 5px;
        padding: 8px 0 8px 0;
        background: #808080;
        text-align: center;
        color: #FFFFFF;
        font-size: 13px;
    }

.margin_center {
    margin: 0 5px 0 5px;
}

.best_value {
    position: absolute;
    top: -25px;
    left: 395px;
    z-index: 10;
}

.bottom_text {
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 28px;
    padding: 35px 0 0 0;
    text-align: center;
}

#bottom_features {
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
    padding: 0 0 40px 0;
}

    #bottom_features ul {
        list-style-type: none;
        margin: 30px 20px 0 20px;
        padding: 0;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: 230px;
    }

    #bottom_features li {
        padding: 10px 0 0 30px;
        background: transparent url(../images/ic_ok.gif) no-repeat 0px 10px;
        color: #5D5D5D;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.1em;
        text-rendering: optimizelegibility;
    }

.demo_wrapper {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
    /*background: transparent url(../images/bg_demo.gif) no-repeat bottom left;*/
}

.demo_title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 145px 0 0 305px;
}

.demo_contents {
    position: relative;
    width: 1080px;
    margin: 0px auto;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    float: none;
}

#demo_left {
    float: left;
    width: 295px;
}

#demo_right {
    position: relative;
    width: 740px;
    margin: 0px;
    padding: 20px 0 20px 0;
    float: left;
    background-color: #f5f5f5;
    text-align: center;
}

    #demo_right img {
        border: 1px solid #e7e7e7;
        margin: 5px 0 5px 0;
        display: inline-block;
    }

    #demo_right .margin_center {
        margin: 5px 16px 5px 16px;
    }

    #demo_right .bt_demo {
        float: left;
        margin: 15px 0 10px 18px;
    }

#add_info {
    float: left;
    width: 240px;
    margin: 0 0 0 15px;
    line-height: 20px;
    color: #5D5D5D;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    text-rendering: optimizelegibility;
}

    #add_info span {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.5em;
        color: #000;
        display: block;
        margin: 0 0 10px 0;
    }


.help_wrapper {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
    background: none;
    /* background: transparent url(../images/bg_help.gif) no-repeat bottom left; */
}

.help_title {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 100px 0 0 40px;
}


.help_contents {
    position: relative;
    width: 1080px;
    margin: 0px auto;
    margin-bottom: 35px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    float: none;
    background-color: #ffffff;
}

#help_box {
    position: relative;
    width: 975px;
    display: inline-block;
    margin: 20px 0 0 40px;
}

    #help_box .title {
        position: relative;
        width: 100%;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        padding: 0 0 0px 40px;
        color: #000;
    }

        #help_box .title a {
            text-decoration: none;
        }

    #help_box .text {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0 0 20px 40px;
        color: #5D5D5D;
        font-family: 'Open Sans',sans-serif;
        font-size: 1.2em;
        line-height: 1.6em;
        text-rendering: optimizelegibility;
    }

    #help_box .minus {
        background: transparent url(../images/bg_minus.gif) no-repeat 0px 5px;
    }

    #help_box .plus {
        background: transparent url(../images/bg_plus.gif) no-repeat 0px 5px;
    }

    #help_box .none {
        display: none;
    }

.help_title2 {
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 40px 0 0 0px;
    text-align: center;
}

.help_subtitle2 {
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #646363;
    font-weight: normal;
    line-height: 35px;
    padding: 5px 0 30px 0;
    margin: 0 0 20px 0;
    text-align: center;
    background: transparent url(../images/bg_bar.gif) no-repeat bottom center;
}

.blue {
    color: #2179c4;
}

#footer_bkg {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
    margin: 0 0px 0px 0px;
    background-color: #efeeee;
    padding-bottom: 15px;
}


@media all and (max-width: 1000px) and (min-width: 700px) {
    #footer_bkg {
        position: relative;
        top: 0px;
        float: left;
        width: 115%;
        margin: 0 0px 0px 0px;
        background-color: #efeeee;
        padding-bottom: 15px;
    }
}



#footer {
    font-size: 11px;
    width: 1000px;
    overflow: visible;
    margin: 0px auto;
    text-align: left; /* For IE5/Win */
    position: relative;
    float: none;
}

    #footer .links {
        width: 575px;
        float: left;
        margin: 30px 0px 0px 0px;
    }

    #footer a {
        color: #5a5a5a;
        text-decoration: none;
    }

        #footer a:hover {
            color: #5a5a5a;
            text-decoration: underline;
        }

#block_link {
    float: left;
    width: 160px;
    line-height: 20px;
    margin: 0px 50px 0px 0px;
}

    #block_link .tit, .tit-con {
        width: 99%;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #5a5a5a;
        display: block;
        float: left;
        margin: 0px 0px 12px 0px;
    }

#info {
    float: left;
    color: #5a5a5a;
    line-height: 20px;
    margin: 30px 0px 0px 0px;
}

#copy {
    width: 550px;
    color: #5a5a5a;
    float: left;
    margin: 30px 0px 0px 0px;
}

#footer .form {
    width: 340px;
    float: left;
    margin: 30px 0px 0px 80px;
}

    #footer .form .tit {
        width: 99%;
        font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #5a5a5a;
        display: block;
        float: left;
        margin: 0px 0px 0px 0px;
    }

    #footer .form .form1 {
        width: 322px;
        height: 27px;
        float: left;
        margin: 12px 0px 0px 0px;
    }

    #footer .form .form2 {
        width: 322px;
        height: 48px;
        float: left;
        margin: 12px 0px 0px 0px;
    }

    #footer .form .box {
        color: #8d8d8d;
        width: 305px;
        padding: 4px;
        border: 0px;
        float: left;
        margin: 0px 0px 0px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #footer .form .box2 {
        color: #8d8d8d;
        width: 305px;
        padding: 4px;
        border: 0px;
        float: left;
        height: 30px;
        margin: 3px 0px 0px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.button2 {
    border: none;
    padding: 5px 10px 5px 10px;
    background: none;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #333;
    margin: 10px 15px 0px 0px;
    float: right;
}

.child {
    display: none;
    margin: 10px 0 0px 0;
    width: 90%;
}

.how_wrapper {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
    background: transparent url(../images/bg_how.gif) no-repeat bottom left;
}

.how_title {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    line-height: 35px;
    padding: 120px 0 0 60px;
}

.how_contents {
    position: relative;
    width: 1080px;
    margin: 0px auto;
    margin-bottom: 35px;
    overflow: visible;
    text-align: left; /* For IE5/Win */
    float: none;
    background-color: #f5f5f5;
}


.pricing_faq {
    position: relative;
    width: 500px;
    margin: 25px 20px 25px 20px;
    line-height: 18px;
    float: left;
    color: #5D5D5D;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    text-rendering: optimizelegibility;
}


    .pricing_faq .title3 {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        color: #000;
        font-weight: bold;
        padding: 0 0 0 0;
    }


form .fieldTitle {
    float: left;
    margin-right: 5px;
}

/*Dialogs*/

.dialog {
    /* overlay is hidden before loading */
    display: none; /* standard decorations */
    width: 450px;
    border: 10px solid #666; /* for modern browsers use semi-transparent color on the border. nice! */
    border: 10px solid rgba(82, 82, 82, 0.698); /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .dialog div {
        padding: 10px;
        border: 1px solid #3B5998;
        background-color: #fff;
        font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    }

    .dialog h2 {
        margin: -11px;
        margin-bottom: 0px;
        color: #fff;
        background-color: #6D84B4;
        padding: 5px 10px;
        border: 1px solid #3B5998;
        font-size: 20px;
    }

.global-ajax-loader {
    position: fixed;
    top: 48%;
    left: 47%;
    width: 64px;
    height: 64px;
}

.left {
    float: left;
}

.right {
    float: left;
    border-left: 1px solid #3B5998;
}

.previewPriceBorder {
    border-left: 2px solid #e2e2e2;
    padding-left: 10px;
}

    .previewPriceBorder tr td span {
        font-size: 12px;
    }

.btn_what_its {
    color: #6C6C6C;
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: underline;
}

.btn_close {
    position: absolute;
    right: 11px;
    top: 0;
}

.btn_changePlans {
    color: #548DD4 !important;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
    font-size: 12px;
}



/*Last Updates PLEASE DON´T OVERWRITE*/

#text_block_how {
    width: 1000px;
    float: left;
    margin: 85px 0 0 30px;
    display: inline-block;
}

    #text_block_how .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 35px;
        color: #333333;
        margin: 0 0 20px 0;
        line-height: 40px;
    }

.titles {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 30px;
}

#text_block_how .text {
    float: left;
    width: 480px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    color: #5D5D5D;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
    text-rendering: optimizelegibility;
}

#text_block_how .pic {
    width: 460px;
    margin: 0 40px 0 0;
    float: left;
    text-align: center;
}

.privacy_wrapper {
    position: relative;
    top: 40px;
    width: 1100px;
    height: 211px;
    margin: 0px auto;
    overflow: visible;
    display: inline-block;
    text-align: left;
}



#text_block_main {
    width: 980px;
    font-size: 14px;
    float: left;
    margin: 40px 0 0 30px;
    padding: 20px;
    display: inline-block;
    line-height: 20px;
    background-color: #eaeaea;
}


#text_block_privacy {
    width: 980px;
    font-size: 12px;
    float: left;
    margin: 40px 0 0 50px;
    display: inline-block;
    line-height: 20px;
}

    #text_block_privacy .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #333333;
        margin: 0 0 10px 0;
        line-height: 20px;
    }



ol {
    width: 90%;
    margin: 0em;
    padding: .5em;
    list-style: none;
    counter-reset: item;
}

    ol li {
        display: block margin: .5em 0;
        padding-left: 2em;
    }

        ol li:before {
            display: inline-block;
            margin-left: -2em;
            margin-right: .5em;
            text-align: center;
            content: counters(item, ".") ".";
            counter-increment: item;
            font-weight: bold;
        }

    ol ol { /*resets from parent OL*/
        width: auto;
        margin: 0;
        padding: .5em 0;
    }

    ol li li:before { /*remove the trailing period*/
        content: counters(item, ".") " ";
        font-weight: bold;
    }

    ol ol ol {
        padding: .5em 0 0;
    }

    ol li li {
    }

        ol li li li {
        }

            ol li li li:before { /*target third level*/
            }

.center_holder {
    margin: 0 0 0 50px;
    display: inline-block;
}

.portfolio {
    display: inline-block;
    float: left;
    margin: 30px 10px 0;
    width: 298px;
}


.sitename {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0 0;
}


a.goldberg {
    width: 298px;
    height: 197px;
    display: inline-block;
    background: transparent url(../images/portfolio_goldberg.jpg) no-repeat top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

    a.goldberg:hover {
        width: 298px;
        height: 197px;
        display: inline-block;
        background: transparent url(../images/portfolio_goldberg2.jpg) no-repeat top;
        transition: all 0.3s ease-in-out 0s;
    }

a.sinai {
    width: 298px;
    height: 197px;
    display: inline-block;
    background: transparent url(../images/portfolio_sinai.jpg) no-repeat top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

    a.sinai:hover {
        width: 298px;
        height: 197px;
        display: inline-block;
        background: transparent url(../images/portfolio_sinai2.jpg) no-repeat top;
        transition: all 0.3s ease-in-out 0s;
    }


a.shan {
    width: 298px;
    height: 197px;
    display: inline-block;
    background: transparent url(../images/portfolio_shan.jpg) no-repeat top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

    a.shan:hover {
        width: 298px;
        height: 197px;
        display: inline-block;
        background: transparent url(../images/portfolio_shan2.jpg) no-repeat top;
        transition: all 0.3s ease-in-out 0s;
    }

a.toco {
    width: 298px;
    height: 197px;
    display: inline-block;
    background: transparent url(../images/portfolio_toco.jpg) no-repeat top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

    a.toco:hover {
        width: 298px;
        height: 197px;
        display: inline-block;
        background: transparent url(../images/portfolio_toco2.jpg) no-repeat top;
        transition: all 0.3s ease-in-out 0s;
    }

a.carrefour {
    width: 298px;
    height: 197px;
    display: inline-block;
    background: transparent url(../images/portfolio_carrefour.jpg) no-repeat top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

    a.carrefour:hover {
        width: 298px;
        height: 197px;
        display: inline-block;
        background: transparent url(../images/portfolio_carrefour2.jpg) no-repeat top;
        transition: all 0.3s ease-in-out 0s;
    }


a.sampson {
    width: 298px;
    height: 197px;
    display: inline-block;
    background: transparent url(../images/portfolio_samson.jpg) no-repeat top;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

    a.sampson:hover {
        width: 298px;
        height: 197px;
        display: inline-block;
        background: transparent url(../images/portfolio_samson2.jpg) no-repeat top;
        transition: all 0.3s ease-in-out 0s;
    }

.promo_box {
    position: relative;
    margin: 0 auto;
    float: none;
    width: 400px;
    border-radius: 5px;
    text-align: center;
    background: #e1e1e1;
    padding: 25px;
    border: 1px solid #ccc;
    font-size: 20px;
    color: #000;
}



.banner_resp {
    width: 100%;
    height: auto;
    margin: -30px 0 0 0;
    padding: 0;
    background-color: #aebf1a;
    display: inline-block;
}


    .banner_resp .content {
        position: relative;
        width: 1100px;
        margin: 0 auto;
        padding: 0;
        background: transparent url(../images/bg_banner_res.png) no-repeat bottom right;
        display: inline-block;
    }

        .banner_resp .content .title {
            position: relative;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            font-size: 35px;
            padding: 50px 0 30px 0;
            font-family: 'Open Sans',sans-serif;
            font-weight: 500;
            color: #fff;
        }

        .banner_resp .content .pic {
            position: relative;
            width: 715px;
            float: left;
        }

        .banner_resp .content .text {
            width: 320px;
            float: left;
            font-family: 'Open Sans',sans-serif;
            font-size: 28px;
            margin: 40px 0 0 20px;
            text-align: left;
            color: #fff;
        }

#navlist {
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    font-size: 15px;
}

    #navlist li {
        padding-left: 25px;
        padding-top: 10px;
        background-image: url(../images/ok.png);
        background-repeat: no-repeat;
        background-position: 0 .6em;
    }


.banner_inside {
    width: 100%;
    height: auto;
    margin: -30px 0 0 0;
    padding: 0;
    background-color: #aebf1a;
    display: inline-block;
}


    .banner_inside .content {
        position: relative;
        width: 1100px;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
    }

    .banner_inside .titlei {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 35px;
        padding: 15px 0 10px 0;
        font-family: 'Open Sans',sans-serif;
        font-weight: 500;
        color: #fff;
    }

    .banner_inside .subi {
        position: relative;
        width: 100%;
        margin: -10px auto 5px;
        text-align: center;
        font-size: 20px;
        padding: 0 0 25px 0;
        font-family: 'Open Sans',sans-serif;
        font-weight: 500;
        color: #fff;
        display: block;
    }


.col_contact {
    width: 280px;
    margin: 35px 0px 25px 55px;
    float: left;
    line-height: 20px;
}

    .col_contact h2 {
        font-size: 1.5rem;
        font-weight: 400;
        color: #222222;
        margin: 0 0 20px;
        font-family: "Open Sans","Helvetica Neue",Arial,Sans-Serif;
    }

.list-icons {
    list-style: none outside none;
    margin: 0 0 20px 0;
    padding: 0;
}

    .list-icons > li {
        display: table;
        margin-bottom: 20px;
    }

        .list-icons > li > .icon {
            float: left;
            margin-right: 20px;
        }

        .list-icons > li > p {
            display: table-cell;
            margin: 0;
            vertical-align: middle;
        }

        .list-icons > li > div {
            float: left;
        }

            .list-icons > li > div table {
                margin: 0;
            }

.form_contact {
    width: 300px;
    background: #f0f0f0;
    display: inline-block;
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 0px 0px 0px 0px;
    border: 0;
}


.field_contact {
    width: 93%;
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 0px 0px 10px 0px;
    border: 0;
    color: #696464;
}

a.butsend {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: #424242;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-family: 'Quattrocento Sans', sans-serif;
    margin: 15px 0 0 0px;
    text-align: center;
}

    a.butsend:hover {
        background: #aebf1a;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


@media only screen and (min-width:100px) and (max-width:1100px) {

    .banner_resp .content {
        position: relative;
        width: 1000px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }


        .banner_resp .content .pic {
            width: 650px;
        }
}


@media all and (max-width: 1000px) and (min-width: 700px) {
    .banner_resp {
        width: 115%;
        height: auto;
        margin: -30px 0 0 0;
        padding: 0;
        background-color: #aebf1a;
        display: inline-block;
    }

    .banner_inside {
        width: 115%;
        height: auto;
        margin: -30px 0 0 0;
        padding: 0;
        background-color: #aebf1a;
        display: inline-block;
    }
}

.no-cc {
    text-align: right;
    margin-right: 60px;
    color: #bbb;
    margin-top: 5px;
}

.msg-bubble {
    border: 2px solid #F8898A;
    background-color: #FEF6F4;
    border-radius:5px;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    display: none;
    width: 679px;
    margin-top: 10px;
}
