#media_query {
  position: absolute;
  height: 1px;
  top: -100px;
  left: 0;
}

td.one-third-wide {
  width: 33%;
}

.one-third-wide img {
  width: 100%;
  max-width: 260px !important;
}
#home_page_wrap {
  max-width: 1700px;
  margin: auto;
}
.bb_logo {
  background: none repeat scroll 0 0 #fbf4c6;
  border-radius: 6px;
  height: 48px;
  padding: 3px;
}
#bb_header {
  background: #026c89;
  padding: 4px;
}
#site_nav {
  position: absolute;
  top: 0px;
  left: 300px;
}
.breadcrumb {
  border-top: none;
  min-height: 35px;
}

.breadcrumb > .active {
  color: #e8e18f;
}
#we_logo {
  height: 50px;
}

#bb_toolbar {
  position: relative;
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.6);
  filter: none;
  padding-bottom: 0;
}

#home_logo {
  height: 55px;
  background: #fafaf5;
  margin: 15px 0;
}
.breadcrumb {
  border: none;
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: -20px;
}
.breadcrumb > li + li:before {
  color: #cccccc;
  content: "/";
  padding: 0 4px;
}
#contractor-controls {
  margin-bottom: 12px;
  position: relative;
}

#loading,
#loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

#loading-overlay {
  background: none repeat scroll 0 0 #444;
  opacity: 0.8;
}
/*#loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-64px;
    margin-left:-64px;
}*/

.contractor-select,
.contractor-select .btn,
.contractor-select .dropdown-menu > li > a {
  font-weight: bold;
}

.company-panel {
  position: relative;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.6);
}

.company-panel .panel-body {
  padding: 6px;
}
#allCats-nav > ul > li:nth-child(even) {
  display: none;
}
.company-panel .state-badge {
  position: absolute;
  right: 1px;
  top: 1px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
#item_container {
  -moz-column-count: 6;
  -moz-column-gap: 2%;
  -moz-column-width: 14%;
  -webkit-column-count: 6;
  -webkit-column-gap: 2%;
  -webkit-column-width: 14%;
  column-count: 6;
  column-gap: 2%;
  column-width: 14%;
  /* display: table;*/
}

#home_page_wrap img {
  max-height: 307px;
}
.isotope-item {
  float: none !important;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

#filter_controls_container {
  padding: 0 0 1em 1em;
}

.carousel-indicators {
  bottom: auto;
  top: -20px;
}

.carousel .item {
  height: 150px;
}

.carousel img {
  vertical-align: middle;
  max-height: 150px;
}

/*.carousel-inner {
    width: 400px;
    margin-left: 200px;
}*/

#map_wrap.hide_map {
  visibility: hidden;
}
.angular-google-map-container,
.angular-google-map {
  width: 100%;
  height: 100%;
}

.marker-label.label {
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  max-width: 100px;
  white-space: pre-wrap;
}
.marker-label:empty {
  display: none;
}

#modal_map_container,
#modal_map_container .angular-google-map-container,
#modal_map_container .angular-google-map {
  /* width: 860px;*/
  width: 100%;
  height: 600px;
}

.angular-google-map-container {
  /*background-color: #2E3338;*/
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.nav-tabs > li > a:hover {
  cursor: pointer;
}

#nate_logo {
  width: 150px;
  max-width: 150px;
  margin-top: 10px;
}

ul.list-unstyled li {
  padding-left: 5px;
}

.icon-list li:before {
  font-family: "Glyphicons Halflings";
  /*content: '\e080';*/

  font-size: 10px;
  margin-right: 4px;
}

li.icon-check:before {
  content: "\e013";
  color: greenyellow;
}

li.icon-chevron:before {
  content: "\e080";
  color: #ffe77c;
}

#modal_main_tabs {
  margin: 10px -15px;
}

#modal_main_tabs .tab-pane {
  padding-top: 10px;
}
.company-panel .panel-heading {
  font-weight: bold;
}

.company-panel .nate_img {
  width: 40px;
}

.client_logo {
  margin-right: 12px;
  margin-bottom: 10px;
}
.view-counter {
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
}

.region_premium {
  display: inline-block;
  width: 160px;
  height: 70px;
}
.region_premium img {
  /*max-width: 150px;
    max-height: 90px;*/
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  max-width: 125px;
  max-height: 70px;
}

