/*
    border colors:            #080808;
    accent orange:            #CC6600;
    lighter text:             #9d9d9d;
    gray20:                   #333;
    page-content:             #EEEEE0;
    headings background:      #dadabf;
    well background:          #e5e5cf;
    dark-brown:               #453823
*/
/* Links */
/* boxes */
html,
body {
  height: 100%;
}

body {
  padding-top: 51px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background: #2c2416;
  background-image: url("../images/site-background/wood-bg.jpg");
}

.orange-text {
  color:#CC6600;
}

a:link {
  color: #CC6600;
}

a:visited {
  color: #a55200;
}

a:hover {
  color: #453823;
}

a:active {
  color: #ff8c1a;
}

hr {
  border: 0;
  height: 1px;
  background: #2c2416;
  background-image: -webkit-linear-gradient(left, #ccc, #2c2416, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #2c2416, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #2c2416, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #2c2416, #ccc);
  opacity: 0.2;
}

/* nav  */
.navbar-inverse {
  background-color: #222;
  border-bottom: 1px solid #382e1c;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #CC6600;
  background-color: transparent;
}

/* buttons */
.btn-primary {
  color: #2c2416;
  background-color: #bebe8f;
  border: 2px solid #3D352A;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  color: #2c2416;
  background-color: #a2a25f;
  border-color: #CC6600;
}

.navbar-brand {
  font-family: "Timmana", sans-serif;
  font-size: 2em;
}

.breadcrumb {
  background-color: #bebe8f;
  border: 1px solid #382e1c;
}

/** Store Hours  **/
.store-hours {
  padding: 15px 0 0 0;
  text-align: left;
  color: #9d9d9d;
  font-size: 1.1em;
  margin-bottom: 25px;
}

div.row.store-hours {
  color: #2c2416;
  background-color: #EEEEE0;
  border-bottom: 1px solid #3D352A;
  padding: 10px 0 10px 0;
}

div.row.store-hours.visible-xs.visible-sm {
  border-top: 1px solid #3D352A;
}

div.row.store-hours .clock, div.row.store-hours .phone {
  text-align: center;
}

.store-hours .icon {
  color: #CC6600;
  font-size: 1.5em;
  vertical-align: middle;
  margin-bottom: 4px;
}

h1.page-header {
  padding-bottom: 5px;
  margin: 15px 0 30px;
}

.page-content {
  background-color: #EEEEE0;
  border-right: 1px solid #3D352A;
  border-left: 1px solid #3D352A;
  padding-top: 30px;
  padding-bottom: 30px;
}

.panel-default {
  border: 2px solid #3D352A;
  background-color: #e5e5cf;
}

.panel-default > .panel-heading h4 {
  font-weight: bold;
  font-size: 1.5em;
}

.panel-default > .panel-heading i {
  color: #CC6600;
  font-size: 2.3em;
  vertical-align: middle;
  margin-bottom: 10px;
}

.panel-default > .panel-heading {
  background: #bebe8f !important;
  border-bottom: 2px solid #3D352A;
}

.panel-same-height {
	background: #bebe8f !important;
}

.well {
  background-color: #bebe8f;
  border: 1px solid #3D352A;
  margin-bottom: 0;
}

.social-media {
  padding: 0;
  text-align: right;
}

.social-media.medium {
  font-size: 2.5em;
}

.social-media, .social-media a:link, .social-media a:visited {
  color: #9d9d9d;
  text-decoration: none;
}

.social-media a:hover {
  color: #CC6600;
  text-decoration: none;
}

.social-media .twitter-icon:hover, .social-media .youtube-icon:hover {
  color: #CC6600;
}

.img-portfolio {
  margin-bottom: 30px;
}

.img-hover:hover {
  opacity: 0.8;
}

.btn-default {
  background-color: #bebe8f;
  border: 2px solid #3D352A;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-custom {
  color: #CC6600;
  border: 2px solid #CC6600;
  background-color: #b5b57f;
}

/* Home Page Carousel */
header.carousel {
  height: 550px;
  padding: 0;
  margin: -30px -15px 20px -15px;
  border-right: 1px solid #3D352A;
  border-bottom: 1px solid #3D352A;
  border-left: 1px solid #3D352A;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #CC6600;
  font-size: 2em;
}

.carousel-caption {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  right: 15%;
  bottom: 10px;
  left: 15%;
  z-index: 10;
  padding-top: 1px;
  padding-bottom: 25px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption h2 {
  margin-bottom: 8px;
}

.more-caption {
  margin-bottom: 8px;
}

.more-caption > .icon {
  color: #CC6600;
  font-size: 1.5em;
  vertical-align: middle;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 1px 8px 1px 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 19px;
  height: 19px;
  margin: 1px 8px 1px 1px;
  background-color: #CC6600;
}

/*  brands  */
.brands {
  padding-bottom: 25px;
}

/*  images  */
.left-pic-text {
  float: left;
  padding: 0 10px 10px 0;
}

.left-pic-text small {
  color: gray;
  font-size: 0.88em;
}

/* //////////////// Team ////////////////// */
.staff.thumbnail {
  background-color: #e5e5cf;
}

.staff .icon {
  position: relative;
  color: #CC6600;
  font-size: 1.8em;
  vertical-align: middle;
}
.staff .contact {
  text-align: left;
  padding-left: 55px;
}
.staff .email-text {
  font-size: 14px;
  padding-left: 8px;
  color: #CC6600;
}
.staff .no-image {
  margin-bottom: 128px;
}

/* contact_page */
.contact h3 {
  margin-bottom: 30px;
}

.contact.store-hours {
  margin: 0;
}

.contact-hours {
  text-align:left;
  padding-left:30%;
  font-size: .8em;
}

.contact.phone-mail {
  font-size: 1.3em;
  margin-bottom: 30px;
  text-align: center;
}
.contact.phone-mail .icon {
  font-size: 1.5em;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #2c2416;
  text-align: center;
  background-color: #bebe8f;
  border: 1px solid #3D352A;
  border-radius: 4px;
}

.form-control {
  height: 45px;
  font-size: 1.2em;
  color: #333;
  background-color: #fcfcfa;
  border: 1px solid #3D352A;
}

.login {
  margin-top: 35px;
  width: 450px;
  border-radius: 0;
}
.login .panel-heading {
  background-color: #bebe8f;
}
.login .panel-body {
  padding: 35px;
  background-color: #f2f2e7;
}
.login .title {
  font-size: 2.4em;
}
.login i {
  color: #CC6600;
  vertical-align: middle;
}

.powered-by {
  margin-bottom: 20px;
  text-align: center;
}

#map-canvas {
  width: 100%;
  min-height: 400px;
  background-color: #e5e5cf;
  border-bottom: 1px solid #3D352A;
}

/* Tooltips */
.tooltip.top {
  padding: 5px 0;
  margin-top: -12px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.4em;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Calculator */
.calculator .input-group {
  margin: 10px 40px;
}

.calculator table tr {
  background-color: #bebe8f;
  border-color: transparent;
}

.calculator table {
  font-size: 1.2em;
  letter-spacing: 0.075em;
}

.calculator .table > tbody > tr > th,
.calculator .table > tbody > tr > td {
  border-top: 1px solid #3D352A;
}

.calculator .table {
  border: 1px solid #3D352A;
}

.table > tbody > tr > th.top, .table > tbody > tr > td.top {
  border-top: none;
}

.calculator table td {
  font-weight: bold;
}

.calculator .table.mulch-estimate {
  border: none;
  font-size: 1em;
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 10px;
  float: none !important;
}

.calculator small {
  font-size: 0.9em;
}

.calculator .table.mulch-estimate tr {
  background-color: #dadabf;
}

.calculator .table.mulch-estimate > tbody > tr > td, .table > tbody > tr > td {
  border: none;
}

.calculator .form-control {
  border-top: 1px solid #3D352A;
  border-bottom: 1px solid #3D352A;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  height: 42px;
}

.calculator .input-group-addon {
  background: #bebe8f;
  border: 1px solid #3D352A;
}

.calculator .figures {
  border: 1px solid #3D352A;
  background-color: #382e1c;
  color: #eee;
}

/* coupon */
.coupon {
  background-color: #fff;
  border: 2px black dashed;
  width: 320px;
  margin-top: 20px;
  padding: 5px;
}
.coupon .logo {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
}
.coupon .sale {
  display: table-cell;
  height: 150px;
  text-align: center;
  font-size: 1.4em;
  vertical-align: middle;
}
.coupon .requirements {
  font-size: 10px;
}
.coupon .strikeout {
  position: relative;
}
.coupon .strikeout::after {
  border-bottom: 1px solid red;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.coupon .new-price {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
.coupon .disclaimer {
  font-size: 10px;
  padding: 10px;
}
.coupon .location {
  font-size: 6px;
  text-align: right;
  display: block;
  min-height: 8px;
}

/* //////////////////  Special Page ///////////////  */
.no-specials {
  width: 400px;
}
.no-specials .panel-heading p {
  display: inline;
  text-align: center;
  font-size: 1.9em;
}
.no-specials .panel-heading i {
  vertical-align: middle;
}
.no-specials .panel-body p.mail-list {
  text-align: center;
  margin-top: 20px;
  font-size: 2em;
  font-weight: bold;
}

/* //////////////////  Admin Section ///////////////  */
.admin-nav {
  background: #bebe8f;
  height: 60px;
  padding-top: 15px;
  margin-top: -30px;
  margin-left: 0;
  margin-right: 0px;
  margin-bottom: 35px;
  border-bottom: 1px solid #3D352A;
}
.admin-nav .page-title {
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 1px;
}
.admin-nav .admin-logout {
  cursor: pointer;
  font-size: 1em;
  color: #CC6600;
}
.admin-nav .links {
  text-align: right;
}

.admin.table-striped > tbody > tr:nth-child(2n+1) > td, .admin.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #e5e5d0;
}

.admin.table td.actions i {
  margin-right: 20px;
}

/* Editing Specials  */
.edit-special {
  padding-top: 53px;
}
.edit-special .btn-danger {
  margin-right: 45px;
}

.coupon-preview h4.preview {
  margin-left: 0px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 100px;
}

/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}

.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}

.period {
  display: block;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 0;
  height: 75px;
}

footer .footer-links {
  margin-top:10px;
  display:block;
}

footer a.footer-links:hover {
  color:white;
}

footer .store-hours {
  margin-bottom: 0;
}

footer .copyright {
  color: #9d9d9d;
  text-align: center;
}

footer.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Responsive Styles */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (min-width: 1080px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 991px) {
  .customer-img,
.img-related {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }

  header.carousel .carousel {
    height: 70%;
  }
}

/*# sourceMappingURL=fedders.css.map */
