.csticky.is-csticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
}

.cookie-block {
    /*margin-bottom: 10px;*/
    padding: 0 5px 5px;
    background-color: #E7E7E7!important;
	position: fixed;
    z-index: 99999;
    width: 100%;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.cookie-block .cookie-header {
    text-align: center;
    margin-top: 6px;
}
.cookie-block .cookie-header, .cookie-block .cookie-toggle-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97.333333%;
    -ms-flex: 0 0 97.333333%;
    flex: 0 0 97.333333%;
    max-width: 97.33333%;
}
.cookie-block .cookie-toggle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.777777%;
    -ms-flex: 0 0 1.777777%;
    flex: 0 0 1.777777%;
    max-width: 1.77777%;
    float: right;
}
.cookie-block .cookie-toggle .glyphicon {
	cursor: pointer;
	font-size: 1.2rem;
	color: #004985!important;
	width: 20px;
	height: 20px;
}