 .content-desc
 {
	font-family: calibri;
    margin: 40px 0px 0px 8%;
	color:#515152;
 }
 
 .content-desc h1
  {
  text-transform:uppercase;
  font-size:3em;
  }
  
 .content-desc p
  {
	font-size:1.5em;
	line-height:1.8em;
  }
  
 .about-features{
		margin:0px;
		padding:0px;
	}
  .about-features li
  {
  list-style-type:none;
  /*list-style-image:url('../images/abt-feature-icon.png');*/
   background-image: url("../images/abt-feature-icon.png");
    background-position: 1px 17px;
    background-repeat: no-repeat;
    line-height: 2.5em;
    list-style-type: none;
    padding-left: 35px;
	font-size:1.5em;
  }
  
  .tab-box{
	  background-color: #5c5d77;
	color:#eee;
	padding:3px 15px;
	margin:5px 10px;
	font-size:1.5em;
  }
  
  .tab-box-selected
  {
   background-color: #5c5d77;
	color:#eee;
	padding:3px 15px;
	margin:5px 10px;
  box-shadow:2px 2px 3px #222;
  font-size: 1.5em;
  }
  
  
  .tab-box:hover
  {
  text-decoration:none;
  color:#fff;
  }
  
  .client-logo
  {
  background:#fff;
  padding:35px 25px;
  margin-top:5%;
  }
  
 .brand-content
 {
  float: right;
    margin-right: 18%;
    margin-top: 15%;
    text-align: right;
    width: 60%;
 }
 
 .brand-content img
 {
 padding-bottom:5%;
 }
 
 .brand-content p
 {
	font-size:1.8em;
	font-family:calibri;
	line-height:1.25em;
	color:#fafafa;
 
 }
 
 .contact-listings{
		margin:0px;
		padding:0px;
	}
  .contact-listings li#mobile
  {
  list-style-type:none;
   background-image: url("../images/mob.png");
    background-position: 1px 17px;
    background-repeat: no-repeat;
    line-height: 2.5em;
    list-style-type: none;
    padding-left: 35px;
	font-size:1.5em;
  }
  
   .contact-listings li#email
  {
  list-style-type:none;
   background-image: url("../images/email.png");
    background-position: 1px 17px;
    background-repeat: no-repeat;
    line-height: 2.5em;
    list-style-type: none;
    padding-left: 35px;
	font-size:1.5em;
  }
  
 a
 {
 color:#515152;
 }
 