/*
    Created on : 17-feb-2014, 12:09:20
    Author     : Chermo
*/

/*PRICING*/

body[data-currency="€"] .plan .amount:before {
    content: "€";
}
body[data-currency="€"] .plan .amount:after {
    content: "";
}

body[data-currency="€"] .amount:after {
    content: "€";
}
body[data-currency="$"] .amount:before {
    content: "US$";
}
body[data-currency="£"] .amount:before {
    content: "£";
}
body[data-currency="¥"] .amount:before {
    content: "¥";
}
body[data-currency="₹"] .amount:before {
    content: "₹";
}
body[data-currency="AR$"] .amount:before {
    content: "AR$";
}
body[data-currency="S/."] .amount:before {
    content: "S/.";
}
body[data-currency="₺"] .amount:before {
    content: "₺";
}
body[data-currency="R$"] .amount:before {
    content: "R$";
}

.amount.no-symbol:before,
.amount.no-symbol:after {
    display: none;
}

.price-platforms {
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #211747;
}

.filters {
    margin: 2rem 0 0;
    display: flex;
    justify-content: center;
}

.btn-group {
    display: flex;
    justify-content: center;
}
.btn-group.tax {
    margin-left: 2rem;
}
.btn-group.tax > .btn {
    display: flex;
    align-items: center;
    cursor: pointer !important;
}
.btn-group.tax > .btn > i {
    margin-right: 8px;
}
.btn-group.tax > .btn > i.icon-checkbox-checked {
    display: none;
}
.btn-group.tax > .btn.active > i.icon-checkbox-unchecked {
    display: none;
}
.btn-group.tax > .btn.active > i.icon-checkbox-checked {
    display: block;
}

.btn-group > .btn {
    color: #777;
    cursor: pointer;
    font-family: Montserrat, Helvetica, Arial, Verdana, sans !important;
    font-size: 14px;
    margin: 0;
    padding: 10px 10px 10px;
    text-align: center;
    border: 1px solid rgba(200, 200, 200, 0.8);
}
.btn-group > .btn:hover {
    background-color: rgba(200, 200, 200, 0.2);
}
.btn-group > .btn:first-of-type {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right-width: 0;
    border-left-width: 1px !important;
    padding-left: 16px;
}
.btn-group > .btn:last-of-type {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left-width: 0;
    border-right-width: 1px !important;
    padding-right: 16px;
}
.btn-group > .btn.active {
    background-color: #ff7113 !important;
    border-color: #ff7113;
    color: #fff;
    cursor: default;
    font-weight: bold;
}

.filters .btn-group > .btn.active {
    background-color: #211747 !important;
    border-color: #211747;
    color: #fff;
    cursor: default;
    font-weight: bold;
}

.plans > .plan > .amount:before {
    font-size: 0.6em;
    position: relative;
    font-weight: 300;
    top: -10px;
    left: -2px;
}

.content-my-app {
    overflow: visible;
}
.header-my-app {
    /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera11.10+ */ /* IE10+ */
    /* IE6-9 */ /* W3C */
    text-align: left !important;
    padding: 5px !important;
    color: #333 !important;
    /* font-weight:bold !important; */
    border-bottom: 1px solid #e0e3e6 !important;
    background: none !important;
    text-shadow: none !important;
    margin: 5px 0 15px 2px !important;
    height: auto !important;
    float: none;
}

.table {
    display: table;
    width: 100%;
}
.table .row {
    display: table-row;
}
.table .row:nth-child(n + 2):hover .cell {
    background: #ebedef;
}
.table .cell {
    display: table-cell;
}
.table .cell.hover {
    background: #ebedef;
}

#analizer {
    position: relative;
    display: inline-block;
    width: 0;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    background: #eee;
    border: 2px solid #fff;
    border-radius: 5px;
    left: 0;
    transition: all 0.3s;
    min-width: 60px;
    min-height: 60px;
    display: none !important;
}
#analizer.loading {
    width: 60px;
    height: 60px;
    background: url(../images/loader.gif) no-repeat center #eee;
    background-size: 30px;
    left: 50%;
    top: 20px;
    margin: 0 0 0 -32px;
    padding: 0;
}
#analizer.recomended {
    width: 300px;
    height: 130px;
}
#analizer.recomended:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -8px;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #eee transparent transparent;
    transition: all 0.3s;
}
#analizer.questions {
    width: auto;
    height: auto;
    min-height: 100px;
    margin-bottom: -30px;
    left: 0 !important;
    width: 100%;
}
#analizer.questions:before,
#analizer.questions:after {
    display: none;
}
#analizer h1 {
    font-weight: 300;
    line-height: 1.3em;
    text-align: center;
}
#analizer .buttons {
    text-align: center;
    margin: 10px 0;
}
#analizer .buttons button {
    padding: 2px 20px;
    min-width: 80px;
}
#analizer .buttons button:hover {
    background: #444;
}

