#highlight-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    background-color: #182229;
}

#highlight-list div.wrap-img {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;

    position: relative;
}

#highlight-list div.wrap-img a:hover div.gradient {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#highlight-list div.wrap-img a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#highlight-list div.wrap-img div.gradient {
    background: url("../img/cover-legend-bg.png") repeat-x scroll 0 0 transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 80px;
    z-index: 1;

    opacity: 0;
    filter: alpha(opacity=00);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=00);
    zoom: 1;
}

#highlight-list div.wrap-img div.legend {
    padding: 8px 5px 14px 12px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    text-align: left;
    font-size: 11px;
    z-index: 10;
}

#highlight-list div.wrap-img img {
    opacity: 0.25;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    zoom: 1;
}

#highlight-list div.wrap-img div.gradient,
#highlight-list div.wrap-img img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#header #logo {
    padding-top: 0;
}

#header {
    height: 550px;
    text-align: center;
    color: #fff;
}
#header div.container-bg {
    position: relative;
    height: 100%;

    background-image: url("../img/covers/01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #182229;
/*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header div.container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -490px;
    height: 405px;
    margin-top: -165px;
}

#highlight-list,
#header div.container-bg {
    min-width: 950px;
}

#features {
    border-bottom: 2px solid #d0d0d0;
}

#features div.container {
    padding-top: 75px;
    text-align: center;
}

#characteristics article,
#features article {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 280px;
    text-align: center;
    vertical-align: top;
}

#features article {
    width: 240px
}

#features article.hotsites {
    width: 280px;
}

#characteristics article.space,
#features article.plus {
    padding-top: 25px;
    width: 50px;
    vertical-align: top;
    font-family: Arial;
    color: #cd4842;
    font-size: 21px;
}

#features article.plus {
    width: 75px;
}

#characteristics article h3,
#features article h3 {
    padding: 100px 0 14px 0;
    color: #232b31;
    text-transform: uppercase;
}

#characteristics article hr,
#features article hr {
    border: 0;
    width: 45px;
    height: 2px;
    background-color: #232b31;
    margin: 0 auto
}

#be-the-first-one p,
#characteristics article p,
#features article p {
    margin-top: 15px;
    color: #3f4346;
    line-height: 22px;
    font-size: 13px;
}
#features article.hotsites h3,
#features article.blog h3,
#features article.portfolio h3 {
    font-family: 'TheSans6-SemiBoldRegular';
    background: url("../img/circle-portfolio.png") no-repeat scroll top center transparent;
}

#features article.blog h3 {
    background-image: url("../img/circle-blog.png");
}
#features article.hotsites h3 {
    background-image: url("../img/circle-hotsites.png");
}

#features #monitor {
    padding-top: 60px;
    background: url("../img/bg-angle.png") no-repeat scroll top right transparent;
}

#features #monitor .screen {
    background: url("../img/monitor.png") no-repeat scroll top center transparent;
    width: 898px;
    height: 509px;
    margin: 0 auto;
    position: relative;
}

#features #monitor .screen img.loader,
#features #monitor .screen img.s {
    z-index: 10;
    position: absolute;
    top: 35px;
    left: 42px;
}
#features #monitor .screen img.loader {
    z-index: 9;
    top: 46%;
    left: 50%;
    margin-left: -32px;
}

#features #monitor .screen a.arrow {
    background: url("../img/monitor-arrows.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 192px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

#features #monitor .screen a:hover.arrow {
    opacity: 1;
}

#features #monitor .screen a.arrow.left {
    left: -100px;
}

#features #monitor .screen a.arrow.right {
    background-position: -75px 0;
    right: -100px;
}

#characteristics {
    text-align: center;
    background-color: #fff;
}

#characteristics div.container {
    margin-bottom: 20px;
}

#wrap-payment h2,
#testimonials h2,
#characteristics h2 {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 30px;
    text-transform: uppercase;
}
#wrap-payment h2 {
    padding-top: 0px;
    text-align: center;
}

#characteristics h2 {
    padding-bottom: 40px;
}

#characteristics .wrap-charact {
    margin-top: 20px;
    text-align: center;
}

#characteristics article {
    text-align: left;

    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;

    width: 275px;
    background-color: #fff;

    /* margin-bottom: 45px;*/
    margin-bottom: 55px;
    margin-left: 45px;
    text-align: left;
    vertical-align: top;
}
#characteristics article.first {
    margin-left: 0px;
}

