﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}

.grech .navbar {
    min-height: 70px;
    margin-bottom: 0;
}
.grech .navbar-brand {
    height: 70px;
}
.grech .navbar-default {
    background-color: #463E33;
    border-color: #463E33;
}
.grech .navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 25px;
    border-right: 2px solid #463E33;
}
.grech .navbar-default .navbar-nav > li > a { color: #fff; }
.grech .navbar-default .navbar-nav > li > a:hover, 
.grech .navbar-default .navbar-nav > li > a:focus { color: #fff; background-color: #758e19; }

.grech .navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color: #758e19; }

.grech .navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
}
.grech .navbar-default .navbar-toggle { border-color: #fff; }
.grech .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

#logo { width: 245px; margin: 0; height: 40px; }
#logo > div {
	border-radius: 4px;
    float: left;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 44px;
    background-color: #00ADEF;
    font-family: Arial, Helvetica, sans-serif;
}
#logo div > div { font-size: 26px; font-weight: bold; line-height: 29px; color: #fff; }
#logo span { font-size: 8px; color: #fff; line-height: 7px; }

.bg-grey { background-color: #fafafa; }
.page-header { color: #463E33; }

.specials {
    margin: 40px 0 20px 0;
    background: transparent url('images/specials_bck.png') repeat scroll top left;
    padding: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    text-align: center;
    display: block;
}
a.specials:hover, a.specials:focus {
    color: #fff;
    text-decoration: none;
}
.specials h1, .specials h2 { font-style: normal; }
.specials h2 { font-weight: bold; }

.testimonial .quote {
    background-color: #00ADEF;
    padding: 10px 45px;
    border-radius: 8px;
    color: #fff;
    position: relative;
}
.testimonial .quote p { margin: 0; }
.testimonial .quote:before {
    content: "“";
    font-size: 70px;
    font-style: normal;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: 2px;
    font-family: Georgia, serif;
}
.testimonial .quote:after {
    bottom: -33px;
    content: "”";
    font-size: 70px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    right: 10px;
    font-family: Georgia, serif;
}
.testimonial .fa-caret-down { 
    color: #00ADEF; 
    font-size: 47px;
    line-height: 11px;
    margin-left: 20px;
}
.testimonial .author { margin: 8px 0 15px 2px; height: 60px; }
.testimonial .author .image {
    border: 1px solid #ddd;
    border-radius: 7px;
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 10px;
    padding: 4px;
    text-align: center;
}
.testimonial .author .fa-user {
    color: #ccc;
    font-size: 50px;
}

.brand {
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat-x scroll 0 0 #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #333;
    display: block;
    margin: 0 0 15px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
	min-height: 120px;
}
.brand .brand-icon {
    margin-bottom: 10px;
    margin-top: 3px;
    width: 100%;
	display: block;
	min-height: 60px;
}
.brand .brand-label {
    display: block;
    padding-top: 5px;
	border-top: 1px solid #dddddd;
    font-weight: bold;
}
.brand:hover {
    background: linear-gradient(to bottom, #FAFAFA 0%, #E1E1E1 100%) repeat-x scroll 0 0 #E8E8E8;
    color: #333;
    text-decoration: none;
}

#services .row { margin-bottom: 15px; }
#services h4 { margin-top: 0; }
#services .image { text-align: center; margin-bottom: 15px; }
#services .image .fa {
    color: #00ADEF;
    font-size: 70px;
}
#services .image .img-responsive { margin: 0 auto; }

#contact .col-sm-7 { margin-bottom: 15px; }

#footer {
    background-color: #463E33;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
}
#footer .social { margin-bottom: 15px; }
#footer .truelocal { margin-bottom: 15px; }
#footer .copyright { font-size: 13px; margin-bottom: 0; }
#footer .small { font-size: 9px; margin-bottom: 0; }
