﻿

.cc-window {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 15;
    background-color: white;
    display: table;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-btn {
    width: 100px;
    height: 35px;
    margin-right: 20px;
    float: left;
}
    .cc-btn:hover {
       background: #e10d19!important;
    }
    .cc-close {
        width: 15px;
        height: 15px;
        margin-left: 25px;
        float: left;
        margin-top: 29.5px;
        display: table;
    }


.cc-message {
    width: 100%;
    max-width: 1200px;
    margin-left: calc(50% - 600px);
    float: left;
    height: 72px;
    display: table;
    padding: 0 4px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #828282;
    margin-top: 24px;
}


.cc-message a {
    color: #e10d19;
    transition: .4s ease-in-out;
}

    .cc-message a:hover {
        color: #153b6a;
    }
.cc-compliance {
    width: 100px;
    height: 35px;
    margin-right: 20px;
    float: left;
}
.cc-btn {
 
    float: right;
    display: table;
    width: 160px;
    height: 100%;
    margin-right:10px;
}
.cc-compliance a {
    width: 100%;
    display: block;
    line-height: 35px;
    font-weight: 600;
    color: white;
    text-align: center;
    border-radius: 40px;
    transition: 0.4s ease-in-out;
    margin-top: 19.5px;
    left: 131px;
}
     .cc-btn a:hover {
        width: 100%;
        display: block;
        line-height: 35px;
        font-weight: 600;
        color: white;
        text-align: center;
        border-radius: 40px;
        background-color: rgb(225, 13, 25);
        transition: 0.4s ease-in-out;
        margin-top: 22.5px;
    }

.cc-btn a:hover {
    background-color: #e10d19;
}

/* width 1280 */
@media only screen and (min-width:1025px) and (max-width:1280px){
    .cc-message {
        margin-left: 0;
        max-width: calc(100% - 200px);
    }
    .cc-compliance {
        margin-right: 20px;
     
    }
    .cc-btn {
        width: 160px;
        margin-right: 20px;
    }
        .cc-btn:hover {
            background: #e10d19 !important;
        }
}

/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px){
    .cc-message {
        margin-left: 0;
        max-width: calc(100% - 200px);
    }
    .cc-compliance {
        margin-right: 20px;
    }

    .cc-btn {
        width: 160px;
        margin-right: 20px;
    }
        .cc-btn:hover {
            background: #e10d19 !important;
        }
}

/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px){
    .cc-message {
        margin-left: calc(50% - 700px);
    }

    .cc-btn {
        width: 160px;
        margin-right: 20px;
    }
    .cc-compliance {
        margin-right: 20px;
    }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}
/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px){
    .cc-message {
        margin-left: calc(50% - 700px);
    }
    .cc-btn {
        width: 160px;
        margin-right: 20px;
    }
    .cc-compliance {
        margin-right: 20px;
    }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px){
    .cc-message {
        margin-left: calc(50% - 610px);
    }
    .cc-btn {
        width: 160px;
        margin-right: 20px;
    }
    .cc-compliance {
        margin-right: 20px;
    }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* width 1680 */
@media only screen and (min-width: 1601px) and (max-width: 1680px){
    .cc-compliance {
        left: 73px;
    }
}
/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {
    .cc-window {
        width: 100%;
        display: inline-block;
        height: 135px;
    }

    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
        font-size: 16px;
        line-height: 18px;
        text-align: left;
    }

    .cc-btn {
        display: table;
        margin-right: 0px;
        bottom: 23px;
        right: 14px;
    }

    .cc-compliance {
        display: table;
        margin: 0px 120px;
    }

        .cc-compliance a {
            margin-top: 28.5px;
            left: 1px;
        }

        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }

    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/*Samsung S3 dikey  */
