body,
p,
a,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Bariol';
}
.the-roulette {
	text-align: center;
	margin-bottom: 45px;
}
.roulette-container {
   width: 400px;
  height: 400px;
  margin: 20px auto;
  position: relative;
}
.roulette {
  position: relative;
  width: 400px;
  height: 400px;
  background-color: transparent;
  background-image: url('images/bucatarul_tau.png');
  border-radius: 400px;
  background-position: center;
  background-size: 100%;
}

h4 {
  font-size:20px;
}
h5 {
  font-size: 15px;
}
.spinner {
  cursor: pointer;
  color: #23305E;
  font-weight: bold;
  border: none;
  position: absolute;
  text-transform: uppercase;
  line-height: 50px;
  width: 50px;
  height: 50px;
  top: 175px;
  left: 175px;
  border-radius: 100%;
  z-index: 1000;
  background-color: #fff;
}
.price {
font-weight:bold;
}

.spinner .pointer {
  position: absolute;
  width: 0; 
	height: 0; 
  top: -8px;
  left: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
body {
	background-color: #a8d0e8;
}
.site-branding h1 {
padding: 25px 0px;
margin:0;
}
.logo img {
	height: 250px;
}
#circle {
  position: absolute;
  top: 300px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: #f26b6c;
  border-radius: 50%;
z-index: -1;
}
#circle2 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 150px;
  height: 150px;
  background: #f26b6c;
  border-radius: 50%;
z-index: -1;
}
#circle3 {
  position: absolute;
  top: 500px;
  left: -50px;
  width: 110px;
  height: 110px;
  background: #23305e;
  border-radius: 50%;
z-index: -1;
}
#circle4 {
  position: absolute;
  top: 40px;
  left: 180px;
  width: 100px;
  height: 100px;
  background: #f26b6c;
  border-radius: 50%;
z-index: -1;
}
#circle5 {
  position: absolute;
  top: 300px;
  right: -50px;
  width: 110px;
  height: 110px;
  background: #23305e;
  border-radius: 50%;
z-index: -1;
}
.site-footer {
	background-color: #f26b6c;
	padding: 30px;
	margin-top: 40px;
	color: #fff;
}
.site-footer a {
	color:#fff;
}
textarea.form-control.textarea-small,
.textarea-small {
  height: 100px;
}

.btn-primary,
.btn-primary:hover {
  border-color: transparent;
}

@media (max-width: 767px) {
.site-info,
.site-info .text-right {
text-align:center !important; } 
#circle4 {
	left:15px;
top:150px;
}
}
@media (max-width: 529px) { 
	#circle {display:none;}
}
@media (max-width: 430px) { 
	.roulette-container {
   width: 300px;
  height: 300px;
}
.roulette {
  width: 300px;
  height: 300px;
  border-radius: 300px;
}
.spinner {
  top: 125px;
  left: 125px;
}
}