	.bottom-bar {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  background: #333333;
	  color: #ffffff;
	  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	  box-sizing: border-box;
	  z-index: 999
	}

	.bottom-bar__content {
		max-width: 400px;
	 text-align: right;
	  /*margin: 0 auto;*/
	  margin-left: auto;
	  display: flex;
	  justify-content: space-between;
	}

	.bottom-bar__content > * {
	  display: flex;
	  align-items: center;
	}

	.bottom-bar__text {
	}

	.bottom-bar__close {
	  background: none;
	  border: none;
	  color: #ffffff;
	  cursor: pointer;
	  font-size: 2em;
	}
	
	.bar-item a:hover{
		color: #E2C0A2;
	}

	.bar-item a{
		color: #FFFFFF;
	}

	.bar-item {
		background-color: #925032;
		color: #FFFFFF;
		padding: 10px 30px 10px 30px;
		margin-
	}
