a {
    color: #1c63b8;
}

a:hover {
    color: #1c63b8;
    text-decoration: none;
}

body {
    background-repeat: no-repeat;
}
.promo-video{
    border-radius: 5px;
}

header {
    display: block;
    clear: both;
    background: linear-gradient(170deg,  rgba(0,0,0,0.75) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
}

header h1{
    color: white;
    text-shadow: 0px 0px 5px #000;
}
header h1.ta-header-logo{
    background-image: url(/resources/img/logo/logo-white@2x.png);
    background-repeat: no-repeat;
    padding-top: 110px;
}
header h1 small{
    display: block;
    color: #f0f0f0;
}
header ul.ta-list-lang{

}
header ul.ta-list-lang li a{
    display: block;
    width: 40px;
    line-height: 35px;
    background-color: white;
    border-radius: 5px;
}

header .ta-list-features{
    color: white;
    font-size: 18pt;
    text-shadow: 0px 0px 5px #000;
}

.promo-video {
    height: 100%;
}

.promo-video-block:hover {
    cursor: pointer;
}

.promo-video > video {
    border-radius: 5px;
    object-fit: cover;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.promo-video > .promo-video-text {
    z-index: 1;
    position: relative;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
    border-radius: 5px;
}

.promo-video > .promo-video-text:hover {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.6) 100%);
}

.promo-video > .promo-video-text > h3 {
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 0px 0px 5px #000;  
}

.promo-header-hover{
    color: #ffd900 !important;
}
.promo-header {
    color: #ffd900 !important;
    text-shadow: 0px 0px 5px #000;
}

span[class^="trumpauto-plan-"] {
    border: 1px solid;
    border-radius: 5px;
}

span.trumpauto-plan-basic {
    background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%);
    border-color: #C6C6C6;
}

span.trumpauto-plan-pro {
    background: linear-gradient(to bottom,  rgba(255,243,191,1) 0%,rgba(255,232,117,1) 100%);

    border-color: #FFD726;
}

/* Bootstrap buttons colors overlay */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #2964ac !important;
    border-color: #2964ac !important;
}
.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited, .btn-outline-primary:focus {
    border-color: #2964ac !important;
    color: #2964ac !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #2964ac !important;
    color: white !important;
}

/* Plans colors */
.plan-price{
    font-size: 24pt;
}

div[class^=plan-] {
    border: 1px solid;
    border-radius: 6px;
    background-repeat: no-repeat, no-repeat;
    background-position: 100px 0px, center center;
}

.plan-basic{
    border-color: #c6c6c6!important;
    background: url(/resources/img/prices/plan-basic-bg.png), linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%);

    
}
.plan-pro{
    border-color: #FFD726!important;
    background: url(/resources/img/prices/plan-basic-bg.png), linear-gradient(to bottom,  #fff3be 0%,#ffffff 100%);
}

.plan-premium{
    border-color: #2964ac!important;
    background: url(/resources/img/prices/plan-basic-bg.png), linear-gradient(to bottom,  #d9e5f2 0%,#ffffff 100%);
}


.plan-selected {
    box-shadow:  0px 0px 15px #ccc;
}

.trumpauto-plan-brutto {
    background-color: #f0f0f0;
}

footer{
    color: #ffffff;
}
footer a { color: #ffffff;}

footer .rounded {
    background-color: #ffffff;
    color: #000000;
}

footer .rounded a {
    color: #1c63b8;
}

footer .rounded a:hover {
    color: #1c63b8;
    text-decoration: none;
}




@media (min-width: 576px) {
    body {
        background-image: url(/resources/img/header/header_1200.png);
        background-position: -125px -150px;
    }
    .promo-video-block {
        width: 258px;
        height: 431px;
    }
    .promo-video-text, .promo-video > video{
        width: 254px;
        height: 431px;
    }
}

@media (min-width: 768px) {
    body {
        background-image: url(/resources/img/header/header_1400.png);
        background-position: -175px -250px;
        background-repeat: no-repeat, no-repeat;
    }
    .promo-video-block{
        width: 232px;
        height: 386px;
    }
    .promo-video-text, .promo-video > video{
        width: 228px;
        height: 386px;
    }
}

@media (min-width: 992px) {
    body {
        background-image: url(/resources/img/header/header_1400.png);
        background-position: 0px -200px;
        background-repeat: no-repeat, no-repeat;
    }
    .promo-video-block {
        width: 234px;
        height: 392px;
    }
    .promo-video-text, .promo-video > video{
        width: 230px;
        height: 391px;
    }

}

@media (min-width: 1200px) {
    body {
        background-image: url(/resources/img/header/header_1400.png);
        background-position: center -210px;
        background-repeat: no-repeat, no-repeat;
    }
    .promo-video-block{
        width: 279px;
        height: 467px;
    }
    .promo-video-text, .promo-video > video {
        width: 275px;
        height: 467px;
    }

}

@media (min-width: 1400px) {
    body {
        background-image: url(/resources/img/header/header_2000.png);
        background-position: center -450px;
        background-repeat: no-repeat, no-repeat;
    }
    .promo-video-block {
        width: 216px;
        height: 360px;
    }
    .promo-video-text, .promo-video > video {
        width: 212px;
        height: 360px;
    }
}