#view_counts {
  position: absolute;
  right: 50px;
  top: 4px;
  /*margin-right: 50px;*/
  display: inline-block;
  font-size: 1.3em;
  line-height: 2em;
  margin-top: 0.5em;
}
/******************************************

Tool used to create panel styles  http://jsfiddle.net/Duh2F/1/

*/

.company-panel .panel-heading {
  color: #333333;
  /*text-shadow:1px 1px 2px #8a8a8a;*/
}
.company-panel .panel-heading.Carribean {
  background-color: #def4f7;
}
.company-panel .panel-heading.Midwest {
  background-color: #f7f0c8;
}
.company-panel .panel-heading.Northeast {
  background-color: #ffe4b5;
}
/*.company-panel .panel-heading.Pacific{ background-color: #9BBAAB;}*/
.company-panel .panel-heading.Pacific {
  background-color: #d4f4e4;
}
/*.company-panel .panel-heading.Rockies{ background-color: #79D5E4;}*/
.company-panel .panel-heading.Rockies {
  background-color: #def4f7;
}
.company-panel .panel-heading.Southeast {
  background-color: #f7f0c8;
}
.company-panel .panel-heading.Southwest {
  background-color: #ffe4b5;
}

.panel-body.nate-free {
  padding-bottom: 8px;
}
.company-panel .thumbnail {
  margin-bottom: 4px;
}
.nate_text {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #fff89f;
  display: none;
  font-size: 0.8em;
  font-style: italic;
  padding-right: 5px;
}

.yellow {
  color: #fff89f;
}
.Free .nate_text {
  display: block;
}
/*.minority-type{
    position: absolute;
    bottom: 0;
    left: 0;}*/

.panel-title.bigger_text {
  font-size: 20px;
  font-weight: bold;
}

.cats-nav-menu {
  position: relative;
}
.label.other-clients {
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
  padding: 6px 10px;
}
/*.cats-nav-submenu{
    width: 200px;
    position: absolute;
    right: 100%;
    top: 0;
    display: none;
}*/
.cats-nav-item {
  position: relative;
}
/*.cats-nav-menu:hover > .cats-nav-submenu{
    display: block;
}*/

/*.cats-nav-submenu .cats-nav-item:hover > .cats-nav-submenu{
    display: block;
}*/

#categories-nav .contractors a {
  background: #444444;
  color: #ffffff;
  padding: 2px 4px;
}

/*.list-group.list-inline li{
    min-width: 29%;
    margin-right: 3%;
}*/
.glyphicon-earphone {
  width: 16px;
  height: 16px;
}
.modal_user_content_section {
  color: #000000;
  background: #eaeaea;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #000000;
}

.modal-footer {
  margin-top: 0;
}

.popover {
  color: #333333;
  background: #d5cfb4;
}

.supplier_logo {
  max-width: 150px;
  max-height: 60px;
  cursor: pointer;
}
.supply-ad-panel .btn {
  margin-left: 12px;
}

.modal_user_content_section a {
  color: blue !important;
  text-decoration: underline;
}
table {
  background: none;
  border: none;
}
td {
  border: none;
}

td p:first-child {
  margin-top: 0;
}
.modal_user_content_section td {
  padding: 0 4px;
  vertical-align: top;
}

.carousel-inner > .item > img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.center {
  text-align: center;
}
.modal-backdrop.in {
  background: none repeat scroll 0 0 #bababa;
  opacity: 0.8;
}

.modal td {
  vertical-align: top;
}

.supply-ad-panel {
  min-height: 140px;
}
.home-slides {
  position: relative;
}
.home-slides img {
  /* position: absolute;
    left: 0;
    top:0;*/
  max-width: 100%;
}

.search-module .dropdown-menu {
  background: white;
  width: 100%;
}

.search-module .dropdown-menu > li > a {
  color: #444444;
}

.search-module .dropdown-menu > .active > a,
.search-module .dropdown-menu > .active > a:hover,
.search-module .dropdown-menu > .active > a:focus {
  background-color: #0000ff;
  color: #ffffff;
  cursor: pointer;
}

#single-page-ad {
  max-width: 900px;
  margin: 10px auto;
  border: 1px solid black;
  border-radius: 10px;
  background: #272b30;
}

.light-background {
  background: #333333;
}

.hasTable td {
  vertical-align: top;
}
