/* CSS Document */
.page_header {
  height: 100px; }

.right_float_globe {
  float: right;
  margin-top: 20px; }
  .right_float_globe img {
    display: inline-block;
    height: 20px;
    width: 20px; }
  .right_float_globe p {
    position: relative;
    top: 1px;
    display: inline-block;
    color: black; }
  .right_float_globe a:hover {
    text-decoration: none; }

.nav_bar {
  background-color: #111;
  padding: 15px 0;
  font-size: 18px; }
  .nav_bar a {
    color: white;
    font-size: 20px;
    font-size: 1.5rem;
    padding: 5px 15px;
    transition: opacity 0.3s; }
    .nav_bar a:hover {
      text-decoration: none;
      opacity: 0.7; }
  .nav_bar ul {
    list-style-type: none;
    margin-bottom: 0;
    text-align: left; }
    .nav_bar ul li {
      display: inline-block;
      padding-left: 40px; }

textarea {
  resize: none; }

.carousel-caption {
  background-color: rgba(26, 24, 24, 0.4); }

.emptyspace {
  height: 20px;
  width: 100%;
  display: block; }

.float-right {
  float: right; }

.pres-pic {
  max-height: 300px;
  margin: 35px; }

.introtext {
  padding: 0 25px; }

label {
  display: block;
  margin-top: 15px;
  font-size: 25px; }

select, option {
  display: block;
  width: 50%;
  font-size: 18px;
  padding: 2px 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="text"] {
  display: block;
  width: 50%;
  font-size: 18px;
  padding: 2px 10px; }

input[type="submit"] {
  display: block;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 20px 10px 0 50px;
  font-size: 20px;
  padding: 10px 35px;
  background-color: #333;
  color: white; }

.page_title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }

.arch_title {
  margin: 20px 0;
  font-size: 26.4px;
  background-color: #111;
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  border-left: 15px solid #2346aa; }

.tech_title {
  margin: 20px 0;
  font-size: 26.4px;
  background-color: #111;
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  border-left: 15px solid #fde100; }

.searchholder {
  display: block;
  margin: 15px 25px;
  position: relative; }

.search_area_arch_top .search_products_input {
  width: 100%;
  padding: 10px;
  height: 40px;
  margin: 0;
  border: 2px solid #333;
  border-radius: 3px;
  display: inline-block;
  float: left; }

.search_products_top_submit {
  position: absolute;
  top: 0;
  right: 0; }

.range-whole {
  border: 1px solid black;
  margin-top: 10px; }

.search_area_arch_top {
  margin-bottom: 5px; }

.arch_holder {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #2346aa; }
  .arch_holder .range {
    margin-bottom: 15px;
    border: 1px solid black; }
  .arch_holder .arch {
    color: white;
    text-align: center;
    margin: 5px 0 10px 0;
    font-size: 24px; }

.tech_holder {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fde100; }
  .tech_holder .range {
    margin-bottom: 15px;
    border: 1px solid black; }
  .tech_holder .tech {
    color: black;
    text-align: center;
    margin: 5px 0 10px 0;
    font-size: 24px; }

.tech-top-title {
  background-color: #fde100;
  margin-left: 15px;
  margin-right: 15px; }
  .tech-top-title h2 {
    text-align: center;
    display: block;
    margin-bottom: 0;
    padding: 10px; }

.arch-top-title {
  background-color: #2346aa;
  margin-left: 15px;
  margin-right: 15px; }
  .arch-top-title h2 {
    text-align: center;
    display: block;
    color: white;
    margin-bottom: 0;
    padding: 10px; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.special_case_fix {
  float: left;
  max-width: 50%;
  width: 50%; }
  .special_case_fix .textportion {
    width: 80%;
    margin-left: 20%; }

a .textportion {
  margin-top: 5px;
  padding-top: 35px;
  padding-bottom: 10px;
  color: black;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  white-space: pre-wrap;
  word-break: keep-all; }
  a .textportion:hover {
    opacity: 0.7; }

.category_break {
  margin-top: 10px;
  margin-bottom: 35px; }

.arch_bottom {
  padding-left: 25px; }

.tech_bottom {
  padding-left: 25px; }

.footer-bar {
  background-color: #111;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-bar ul {
    list-style-type: none; }
  .footer-bar li a {
    font-size: 20px;
    color: white; }

.caption-1 {
  right: 0%;
  left: 0%; }

.caption-3 {
  right: 0%;
  left: 0%; }