#characteristics article div.wrap-desc {
}

#characteristics article h3 {
    padding: 0 0 25px 0;
    font-family: 'TheSans6-SemiBoldRegular';
}

#characteristics article hr {
    margin-left: 0;
}

#characteristics article img {

}

#parallax {
    height: 440px;
    background: url("../img/fixed-bg.jpg") no-repeat fixed center center transparent;
}

body.mobile #parallax {
    background: url("../img/fixed-bg.jpg") no-repeat scroll center center transparent;
}

#video img,
#video iframe {
    margin: 120px 0;
}

#testimonials {
    margin-bottom: 40px;
}
#testimonials h2 {
    text-align: center;
}

#testimonials div.wrap-test {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#testimonials div.wrap-test article {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;

    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

    width: 275px;
    background-color: #fff;

    /* margin-bottom: 45px;*/
    margin-bottom: 5px;
    margin-left: 45px;
    text-align: left;
    vertical-align: top;
}
#testimonials div.wrap-test article.first {
    margin-left: 0px;
}

#testimonials div.wrap-test article:nth-child(3n+0) {
    margin-right: 0;
}

#testimonials div.wrap-test article div.wrap-img img {
    width: 275px;
    height: 300px;
}

#testimonials div.wrap-test article div.wrap-desc {
    position: relative;
}

#testimonials div.wrap-test article div.wrap-desc img.profile {
    width: 90px;
    height: 98px;
    position: absolute;
    right: 25px;
    top: -45px;
}

#testimonials div.wrap-test article div.wrap-desc {
    padding: 20px 30px;
}

#testimonials div.wrap-test article div.wrap-desc h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 3px;
    color: #242e35;
}
#testimonials div.wrap-test article div.wrap-desc a {
    font-size: 11px;
    color: #919191;
    display: block;
}

#testimonials div.wrap-test article div.wrap-desc p {
    margin-top: 20px;
    color: #3f4346;
    line-height: 22px;
    font-size: 13px;
}

#testimonials div.wrap-test article div.wrap-desc p.br {
    margin-top: 8px;
}


#be-the-first-one {
    text-align: center;
}

#be-the-first-one div.container {
    padding: 100px 0;
}

#be-the-first-one h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

#be-the-first-one p {
    margin-top: 12px;
    margin-bottom: 50px;
}

#partners {
    text-align: center;
}

#partners h3 {
    padding-bottom: 50px;
    font-size: 30px;
    text-transform: uppercase;
    color: #232b31;
    font-family: 'TheSans6-SemiBoldRegular';
    font-size: 1.17em;
}

#partners ul + ul {
    margin-top: 30px;
}

#partners li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0px 25px;
}

#partners li a img {
    border: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);

    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari and Chrome */
    -o-transition: all 0.4s; /* Opera */
}

#partners li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#partners hr {
    border: 0;
    width: 45px;
    height: 2px;
    background-color: #232b31;
    margin: 0 auto;
}

#partners div.container {
    padding: 20px 0 100px 0;
}



#wrap-payment div.container {
    padding: 100px 5px;
}

#wrap-payment .plans {
    position: relative;
    overflow: hidden;
    padding: 2px;
    margin-right: 260px;
}

#wrap-payment .options {
    float: right;
    width: 220px;
    margin-top: 2px;
}
#wrap-payment .options .option-list {
    border: 1px solid #d1d1d1;
    border-bottom: 0px;
}

#wrap-payment .options .option-list .fi * {
    vertical-align: top;
}

#wrap-payment .options .option-list .fi label {
    color: #9dad46;
    font-size: 13px;
    padding-left: 3px;
}
#wrap-payment .options div.empty,
#wrap-payment .options div.fi.cupom {
    padding-left: 40px;
    text-align: left;
}

#wrap-payment .options div.empty,
#wrap-payment .options div.fi.cupom a {
    font-size: 12px;
}
#wrap-payment .options div.fi.cupom label {
    margin-bottom: 5px;
    padding-left: 0;
}

