﻿body {
}

.adque-testimonial-text
{
    color:#666666;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight:bold;
}

.adque-testimonial-icon
{
    color:#666666;
}

.carousel-control-small {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 19px;
  height: 19px;
  margin-top: -0px;
  font-size: 20px;
  font-weight: 100;
  line-height: 17px;
  color: #222222;
  text-align: center;
  background: #ffffff;
  border: 3px solid #222222;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.adque-carousel-caption
{
    font-size:16px;
    font-weight:bold;
}

.adque-home-caption
{
    font-family: 'Dosis', sans-serif;
    font-size:20px;
    font-weight:500;
    color:#FFFFFF;
    line-height:100%;
}

.adque-home-caption-sub
{
    margin-top:20px;
    color:#dbdbdb;
}

.adque-header-image
{
    position:relative;
    display: block;
    margin-bottom:20px;
}

.adque-header-image-inner
{
    overflow: hidden;
    width: 100%;
    position: relative;
}

.adque-header-image > img
{
  display: block;
  line-height: 1;
}

.adque-header-image-caption
{
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.adque-header-image-caption h4,
.adque-header-image-caption p {
  color: #ffffff;
  line-height: 20px;
}
.adque-header-image-caption h4 {
  margin: 0 0 5px;
}
.adque-header-image-caption p {
  margin-bottom: 0;
}

.adque-blue-box-text
{
    color: #FFFFFF;
    background-color:#0081C6;
    padding-right:5px;
    padding-left:5px;
    margin:2px;
}

.adque-blue-box-text:hover
{
    color: #FFFFFF;
    background-color:#008dd9;
    padding-right:5px;
    padding-left:5px;
    margin:2px;
}

blockquote
{
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    width: 50%;
    margin: 0.25em 0 30px 0;
    padding: 0.25em 30px;
    line-height: 1.45;
    position: relative;
}

blockquote:before
{
    display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    left: -0px;
    top: -20px;
    color: #0081c6;
}

blockquote cite
{
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}
 
blockquote cite:before
{
    content: "\2014 \2009";
}

.adque-feature-strong-text
{
    font-weight:700;
    color:#0081c6;
}

.adque-feature-icon
{
    color:#0081c6;
}

.adque-feature-list
{
    list-style-position: outside;
}

.adque-feature-list li
{
    line-height: 2em;
}

.adque-tagline
{
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
    position: relative;
    text-align:center;
}



