#cookie-bar {
    background: rgba(255, 255, 255, 1);
    height:auto;
    line-height:24px;
    color:#eeeeee;
    text-align:center;
    padding:3px 0;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 94039;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#258ac9; display:inline-block; border-radius:0px; text-decoration: none; padding:0; font-weight: 700;}
#cookie-bar .cb-enable {
	margin-left: 15px;
	color: #1db0f2;
	background: #fff;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
	border: solid 1px #a3a3a3;
	padding: 9px 20px;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: none !important;
	font-weight: 600;
	display: inline-block;
	margin-top: -3px;
	overflow: hidden;
	
}
#cookie-bar .cb-enable:hover {
    opacity: 0.88;
}
#cookie-bar .cb-enable:hover {color:#FFFFFF;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:none;}
#cookie-bar .cb-policy:hover {background:none;}

#cookie-bar .cb-enable{
	color: #1db0f2;
    background:#fff;
    border: solid 2px #a3a3a3;
	box-shadow: none;
	position: relative;
}

#cookie-bar .cb-enable:hover {
    border: solid 2px #1db0f2;
	box-shadow: none;
	color:#fff;
}

#cookie-bar .cb-enable::before, #cookie-bar .cb-enable::after{
    content: '';
    position: absolute;
    height: 100%;
    width:calc(100% + 10px);
    bottom: 100%;
    left:-50%;
	right: -50%;
	margin: auto;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#cookie-bar .cb-enable::before{
    background: #46c5fe;
}
#cookie-bar .cb-enable::after{
    background: #1db0f2;
}
#cookie-bar .cb-enable:hover::before, #cookie-bar .cb-enable:hover::after{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#cookie-bar .cb-enable:hover::after{
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}


#cookie-bar span{
    display: inline-block;
    float: left;
    padding: 20px 20px 20px 30px !important;
    font-size: 17px;
	line-height: 34px;
	color: #333333;
	font-weight: 400;
    text-align: left;
}
#cookie-bar span:last-child{
    float: right;
	padding: 19px 30px 15px 0px!important;
}
#cookie-bar span:first-child {
    max-width:70%;
}

#cookie-bar span:first-child p{
    padding-top: 0px
}


#cookie-bar p{
	font-size: 17px;
	line-height: 34px;
	color: #333333;
	font-weight: 400;
}

#cookie-bar p a {
    position: relative;
    color:#1db0f2;
    /*transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s;
    display: inline;*/
	font-weight: 400;
}
/*#cookie-bar p a::before {
    background: #258ac9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
}
#cookie-bar p a:hover {
    color: #fff;
    background: #258ac9;
}
#cookie-bar p a:hover::before {
    width: 100%;
    color: #FFFFFF;
}*/


@media only screen and (max-width: 1180px) {
	#cookie-bar span{
		max-width:50%!important;
	}
}
@media only screen and (max-width: 990px) {
	#cookie-bar p{
		/*text-align: center*/
	}
	#cookie-bar span:nth-child(1){
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	#cookie-bar p {
		font-size: 16px;
		line-height: 28px;
	}
	#cookie-bar span:first-child p {
		padding-top: 0px;
	}
	#cookie-bar span {
		max-width: 100% !important;
		padding:10px 25px 10px 25px !important;
		padding-bottom: 10px;
	}
	#cookie-bar span:nth-child(1) {
		padding-bottom: 0px !important;
	}
	#cookie-bar span:last-child {
		float: left;
		padding:10px 25px 10px 25px !important;
		width: 100% !important;
	}
	#cookie-bar .cb-policy{
		display:inline;
	}
}

@media only screen and (max-width: 500px) {
	#cookie-bar span:last-child {
		display:inline-block;
		float: none;
	}
	#cookie-bar .cb-enable{
		margin-left: 0;
		font-size: 18px;
		line-height: auto;
		padding: 9px 30px;
	}
}




