@charset "utf-8";
	
	* {
	padding:0; 
	margin:0; 
	border:0;
}
body {
   background: #d5d5d5;
	font-family:trebuchet MS;
	color:#fff;
   border: 0 none;
   margin: 0;
	font-size:13px;
   padding: 0;
}
#wrapper{
  padding: 2% 0px;
}
.container{}
.row{}
.circleo{
  background: #EF6916;
  padding: 15px 15px;
  text-align: center;
  height: 150px;
  width: 150px;
    
    transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.circleo h4{
  margin: 0;
  padding: 0;
}
.circleo p{}
.circleo span{}
.circleo span.icon{
}
.circleo span.icon i{
  font-size: 4.8%;
}
.circleo span.price-large{
  font-size: 6.8%
}


.circlev{
  background: #02800C;
  padding: 15px 15px;
  text-align: center;
  height: 150px;
  width: 150px;
    
    transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.circlev h4{
  margin: 0;
  padding: 0;
}
.circlev p{}
.circlev span{}
.circlev span.icon{
}
.circlev span.icon i{
  font-size: 4.8%;
}
.circlev span.price-large{
  font-size: 6.8%
}
.circler{
  background: red;
  padding: 15px 15px;
  text-align: center;
  height: 150px;
  width: 150px;
    
    transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.circler h4{
  margin: 0;
  padding: 0;
}
.circler p{}
.circler span{}
.circler span.icon{
}
.circler span.icon i{
  font-size: 4.8%;
}
.circler span.price-large{
  font-size: 6.8%
}
.price-small{
  font-size: 2.4% 
}

.c1:hover{
  background: #2E2E2E;
  color: #ffffff;
}
.c1 .blue{
  color: white;
}
.c1:hover .blue{
  color: #ffffff;
}

.c2:hover{
  background: #ed9c28;
  color: #ffffff;
}
.c2 .yellow{
  color: #ed9c28;
}
.c2:hover .yellow{
  color: #ffffff;
}

.c3:hover{
  background: #47a447;
  color: #ffffff;
}
.c3 .green{
  color: #47a447;
}
.c3:hover .green{
  color: #ffffff;
}

.c4:hover{
  background: #d2322d;
  color: #ffffff;
}
.c4 .red{
  color: #d2322d;
}
.c4:hover .red{
  color: #ffffff;
}