body {
  background-color: white;
  color: #000;
  font-family: Verdana,arial, sans-serif;
  line-height: 1.7em;
  font-size: 1.4em;
}


h1 {font-size:2em}
h2 {font-size:1.7em}
h3 {font-size:1.5em}
h4 {font-size:1.3em}

p.title {font-size: 2em; margin: 35px 0 0 0; padding: 0 0 13px 0;line-height: 1.1em;}
p.subtitle {font-size:1.5em; padding: 0 0 13px 0; line-height: 1.2em;}

.banner {color: #ffffff!important;}

.nav-tabs {
  border-bottom:0!important;
  float: right;
}

.nav>li>a {font-size: 1.3em!important; color:#000!important}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #8080C0!important;
  cursor: default;
  background-color: #fff;
  border: 0!important;
  border-bottom-color: transparent;
}

.content {padding-top: 30px;}

.form-group {
  padding-bottom: 45px!important;
}

#footer {border-top: 2px solid #999; margin-top:20px;}
#footer p {margin: 20px 0;}

/* Testimonials */
.testimonials blockquote {
    background: #eaeaea none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 1em;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #eaeaea transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

.tel {
  font-size: 1.5em;
  margin: 20px 15px 0 0;
  float: right;
  line-height: 1.2em;
}

.side-nav li {
  list-style: disc!important;
  list-style-position: inside!important;
  list-style-image: url(../media/tick.png)!important;
}

ul li, ol li {
  padding: 4px 0;
}

.sidebar {margin:10px 0;}

#services-list {float: left; margin-bottom: 30px;}

#services-list li {
  float: left;
  width: 40%;
  list-style: disc!important;
  list-style-position: inside!important;
  list-style-image: url(../media/tick.png)!important;
}


.phone {font-weight: bold;}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .tel {
  font-size: 1.6em!important;
  line-height: 1.4em;
}

.nav-tabs {
  border-bottom: 0!important;
  float: left;
  padding: 5px;
}


p.title {font-size: 1.8em; margin: 35px 0 0 0; padding: 0 0 13px 0;line-height: 1.1em;}
p.subtitle {font-size:1.3em; padding: 0 0 13px 0; line-height: 1.2em;}
.phone {font-weight: bold; font-size: 1.2em;}
.btn-lg {font-size: 1.1em; padding: 9px 7px;}

.form-group {padding-bottom: 0!important;}
#services-list li {
  float: left;
  width: 100%;
  list-style: disc!important;
  list-style-position: inside!important;
  list-style-image: url(../media/tick.png)!important;
}

}