body {
    background-image: url('../images/background.jpg');
}

a {
    color: #000000;
    text-decoration: underline;
}

a.active, a:hover {
    /*color: #96d82c;*/
    /*color: #3daa3d;*/
    color: #77cb45;
}

.carousel-caption {
    padding: 5px 10px;
    bottom: 5px;
    right: 0px;
    left: 0px;
    color: #000000;
    background-color: #ffffff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.carousel-caption.no-background {
    background-color: transparent;
    opacity: 1;
    -moz-opacity: 1;
}

.carousel-caption-left-half {
    top: 22%;
    bottom: initial;
    right: 50%;
    left: 15px;
}

.carousel-caption-top {
    top: 5px;
    right: 10%;
    left: 10%;
    /*top: 5px;*/
    /*right: 0px;*/
    /*left: 0px;*/
    /*padding: 5px 10%;*/
    /*bottom: initial;*/
}

.row {
    background-color: #f4f4f4;
    /*background-image: url('../images/pattern.gif');*/
    padding: 15px;
    margin: 0px;
}

.form-control {
    border-radius: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 8px 8px 0px;
    border-bottom: 2px solid #dddddd;
}

.navbar {
    min-height: 40px;
    border: none;
    margin-bottom: 0px;
}

.navbar .container-fluid {
    background-color: #6c6a69;
    padding: 0px;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

.navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #96d82c; /* Old browsers */
    background: -moz-linear-gradient(top, #d2ff52 0%, #3daa3d 100%);
    background: -webkit-linear-gradient(top, #d2ff52 0%, #3daa3d 100%);
    background: linear-gradient(to bottom, #d2ff52 0%, #3daa3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ff52', endColorstr='#3daa3d', GradientType=0);
}

.navbar-default .navbar-nav > li > a {
    background: #6c6a69;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

.navbar-nav {
    margin: 0px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-decoration: none;
}

.no-top-space {
    padding-top: 0px;
    margin-top: 0px;
}

.footnote {
    border-top: 2px solid #dddddd;
    padding: 10px 0px 0px 25px;
    margin-top: 15px;
    text-indent: -25px;
}

.footnote span {
    display: inline-block;
    text-indent: 0px;
    padding-right: 20px;
    color: #77cb45;
}

.carousel-caption h3 {font-size: 16px; margin: 5px 0px;}
.text-xs-left {text-align: left;}
.text-xs-center {text-align: center;}
.text-xs-right {text-align: right;}

@media (min-width: 768px) {
    .carousel-caption-left-half {top: 18%;}
    .carousel-caption h3 {font-size: 24px;}
    .text-sm-left {text-align: left;}
    .text-sm-center {text-align: center;}
    .text-sm-right {text-align: right;}
}

@media (min-width: 992px) {
    .carousel-caption-left-half {top: 22%;}
    .carousel-caption h3 {font-size: 30px;}
}

@media (min-width: 1200px) {
    .carousel-caption-left-half {top: 30%;}
}

#phone {
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
}

#phone small {
    font-size: 20px;
    font-weight: normal;
}

#sidebar ul li, #content ul li {
    background: url('../images/list-point.png') no-repeat 0px 6px;
    margin-bottom: 5px;
    padding-left: 25px;
}

#sidebar h3:first-child {
    margin-top: 0px;
}

#footer {
    background: #6c6a69 none;
    padding-top: 30px;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

#footer p {
    color: #ffffff;
    font-size: 13px;
}

#footer a, #footer a:visited {
    color: #ffffff;
}

#footer a:hover {
    color: #c6c6c6;
}

#home-slider {
    position: relative;
    z-index: 200;
    padding: 15px;
    margin: 0px -10px;
    background: #ffffff none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

#home-slider-content {
    padding: 0px;
}

#home-slider-corners {
    width: 100%;
    height: 10px;
    position: relative;
    z-index: 100;
    padding: 0px 0px 15px;
}

#home-slider-corners div.col-xs-6 div:first-child {
    width: 0px;
    height: 0px;
    position: relative;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
}

#home-slider-corners div.col-xs-6 div.pull-left {
    border-left-color: transparent;
    left: -25px;
}

#home-slider-corners div.col-xs-6 div.pull-right {
    border-right-color: transparent;
    left: 25px;
}

#content-image {
    position: relative;
    z-index: 200;
    padding: 15px;
    margin: 0px -40px 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

#content-image-corner {
    width: 100%;
    height: 10px;
    position: relative;
    z-index: 150;
    margin-right: -40px;
}

#content-image-corner div:first-child {
    width: 0px;
    height: 0px;
    border: 5px solid #ffffff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

#content ul {
    padding-left: 0;
    list-style: none;
}

#content p:last-child {
    margin-bottom: 30px;
}

#content div.row {
    background-image: none;
    padding: 15px 0px 8px;
    border-bottom: 2px solid #dddddd;
}

#content div.row:last-child {
    border-bottom: none;
}

#content div.row div {
    padding: 0px;
}

#content div.row div p:last-child {
    margin: -6px 0px 10px;
}