body{
    background-image: url("../img/bg/3b3e39f34c95e3c305a9d39235911f89.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.navbar-default {
    background-color: #0c182b;
    border-color: #0c182b;
}
.navbar-nav{align-items:center}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-default .navbar-brand span{
    color: #007bff;
}
.navbar-default .navbar-brand img{
    width: auto;
    height: 50px;
    display: inline-block;
}
.body{
    background-color: rgba(22,28,38,0.9);
    color: #FFFFFF;
    text-align: center;
    margin-top: -50px;
    min-height: 70vh;
    padding: 50px 0;
}
.body .container h1.m-t-50,
.body .container h5.color{
    font-family: 'Titillium Web', sans-serif;
}
.body .elements{
    margin: 40px auto 20px;
}
.navbar-expand-lg .navbar-nav .dropdown img{
    width: 22px;
    margin-right: 2px;
}
.navbar-nav .dropdown {
    padding: .5rem;
}
.navbar-nav .language {
    color: #fff;
    text-decoration: none;
}
.color{
    color: #87c1ff;
}
.show-mobile{
    display: none;
}
.elements{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.elements li {
    display: inline-block;
    vertical-align: sub;
    width: 19%;
}
.elements li i{
    vertical-align: sub;
}
.hide-mobile{
    display: block;
}
.product {
    color: #202020;
    width: 100%;
    border: 1px solid;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 0;
}
.product tbody{
    background-color: #e9f2fa;
}
.product thead{
    background-color: #418fe3;
    color: #FFFFFF;
    text-transform: uppercase;
}
.product thead th{
    text-align: center;
    padding: 15px 0;
}
.product thead tr th:first-child {
    border-top-left-radius: 10px;
}
.product thead tr th:last-child {
    border-top-right-radius: 10px;
}
.product tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.product tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.product tbody tr td{
    padding: 10px 0;
    border-bottom: 1px solid #d8e1ed;
    border-right: 1px solid #d8e1ed;
}
.product tbody tr td:last-child {
    border-right: none;
}
.product tbody tr:last-child td{
    border-bottom: none;
}
.product tbody tr td:first-child {
    border-right: none;
}
.product tbody tr td img{
    border-radius: 5px;
}
.product tbody tr td span{
    display: block;
}
.product tbody tr .offer span button{
    display: inline-block;
}
.product tbody tr td.features{
    padding: 30px 15px;
    text-align: left;
}
.product tbody tr td.features span{
    background-image: url("../img/checked.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 24px;
    margin-bottom: 10px;
}
.item .features .offer span {
    display: block;
    font-size: 10px;
    color: #656C8B;
    text-decoration: underline;
    padding: 5px;
    margin: 6px 0;
    vertical-align: top;
    background: none;
    font-weight: 100;
}
.offer span button{
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    font-size: 9px;
    padding: 0 4px;
    color: #418fe3;
    margin-left: 5px;
    outline: none;
}
.offer span button {
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    font-size: 9px;
    padding: 0 4px;
    background-color: transparent;
    color: #0F69DC;
    margin-left: 5px;
    outline: 0;
}
.product tbody tr .score{
    vertical-align: top;
    padding-top: 20px;
}
.product tbody tr .score span{
    border-radius: 5px;
    width: auto;
    border: 1px solid #418fe3;
    display: inline-block;
    color: #418fe3;
}
.product tbody tr .score a{
    margin: 10px auto;
    display: block;
    text-decoration: none;
    width: fit-content;
    border-bottom: 1px solid #418fe3;
}
.go a {
    font-size: 1.2em;
    background-color: #64d160;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 0 #4da549;
    text-decoration: none;
    transition: .3s all;
}
.go a:active,
.go a:hover {
    background-color: #4da549;
}
.go .rating{
    margin-top: 25px;
    color: #000;
    font-weight: bold;
}
.go .rating .star {
    width: 85px;
    content: ' ';
    min-height: 17px;
    min-width: 17px;
    max-width: 85px;
    background-size: 17px;
    background-position-x: left;
    background-position-y: top;
    display: block;
    margin: 0 auto;
    background-image: url(../img/star-grey.svg);
    background-repeat: repeat-x;
    color: transparent;
}
.go .rating .star:before {
    content: ' ';
    min-height: 17px;
    min-width: 17px;
    max-width: 85px;
    background-size: 17px;
    background-position-x: left;
    background-position-y: top;
    display: block;
    margin: 0;
    padding: 0;
    background-image: url(../img/star.svg);
    background-repeat: repeat-x;
    color: transparent;
}
.go .rating .star[data-rating='1']:before {
    width: 17px;
}
.go .rating .star[data-rating='1.5']:before {
    width: 25.5px;
}
.go .rating .star[data-rating='2']:before {
    width: 34px;
}
.go .rating .star[data-rating='2.5']:before {
    width: 42.5px;
}
.go .rating .star[data-rating='3']:before {
    width: 51px;
}
.go .rating .star[data-rating='3.5']:before {
    width: 59.5px;
}
.go .rating .star[data-rating='4']:before {
    width: 68px;
}
.go .rating .star[data-rating='4.5']:before {
    width: 76.5px;
}
.go .rating .star[data-rating='5']:before {
    width: 85px;
}
.product tbody tr td:first-child a{
    position: relative;
    text-decoration: none;
}
span.flag{
    padding: 4px 16px 4px 28px;
    position: absolute;
    background: black;
    z-index: 1;
    left: -16px;
    height: 24px;
    margin-right: 12px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
span.flag:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-top: 8px solid #ccc;
    border-left: 16px solid transparent;
}
span.flag:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
    border-top: 12px solid #000;
    border-bottom: 12px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
span.flag.flag-red {
    background: #ff4628;
}
span.flag.flag-red:after {
    border-top-color: #a5230e;
}
span.flag.flag-red:before {
    border-top-color: #ff4628;
    border-bottom-color: #ff4628;
}
span.flag.flag-blue {
    background: #42a8ff;
}
span.flag.flag-blue:after {
    border-top-color: #0068c0;
}
span.flag.flag-blue:before {
    border-top-color: #42a8ff;
    border-bottom-color: #42a8ff;
}
.tooltip.top .tooltip-inner {
    background-color: #4da549;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #4da549;
}
.tooltip.in{
    opacity: 1;
}
.tooltip.top .tooltip-inner a{
    text-decoration: underline;
    color: #ededed;
}
.ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 5px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 600 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.close-ribbon{
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    color: #eee;
    font-size: 1.3em;
    cursor: pointer;
    text-align: center;
    width: 1.5em;
    line-height: 0.5em;
    -webkit-transition: line-height 0.5s;
    transition: line-height 0.5s;
}
.close-ribbon:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border: 1.5em solid #F44336;
    z-index: -1;
    top: -1em;
    border-top-width: 2.8em;
    border-bottom-color: transparent;
    right: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.close-ribbon:before {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #B71C1C transparent;
    top: -1em;
    right: 3em;
    border-width: 0 0 1em 0.7em;
    z-index: -1;
}
.close-ribbon:hover:after{
    border: 1.5em solid #EF5350;
    border-bottom-color: transparent;
    height: 1.6em;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.close-ribbon:hover{
    line-height: 0.9em;
    color: #333;
    -webkit-transition: line-height 0.5s;
    transition: line-height 0.5s;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -15px;
    top: 45px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -15px;
    top: 45px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -15px;
    bottom: 45px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -15px;
    bottom: 45px;
    transform: rotate(-225deg);
}

.ribbon-red span {
    background-color: #ff4628;
}
.ribbon-red::before,
.ribbon-red::after {
    border-color: #a5230e
}

.ribbon-blue span{
    background-color: #42a8ff
}
.ribbon-blue::before,
.ribbon-blue::after {
    border-color: #0068c0
}
.ribbon-purple span{
    background-color: #7b1fa2
}

.ribbon-purple::before,
.ribbon-purple::after {
    border-color: #4a148c
}
footer{
    background-color: #0c182b;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding: 10px;
}
.p-30{
    padding: 10px;
}
.p-t-20{
    padding-top: 20px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-50{
    margin-top: 50px;
}
.m-b-50{
    margin-bottom: 50px;
}
.disclose{
    margin-bottom: 10px;
    font-size: 9px;
    margin-right: 30px;
}
.disclose a{
    color: white;
}
.bg-white{
    background-color: #FFFFFF;
    color: black;
}
.review{
    background-color: #FFFFFF;
    color: black;
    padding: 20px 10px;
    border-radius: 5px;
    word-break: break-word;
    box-shadow: 0 2px 0 #3c3c3c;
}
.page{
    background-color: #FFFFFF;
    color: black;
    padding: 20px 10px;
    border-radius: 5px;
    word-break: break-word;
    box-shadow: 0 2px 0 #3c3c3c;
    text-align: left;
}
footer .rules{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}
footer .rules a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    color: white;
}
footer .rules img {
    max-height: 60px;
    margin-bottom: 15px;
    display: inline-block;
}
footer .rules .text-center{
    padding: 5px 15%;
}
footer .rules .text-center a{
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: initial;
}
.item{
    background-color: white;
    color: black;
    margin-bottom: 20px;
}
.item .number{
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #F3FAFF;
    color: #4a4a4a;
    box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.39);
    -moz-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.39);
    -webkit-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.39);
    -o-box-shadow: 2px 2px 13px 1px rgba(0,0,0,0.39);
    text-align: center;
    padding: 7px 7px 0 0;
    height: 48px;
    width: 48px;
    font-size: 20px;
    font-weight: 800;
    border-bottom-right-radius: 90%;
    z-index: 1;
}
.item .img-item{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.features{
    background-color: #fff;
    color: #000;
    padding: 10px;
    text-align: left;
    min-height: 200px;
}
.features span {
    background-image: url(../img/checked.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: 2px;
    padding-left: 24px;
    margin: 6px 0;
    display: block;
    max-width: 100%;
    vertical-align: top;
    font-size: 16px;
}
.features div .col-md-6 {
    background-image: url(../img/checked.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: 2px;
    padding-left: 24px;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.3em;
}
.features h3 {
    margin: 10px 0 0;
}
.rating{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    text-shadow: 1px 1px #666;
    color: white;
}
.rating .star,.rating .star:before {
    content: ' ';
    min-height: 15px;
    min-width: 15px;
    max-width: 75px;
    background-size: 15px;
    background-position-x: left;
    background-position-y: top;
    display: block;
    background-repeat: repeat-x;
    color: transparent
}

.rating .star {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    margin: 0 auto;
    background-image: url(../img/stargrey.svg)
}

.rating .star:before {
    margin: 0;
    padding: 0;
    background-image: url(../img/star2.svg)
}

.rating .star[data-rating='1']:before {
    width: 15px
}

.rating .star[data-rating='1.5']:before {
    width: 22.5px
}

.rating .star[data-rating='2']:before {
    width: 30px
}

.rating .star[data-rating='2.5']:before {
    width: 37.5px
}

.rating .star[data-rating='3']:before {
    width: 45px
}

.rating .star[data-rating='3.5']:before {
    width: 52.5px
}

.rating .star[data-rating='4']:before {
    width: 60px
}

.rating .star[data-rating='4.5']:before {
    width: 67.5px
}

.rating .star[data-rating='5']:before {
    width: 75px
}
.bg-grey{
    background-color: #eeeeee;
}
.bonus{
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
    width: 100%;
    left: 0;
}
.bonus .our-score{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}
.bonus .our-score p {
    color: #0b79f3;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 4em;
}
.bonus a{
    background-color: #f4511e;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #bf360c;
    display: block;
    margin: 20px auto;
    font-size: 1.4em;
    text-decoration: none;
    padding: 7px 10px;
    width: 85%;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
.bonus a:active,.bonus a:hover {
    background-color: #ff5722
}
@media only screen and (max-width: 767px) {
    .body{
        padding: 10px 0;
    }
    .hide-mobile{
        display: none;
    }

    .elements li {
        padding: 0 10px
    }

    .h4, h4 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    span.our-rating {
        font-size: .5em;
        padding: 7px 5px;
        position: absolute;
        background-color: #f8dd2b;
        right: 0
    }

    span.our-rating p {
        margin: 0;
        padding: 0;
        font-size: 3em
    }

    .tooltip-inner {
        max-width: 100%
    }

    .disclose {
        margin-right: 0
    }

    footer .rules .row div {
        padding: 0 20px
    }

    footer .rules .text-center {
        padding: 5px 5%
    }

    .modal-content {
        width: 90%
    }
    .bonus h3{
        font-size: 15px;
        margin: 5px;
        font-weight: 600;
    }
    .bonus a {
        font-size: 1.4em;
        margin-bottom: 5px;
    }
    .our-rating{
        font-size: 6px;
        padding: 7px 5px 3px;
    }
    .ribbon-top-right{
        top: 0;
        right: 0;
    }
    .ribbon-top-right span{
        top: 0;
        transform: none;
    }
    .bonus{
        position: initial;
        top: initial;
        transform: none;
        width: initial;
        left: initial;
        margin: 20px 0;
    }
    .rating{
        bottom: 3px;
    }
    .body .container h1.m-t-50{
        font-size: 1.6em;
    }
    .body .container h5.color{
        font-size: 1em;
        margin-bottom: 20px;
    }
    footer .rules img{
        max-height: 50px;
    }
}

@media (max-width: 992px) {
    .elements{
        display: none;
    }
    .features h3{
        font-size: 1.2em;
    }
    .features div .col-md-6{
        font-size: 12px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        background-size: 12px;
        background-position-y: 1px;
        padding-left: 16px;
        line-height: 14px;
    }
}