#wrap-payment .options div.fi.cupom input {
    width: 90px;
}

#wrap-payment .options div.fi.cupom a.smally {
    padding: 4px 10px 5px 10px;
    margin: 1px 0 0 10px;
}
#wrap-payment .options .field-cupom {
    margin-top: 7px;
}

#wrap-payment .options-tree ul.item li > ul.subitem li {
    margin-left: 4px;
}
#wrap-payment .options-tree ul.item li > ul.subitem {
    padding-top: 0;
    margin-bottom: 0;
}

#wrap-payment  .options-tree ul.root {
    width: auto;
}

#wrap-payment .options-tree ul.item li {
    border-bottom: 0;
}
#wrap-payment .options-tree ul.item li.first {
    border-top: 0;
}

#wrap-payment .options .middle.radio {
    padding: 21px 0 16px 21px;
}
#wrap-payment .options .middle.list {
    padding-top: 19px;
    padding-right: 19px;
    padding-bottom: 17px;
}

#wrap-payment .options div.title {
    background: #d1d1d1;
    color: #fff;
    padding: 9px 0 7px 40px;
    font-size: 13px;
    text-transform: uppercase;
}

#wrap-payment .options .resume {
    background: #28333b;
    color: #d7d8d9;
    font-size: 13px;
    text-transform: uppercase;
    padding: 18px 20px 40px 20px;
    position: relative;
    margin-bottom: 60px;
}

#wrap-payment .options .resume ul {
    text-align: right;
}
#wrap-payment .options .resume ul.subs {
    line-height: 18px;
}
#wrap-payment .options .resume ul li.value,
#wrap-payment .options .resume ul li.legend {
    width: 49%;
}
#wrap-payment .options .resume ul li.legend {
    text-align: left;
}

#wrap-payment .options .resume ul.total {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

#wrap-payment .options .resume a.button {
    position: absolute;
    bottom: -24px;
    top: auto;
    left: 50%;
    margin-left: -93px;
    width: 186px;
}

#wrap-payment .options .terms {
    font-size: 12px !important;
    margin-bottom: 25px;
    text-align: center;
    color: #939393;
}

#wrap-payment .options .bottom-image {
    background: url("../img/plan-pay.html") no-repeat center center transparent;
    width: 150px;
    height: 92px;
    margin: 0 auto;
}


#wrap-payment .wrap-product {
    position: relative;
    overflow: hidden;

    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

#wrap-payment .wrap-product + .wrap-product {
    margin-top: 60px;
}

#wrap-payment .product-header,
#wrap-payment .product-plan {
    float: left;
    width: 18%;
}

#wrap-payment .product-plan ul,
#wrap-payment .product-plan ul li.name {
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari and Chrome */
    -o-transition: all 0.4s; /* Opera */
}

#wrap-payment .product-plan.selected ul li.name,
#wrap-payment .product-plan:hover ul li.name {
    background: #182229;
}
#wrap-payment .product-plan:hover ul {
    background: #fafafa;
}

#wrap-payment .product-plan.selected ul {
    background: #28333b;
}
#wrap-payment .product-plan.selected ul * {
    color: #fff !important;
}
#wrap-payment .product-plan.selected li.price {
    border-bottom: 1px solid #182229;
}

#wrap-payment .product-plan ul {
    background: #fff;
}
#wrap-payment .product-header ul {
    background: #f6f6f6;
}

#wrap-payment .product-header li,
#wrap-payment .product-plan li {
    display: block;
    text-align: center;
}

#wrap-payment .product-header {
    width: 28%;
}

#wrap-payment .product-plan li.name {
    position: relative;
}
#wrap-payment .product-plan li.name span.icon {
    position: absolute;
    width: 37px;
    height: 37px;

    background: url("../img/options-tree.html") no-repeat -6px -525px transparent;
    left: 50%;
    margin-left: -18px;
    bottom: -18px;
}

#wrap-payment .product-header li.logo,
#wrap-payment .product-plan li.name {
    height: 100px;
    line-height: 100px;
    padding: 0;
}

#wrap-payment .product-header li.desc,
#wrap-payment .product-plan li.price {
    border-bottom: 1px solid #f0f0f0;
    padding: 36px 0 25px 0;
}

