/* Font declarations */
@font-face {
  font-family: 'ProximaNovaCond-Semibold';
  src: url("/includes/fonts/ProximaNovaCond-Semibold.otf"); }

@font-face {
  font-family: 'ProximaNovaCond-Light';
  src: url("/includes/fonts/ProximaNovaCond-Light.otf"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("/includes/fonts/ProximaNova-Regular.otf"); }

/* HTML Elements */
body {
  font-size: 1.7em; }

p {
  margin-bottom: 10px; }

a {
  color: black; }

a:hover {
  text-decoration: none; }

footer {
  background-color: #f8f8f8; }

blockquote {
  border-left: none; }

/* Classes */
.navbar {
  -webkit-box-shadow: 0 1px 2px 0 #a8a8a8;
  -moz-box-shadow: 0 1px 2px 0 #a8a8a8;
  -ms-box-shadow: 0 1px 2px 0 #a8a8a8;
  -o-box-shadow: 0 1px 2px 0 #a8a8a8;
  box-shadow: 0 1px 2px 0 #a8a8a8;
  border-radius: 0;
  border: 0;
  margin-bottom: 0; }

.navbar-btn {
  margin: 8px 0 8px 10px; }

.navbar-brand {
  font-size: 2em; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
  color: rgb(117,66,0);
  border-bottom: 1px solid #FF8200;
  background: #fff;}
.navbar-default .navbar-nav > li {
  padding: 15px; }
  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
/*    padding: 0 5px;
    margin: 0 10px;*/
    font-size: 18px
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: rgb(117,66,0);
    border-bottom: 1px solid #FF8200;
    font-size: 18px
  }
.navbar-default .navbar-nav > li:last-child {
  padding: 0; }

.nav > li > a {
  /*padding: 0 5px;*/
  font-size: 0.8em; }
.nav > li {
  padding: 15px; }
.nav > li:last-child {
  padding: 0; }

/* Pagination styles */
.pagination > li > a {
  color: #777777;
  border: 0; }
.pagination > li > a:hover {
  color: #777777;
  border-color: #d4d4d4; }
.pagination > li:first-child > a, .pagination li:last-child > a, .panel, .panel-primary > .panel-heading {
  border: 1px solid #d4d4d4; }
.pagination > li:first-child > a {
  margin-right: 1px; }
.pagination > .active > a {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: white;
  color: #777777; }

/* Specific Styles */
.navbar, .search {
  background-color: #fff; }

.search, .widget {
  border: 1px solid #d4d4d4; }

.search {
  border-radius: 5px; }
  .search > .row > span {
    font-size: 1.9em; }


.description {
  font-size: 0.8em;
  margin-bottom: 0px; }

.content {
  min-height: 600px; }

/* Helper classes */
.accent {
  color: #777777 }

.gray {
  color: #919191;
}

.bold {
  font-family: "ProximaNovaCond-Semibold"; }

.light {
  font-family: "ProximaNovaCond-Light"; }

.regular, .control-label {
  font-family: "ProximaNova-Regular"; }


.blacktext{
   color: #000
}

/*Kneaders Colors*/

  .bluetext{
    color: #647180;
  }
  .greentext {
    color: #73a88c;
  }
  .redtext{
    color: #b24643;
  }
  .orangetext{
    color: #c98148;
  }

  .browntext{
    color: #47352a;
  }



/*Kneaders Colors*/

.center, .search, .widget, .panel-primary > .panel-heading {
  text-align: center; }

.full-link {
  display:block;
  width:100%;
  height:150px;
  position:absolute;
}

.right-border {
  border-right: 1px solid #d4d4d4; }

.rm10, .panel-body > div > span, .footer-extra img {
  margin-right: 10px; }

.relative {
  position: relative; }

.ib, #popular-searches a {
  display: inline-block; }

.bb {
  border-bottom: 1px solid #d4d4d4; }

.bt {
  border-top: 1px solid #d4d4d4; }

.vp20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p10 {
  padding-left: 10px;
  padding-right: 10px; }

.voffset3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.voffset5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.voffset10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.voffset15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.voffset20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.voffset30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.voffset40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.voffset60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.bm {
    margin-bottom: 5px;
}

/* Form styles */
.form-group, .search > .row > span {
  margin: 10px 0; }

.form-horizontal > .form-group, .search > .row.form-horizontal > span {
  margin: 0; }

.btn, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
  color: white;
  text-shadow: 0 1px 2px #919191; }

.btn-primary {
  background-color: #979184 !important;
  border: 0;
}

.btn-primary:hover{
  background-color: #1F0D0D !important;
}

.btn-primary:active {
  background-color: #1F0D0D!important;
}

.btn-default, .widget, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > .active > a:hover {
      background-color: #E2E0DC!important;
/*  background-image: -webkit-gradient(top, white, #fafafa);
  background-image: -webkit-linear-gradient(top, white, #fafafa);
  background-image: -moz-linear-gradient(top, white, #fafafa);
  background-image: -ms-linear-gradient(top, white, #fafafa);
  background-image: -o-linear-gradient(top, white, #fafafa);
  background-image: linear-gradient(top, white, #fafafa); */
}

.btn-default {
  color: #919191; }

.btn-default:hover, .btn-default:focus {
  color: #777777; }

/* Widget specific styles */
.widget {
  border-radius: 3px;
  max-width: 290px;
  height: auto;
  padding: 0 15px 35px 15px;
  margin: auto;
}

.widget-action {
  font-size: 1em; }

/* Bootstrap panel overrides */
.panel-primary > .panel-heading {
  background-color: #73a88c;
}

.panel-body {
  font-size: 1.1em;
  background-color: #E2E0DC!important;
}
  .panel-body > div {
    margin-bottom: 5px; }
    .panel-body > div > span {
      color: #777777;
      font-weight: bold; }
    .panel-body > div > a {
      font-size: 1em;
      color: #777777;
      text-decoration: underline; }

/* Generic Styles */
.bg-pattern {
  /*background-image: url("/images/bg-pattern.png");*/
  box-shadow: 0 1px 1px 0 #C8C8C8;
    background-color: #E2E0DC!important;
}

.content-page a, #popular-searches a {
  border-bottom: 1px solid #919191; }

.content-page a {
  font-size: 1em; }

.list-inline > li {
  border-right: 1px solid black;
  padding-right: 9px; }
.list-inline > li:last-child {
  border: 0; }

.list-inline.gray > li {
  border-right: 1px solid #919191; }
.list-inline.gray > li:last-child {
  border: 0; }

.list-group {
  border-left: 3px solid transparent;
  margin: 0;
  font-size: 0.8em; }
  .list-group > a {
    font-size: 1.5em; }

.list-group:hover {
  background-image: -webkit-gradient(top, #fafafa, #f8f8f8);
  background-image: -webkit-linear-gradient(top, #fafafa, #f8f8f8);
  background-image: -moz-linear-gradient(top, #fafafa, #f8f8f8);
  background-image: -ms-linear-gradient(top, #fafafa, #f8f8f8);
  background-image: -o-linear-gradient(top, #fafafa, #f8f8f8);
  background-image: linear-gradient(top, #fafafa, #f8f8f8); }

/* Footer styles */
#footer-nav ul {
  list-style: none; }
#footer-nav li > .active {
  color: #feb32b;
  font-weight: bold; }
#footer-nav li > a {
  font-size: 1em; }
#footer-nav li > a, #footer-nav .fa-li {
  color: #919191; }

#testimonial img {
  width: 100%; }

.footer-extra a {
  color: white; }
.footer-extra span {
  font-size: 0.8em; }

.blackbg {
  /*background-color: #fff;*/
    background-color: #E2E0DC!important;
  border-top: 2px solid #bfbfbf;
}

/* ID's */
#arrow {
  width: 24px;
  position: absolute;
  left: 20%;
  top: 30%;
}

#popular-searches a {
  margin-bottom: 10px;
}

#alerts-table > tbody > tr > td:first-child {
    text-align: center;
}
.img-responsive {
  padding:10px 0 10px 0;
}
.footer-resize, .footer-resize a {
  font-size: 15px;
}

.map-style{
  margin-top: 1%;
  margin-left: 22%;
  margin-bottom: 1%;
}

.title{
  text-align: center;
}

.job_titles {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  padding-left: 0;
}
.job_titles > li{
  list-style-type: none;
  font-size: 20px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
}
.job_titles > li > a:hover{
  color: rgb(117,66,0);
}

.header{
  background-image:url('/images/header_background.png')
}

.tags {
  background-color: #73a88c;
  margin-right: 10px;
  width: auto;
  margin-bottom: 10px;
  border: 0px;
}
.tags > a{
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
}

.tags-inline {
  padding-left: 30px;
  list-style: none;
  padding-top: 10px;
}

.tags-inline>li {
  display: inline-block;
}

.city {
  padding-top: 10px;
  padding-left: 20px;
}

.search-title {
  padding-left: 15px;
}
.voffset5 {
  margin-top: 5px;
  margin-bottom: 50px;
}
.voffset5-panel{
  margin-top: 5px!important;
}

.statetagsM {
  border: 1px solid #d4d4d4;
  background-color: #E2E0DC;
  margin-right: 20%;
  margin-left: 20%;
  margin-bottom: 30px;
  margin-top: 0px;
}

.statetags {
  background-color: rgb(245,128,37);
  margin-right: 10px;
  width: auto;
  margin-bottom: 10px;
  border: 0px;
}
.statetags > a{
  color: #fff;
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.statetags-inline {
  padding-left: 30px;
  list-style: none;
  padding-top: 10px;
}

.statetags-inline>li {
  display: inline-block;
}

.citiesTags {
  border: 1px solid #d4d4d4;
}

.moveLeft {
  padding-left: 30px;
}

#map_container {
    padding-left: 25%;
    padding-top:50px;
}

.panel-links > a{
  color: rgb(245,128,37);
  text-decoration: none;
}

.active {
  background-color: #F58025!important;
  color: #fff!important;
  font-size: 20px;
}

.toggle-links{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.toogle-btns{
    color: #F58025;
    font-size: 20px;
}
.toogle-btns:hover{
    color: #fff;
    background-color: #F58025;
    font-size: 20px;
}

@media (max-width: 991px) {
/*  .widget{
    display: none;
  }*/
  .search-title {
  padding-left: 20%;
  }
  .city {
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
    #map_container {
      padding-left: 0%;
      padding-top: 20px;
    }
}

/*@media screen and (min-width: 630px) and (min-width: 700px){
    #map_container {
      padding-left: 10%;
      padding-top: 20px;
    }
}*/
