#hero {
    padding-top: 80px;
    background-color: #0d0d0d;
    background-image: url("../assets/img/header-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}

#hero .tio-generic-subtitle-white {
    max-width: 900px;
    margin: 30px auto 10px;
}

/*TABLES*/
#hero .tabbed-calculator .tab-content,
#hero .tabbed-calculator .tab-inhalt {
    display: none;
    width: 100%;
}

#hero .tabbed-calculator .stock li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    margin: 0 20px 0 0;
}

#hero .tabbed-calculator .stock a {
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
}

#hero .tabbed-calculator .stock li.current a {
    color: #ff7a04;
    position: relative;
}

#hero .tabbed-calculator .stock li.current a:before {
    content: '';
    background-image: url("../assets/img/calculator-top-indicator.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 13px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -15px;
}

#hero .tabbed-calculator .stock-ul {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#hero .tabbed-calculator .stock-ul a.current {
    color: #4c565c;
}

#hero .tabbed-calculator .tab-alles {
    width: 100%;
    background-color: #f1f2f4;
    margin-top: 15px;
}

#hero .tabbed-calculator .tab-oben {
    width: 25%;
    float: left;
    height: 260px;
}

#hero .tabbed-calculator .tab-oben li {
    text-decoration: none;
    list-style: none;
    /*display: inline-block;*/
    margin: 0;
    background-color: #0b0b0b;
    border: 1px solid #3e4250;
    /*width: 100px;*/
    height: 70px;
}

#hero .tabbed-calculator .tab-oben a {
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    padding: 22px 5px;
    text-align: center;
    height: 100%;
    display: block;
    margin: auto;
}

#hero .tabbed-calculator .inner-ul li.current {
    background-color: #3e4250;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#hero .tabbed-calculator ul.inner-ul {
    padding: 0;
    position: relative;
}

#hero .tabbed-calculator ul.inner-ul li.current a:after {
    content: '';
    right: -15px;
    border-color: transparent #3e4250;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    height: 0;
    width: 0;
    position: absolute;
    /* top: 15px; */
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#hero .tabbed-calculator .tab-open {
    /*width: 30%;*/
    float: left;
}

#hero .tabbed-calculator .tab-inhalt-all {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75%;
    float: right;
    height: 350px;
    background-color: #0b0b0b;
    border: 1px solid #3e4250;
}

#hero .tabbed-calculator .tab-inhalt-all .content {
    color: #ffffff;
    height: 350px;
    margin: auto;
    text-align: center;
    padding-top: 60px;
}

#hero .tabbed-calculator .bid-ask {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #17181a;
}

#hero .tabbed-calculator .bid-ask span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hero .tabbed-calculator .bid {
    border-top: 1px solid #3e4250;
    border-right: 1px solid #3e4250;
    color: #08803a;
    width: 50%;
    float: left;
    height: 105px;
    margin: auto;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 300;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
#hero .tabbed-calculator .bid #bid{
    text-shadow: 0 0 10px;
}
#hero .tabbed-calculator .ask #ask{
    text-shadow: 0 0 10px;
}

#hero .tabbed-calculator .ask {
    border-top: 1px solid #3e4250;
    color: #ff3d38;
    width: 50%;
    float: right;
    height: 105px;
    margin: auto;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 300;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

#hero .tabbed-calculator .ask .colored {
    padding-top: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
}

#hero .tabbed-calculator .bid .colored {
    padding-top: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
}

#hero .tabbed-calculator .tab-inhalt-all .content .symbol {
    color: #ffffff;
    font-size: 26px;
}

#hero .tabbed-calculator .tab-inhalt-all .content .symbol span#vs {
    color: #4f5464;
    font-size: 20px;
}

#hero .tabbed-calculator .tab-inhalt-all .content .pips {
    font-size: 45px;
    color: #ff7a04;
    text-shadow: 0 0 10px;
}

#hero .tabbed-calculator .tab-inhalt-all .content p {

}
#hero .hero-video {
    z-index: 10;
}
#hero .hero-video img {
    max-width: 560px;
}

#hero #exampleModalCenter {
    padding-right: 0 !important;
}

#hero .modal-header {
    border-bottom: 0;
}

#hero .modal-container {
    position: relative;
    max-width: 880px;
    max-height: 495px;
}

#hero .modal-container iframe {
    width: 880px;
    height: 495px;
}

#hero .close {
    color: #ffffff;
    padding-bottom: 15px;
    position: absolute;
    top: -40px;
    right: 0;
}

#hero .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
}

#hero .modal-content {
    background-color: #0d0d0de3;
    /*border: 1px solid #a15104;*/
    height: 100%;
}

#hero .modal-content .btn {
    color: #ffffff;
}

#hero .modal-body {
    padding: 10px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#hero .modal-footer {
    padding: 2px 15px;
    border-top: none;
}

