/* Enter Your Custom CSS Here */
/*Mobile &amp; Tablet fix*/
@media screen and (max-width: 940px) {
		#page {
				overflow:hidden;
}
}


/* hide Welcome Text on homepage */
#top-section {
  display: none;
}

/* hide homepage mid section */
#mid-section {
  display: none;
}

/* contact info display on click */

#text-3 {
  display: block !important;
  padding: 5px 5px 0px 5px !important;
}

#text-3 td {
  border-width: 0px !important;
}

/* padding below page top images */

.entry-content img {
  display: block !important;
  padding-bottom: 20px !important;
}

/* right-side menu: systems */

#menu-item-522 a {
  display: block !important;
  padding: 5px !important;
  color: #ffffff !important;
  background-color: #ed1b2f !important;
}

#menu-item-522 a:hover {
  background-color: #f2606e !important;
}

/* right-side menu: pod */

#menu-item-493 a {
  display: block !important;
  padding: 5px !important;
  color: #ffffff !important;
  background-color: #8cb634 !important;
}

#menu-item-493 a:hover {
  background-color: #afcc71 !important;
}

/* right-side menu: roof */

#menu-item-491 a {
  display: block !important;
  padding: 5px !important;
  color: #ffffff !important;
  background-color: #f7941d !important;
}

#menu-item-491 a:hover {
  background-color: #f9b461 !important;
}

/* right-side menu: panel */

#menu-item-490 a {
  display: block !important;
  padding: 5px !important;
  color: #ffffff !important;
  background-color: #00a5db !important;
}

#menu-item-490 a:hover {
  background-color: #4dc0e6 !important;
}

/* homepage product blocks */

.home-text-bar {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.pt-cv-thumbnail {
  margin-bottom: 0px !important;
}

.homeblock_systems {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #ed1b2f;
}

.homeblock_pod {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #8cb634;
}

.homeblock_roof {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #f7941d;
}

.homeblock_panel {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #00a5db;
}

/* links on pods page */

.podlinks {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
}
