@font-face {
    font-family: 'NeueHaasGroteskRegular';
    src: url('../fonts/NeueHaasGroteskRegular.eot');
    src: url('../fonts/NeueHaasGroteskRegular.eot') format('embedded-opentype'),
    url('../fonts/NeueHaasGroteskRegular.woff2') format('woff2'),
    url('../fonts/NeueHaasGroteskRegular.woff') format('woff'),
    url('../fonts/NeueHaasGroteskRegular.ttf') format('truetype'),
    url('../fonts/NeueHaasGroteskRegular.svg#NeueHaasGroteskRegular') format('svg');
}
@font-face {
    font-family: 'NeueHaasGroteskMedium';
    src: url('../fonts/NeueHaasGroteskMedium.eot');
    src: url('../fonts/NeueHaasGroteskMedium.eot') format('embedded-opentype'),
    url('../fonts/NeueHaasGroteskMedium.woff2') format('woff2'),
    url('../fonts/NeueHaasGroteskMedium.woff') format('woff'),
    url('../fonts/NeueHaasGroteskMedium.ttf') format('truetype'),
    url('../fonts/NeueHaasGroteskMedium.svg#NeueHaasGroteskMedium') format('svg');
}


.mainCoinArea{
    width: 100%;
}

.mainCoinArea i {
    font-style: normal;
}
.mainCoinArea b{
    font-weight:normal;
}


/* top */
.mainCoinArea .topBar{
    float: left;
    width: 100%;
    height: 148px;
    background: url(../images/coins_header@3x.jpg);
    background-size: cover;
    position:relative;
}
.mainCoinArea .topBarSecondLine{
    position:relative;
}
.mainCoinArea .topBarBadget{
    background: #01a000;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 5px;
    font-family: 'NeueHaasGroteskRegular';
    color:#fff;
    padding: 20px;
}
.mainCoinArea .topBarBadget h2{
    font-size: 50px;
    letter-spacing: 2.5px;
    margin: 0;
    margin-top: -15px;
}

.mainCoinArea .topBarBadget h3{
    font-size: 29px;
    margin: -9px 0;
    letter-spacing: 1px;
}
.mainCoinArea .topBarBadget img{
    width: 30px;
    top: 7px;
    position: relative;
}
.mainCoinArea .topBarBadget h3 u{
    text-decoration: none;
    border-bottom: 1px #fff solid;
}

/* titles */
.mainCoinArea > h2{
    font-family: 'NeueHaasGroteskRegular';
    color: #808080;
    width: 100%;
    float: left;
    text-indent: 20px;
    font-size: 20px;
    letter-spacing: 1px;
}

/* main offer */
.mainCoinArea .mainOffer{
    border: 2px #aaa solid;
    background: #fafafa;
    float: left;
    width: 96%;
    border-radius: 5px;
    position: relative;
    font-family: 'NeueHaasGroteskRegular';
    margin-left: 2%;
    cursor:pointer;
}
.mainCoinArea .mainOffer:hover, .mainCoinArea .mainOffer.active{
    border-color:#01a000;
    background: #ececec;
}
.mainCoinArea .mainOffer .column1{
    width:46%;
    float:left;
}
.mainCoinArea .mainOffer .column2{
    width:22%;
    float:left;
    position:relative;
}
.mainCoinArea .mainOffer .column3{
    width:32%;
    float:left;
    position: relative;
    text-align: center;
}
.mainCoinArea .mainOffer .overText1{
    background: #e22b4c;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 3px;
    box-shadow: 0 2px 2px RGBA(0,0,0,0.2);
    letter-spacing: 1px;
    transform: rotate(-4deg);
    left: -8px;
    top: -6px;
}
.mainCoinArea .mainOffer .overText2{
    background: #e22b4c;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 2px 2px RGBA(0,0,0,0.2);
    letter-spacing: 1px;
    transform: rotate(4deg);
    color: #fff;
    text-align: center;
    padding: 5px 2px;
    top: -10px;
    left: -30px;
}
.mainCoinArea .mainOffer .bigText1{
    color: #7c7c7c;
    font-size: 58px;
    font-family: 'NeueHaasGroteskMedium';
    line-height: 40px;
    padding-left: 30px;
    letter-spacing: -3px;
    margin: 36px 0 20px 0;

}
.mainCoinArea .mainOffer .bigText2 bdi{
    font-size:16px;
}

