/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/04/2015, 04:43:39 PM
    Author     : reinaldo
*/

body {
  padding-top: 50px;
  margin-bottom: 60px;
}
body > .container {
  padding: 60px 15px 0;
}
.container {
  
  padding: 0 15px;
}

.post-head {
    background-image:url("../images/bg1.png");
    background-repeat: no-repeat;
    background-position: center;
    margin:0;
    padding:0;
    color:#fff;
    width:100%;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
  color:#fff;
  width:100%;
}
.circle {
    position: relative;
    width: 6.5em; height: 6.5em;
    border-radius: 50%;
    background: #29475b;
   
}
.circle i{
    color:#fff;
    font-size:40px;
    margin-top:25px;
}


