
body{
color: #666f77;
background: #e5e5e5;
font-family: "Roboto", Helvetica, sans-serif;
}
#wrapper{
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}
article, aside, figure, footer, header, hgroup, menu, nav, section { 
display: block; 
}
@media (min-width: 768px){
.navbar {
    border-radius: 0;
}
}
.navbar-inverse{
background: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
    color: #0B02C0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-nav>li:active {
    color: #fff;
    background-color: black;
}
#header {
background: #fff;
color: #555f66;
cursor: default;
height: 3em;
left: 0;
line-height: 3em;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
}
#banner {
background-color: #666666;
background-image: url(images/dark_tint.png),  url("images/banner2.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
color: #d8d8d8;
padding: 10em 0;
text-align: center;
position: relative;
width: 100%;
}
#banner:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(64, 72, 80, 0.25);
}
#banner h2 {
font-size: 3.5em;
line-height: 1em;
margin: 0 0 0.5em 0;
padding: 0;
}
#banner p {
font-size: 1.5em;
margin-bottom: 2em;
}
#footer {
background-color: transparent;
background-size: cover;
background-position: center center;
color: #bbb;
padding: 5em 2em 25px 2em;
position: relative;
}
.box {
//border-radius: 6px;
//border: solid 1px rgba(144, 144, 144, 0.25);
margin-bottom: 2em;
padding: 1em 1em;
}
section.special, article.special {
text-align: center;
}

.icon.major {
display: inline-block;
margin: 0 0 1.25em 0;
color: #ffffff;
background: #629DD1;
width: 3em;
height: 3em;
font-size: 2em;
text-align: center;
line-height: 3em;
border-radius: 100%;
box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
}
.testamonial a{
    color: #bbb;
}
.center{
text-align: center;
}
h3.center{
color: #464646; 
}
.odd h3.center{
    color: whitesmoke;
}
.alt{
list-style-type: none;
}
#footer .row{
margin:auto;
padding: auto;
align-content: center;
}
.foot .col-sm-3, .foot .col-sm-5{
margin-bottom: 50px;
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0;
}
ul.alt li {
border-top: solid 1px rgba(144, 144, 144, 0.25);
padding: 0.5em 0;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding: 0 1.25em 0 0;
}
.icons a, #footer a {
color: #bbb;
}
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
ul.icons li .icon:before {
font-size: 1.5em;
}
.icon > .label {
display: none;
}
div.icons{
text-align: center;
}
.one{
padding: 2em 2em 0em 2em;
background: url('images/bodybg.png') #fff;
width: 100%;
}
.odd{
background-color: #9d9d9d;
color: white;
padding: 2em 2em 0em 2em;
width: 100%;
}
.first{
    border-top: 10px double #bbb;
   // padding: 2em 7em 0em 7em;
}
.image.fit {
display: block;
margin: 0 0 2em 0;
width: 100%;
}
.image {
border-radius: 6px;
border: 0;
display: inline-block;
position: relative;
}
ul.actions{
  list-style-type: none;
}
.image.fit img {
display: block;
width: 100%;
}
.image img {
border-radius: 6px;
display: block;
}
ul  {
 padding-left:0;   
}
ul li  {
 list-style-position:inside
}
          /* Carousel */
#quote-carousel 
{
padding: 0 10px 30px 10px;
margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
background: none;
color: #222;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
background: #333333;
}
#quote-carousel img
{
width: 250px;
height: 100px
}
/* End carousel */

.item blockquote {
border-left: none; 
margin: 0;
}

.item blockquote img {
margin-bottom: 10px;
}

.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}



/**
MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
#quote-carousel 
{
margin-bottom: 0;
padding: 0 40px 30px 40px;
}

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 

/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

#quote-carousel .carousel-indicators {
bottom: -20px !important;  
}
#quote-carousel .carousel-indicators li {
display: inline-block;
margin: 0px 5px;
width: 15px;
height: 15px;
}
#quote-carousel .carousel-indicators li.active {
margin: 0px 5px;
width: 20px;
height: 20px;
}
}

/**** Form Section ****/
#formsection {
    box-shadow: inset 0 0 190px #101b2a, inset 0 0 464px #000, 0 0 8px #000;
    color: #ccc;
}
#formsection h1 {
    text-align: center;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    text-shadow: 1px 4px 5px #000;
}
#formsection strong {
    color: #fff;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
#formitem_1, #formitem_2, #formitem_3 {
    float: left;
    width: 33%;
    padding: .5em 0;
}
#contactForm_v2 .formitem input[type="text"] {
    width: 97%;
    padding: .5em .1em;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}
input[type="text"], textarea {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    color: #888;
}
#formitem_4 {
    width: 99%;
}
#contactForm_v2 input, #contactForm_v2 textarea {
    display: block;
    margin: 10px 0;
    padding: 2px 0;
    width: calc(100% - 8px);
}
#formitem_5 {
    display: none;
}
textarea {
    min-height: 60px;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
input[type="submit"] {
    color: #555;
    padding: 2em;
    font-size: 2em;
    width: 11em !important;
    float: right;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #eee;
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #222;
    background: #ddd;
    background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
    background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
/**** End Form Section ****/

.foot-name:before {
    content: "\f041";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: .5em;
    color: #23455B;
    font-size: 1.5em;
    height: 100%;
    vertical-align: middle;
}
.foot-phone:before {
    content: "\f095";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: .5em;
    color: #23455B;
    font-size: 1.5em;
    height: 100%;
    vertical-align: middle;
}
.foot-name {
    color: #0a57a7;
    display: block;
    margin-top: 2.5em;
}
.foot-addy {
    display: block;
    margin-left: 2.5em;
}
.foot-phone {
    display: block;
    font-weight: bold;
    margin-top: 1em;
}
.foot-hours {
    margin-left: 2.25em;
    display: block;
}
#office-locations a {
    display: block;
    font-size: 1em;
    text-align: center;
    width: 41%;
    margin-top: 2em;
    color: #fff;
}
.yellowbutton {
    background: #23455b;
    color: #fff;
    padding: 1em 4em;
    text-decoration: none;
    font-size: .9em;
    display: inline-block;
    margin: 0 auto;
    font-weight: bolder;
    line-height: 1em;
    font-family: sans-serif;
    text-shadow: none;
}
.yellowbutton:hover {
    background: #7c98a9;
    color: #fff;
}
.left{
    text-align: left;
}
#bioimg {
    display: inline;
    float: left;
    width: 39%;
    margin-right: 1em;
}
.floatleft {
    float: left;
    padding-right: 5px;
}
.secondary{
    margin-top: 50px;
}