.plans {
    margin: 40px 0;
    white-space: nowrap;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 0.85em;
}
.plans .plan {
    white-space: normal;
    width: 156px !important;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: default;
    transition: all 0.3s, margin 0.4s;
    border: 1px solid rgba(200, 200, 200, 0.8);
}
.plans .plan.current {
    cursor: default !important;
}
.plans .plan > div {
    padding: 2px 0;
    text-align: center;
    position: relative;
}
.plans .plan > div.service {
    border-top: 1px solid rgba(200, 200, 200, 0.8);
    min-height: 37px;
    /* overflow: hidden; */
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px !important;
}
.plans .plan > div.service:before {
    font-family: "icomoon";
    content: "\e6f7";
    position: absolute;
    right: 1px;
    top: 1px;
    color: #ddd;
    font-weight: 300;
    font-size: 1.1em;
    z-index: -1;
}
.plans .plan > div.service:hover {
    box-shadow: 0 0 0 1px #ff7113;
    border-color: transparent;
    z-index: 1;
}
.plans .plan > div.service:hover:before {
    color: #ff7113;
}

.plans .plan > .title {
    font-size: 2em;
    padding: 15px 10px;
    color: #666;
    font-weight: 300;
    background: #fff;
}

.plans .plan > .description {
    font-size: 0.9em;
    padding: 6px 10px 8px;
    color: #999;
    line-height: 1.3em;
    background: #fff;
    height: 60px;
}
.plans .plan > .amount {
    position: relative;
    color: #fff;
    font-size: 2.3em;
    min-height: 22px;
    padding: 30px 10px;
    font-weight: normal;
    background: #211747;
    width: calc(100% + 2px);
    margin: 0 -1px;
}
.plans .plan > .amount small {
    font-size: 0.5em;
    font-weight: 300;
}
.plans .plan > .amount.small {
    position: absolute;
    width: 100%;
    padding: 0 10px 10px;
    margin-top: -23px;
    font-size: 14px;
    color: #999;
}
.plans .plan > .amount.small:before {
    top: -5px;
}
.plans .plan > .amount.small small {
    font-size: 0.8rem;
}
.plans .plan > .space,
.plans .plan > .push {
    /* background: #e0e3e6; */
    margin: 0;
    padding: 0;
}
.plans .plan > .space,
.plans .plan > .space.ads-off,
.plans .plan > .push {
    /* border-top: 1px solid rgba(200,200,200,.8); */
}
.plans .plan > .space > img {
    width: 40px;
    margin: 0;
}
.plans .plan > .space > .icon.storage,
.plans .plan > .push > .icon.notif {
    font-size: 1.5em;
    position: absolute;
    right: 0;
    margin: 5px 8px;
}
.plans .plan > .space > p,
.plans .plan > .push > p {
    text-align: center;
    margin: 0;
    border-top: 1px solid rgba(200, 200, 200, 0.8);
    min-height: 37px;
    padding: 10px 5px;
}
.plans .plan > .space:before {
    font-family: "icomoon";
    content: "\e61b";
    color: #666;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: 6px;
    margin: 1px 8px;
    display: none;
}
.plans .plan > .space.ads-off:after {
    content: "/";
    color: #666;
    font-size: 2.3em;
    font-weight: 300;
    text-shadow: 0 0 2px #e0e3e6, 0 0 2px #e0e3e6, 0 0 2px #e0e3e6,
        0 0 2px #e0e3e6, 0 0 2px #e0e3e6, 0 0 2px #e0e3e6;
    position: absolute;
    top: 0px;
    left: 12px;
    display: none;
}
.plans .plan > .price_specs {
    min-height: 30px;
    background: #333;
    width: calc(100% + 2px);
    margin: -1px -1px 0px;
}
.plans .plan > .price_specs > p {
    color: #999;

    font-size: 0.9em;
    text-align: center;
    margin: 0;
    line-height: 1.2em;
}
.plans .plan > .upgrade {
    font-size: 1.1em;
    margin: -1px -1px 0px;
    padding: 15px 10px;
    color: #fff;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    width: calc(100% - -2px);
    :3px ;
    text-transform: uppercase;
}
.plans .plan > .space > p,
.plans .plan > .push > p,
.plans .plan .service {
    color: #777;
}
.plans .plan > .space > p b,
.plans .plan > .push > p b,
.plans .plan .service b {
    color: #222;
}

