#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: 9999;}
#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: #fff;
	background: #F1A930;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	border: solid 3px #F1A930;
	padding:10px 35px;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: none !important;
	font-weight: 600;
	display: inline-block;
	
}
#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:hover {
    color: #F1A930;
    background: #fff;
    border-color: #F1A930;
}

#cookie-bar span{
    display: inline-block;
    float: left;
    padding: 20px !important;
    font-size: 17px;
	line-height: 34px;
	color: #333333;
	font-weight: 100;
    text-align: left;
}
#cookie-bar span:last-child{
    float: right;
	padding: 15px 20px 15px 0px!important;
}
#cookie-bar span:first-child {
    max-width:70%;
}

#cookie-bar span:first-child p{
    padding-top: 0px
}

#cookie-bar .cb-enable::before {
    background: #137593 none repeat scroll 0 0;
}

#cookie-bar p{
	font-size: 17px;
	line-height: 34px;
	color: #333333;
	font-weight: 100;
}

#cookie-bar p a {
    position: relative;
    color: #F1A930 ;
    /*transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s;
    display: inline;*/
	font-weight: 100;
}
/*#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:100%!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;
	}
}

@media only screen and (max-width: 500px) {
	#cookie-bar span:last-child {
		display:inline-block;
		float: none;
		text-align: center;
	}
	#cookie-bar .cb-enable{
		margin-left: 0;
		font-size: 18px;
		line-height: auto;
		padding: 9px 30px;
	}
}