#packages{
    background-color: #f1f1f1;
    padding-bottom: 100px;
    min-height: 1200px;
    position: relative;
}
#packages sup{
    font-weight: 300;
    font-size: 16px;
}
#packages span{
    font-size: 20px;
    font-weight: 300;
}
#packages p.ideal{
    max-width: 270px;
    margin: auto;
}
#packages .package{
    margin: auto;
}
#packages .package p{
    font-size: 18px;
}
#packages .package-box-b h2,
#packages .package-box-g h2{
    color: #ff7a04;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}
#packages .package-box-b{
    position: absolute;
    top: -200px;
    background-color: #0d0d0d;
    padding: 50px 30px;
    min-height: 760px;
    margin: auto;
    max-width: 450px;
    z-index: 100;
    width: 100%;
}
#packages .package-box-b p
{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
#packages .package-box-g p{
    color: #0d0d0d;
}
#packages .package-box-b .package-anchor p,
#packages .package-box-g .package-anchor p{
    height: 130px;
    line-height: 30px;
}
#packages .package-box-g h2{
    color: #ff7a04;
}
#packages .package-box-g{
    position: absolute;
    top: -200px;
    background-color: #ffffff;
    color: #0d0d0d;
    padding: 50px 30px;
    min-height: 760px;
    margin: auto;
    max-width: 450px;
    z-index: 100;
    width: 100%;
}
#packages .package-box-w h2{
    color: #a9aaaf;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}
#packages .package-box-w{
    margin-top: 600px;
    background-color: #ffffff;
    padding: 50px 30px;
    /*min-height: 550px;*/
    max-width: 450px;
    color: #0d0d0d;
}
#packages .package-box-w h3{
    color: #0d0d0d;
}
#packages .package-box-w hr{
    background-color: #e2e3e5;
}
#packages .package-anchor{
    margin-top: 50px;
}

#packages .package-cta{
    margin-top: 30px;
}

#packages hr{
    background-color: #3e4250;
}
#packages .tio-cta-orange {
    margin-top: 30px;
}
#packages h3{
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 35px;
}
#packages .package-box-g h3{
    color: #000000;
}
#countdown{
    padding-top: 100px;
    padding-bottom: 135px;
    background-color: #0d0d0d;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 700px;
}
#countdown h2{
    max-width: 725px;
    margin: 0 auto 50px;
}
#countdown .counter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
#countdown .count-dollar {
    width: 60px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff7a04;
    font-weight: 200;
    font-size: 70px;
    float: left;
}
#countdown .count {
    width: 60px;
    height: 100px;
    /*background: #3e4250;*/
    background-image: linear-gradient(#232127 50%, #3e4250 20%);
    border-radius: 4px;
    /* border: 1px solid gray; */
    margin: 0px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-weight: 200;
    font-size: 40px;
    float: left;
}
#countdown .count-comma {
    width: 60px;
    height: 100px;
    /*background: lightgray;*/
    /*border: 1px solid gray;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-weight: 200;
    font-size: 55px;
    float: left;
    padding-top: 65px;
}
#countdown p{
    color: #ffffff;
    padding-left: 20px;
}

#standard-features{
    padding-top: 120px;
    padding-bottom: 120px;
}
#standard-features .feature-box{
    background-color: #f1f1f1;
    padding: 50px;
    margin-bottom: 30px;
    min-height: 300px;
}
#standard-features .feature-box:lang(id),
#standard-features .feature-box:lang(es),
#standard-features .feature-box:lang(pt),
#standard-features .feature-box:lang(ms),
#standard-features .feature-box:lang(vi),
#standard-features .feature-box:lang(cz){
    min-height: 345px;
}
#standard-features .feature-box img{
    height: 50px;
    margin-bottom: 20px;
}

#premium-features{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0d0d0d;
}
#premium-features .premium-box h2{
    text-transform: none;
    margin-bottom: 15px;
}
#premium-features .premium-box{
    background-color: #2e2c32;
    padding: 50px 80px;
    max-width: 800px;
    margin: 20px auto;
    position: relative;
    min-height: 300px;
}
#premium-features .premium-box .orange-text{
    color: #ff7a04;
    margin-bottom: 15px;
}
#premium-features .premium-box:before{
    position: absolute;
    content: '';
    background-image: url("../assets/img/vip-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -7px;
    right: -7px;
    width: 80px;
    height: 80px;
}
#premium-features .premium-box .image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#premium-features .premium-box img{
    height: 95px;
    width: 95px;
}

#questions{
    background-color: #ff7a04;
    padding-top: 50px;
    padding-bottom: 50px;
}
#questions .cta-box{
    margin-top: 30px;
    text-align: center;
}
#questions .tio-cta-orange{
    border-color: #ffffff;
    margin: auto;
}
#questions .tio-cta-orange:hover{
    background-color: #ffffff;
}

#faq{
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: #2e2c32;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #3e4250;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#faq .panel-body {
    color: #ffffff;
    margin-left: 60px;
    margin-top: 30px;
    margin-bottom: 40px;
}
#faq .panel-body p{
    margin-left: 100px;
}
#faq .panel-group .panel{
    border-bottom: 1px solid #3e4250;
}
#faq h4.panel-title:lang(ms),
#faq h4.panel-title:lang(vi){
    font-size: 1.3rem;
}
.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
}
.panel-default>.panel-heading a:hover{
    text-decoration: none;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: -webkit-transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    margin-right: 30px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: transparent;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ff7a04;
    margin-right: 30px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ff7a04;
    font-weight: 600;
    margin-right: 30px;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

a.tio-cta-orange-no-hover{
    color: #ffffff !important;
}
#packages .package-box-g h3 .billed{
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
}
#packages .package-box-g h3{
    padding-bottom: 35px;
}

.faq_table {
    color: #ffffff;
}

.faq_table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(156, 151, 151, 0.25) !important;
}
/*ARABIC LANGUAGE*/
#standard-features .feature-box:lang(ar),
#premium-features .premium-box:lang(ar),
#faq #accordion:lang(ar){
    text-align: right;
}
@media (max-width: 991px){
    #standard-features .feature-box:lang(ar),
    #premium-features .premium-box:lang(ar){
        text-align: center;
    }
}
/*END OF ARABIC LANGUAGE*/