.plans.fixed {
    margin-bottom: 200px;
}
.plans.fixed .plan > .title {
    position: fixed;
    top: 89px;
    width: 168px;
    padding: 10px 0;
    margin: 0 0 0 -7px;
    border: 1px solid #eee;
    z-index: 99;
    font-size: 1em;

    -webkit-animation: aparece 0.3s 1;
    animation: aparece 0.3s 1;
}
.plans .tooltip {
    display: none;
    position: absolute;
    z-index: 9;
    background: rgba(66, 66, 66, 0.95);
    color: #fff;
    bottom: calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    padding: 10px;
    border-radius: 3px;
    line-height: 1.4em;
}
.plans .plan > .space:hover .tooltip,
.plans .plan > .push:hover .tooltip,
.plans .plan > div.service:hover .tooltip {
    display: block;
}
.plans .tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 100%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(66, 66, 66, 0.95) transparent transparent transparent;
}
.plans.fixed .plan > .amount {
    position: fixed;
    top: 124px;
    width: 168px;
    padding: 10px 0 53px;
    margin: 0 0 0 -7px;
    z-index: 99;
    font-size: 1.2em;
    border: 1px solid #666;

    -webkit-animation: aparece 0.3s 1;
    animation: aparece 0.3s 1;
}
.plans.fixed .plan > .upgrade {
    border-radius: 1rem;
    position: fixed;
    top: 160px;
    width: 148px;
    padding: 10px 0;
    margin: 0 0 0 4px;
    z-index: 98;
    font-size: 1em;

    -webkit-animation: aparece 0.3s 1;
    animation: aparece 0.3s 1;
    z-index: 99;
}

.plans .plan.recomended {
    -webkit-transform: scale(1.15, 1.15) translateY(-24px);
    -moz-transform: scale(1.15, 1.15) translateY(-24px);
    -ms-transform: scale(1.15, 1.15) translateY(-24px);
    transform: scale(1.15, 1.15) translateY(-24px);

    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 99;
    background: #fff;
    border: 1px solid rgba(200, 200, 200, 1);
    box-shadow: 0 2px 4px rgba(111, 111, 111, 0.1),
        0 10px 8px rgba(111, 111, 111, 0.2);
}

.plans .plan.recomended .amount,
.plans .plan.recomended .price_specs {
    background: #69696b;
}
.plans .plan.recomended > .space > .icon.storage {
}

.upgrade-h1 {
    text-align: center;
    padding: 40px 4px 20px;
    color: #333;
    text-shadow: none;
    width: 100%;
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.plan .upgrade {
    background: #ff7113;
}
.plan.current .upgrade {
    cursor: default;
    background: #2ecc71 !important;
}
.plan .upgrade:hover {
    background: #ff9a57;
}
.plan.recomended .upgrade {
    background: #ff7113;
}
.plan.recomended .upgrade:hover {
    background: #ff9a57;
}

.entry-qa h2 {
    color: #aa2585;
}
.qa {
    margin: 0 auto 50px;
    width: 670px;
}
.qa .question {
    color: #aa2585;
    margin: 40px 0 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: justify !important;
}
.qa .answer {
    line-height: 1.5em;
    text-align: justify !important;
}
.qa li {
    list-style: initial;

    margin: 0 0 10px 40px;
    color: #666;
    line-height: 1.2em;
}

@keyframes aparece {
    0% {
        -webkit-transform: translate(0, -300px);
        -moz-transform: translate(0, -300px);
        -ms-transform: translate(0, -300px);
        -o-transform: translate(0, -300px);
        transform: translate(0, -300px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes aparece {
    0% {
        -webkit-transform: translate(0, -300px);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@media (max-width: 1000px) {
    #analizer {
        width: 100% !important;
        height: auto !important;
        min-height: 100px;
        margin: 0 !important;
        left: 0 !important;
    }
    #analizer:before,
    #analizer:after {
        display: none;
    }
}

@media (max-width: 800px) {
    .qa {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .plans,
    .featuredServices {
        white-space: normal;
    }
    .plan {
        -webkit-transform: scale(1, 1) !important;
        -moz-transform: scale(1, 1) !important;
        -ms-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
    }
    .plans .plan {
        width: 100% !important;
        margin: 10px 0;
    }
}