.mainCoinArea .mainOffer .bigText1 i{
    font-style: normal;
}
.mainCoinArea .mainOffer .bigText2{
    color: #187e10;
    font-size: 44px;
    font-family: 'NeueHaasGroteskMedium';
    margin-top: 7px;
    text-align: center;
    margin-right: 10px;
    letter-spacing: -2px;
}
.mainCoinArea .mainOffer .bigText2 small{
    font-size: 12px;
}
.mainCoinArea .mainOffer .column2 img{
    position: absolute;
    height: 120px;
    top: -24px;
    left: -7px;
}
.mainCoinArea .mainOffer .column3 span{
    color: #fff;
    padding: 2px 30px 2px 0;
    font-size: 19px;
    letter-spacing: 2px;
    background: #b4b4b4;
    text-transform: uppercase;
}
.mainCoinArea .mainOffer.active .column3 span{
    background: #01a000;

}


.mainCoinArea .mainOffer .column3 input{
    zoom: 1.5;
}



/* other offers */
.mainCoinArea .otherOffersRow{
    float: left;
    width: 99%;
    margin: 2%;
    margin-top: 5%;
    font-family: 'NeueHaasGroteskRegular';
}
.mainCoinArea .otherOffers{
    float: left;
    width: 22%;
    border: 1px #aaa solid;
    border-radius: 5px;
    position: relative;
    margin-right: 2%;
    background:#fafafa;
    cursor:pointer;
}
.mainCoinArea .otherOffers:nth-child(n+5){
    margin-top: 20px;
}

.mainCoinArea .otherOffers:hover, .mainCoinArea .otherOffers.active{
    border-color:#01a000;
    background: #ececec;
}
.mainCoinArea .otherOffers img{
    position: absolute;
    width: 90px;
    top: -24px;
    left: 14px;
}
.mainCoinArea .otherOffers .last{
    width: 120px;
    margin-left: -10px;
}
.mainCoinArea .otherOffers .overText3{
    background: #e22b4c;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 2px 2px RGBA(0,0,0,0.2);
    letter-spacing: 1px;
    transform: rotate(3deg);
    color: #fff;
    text-align: center;
    padding: 5px 2px;
    right: -8px;
    font-size: 20px;
    top: -4px;
}
.mainCoinArea .otherOffers .totalCoins{
    float: left;
    text-align: center;
    width: 100%;
    color: #7c7c7c;
    font-size: 26px;
    margin-top: 70px;
    font-family: 'NeueHaasGroteskMedium';
}
.mainCoinArea .otherOffers .price{
    float: left;
    text-align: center;
    width: 100%;
    color: #187e10;
    font-size: 29px;
    margin-top: 8px;
    font-family: 'NeueHaasGroteskMedium';
}
.mainCoinArea .otherOffers .price small{
    display:none;
}
.mainCoinArea .otherOffers bdi{
    font-size:12px;
}
.mainCoinArea .otherOffers span{
    float: left;
    width: 85%;
    background: #b4b4b4;
    color: #fff;
    margin: 8%;
    margin-top: 3%;
    border-radius: 2px;
    font-size: 15px;
    text-transform: uppercase;
}
.mainCoinArea .otherOffers ._img1{
    max-width:90px;
    max-height:63px;
}
.mainCoinArea .otherOffers ._img2{
    max-width:90px;
    max-height:87px;
}
.mainCoinArea .otherOffers ._img3{
    max-width:90px;
    max-height:85px;
}
.mainCoinArea .otherOffers ._img4{
    max-width:120px;
    max-height:82px;
}


.mainCoinArea .otherOffers.active span{
    background: #01a000;
}
.mainCoinArea .otherOffers input{
    zoom: 1.5;
}


