
#gp_cookie {
  position: fixed;
  right: 2%;
  width: 260px;
  height: 230px;
  padding: 5px 0;
  background: #39434b;
  color: white !important;
  z-index: 99200000 !important;
  text-align: center;
  font-family:calibri, 'MS sans serif'! important;
  bottom: -35px;
  border-radius: 50%;
}
#gp_cookie .gp_content {
  width: 230px;
  margin: 50px auto 10px;
}
#gp_cookie a:hover{
  text-decoration:underline;
}
#gp_cookie .gp_cookie_potrdi{
  background: #292929;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  padding: 6px 6px;
  width:78px;
  margin:0 auto;
  cursor:pointer;
  margin:8px auto 0 auto;
  font-size: 13px;
  font-weight:bold;
}
#gp_cookie .gp_cookie_potrdi:hover{
  background: #323334;
}
.cookie-img{
  margin-top: -38px;
}
#gp_cookie h6{
  font-size:18px;
  color:#ffffff;
  margin:0px;
  font-family:calibri, 'MS sans serif'! important;
}
#gp_cookie #cookie-text{
  font-size:13px;
  color:#ffffff;
  line-height:17px;
  margin:2px 0px 3px 0px;
}
.gp_cookie_link_vec{
  color:#dbe1e9 !important;
  text-decoration:none;
  font-family:calibri, 'MS sans serif'! important;
}
.cokie-shadow-img{
  display:block;
  margin:0 auto;
}
@media screen and (max-width:767px){
  #gp_cookie{
	  border-radius:0px;
	  width:100%;
	  /*height:80px;*/
	  min-height:70px;
	  max-height:100px;
	  height:auto;
	  text-align:left;
	  bottom:0px;
	  right:0px;
	  padding-top:10px;
	  padding-bottom:12px !important;
  }
  #gp_cookie img{
	  display:none;
  }
  .gp_content{
	float:left;
	width:40% !important;
	padding:0px 10%;
  }
  .gp_cookie_potrdi{
	  float:left;
	  text-align:center;
	  margin:20px 5% auto 5% !important;
	  font-size: 11px;
  }
  #gp_cookie #cookie-text{
	min-width:150px;
  }
  #gp_cookie h6{
	font-size:15px;
  }
}
@media screen and (max-width:315px){
  #gp_cookie{
	display:none;
  }
}