#wrap-payment .product-plan li.name {
    line-height: 105px;
}

#wrap-payment .product-header li.desc {
    padding-right: 15px;
    padding-top: 41px;
    height: 30px;
}

#wrap-payment .product-header li {
    text-align: right;
    font-size: 13px;
    color: #939393;
    padding: 13px 15px 13px 0;
    line-height: 16px;
}

#wrap-payment .product-plan li.price {
    height: 35px;
}

#wrap-payment .product-plan li.price div.price {
    margin-bottom: 5px;
}

#wrap-payment .product-plan li.price span {
    color: #777;
}

#wrap-payment .product-plan li.price span.period,
#wrap-payment .product-plan li.price span.currency {
    font-size: 13px;
}

#wrap-payment .product-plan li.price span.value {
    font-size: 21px;
}
#wrap-payment .product-plan li.price div.desc span,
#wrap-payment .product-plan li.price div.desc {
    font-size: 9px;
    font-family: arial;
    color: #777;
}
#wrap-payment .fake-linethrough {
    background: url("../img/line.html") repeat-x center left transparent;
    padding: 0 1px;
}

#wrap-payment .product-plan li.feature {
    color: #777;
    font-size: 16px;
    padding: 13px;
    line-height: 16px;
}
#wrap-payment li.feature.more {
    display: none;
}

#wrap-payment .product-header li.desc {
    text-transform: uppercase;
    line-height: 19px;
}

#wrap-payment li.button {
    height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 45px;
}
#wrap-payment li.button.curren-plan {
    font-size: 13px;
    color: #63aed6;
}

#wrap-payment .product-header li.logo img {
    vertical-align: middle;
    margin-right: 15px;
}

#wrap-payment .product-header li.bg-red {
    background: url("../img/payment-bg-red.png") no-repeat top left #182229;
}
#wrap-payment .product-header li.bg-green {
    background: url("../img/payment-bg-green.png") no-repeat top left #182229;
}

#wrap-payment .product-plan li.name {
    background: #28333b;
    color: #fff;
    font-size: 21px;
}

#wrap-payment .footer {
    overflow: hidden;
    position: relative;
}

#wrap-payment .footer .left {
    float: left;
    width: 28%;
}
#wrap-payment .footer .left .inner {
    background: #d1d1d1;

    color: #fff;
    padding: 20px 15px 17px 0;
    text-transform: uppercase;
    line-height: 19px;
    text-align: right;
    font-size: 13px;
    height: 38px;
}

#wrap-payment .footer .text {
    margin-left: 28%;
    background: #e8e8e8;
    color: #777;
    padding: 8px 8px 8px 39px;
    height: 59px;
}

#wrap-payment .footer.index .text {
    padding: 19px 8px 8px 39px;
    height: 48px;
}
#wrap-payment .footer.index .text p {
    font-size: 13px;
    line-height: 40px;
}

#wrap-payment .footer .text a.button {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;

}

#wrap-payment .footer.sites .text a.button {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

#wrap-payment .footer .text li {
    margin-right: 30px;
    text-align: center;
    width: 106px;
}

#wrap-payment .footer .text .price {
    font-size: 13px;
}

a.button.default.white.tiny {
    font-size: 12px;
    padding: 3px 10px 2px 10px;
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

a.button.default.white {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #c3c3c3;
    text-transform: none;
    text-shadow: none;
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.04);
}
a.button.default.white.tiny {
    font-size: 12px;
    padding: 3px 10px 2px 10px;
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

a.button.white {
    cursor: pointer;
    position: relative;
    top: 1px;
    margin: 5px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 12px 20px 9px 20px; */
    padding: 12px 25px 9px 25px;
    border: 0;
    border-bottom: 0;
    line-height: 18px;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.button.default.white.tiny:hover {
    color: #7fc9f0;
    border: 1px solid #d9e4ea;
    -moz-box-shadow: 0 0 0 3px rgba(127, 201, 240, 0.2);
    -webkit-box-shadow: 0 0 0 3px rgba(127, 201, 240, 0.2);
    box-shadow: 0 0 0 3px rgba(127, 201, 240, 0.2);
}

