.button {
  border: none;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {
	background: #b3b3b3;
	border: solid 1px #fff;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 0px;
}

.text-black {
    color: #000;
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}


/** COOKIE**/
#cookie-popup { 
  display: none;
  text-align: center; 
  background: #9d0200;
  color:#fff;
  position: fixed;
  bottom:0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  width:28%;
  font-family: 'Arimo', sans-serif;
  border: 2px solid #fff;
  border-radius:0px;
  }

 
#cookie-popup.hidden {
  display: none;
}


@media only screen and (min-width: 992px) and (max-width: 1024px) { 
#cookie-popup { 
text-align: center; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,a90329+28,8f0222+56,8f0222+56,6d0019+89 */
background: #9d0200;
color:#fff;
  position: fixed;
  bottom:0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  width:40%;
  font-family: 'Arimo', sans-serif;
  border: 2px solid #fff;
  border-radius:0px;
  }
 
#cookie-popup.hidden {
  display: none;
}
}

@media only screen and (max-width: 991px){
#cookie-popup { 
  text-align: center; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,a90329+28,8f0222+56,8f0222+56,6d0019+89 */
background: #9d0200;





color:#fff;
  position: fixed;
  bottom:0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  width:60%;
  font-family: 'Arimo', sans-serif;
  border: 2px solid #fff;
  border-radius:0px;
  }
 
#cookie-popup.hidden {
  display: none;
}
}

@media only screen and (max-width: 740px){
#cookie-popup {
    text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,a90329+28,8f0222+56,8f0222+56,6d0019+89 */
background: #9d0200;





color:#fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    width: 60%;
    font-family: 'Arimo', sans-serif;
    border: 2px solid #fff;
    border-radius: 0px;
}
}

@media only screen and (max-width: 480px){
#cookie-popup {
    text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,a90329+28,8f0222+56,8f0222+56,6d0019+89 */
background: #9d0200;





color:#fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    width: 90%;
    font-family: 'Arimo', sans-serif;
    border: 2px solid #fff;
    border-radius: 0px;
}
}




