body{
    background-color: white;
}

section{
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
    height: 100%;
}

.container-fluid{
    display: none;
}

.sct-header{
    height: 170px;
    background-color: #304e70;
    padding: 5%;
    text-align: center;

}

.heading, .subheading{
    color: white;
}

.center{
    width: 1080px;
    max-width: 95%;
    margin: 0 auto !important;
    padding: 5px;
}

.flex{
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
}

#sct-plans{
    padding: 80px 16px;
    clear: both;
}

.plan-col{
    min-width: 193px;
    width: 220px;
    min-height: 360px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
    border-radius: 2px;
}

.plan-header{
    height: 240px;
    background-color: #FF761A;
    text-align: center;
    color: white;
}
    .plan-header .pill{
        padding-top: 3px;
    }
    .plan-header .pill span{
        font-size: 12px;
        padding: 2px 12px 3px 12px;
    }

.plan-header h3{
    font-size: 20px;
    font-weight: 400;
    padding-top: 26px;
}

.plan-header .plan-price{
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    margin: 16px 0;
}

.plan-price#free, #contact-us{
    font-size: 50px;
    margin: 20px;
}

.plan-header footer{
    padding-bottom: 16px;
}

.plan-features{
    padding: 10px;
}

.plan-link{
    width: 120px;
}

.plan-features ul{
    margin-left: 20px;
    list-style-type: none;
}
.plan-features ul li{
    font-weight: 300;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 6px;
    position: relative;
}


.with-ticker::before, .with-s::before, .with-p::before, .with-e::before{
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    left: -16px;
    position: absolute;
    top: 1.5px;
    line-height: 15px;
    text-align: center;
    content: "■";
}
.with-s::before{
    content: "S";
}
.with-p::before{
    content: "P";
}
.with-e::before{
    content: "E";
}


.with-s, .with-p, .with-e{
    font-weight: 600 !important;
}

.plan-description{
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.hr-plus{
    width: 200px;
    margin-left: -35px;
    opacity: 0.3;
}

.hr-plus::before{
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 100%;
    color: #ffffff;
    content: "&#43;";
    font-size: 15px;
    display: inline-block;
    left: 100px;
    position: absolute;
    top: 6px;
    height: 15px;
    line-height: 15px;
    width: 15px;
    background-color: white;
    padding: 2px 5px;
    text-align: center;
}

.card-white{
    padding-bottom: 16px;

}

#faq h2{
    text-align: center;
    margin: 32px auto;
    font-weight: 300;
    font-size: 36px;
}

.faq-col{
    min-width: 300px;
    width: 42%;
    margin: 4%;
    float: left;
    margin-top: 0;
}

.faq-col h4{
    margin-bottom: 18px;
    font-size: 1.3em;
}


.faq-col p{
    font-size: 1.1em !important;
    margin-bottom: 32px;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
}

.big-br{
    content: "A" !important;
    display: block !important;
    margin-bottom: 0.5em !important;
}

.enterprise-cont{
    border: 1px solid #ddd;
    /*box-shadow: 0 0 20px #ddd;*/
    border-radius: 5px;
    padding: 40px 70px;
    text-align: center;
    background:#f7f7f7;
    overflow:hidden;
}
a.clr-orange:hover{
    color:#ff761a !important;
}

.pricing-chart{
    margin-left: auto !important;
    margin-right: auto !important;
}

#sct-enterprise{
    margin-top: 40px;
}
#sct-enterprise p{
    margin-bottom: 20px;
    font-size: 14px;
}
.padding20{
    padding:20px;
}
#premium-faq .container-faq{
    padding-top: 0;
}
.instapart_title{
    text-align: left;
}
    .instapart_title h2{
        margin-bottom: 10px;
    }
    .instapart_title a{
        margin-top: 20px;
        display: block;
        margin-bottom: 20px;
    }

.instapart-box{
    background:#fff;
    padding: 30px 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
    .instapart-box .instapart-credit-count{
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 10px;
        height:24px;
    }
    .instapart-box .price-tag{
        font-size:16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
        .instapart-box .price-tag span{
            color:#777;
            font-size: 12px;
        }
    .instapart_form {
        margin-bottom: 0;
    }

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.fade-in.two {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay:0.3s;
    animation-delay: 0.3s;
}

.fade-in.three {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.fade-in.four {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* MEDIA QUERIES */
@media(max-width: 880px){
    .center{
        width: 600px;
    }

    .plan-features ul{
        display: none;
    }

    .faq-col{
        width: 92%;
        margin-bottom: 0;
    }
}

@media(max-width: 580px){
    .heading{
        line-height: 55px;
        font-size: 60px;
        margin-top: 8%;
    }
}