.post-title{
    font-family: 'PT Sans', sans-serif;
    margin: 0.6em 0;
    font-size: 34px!important;
}

.btn{
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none!important;
    margin: 0.5em;
    line-height: 2.6em;
}

.btn:hover{

}

.btn a {
  text-decoration: none!important;
  color: #ffffff;
}

.btnP{
    background: #179bd7;
    background-image: -webkit-linear-gradient(top, #179bd7, #621d8a);
    background-image: -moz-linear-gradient(top, #179bd7, #621d8a);
    background-image: -ms-linear-gradient(top, #179bd7, #621d8a);
    background-image: -o-linear-gradient(top, #179bd7, #621d8a);
    background-image: linear-gradient(to bottom, #179bd7, #1d208a);
}

.btnP:hover{
    background: #253b80;
    background-image: -webkit-linear-gradient(top, #253b80, #4e3194);
    background-image: -moz-linear-gradient(top, #253b80, #783194);
    background-image: -ms-linear-gradient(top, #253b80, #783194);
    background-image: -o-linear-gradient(top, #253b80, #783194);
    background-image: linear-gradient(to bottom, #253b80, #315d94);
}


.btnN {
  background: #4ad934;
  background-image: -webkit-linear-gradient(top, #4ad934, #2bb82b);
  background-image: -moz-linear-gradient(top, #4ad934, #2bb82b);
  background-image: -ms-linear-gradient(top, #4ad934, #2bb82b);
  background-image: -o-linear-gradient(top, #4ad934, #2bb82b);
  background-image: linear-gradient(to bottom, #4ad934, #2bb82b);
}

.btnN:hover {
  background: #56fc3c;
  background-image: -webkit-linear-gradient(top, #56fc3c, #70d934);
  background-image: -moz-linear-gradient(top, #56fc3c, #70d934);
  background-image: -ms-linear-gradient(top, #56fc3c, #70d934);
  background-image: -o-linear-gradient(top, #56fc3c, #70d934);
  background-image: linear-gradient(to bottom, #56fc3c, #70d934);
}

.btnS {
  background: #b82bb3;
  background-image: -webkit-linear-gradient(top, #b82bb3, #621d8a);
  background-image: -moz-linear-gradient(top, #b82bb3, #621d8a);
  background-image: -ms-linear-gradient(top, #b82bb3, #621d8a);
  background-image: -o-linear-gradient(top, #b82bb3, #621d8a);
  background-image: linear-gradient(to bottom, #b82bb3, #621d8a);
}

.btnS:hover {
  background: #bb59d4;
  background-image: -webkit-linear-gradient(top, #bb59d4, #783194);
  background-image: -moz-linear-gradient(top, #bb59d4, #783194);
  background-image: -ms-linear-gradient(top, #bb59d4, #783194);
  background-image: -o-linear-gradient(top, #bb59d4, #783194);
  background-image: linear-gradient(to bottom, #bb59d4, #783194);
}

.centerCell{
text-align: center;
border-color:transparent!important;
padding-top: 32px!important;
}

.blog-left article .post-entry h2, .services-entry h2 {
    margin-top: 1em;
}

.blog-left article .post-entry p, .services-entry p {
    margin: 15px 0px;
    font-size: 1.1em;
    line-height: 1.6em;
}

.blog-left article .post-entry {
    font-family: 'PT Sans', sans-serif;
}

.blog-left article .post-entry table, .services-entry table {
    font-size: 0.9em;
}

a {
    color: #2b87d8;
   /*text-decoration: none;*/
}

@media only screen and (max-width: 768px) {
    nav .navigation-menu ul li a {
    color: #414140!important;
    }
    nav .navigation-menu ul li ul li a:hover {
    background: #d8d9d8 none repeat scroll 0% 0% !important;
}