@media only screen and (min-width:360px) and (max-width:369px) {
    .cc-window {
        width: 100%;
        display: inline-block;
        height: 140px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        margin-top: 15px;
        display: table;
        font-size: 16px;
        line-height: 18px;
    }
    .cc-btn {
        display: table;
        margin-right: 83px;
        top: -11px;
        margin-left: -91px;
    }

    .cc-compliance {
        display: table;
        margin: 0px 140px;
       
    }

        .cc-compliance a {
            left: 57px;
        }

        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:399px){
    .cc-window {
        width: 100%;
        display: inline-block;
        height: 140px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .cc-btn {
        display: table;
        margin-right: 0px;
        bottom: 22px;
        right: 12px;
    }
    .cc-compliance {
        display: table;
        margin: 5px 150px;
    }

        .cc-compliance a{
            left: 0px;
        }
        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}
/*
iphone Plus dikey
*/
@media only screen and (min-width:400px) and (max-width:479px){
    .cc-window {
        width: 100%;
        display: inline-block;
        height: 140px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .cc-btn {
        display: table;
        margin-right: 0px;
    }
    .cc-compliance {
        display: table;
        margin: -17px 157px;
    }

        .cc-compliance a {
            left: 0px;
        }
        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}


/*tablet dikey */
@media only screen and (min-width:760px) and (max-width:810px){
    .cc-window {
        width: 100%;
        display: table;
        height: 140px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
        font-size: 19px;
        line-height: 29px;
    }
    .cc-btn {
        display: table;
        width: 100%;
    }
    .cc-compliance {
        float: none;
        margin: 0px auto;
    }

        .cc-compliance a {
            margin-top: 4.5px;
            left: 1px
        }

        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 20px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px){
    .cc-window {
        width: 100%;
        display: block;
        height: 120px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
    }
    .cc-btn {
        display: table;
        margin-right: 0px;
        left: 230px;
        bottom: 17px;
    }
    .cc-compliance {
        float: left;
        margin: 0 auto;
    }

        .cc-compliance a {
            left: 242px;
        }

        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 20px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px){
    .cc-window {
        width: 100%;
        display: block;
        height: 120px;
    }
    .cc-message {
        margin-left: calc(50% - 242px);
        padding: 0 6px;
        line-height: 19px;
        margin-top: 13px;
    }
    .cc-btn {
        display: table;
    }
    .cc-compliance {
        display: table;
        margin: 8px 160px;
    }
        .cc-compliance a {
            left: 33px;
            bottom: 37px;
        }
    .cc-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px){
    .cc-window {
        width: 100%;
        display: block;
        height: 120px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
    }
    .cc-btn {
        display: table;
        top: -13px;
        left: 53px;
    }
    .cc-compliance {
        display: table;
        margin: 0 230px;
    }

        .cc-compliance a {
            left: 63px;
        }
        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px){
    .cc-window {
        width: 100%;
        display: block;
        height: 106px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
    }
    .cc-btn {
        display: table;
        bottom: 40px;
        left: 35px;
    }
    .cc-compliance {
        display: table;
        margin: 10px 260px;
    }

        .cc-compliance a {
            left: 50px;
        }

        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 20px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}
/*iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px){
    .cc-window {
        width: 100%;
        display: block;
        height: 100px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
    }
    .cc-btn {
        display: table;
    }
    .cc-compliance {
        display: table;
        margin: -31px 301px;
    }
        .cc-compliance a {
            left: 30px;
        }

         .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}

/*iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px){
    .cc-window {
        width: 100%;
        display: block;
        height: 100px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 99%;
        display: table;
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
    }

    .cc-btn {
        display: table;
    }
    .cc-compliance {
        display: table;
        margin: -29px 338px;
    }

        .cc-compliance a {
            left: 50px;
        }
        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}
/*tabley yatay*/
@media only screen and (min-width:1000px) and (max-width:1024px){
    .cc-window {
        width: 100%;
        display: block;
        height: 70px;
    }
    .cc-message {
        margin-left: 0;
        max-width: 87%;
        display: table;
        margin-top: 20px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
    }
    .cc-btn {
        display: table;
        bottom: 20px;
    }
    .cc-compliance {
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 34px;
    }

        .cc-compliance a {
            left: 15px;
        }
        .cc-close {
            float: right;
            display: inline-block;
            margin: auto;
            position: absolute;
            top: 20px;
            right: 10px;
        }
    .cc-btn:hover {
        background: #e10d19 !important;
    }
}