/* MEDIA QUERIES DESCENDING */
@media (min-width: 992px) and (max-width: 1200px) {
    #hero .tabbed-calculator .stock li {
        font-size: 14px;
        line-height: 38px;
    }
    /*#packages .package-box-b,*/
    /*#packages .package-box-g,*/
    /*#packages .package-box-w{*/
    /*    max-width: 300px;*/
    /*}*/
}

@media (min-width: 992px) {
    #hero {
        padding-top: 185px;
        padding-bottom: 225px;
        min-height: 580px;
    }

    #hero .hero-video {
        position: absolute;
        bottom: -160px;
        width: 100%;
        margin: auto;
        text-align: center;
        left: 0;
    }

}

@media (max-width: 991px) {
    #hero{
        margin-top: 55px;
    }
    #hero{
        padding-bottom: 100px;
    }
    #hero h1,
    #hero p {
        text-align: center;
    }

    #hero .top-cta {
        margin: auto;
        text-align: center;
        padding-top: 35px;
    }

    #hero .top-cta .tio-cta-orange,
    #hero .top-cta .tio-cta-dark {
        /*width: 100%;*/
        margin: 0 20px 20px;
    }

    #hero h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    #hero p {
        font-size: 25px;
    }

    #hero .tabbed-calculator .stock-ul {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    #hero .tabbed-calculator .stock li {
        font-size: 14px;
        line-height: 38px;
    }

    #hero .hero-video img {
        max-width: 100%;
        position: relative;
        text-align: center;
        margin: 55px auto;
    }
    #hero .modal-container{
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    #hero .modal-container iframe{
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    #packages{
        /*padding-top: 70px;*/
        padding-bottom: 70px;
    }
    #packages .package-box-b,
    #packages .package-box-g{
        position: relative;
        top: -60px;
        margin-bottom: 20px;
        max-width: 450px;
    }
    #packages .package-box-w{
        margin: 0 auto 20px;
    }
    #countdown{
        background-size: 340px;
        background-position: right down;
    }
    #countdown .count{
        width: 38px;
        height: 60px;
        font-size: 25px;
    }
    #countdown .count-comma{
        width: 5px;
        padding-top: 1px;
        height: 78px;
    }
    #countdown .count-dollar{
        height: 62px;
        font-size: 48px;
    }
}

@media (max-width: 767px) {

    #hero .tabbed-calculator .tab-oben a{
        font-size: 12px;
        line-height: 25px;
        padding: 22px 1px;
    }

    .tio-generic-title-1-black,
    .tio-generic-title-1-white{
        font-size: 30px;
    }
    #countdown .count{
        width: auto;
        height: 40px;
        font-size: 22px;
        padding: 3px;
    }
    #countdown .count-comma{
        width: 3px;
        padding-top: 27px;
        height: 25px;
        font-size: 40px;
    }
    #countdown .count-dollar{
        height: 42px;
        font-size: 40px;
        width: auto;
    }
    #countdown p{
        padding: 0;
    }
    #premium-features .premium-box{
        padding-left: 40px;
        padding-right: 40px;
    }
    .panel-default>.panel-heading a{
        padding-left: 40px;
        /*height: 96px;*/
        position: relative;
    }
    .panel-default>.panel-heading a:after{
        /*left: -30px;*/
        position: absolute;
        top: 14px;
    }


}

/* END OF MEDIA QUERIES DESCENDING */