body {
   /* font-family: "Helvetica Neue",Helvetica,sans-serif; */
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, sans-serif;
   	margin:0 auto;
    font-size: 16px;
    line-height: 47px;
}

* {
  margin:0;
  padding:0;
}

.wrapper {
	margin: 0 auto;
	max-width: 940px;
}

.span-item{
    display:block;
    float:left;
    width: 33%;
    text-align: center;
    padding-top:30px;
}

.span-item .name {
    font-size: 20px;
    font-weight: 100;
    margin-top: -20px;
}

.circular {
    width: 140px;
    height: 140px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px; 
    border: 5px solid #B43E69;
    -webkit-border: 5px solid #B43E69;
    -moz-border: 5px solid #B43E69;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/*-------BEGIN top div-----------*/
#top { 
	background-color: #FFFFFF; 
    color:#000000;
    clear:both;
    overflow: hidden;
    padding-top:5px;
}

#top a {
    color:#000000;
    font-size:50px;
    font-weight:100;
}

/*-------END top div-----------*/
/*-------BEGIN second div-----------*/
#second { 
    background-color: #4bc196; 
    color:#FFFFFF;
    clear:both;
    overflow: hidden;
    padding-top:25px;
    text-align: center;
    padding-bottom:25px;
}

#second h2 {
    text-align: left;
}
#second p {
    text-align: left;
    font-weight: 100;
    line-height: 1.8;
}
/*-------END second div-----------*/
/*-------BEGIN third div-----------*/
#third { 
    background-color: #FFFFFF; 
    color:#000000;
    clear:both;
    overflow: hidden;
    padding-top:25px;
    text-align: center;
    padding-bottom:25px;
}

.span-item .job {
    font-weight: 100;
    margin-top: -10px;
    font-size:15px;
    line-height:1.3;
    width:308px;
}

/*-------END third div-----------*/
/*-------BEGIN Footer CSS-----------*/
.page-footer {
    text-align:center;
    line-height:16px;
    font-size:12px;
    clear:both;
}

.page-footer nav, .page-footer p {
    font-size: 16px;    
}

.page-footer nav ul li a, .page-footer p a {
    color:#429AD9;   
}

.page-footer nav ul li a:hover, .page-footer p a:hover {
    font-weight: bold;   
}

.page-footer nav, .page-footer .copyright, .page-footer li{
    display:inline-block;
}

.page-footer nav ul li, .page-footer .copyright{
    margin:0 0 0 8px;
    padding: 16px 8px;
}
/*---END Footer CSS---------*/

/*------BEGIN other CSS------------*/
a:link{
    text-decoration:none;
    color: #000;
}

a:visited{
    text-decoration:none;
    color: #000;
}

a:hover, .page-footer a:hover{
    color:#429ad9;
}


h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h1, h2 {
	font-weight: 100;
}

ul .foot-nav {
	list-style-type: none;
}

hr.style-one {
    background-image: -webkit-linear-gradient(left, #d67c0e, #333, #d67c0e); 
    background-image: -moz-linear-gradient(left, #d67c0e, #333333, #d67c0e); 
    background-image: -ms-linear-gradient(left, #d67c0e, #333333, #d67c0e); 
    background-image: -o-linear-gradient(left, #d67c0e, #333333, #d67c0e); 
    border: 0 none;
    height: 1px;
}

.caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid #000000;
    margin-top: -54px;
    color: #FFFFFF;
    font-size: 1.3em;
    height: 30px;
    left: 0;
    line-height: 1.33;
    padding: 5px 20px 0;
    position: absolute;
    text-shadow: none;
    width: 635px;
    z-index: 500;
}
/*------END other CSS------------*/
