﻿/*@media only screen and (min-width: 768px) {*/

/*body {
        overflow: hidden;
    }*/

#accept_ipt {
    background-color: #07a047;
    border-radius: 2px;
    color: #FFF;
    margin-top: 0px;
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    border: 0px solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 140px; 
    cursor: pointer;
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

    #accept_ipt:hover {
        background-color: #0e723b;
        text-decoration: underline;
    }

#cks_ctrl_ {
    transform: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#cks_ctrl_ {
    backface-visibility: visible;
    background: rgba(0, 0, 0, 0.92);
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    font-style: normal;
    font-variant: normal;
    list-style: disc;
    outline-width: medium;
    padding: 0 0 8px;
    perspective-origin: 50% 50%;
    overflow: hidden;
    filter: Alpha(opacity=100);
    z-index: 2147483640;
    color: #efefef;
    line-height: 1.231;
    text-align: left;
    text-rendering: geometricPrecision;
    padding: 2%;
    margin: 0 auto 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 650px;
    box-sizing: border-box;
}

.cks_ctrl_hide_ {
    /*transform: translateY(180px) !important;
        -ms-transform: translateY(180px) !important;
        -webkit-transform: translateY(180px) !important;*/
    visibility: hidden;
    opacity: 0;
}

#cks_ctrl_ #cks_ctrl_wr_ {
    /*display: inline-block;*/
    vertical-align: top !important;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
/*    text-align: justify;
*/    font-weight: 300;
}

.cks_ctrl_txt_ {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
}

    .cks_ctrl_txt_ p {
        margin: 0px !important;
    }

#cks_ctrl_ipt_ {
    display: inline-block;
}

.cks_ctrl_txt_ a {
    color: #fff;
    text-decoration: underline;
}

#cks_ctrl_ {
}

/*}*/

@media only screen and (max-width: 767px) {

   /* #cks_ctrl_wr_{
        display: table;
    }

    #cks_ctrl_wr_2 {
        display: table-row;
    }*/

    #cks_ctrl_ {
        bottom: 0px;
        right: 0px;
        width: 100%;
        padding: 7%;
    }

   /* #cks_ctrl_ipt_ {
        min-width: 130px;
        float: right;
    }*/

    #cks_ctrl_ipt_,
    .cks_ctrl_txt_ {
      /*  display: table-cell;
        flex-direction: column;
        justify-content: center;
        height: 100%;*/
        padding: 3%;
        box-sizing: border-box;
        display: block;
        width: 100% !important;
    }

    #accept_ipt {
        display: table-cell;
        flex-grow: 1;
        bottom: 0px;
        right: 0px;
        padding: 5%;
        height: 100%;
        width: 100%;
        height: 80px;
        min-height: 12vh;
        letter-spacing: 2px;
    }

    .cks_ctrl_txt_ {
        font-size: 10px;
    }
}