/* payments */
.mainCoinArea .paymentsRow{
    float: left;
    width: 94%;
    margin-left: 2%;
    margin-bottom: 60px;
    font-family: 'NeueHaasGroteskRegular';
}
.mainCoinArea .payments{
    float:left;
    width: 23%;
    border:1px #aaa solid;
    border-radius: 5px;
    background:#fafafa;
    text-align:center;
    margin-right: 2%;
    cursor: pointer;
}
.mainCoinArea .payments:hover, .mainCoinArea .payments.active{
    border-color:#01a000;
    background: #ececec;
}
.mainCoinArea .payments:last-child{
    margin-right: 0;
}
.mainCoinArea .payments i{
    float: left;
    width: 100%;
    height: 160px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.mainCoinArea .payments ._ec, .mainCoinArea .payments ._directdebit{
    background-image:url(../images/icon_ec.png);
    background-size: auto 70%;
}
.mainCoinArea .payments ._visa, .mainCoinArea .payments ._creditcard{
    background-image:url('../images/icon_visa.png?v=20180419');
    background-size: 65%;
}
.mainCoinArea .payments ._paypal{
    background-image:url(../images/icon_paypal.png);
}
.mainCoinArea .payments ._sofort, .mainCoinArea .payments ._sofortbanking{
    background-image:url('../images/icon_sofort.png?v=20180419');
}
.mainCoinArea .payments.active span{
    background: #01a000;
}
.mainCoinArea .payments span {
    float: left;
    width: 85%;
    background: #b4b4b4;
    color: #fff;
    margin: 8%;
    margin-top: 3%;
    border-radius: 2px;
    font-size: 18px;
}
.mainCoinArea .paymentsForm {
    position: relative;
}
.mainCoinArea .paymentsForm input[type="submit"] {
    position:absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;

    -webkit-appearance: none;
    border: none;
    background: none;
    cursor: pointer;
}

@media only screen and (max-width : 1024px) {

    .mainCoinArea .otherOffers:nth-child(n+5){
        margin-top: 0;
    }

    /* top area */
    .mainCoinArea .topBar{
        height: 80px;
    }
    .mainCoinArea .topBarBadget{
        position: relative;
        float: left;
        width: 86%;
        left: 2%;
        margin-bottom: 20px;
    }
    .mainCoinArea .topBarBadget h2{
        font-size: 36px;
    }
    .mainCoinArea .topBarBadget h3{
        font-size: 20px;
    }

    /* offers */
    .mainCoinArea .mainOffer,.mainCoinArea .otherOffers{
        width: 96%;
        border-width: 2px;
    }
    .mainCoinArea .mainOffer{
        padding-top: 30px;
    }

    .mainCoinArea .otherOffers{
        margin-bottom: 5%;
        min-height: 148px;
    }
    .mainCoinArea .mainOffer .column1{
        width: 60%;
    }
    .mainCoinArea .mainOffer .column2{
        width: 40%;
    }
    .mainCoinArea .mainOffer .column3{
        width: 100%;
        text-align: left;
        margin-top: 13px;
    }
    .mainCoinArea .mainOffer .column3 span{
        margin-left: 10px;
    }
    .mainCoinArea .mainOffer .column2 img{
        left: auto;
        right: 15px;
        height: 100px;
        top: -10px;
    }
    .mainCoinArea .mainOffer .column2 .overText2{
        left: auto;
        right: 0;
        top: 44px;
    }
    .mainCoinArea .mainOffer .bigText1{
        margin: 20px 0 0 -20px;
        /* font-size: 40px; */
        font-size: 54px;
        white-space: nowrap;

    }
    .mainCoinArea .mainOffer .bigText1 i{
        display: none;
    }
    .mainCoinArea .mainOffer .bigText2 {
        font-size: 40px;
        float: left;
        margin: -11px -3px 20px 10px; 
    }
    .mainCoinArea .otherOffers .totalCoins{
        font-size: 40px;
        text-align: left;
        margin: 20px 0 0 10px;
    }
    .mainCoinArea .otherOffers img{
        left: auto;
        right: 30px;
        top: 10px;
        width: 100px;
    }
    .mainCoinArea .otherOffers .overText3{
        font-size: 16px;
        top: 43px;
        right: 1px;
        transform: rotate(4deg);
        z-index: 1;
    }
    .mainCoinArea .otherOffers .price{
        font-size: 30px;
        text-align: left;
        margin-left: 10px;
    }
    .mainCoinArea .otherOffers .price small{
        display: block;
        font-size: 12px;
        float: left;
        line-height: 44px;
        margin-right: 5px;
    }

    .mainCoinArea .otherOffers span{
        top: -30px;
        width: auto;
        left: 150px;
        padding: 0 30px 0 0;
        font-size: 19px;
        letter-spacing: 2px;
        position: relative;
        margin: 0;
    }
    .mainCoinArea .payments{
        width: 46%;
        margin-bottom: 2%;
    }

}

/* small because still has the left and right bar */
@media only screen and (min-width : 768px) and (max-width : 880px) {
    .mainCoinArea .mainOffer .bigText1, .mainCoinArea .otherOffers .totalCoins{
        font-size: 29px;
    }
    .mainCoinArea .mainOffer .column3{
        position: static;
    }
    .mainCoinArea .mainOffer .column2 img{
        height:80px;
    }
    .mainCoinArea .mainOffer .column2 .overText2{
        top:26px;
    }
}
