/**
 * @framework 3wymiar.pl 2002-2017 (c)
 *
 * @author Marcin Cichy <cichy@3wymiar.pl>
 * @version 4.0.0
 *
 * License only for twojtenis.
 * Any other use only with permission of the author.
 * app ver 2.0.0
 */
#howitworks, #favorites, #home_dash{
  padding: 50px 0px;
  text-align:left;
}

.hiw_box{
  border: #CCA95D 1px solid;
  padding:10px 10px 20px 10px;
  border-radius: 10px;
  font-size:14px;
  position:relative;
  height:300px;
  background: #fff url('/gfx/gra_bg.png')	repeat-x top;
  color: #828282;
}

.hiw_box .btns{
  position:absolute;
  bottom:-15px;
  right: -15px;
}

.hiw_box img{
  border: #CCA95D 1px solid;
  border-radius: 32px;
  padding:5px;
  background-color:#fff;
}

#howitworks h3{
  margin:0px 0px 10px 0px;
  padding:0px;
  font-size:32px;
  text-transform:uppercase;
  color: #CCA95D;
}

#howitworks hr{
  width: 30%;
  border: #000 1px solid;
}

#boxes{
  padding:50px 0px 30px 0px;
  background-color:#EFF0F4;
}

.box_desc{
  font-size:16px;
  text-transform:uppercase;
  padding-top:10px;
}

.boxer{
  position: relative;
}

.boxer .counter{
  position:absolute;
  text-align:center;
  width:100%;
  top:70px;
  left:0px;
  font-size:35px;
  font-family: 'bebas_neueregular';
}

.boxer .counter .small{
  font-size:20px;
}

.boxer .counter-likes{
  position:absolute;
  text-align:center;
  width:100%;
  top:60px;
  left:0px;
}

#testimonials{
  padding:20px 0px;
}

#testimonials .testimonial{
  height:300px;
  border: #CCA95D 1px solid;
  border-radius:40px;
  padding:40px 20px 20px 40px;
  margin:10px;
  position:relative;
  color: #828282;
}

#testimonials .testimonial .quote{
  position:absolute;
  top:-20px;
  left:-20px;
  width:59px;
  height:56px;
  background: transparent url('/gfx/home/quote.png') no-repeat;
}

#testimonials .author{
  text-align:center;
  font-size:20px;
  text-transform:uppercase;
}

#testimonials .author img{
  border: #CCA95D 2px solid;
  border-radius:100px;
}

.hdash a{
  border-radius:10px;
  height:150px;
}