

.cc-link {
/*    color:#000 !important;
    background-color:yellow !important;
    text-decoration:underline !important;*/
}

.ak-consonent-wrapper {
    width: 100%;
}

.ak-consonent-wrapper span, .ak-consonent-wrapper a {
    display: inline-block !important;
    margin-right: 10px !important;
}
.ak-consonent-button .cc-compliance {
    display: inline-block !important;
}
.ak-consonent-wrapper .ak-consonent-button {
    display: inline-block !important;
}

.ak-consonent-button {
    float: right;
}

.ak-consonent-content {
    width: 80%;
}

.cc-compliance .cc-dismiss {
    /*background: none !important;*/
    /*color: white !important;*/
}
.cc-compliance .cc-dismiss:hover {
    text-decoration: underline !important;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 97px;
}

.cc-window.cc-banner {padding: 5px 10px 6px;width: 100%;margin: auto;text-align: center;top: 0px;}

.cc-btn {
    display: block;
    padding: 2px 10px 0!important;
    font-size: .5em!important;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
}

.ak-consonent-content {
    width: 40%;
    font-size: .6em;
    font-weight: 700;
    display: inline-block;
}

.ak-consonent-button {
    float: none;
    margin-top: 0px;
}

.cc-dismiss {
    text-transform: uppercase;
    text-decoration: none;
   background: #fff !important;
    border-radius: 4px;
    color: #000 !important;
}
.cc-allow {
    /*background: #ba141a !important;*/
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
}
.cc-allow:hover,
.cc-allow:focus,
.cc-allow:active{
background:#171e47 !important;
color:#fff;	
}

@media screen and (max-width: 1710px){
	.ak-consonent-content {
    width: 55%;
	}
}



@media screen and (max-width: 1400px){
	.ak-consonent-content {
    width: 100%;
	}
}