#hero {
    padding-top: 50px;
    background-color: #000000;
    background-image: url("../assets/img/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

#hero h1 {
    margin-top: 70px;
}

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

#hero p {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
}

#hero .tio-cta-orange {
    margin-right: 30px;
    margin-top: 30px;
}

#promotions-pagination{
    padding-bottom: 220px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}
#pagination-container{
    margin: auto;
    padding-top: 40px;
}
#pagination-container .page-link{
    border: none;
    text-decoration: none;
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}
#pagination-container .active{
    padding: 0.5rem 0.75rem;
    border: none;
    text-decoration: none;
    color: #ff7a04;
    font-size: 14px;
    font-weight: 600;
}
#promotions-pagination .list-wrapper{
    margin: auto;
}

#promotions-pagination .promo-title{
    margin-bottom: 15px;
}
#promotions-pagination .promo-start{
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
#promotions-pagination .promo-start span{
    color: #ff7a04;
}
#promotions-pagination .promo-text{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
#promotions-pagination ul li{
    font-size: 14px;
}
#promotions-pagination .dark-row{
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
#promotions-pagination .light-row{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.no-padding{
    padding: 0;
}
#promotions-pagination .container-fluid{
    padding: 0;
}
#promotions-pagination .tio-cta-dark:hover{
    color: #3e4250;
}
.footer-note{
    display: none;
}
.tabbable-panel .left-side,
.tabbable-panel .right-side{
    width: 50%;
}
.tabbable-panel .left-side{border-right: 1px solid #dee2e6;}
.tabbable-panel a{
    text-decoration: none;
}
.tabbable-panel .left-side a{
    float: right;
    padding-right: 100px;
    color: #9090909c;
}
.tabbable-panel .right-side a{
    float: left;
    padding-left: 100px;
    color: #9090909c;
}

.tabbable-panel .left-side a.active{
    color: #ff7a04 !important;
    /*color: #FF7A04;*/
    text-align: center;
    -webkit-animation: glow 3s ease-in-out infinite alternate;
    -moz-animation: glow 3s ease-in-out infinite alternate;
    animation: glow 3s ease-in-out infinite alternate;
}
.tabbable-panel .right-side a.active{
    color: #ff7a04 !important;
    /*color: #FF7A04;*/
    text-align: center;
    -webkit-animation: glow 3s ease-in-out infinite alternate;
    -moz-animation: glow 3s ease-in-out infinite alternate;
    animation: glow 3s ease-in-out infinite alternate;
}

/*.glow {*/
/*    color: #FF7A04;*/
/*    text-align: center;*/
/*    -webkit-animation: glow 3s ease-in-out infinite alternate;*/
/*    -moz-animation: glow 3s ease-in-out infinite alternate;*/
/*    animation: glow 3s ease-in-out infinite alternate;*/
/*}*/

@-webkit-keyframes glow {
    from {
        text-shadow: 0px 0px 5px rgba(255, 122, 4, 1);
    }

    to {
        text-shadow: 0px 0px 25px rgba(255, 122, 4, 1);
    }
}


@media (min-width: 992px) {
    #hero {
        padding-top: 150px;
        padding-bottom: 100px;
        min-height: 450px;
    }

}

@media (max-width: 991px) {
    #hero {
        margin-top: 55px;
        padding-bottom: 100px;
    }

    #hero h1,
    #hero p {
        text-align: center;
    }

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

    #hero p {
        font-size: 25px;
    }
    #hero h1:lang(de) {
        font-size: 24px;
    }
    .tabbable-panel .left-side a{
        padding-right: 10px;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    .tabbable-panel .right-side a{
        font-size: 20px;
        padding-left: 10px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tio-generic-title-1-black,
    .tio-generic-title-1-white {
        font-size: 30px;
    }
}

@media (max-width: 490px){
    #trading-conditions table th{
        padding: 10px 2px 5px;
        font-size: 12px;
        vertical-align: top;
    }
    #trading-conditions table td{
        padding: 10px 2px;
        font-size: 14px;
    }
}