/*Basic CSS*/

.clear {
  clear: both;
}

body {
  margin: 0;
  font-family: century gothic;
}


/*Header*/

#header {
  background-color: #fff;
  height: 160px;
}

#inheader {
  background-color: white;
  width: 1130px;
  padding: 0;
  margin: 0 auto;
}

.blue-banner {
  background-color: #0f75bc;
}

.home-banner {
  background: url('pier.png');
  height: 600px;
  margin: 0 auto;
  width: 1130px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

#nav {
  background-color: white;
  margin: 0 auto;
  height: 50px;
  width: 1010px;
  padding: 10px 0 10px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#nav ul {
  padding-left: 80px;
}

#nav li {
  display: inline;
  text-decoration: none;
  padding: 15px 35px 25px 35px;
  transition: .2s linear;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#nav li:hover {
  background-color: #ff7f66;
}

#nav li a {
  text-decoration: none;
  color: #000;
}

#logo {
  width: 350px;
  float: left;
}

#logo img {
  margin: 10px 10px 10px 0;
  width: 340px;
  height: 135px;
}

#slogan {
  float: left;
  text-align: right;
  font-weight: bold;
  margin: 40px 0 0 70px;
  font-size: 18px;
}

#social {
  float: left;
  margin: -110px 0 0 530px;
}

#social li {
  display: inline;
  margin: 0;
}

#search {
  margin: -40px 20px 20px 0;
  float: right;
  width: 125px;
  height: 26px;
}

.form-input {
  background-color: #e6e5e5;
  height: 35px;
  border-left: 0px;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  display: inline;
  width: 140px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 10px;
  font-weight: normal;
  border-top: 0px;
}

.trans-bar {
  width: 100%;
  margin-top: -128px;
  opacity: 0.6;
  height: 108px;
  background-color: black;
}

.trans-bar h1 {
  color: #ff7f66;
  font-size: 56px;
  font-weight: normal;
  margin: 0 auto;
}

.text-bar {
  float: right;
  color: #fff;
  margin: 5px 10% 0 0;
  width: 450px;
}

.break-bar {
  padding: 0;
  width: 590px;
  margin: 17px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}


/*Content*/

#content {
  background-color: #e6e5e5;
}

.home-content {
  background-color: #e6e5e5;
  padding: 10px;
}

.content-center {
  margin: 0 auto;
  padding: 0;
  width: 1130px;
}

.search-1 {
  background-color: #fff;
  width: 305px;
  height: 250px;
  float: left;
  margin: 25px 77px 25px 0;
  padding: 10px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.search-1 img {
  margin: 0 0 0 2px;
}

.search-1 p {
  margin: 5px 0 0 130px;
  font-weight: bold;
}

.search-1 a {
  text-decoration: none;
  color: #0f75bc;
  -webkit-transition: color 200ms linear;
}

.search-1 a:hover {
  color: #ff7f66;
}

.search-2 {
  background-color: #fff;
  width: 305px;
  height: 250px;
  float: left;
  margin: 25px 77px 25px 0;
  padding: 10px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.search-2 img {
  margin: 0 0 0 2px;
}

.search-2 p {
  margin: 5px 0 0 130px;
  font-weight: bold;
}

.search-2 a {
  text-decoration: none;
  color: #0f75bc;
  -webkit-transition: color 200ms linear;
}

.search-2 a:hover {
  color: #ff7f66;
}

.search-3 {
  background-color: #fff;
  width: 305px;
  height: 250px;
  float: left;
  margin: 25px 0;
  padding: 10px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.search-3 img {
  margin: 0 0 0 2px;
}

.search-3 p {
  margin: 5px 0 0 130px;
  font-weight: bold;
}

.search-3 a {
  text-decoration: none;
  color: #0f75bc;
  -webkit-transition: color 200ms linear;
}

.search-3 a:hover {
  color: #ff7f66;
}


/*Contact*/

.blue-banner {
  background-color: #0f75bc;
}

.contact-banner {
  background: url('contact-banner.png');
  height: 250px;
  margin: 0 auto;
  width: 1130px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.con-trans-bar {
  width: 100%;
  margin-top: -128px;
  opacity: 0.6;
  height: 108px;
  background-color: black;
}

.con-trans-bar h1 {
  color: #fff;
  font-size: 56px;
  font-weight: normal;
  margin: 0 auto;
}

.con-text-bar {
  float: right;
  color: #fff;
  margin: 5px 10% 0 0;
  width: 450px;
  font-size: 20px;
}

.con-break-bar {
  padding: 0;
  width: 400px;
  margin: 17px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}

.con-content {
  background-color: #e6e5e5;
  padding: 10px;
}

.left-contact {
  width: 350px;
  background-color: #fff;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
  float: left;
  margin: 20px 0 20px 7.5%;
}

.left-contact h2 {
  margin: 15px 0 0 55px;
  color: #58585a;
  font-weight: normal;
}

.left-contact p {
  margin: 10px 0 0 25px;
}

.left-contact hr {
  width: 300px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.left-contact iframe {
  margin: 20px 0 20px 25px;
}

.left-contact strong {
  color: #ff7f66;
}

.contact-forms {
  width: 672px;
  float: left;
  height: 500px;
  background-color: #fff;
  margin: 20px 0 20px 110px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.top-bar {
  background-color: #0f75bc;
  height: 50px;
  margin: 0;
  padding: 0;
}

.top-bar h2 {
  color: #fff;
  font-weight: normal;
  margin: 0 0 0 225px;
  padding: 10px 0 0 0;
}

.contact-input {
  height: 30px;
  width: 175px;
  float: left;
  margin: 20px 0 0 27px;
  padding: 5px;
}

.contact-select {
  width: 190px;
  height: 30px;
  float: left;
  margin: 20px 0 0 27px;
  padding: 5px;
}

.big-comment {
  width: 605px;
  height: 200px;
  float: left;
  margin: 30px 0 0 30px;
  padding: 5px;
  font-family: arial;
}

.contact-submit {
  width: 150px;
  height: 50px;
  background-color: #ff7f66;
  float: left;
  margin: 20px 0 0 260px;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #ff5a3f;
  border-bottom: 2px solid #ff5a3f;
  border-left: 0px;
  border-top: 0px;
  font-weight: bold;
}

.contact-submit:hover {
  background: #0f75bc;
  color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 150px;
  cursor: pointer;
}


/*Products*/

.prod-banner {
  background: url('product-banner.png');
  height: 250px;
  margin: 0 auto;
  width: 1130px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.prod-trans-bar {
  width: 100%;
  margin-top: -128px;
  opacity: 0.6;
  height: 128px;
  background-color: black;
}

.prod-trans-bar h1 {
  color: #fff;
  font-size: 56px;
  font-weight: normal;
  margin: 0 auto;
}

.prod-text-bar {
  float: right;
  color: #fff;
  margin: 15px 10% 0 0;
  width: 450px;
  font-size: 18px;
}

.prod-break-bar {
  padding: 0;
  width: 480px;
  margin: 27px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}

.prod-content h2 {
  color: #0f75bc;
  float: left;
  margin: 20px 0 40px 43%;
  font-weight: 200;
}

.prod-content h2 a {
  color: #0f75bc;
  -webkit-transition: color 200ms linear;
  text-decoration: none;
}

.prod-content h2 a:hover {
  color: #ff7f66;
}

.product1 {
  -webkit-transition: 500ms ease;
  width: 300px;
  height: 450px;
  background-color: #fff;
  float: left;
  margin: 20px 0 10px 12.5%;
  padding: 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.product1 h2 {
  font-weight: normal;
  margin: 10px 0 0 15px;
  color: #58585a;
}

.product1 img {
  margin: 0 0 0 50px;
}

.product1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.product1 hr {
  width: 250px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.product1 p {
  font-size: 13px;
  text-align: center;
}

.product1 h4 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 15px 0 10px 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product1 h4:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.product2 {
  -webkit-transition: 500ms ease;
  width: 300px;
  height: 450px;
  background-color: #fff;
  float: left;
  margin: 20px 0 10px 50px;
  padding: 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.product2 h2 {
  font-weight: normal;
  margin: 10px 0 0 15px;
  color: #58585a;
}

.product2 img {
  margin: 0 0 0 50px;
}

.product2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.product2 hr {
  width: 250px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.product2 h4 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 15px 0 10px 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product2 h4:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.product2 p {
  font-size: 13px;
  text-align: center;
}

.product3 {
  -webkit-transition: 500ms ease;
  width: 300px;
  height: 450px;
  background-color: #fff;
  float: left;
  margin: 20px 0 10px 50px;
  padding: 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.product3 h2 {
  font-weight: normal;
  margin: 10px 0 0 15px;
  color: #58585a;
}

.product3 img {
  margin: 0 0 0 50px;
}

.product3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.product3 hr {
  width: 250px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.product3 h4 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 15px 0 10px 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product3 h4:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.product3 p {
  font-size: 13px;
  text-align: center;
}

.sec-prod {
  width: 1130px;
  background: #e6e5e5;
  float: left;
  margin: 20px 0 20px 12.5%;
}

.product4 {
  -webkit-transition: 500ms ease;
  width: 300px;
  height: 450px;
  background-color: #fff;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.product4 h2 {
  font-weight: normal;
  margin: 10px 0 0 15px;
  color: #58585a;
}

.product4 img {
  margin: 0 0 0 50px;
}

.product4:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.product4 hr {
  width: 250px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.product4 h4 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 15px 0 10px 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product4 h4:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.product4 p {
  font-size: 13px;
  text-align: center;
}

.product5 {
  -webkit-transition: 500ms ease;
  width: 300px;
  height: 450px;
  background-color: #fff;
  float: left;
  margin: 0 0 10px 50px;
  padding: 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.product5 h2 {
  font-weight: normal;
  margin: 10px 0 0 15px;
  color: #58585a;
}

.product5 img {
  margin: 0 0 0 50px;
}

.product5:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.product5 hr {
  width: 250px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.product5 h4 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 15px 0 10px 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product5 h4:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.product5 p {
  font-size: 13px;
  text-align: center;
}

.product6 {
  -webkit-transition: 500ms ease;
  width: 300px;
  height: 450px;
  background-color: #fff;
  float: left;
  margin: 0 0 10px 50px;
  padding: 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.product6 h2 {
  font-weight: normal;
  margin: 10px 0 0 15px;
  color: #58585a;
}

.product6 img {
  margin: 0 0 0 50px;
}

.product6:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.product6 hr {
  width: 250px;
  height: 3px;
  background-color: #0f75bc;
  color: #0f75bc;
  border: none;
}

.product6 h4 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 15px 0 10px 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product6 h4:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.product6 p {
  font-size: 13px;
  text-align: center;
}


/*Jobs*/

.job-banner {
  background: url('job-banner.png');
  height: 250px;
  margin: 0 auto;
  width: 1130px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.job-trans-bar {
  width: 100%;
  margin-top: -128px;
  opacity: 0.6;
  height: 128px;
  background-color: black;
}

.job-trans-bar h1 {
  color: #fff;
  font-size: 56px;
  font-weight: normal;
  margin: 0 auto;
}

.job-text-bar {
  float: right;
  color: #fff;
  margin: 15px 10% 0 0;
  width: 450px;
  font-size: 18px;
}

.job-break-bar {
  padding: 0;
  width: 400px;
  margin: 27px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}

.positions {
  -webkit-transition: 500ms ease;
  width: 650px;
  height: 320px;
  float: left;
  background-color: #fff;
  margin: 0 0 20px 8%;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
  border-bottom: 3px solid #ff7f66;
}

.positions:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.positions h2 {
  font-weight: 200;
  color: #58585a;
  margin: 10px 0 0 25px;
}

.positions hr {
  background-color: #0f75bc;
  width: 600px;
  height: 3px;
  border: none;
}

.positions h4 {
  font-weight: bold;
  color: #58585a;
  margin: 10px 0 0 25px;
  font-size: 20px;
}

.positions p {
  margin: 10px 0 0 40px;
}

.positions h5 {
  margin: 10px 0 0 25px;
  color: #58585a;
  font-weight: bold;
  font-size: 16px;
}

.positions ul {
  margin: 10px 0 0 40px;
  font-size: 16px;
}

.positions h3 {
  background-color: #ff7f66;
  width: 200px;
  height: 50px;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  margin: 30px 0 0 225px;
}

.positions h3:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.positions h3 a {
  text-decoration: none;
  color: #fff;
  font-weight: 200;
}

.training {
  -webkit-transition: 500ms ease;
  width: 400px;
  height: 530px;
  background-color: #fff;
  margin: 20px 0 0 62%;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.training:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 500ms ease;
}

.training h2 {
  font-weight: normal;
  color: #58585a;
  padding: 15px 0 0 21px;
}

.training hr {
  background-color: #0f75bc;
  width: 350px;
  height: 3px;
  border: none;
}

.training p {
  text-align: center;
  margin: 20px 10px 0 10px;
}

.training ul {
  font-size: 15px;
  list-style-type: none;
  margin: 20px 20px 0 0;
  text-align: center;
}

.training h3 {
  background-color: #ff7f66;
  width: 200px;
  padding: 15px 10px 10px 10px;
  margin: 30px 0 10px 110px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  border-right: 5px solid #ff5a3f;
  border-bottom: 5px solid #ff5a3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.training h3:hover {
  background-color: #ffb366;
  color: #0f75bc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease out;
  width: 200px;
  cursor: pointer;
}

.seeall {
  margin: -20px 0 0 575px;
  padding: 0;
  width: 300px;
  background-color: #e6e5e5;
}

.seeall h3 {
  margin: 20px 0 0 0;
  text-align: center;
  color: #0f75bc;
  padding: 12px;
  font-weight: normal;
  font-size: 30px;
  -webkit-transition: color 200ms linear;
  cursor: pointer;
}

.seeall h3:hover {
  color: #ff7f66;
}


/*Clarissa's Pages*/


/*Company Page Content*/

.company-banner {
  background: url('company.jpg');
  width: 1130px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
  height: 250px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.comp-transbar {
  width: 100%;
  margin-top: -128px;
  opacity: 0.6;
  height: 108px;
  background-color: black;
}

.comp-transbar h1 {
  color: #ff7f66;
  font-size: 56px;
  font-weight: normal;
  margin: 0 auto;
}

.comp-textbar {
  float: right;
  color: white;
  margin: 15px 10% 0 0;
  width: 450px;
}

.comp-breakbar {
  padding: 0;
  width: 480px;
  margin: 17px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}

.compbox h2 {
  float: left;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 40px;
  color: #0f75bc;
  width: 200px;
}

.compbox {
  float: left;
  width: 750px;
  padding: 15px;
  border-bottom: 3px solid #0f75bc;
  background: white;
  margin-bottom: 20px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.comppic {
  background-color: 0f75bc;
  width: 320px;
  height: 265px;
  margin: 20px -30px 0 -60px;
  float: left;
  -webkit-transform: rotate(0deg);
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.comppic img {
  margin: 8px;
  width: 305px;
}

.compbox2 h2 {
  float: left;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 40px;
  color: #ff7f66;
  width: 230px;
}

.compbox2 {
  float: left;
  width: 750px;
  padding: 15px;
  border-bottom: 3px solid #ff7f66;
  background: white;
  margin-bottom: 20px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.comppic2 {
  background-color: #ff7f66;
  width: 320px;
  height: 265px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
  margin: 20px -30px 0 -60px;
  float: left;
  -webkit-transform: rotate(0deg);
}

.comppic2 img {
  margin: 8px;
  width: 305px;
}

.compbox3 h2 {
  float: left;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 40px;
  color: #FF7803;
  width: 210px;
}

.compbox3 {
  float: left;
  width: 750px;
  padding: 15px;
  border-bottom: 3px solid #FF7803;
  background: white;
  margin-bottom: 20px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.comppic3 {
  background-color: #FF7803;
  width: 320px;
  height: 265px;
  margin: 20px -30px 0 -60px;
  float: left;
  -webkit-transform: rotate(0deg);
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.comppic3 img {
  margin: 8px;
  width: 305px;
}

.comptext {
  width: 600px;
  padding: 0 10px;
  margin: 0;
}


/*Packages Page Content*/

.package-banner {
  background: url('packbanner.jpg');
  width: 1130px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
  height: 250px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.pack-transbar {
  width: 100%;
  margin-top: -128px;
  opacity: 0.6;
  height: 108px;
  background-color: black;
}

.pack-transbar h1 {
  color: white;
  font-size: 56px;
  font-weight: normal;
  margin: 0 auto;
}

.pack-textbar {
  float: right;
  color: white;
  margin: 15px 10% 0 0;
  width: 450px;
}

.pack-breakbar {
  padding: 0;
  width: 400px;
  margin: 17px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}

.pack-1 {
  width: 350px;
  background-color: white;
  float: left;
  margin: 30px 40px 5px 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.pack-1 p {
  text-align: center;
  padding: 5px;
}

.pack-1 a {
  text-decoration: none;
}

.pack-2 {
  width: 350px;
  background-color: white;
  float: left;
  margin: 30px 0 5px 0;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.pack-2 p {
  text-align: center;
  padding: 5px;
}

.pack-2 a {
  text-decoration: none;
}

.packpic {
  width: 330px;
  margin: 0 auto;
  height: 210px;
  background-color: grey;
}

.packtable {
  width: 330px;
  margin: 15px 0 15px 10px;
}

.packtable h2 {
  text-align: center;
  font-size: 20px;
}

.packtable table {
  margin: 0 auto;
  text-align: center;
}

.packtable table td {
  padding: 3px;
}

.padtype {
  padding: 0 40px 0 5px;
}

.padtype2 {
  padding-right: 5px;
}

.bluerow {
  background-color: #B0D6F5;
}

.bluerow th {
  padding: 5px 2px;
}

.greyrow {
  background-color: #E3E4E6;
}

.pack-submit {
  background: #ff7f66;
  margin-bottom: 10px;
  margin-left: 100px;
  color: white;
  display: inline;
  width: 145px;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  font-family: century gothic;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
  padding: 16px 15px;
  border-left: 0px;
  border-bottom: 5px solid #ff5a3f;
  border-right: 5px solid #ff5a3f;
  font-weight: 500;
}

.pack-submit:hover {
  background: #FFB366;
  -webkit-transition: all 450ms ease;
  color: #0f75bc;
  transition: all 450ms ease-out;
  margin-left: 105px;
  width: 140px;
  cursor: pointer;
}

.pack-end {
  background-color: white;
  padding: 3px;
  margin: 20px 0 5px 0;
  text-align: center;
  font-weight: bold;
  color: #403E3B;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}


/*Order Page Content*/

.order-banner {
  background: url('orderbanner.jpg');
  width: 1130px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
  height: 250px;
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
}

.ord-transbar {
  width: 100%;
  opacity: 0.6;
  height: 108px;
  width: 1818px;
  background-color: black;
  margin-top: -128px;
}

.ord-transbar h1 {
  color: #FACB48;
  font-size: 60px;
  font-weight: normal;
  margin: 0 auto;
}

.ord-textbar {
  float: right;
  color: white;
  margin: 15px 35% 0 0;
  width: 450px;
}

.ord-breakbar {
  padding: 0;
  width: 350px;
  margin: 17px 0 0 10%;
  border-right: 2px solid white;
  float: left;
}

.ordform {
  width: 725px;
  padding: 5px;
  padding-bottom: 8px;
  background-color: white;
  float: left;
  margin: 15px 15px 15px 0;
}

.ordform h2 {
  font-weight: 200;
  color: #58585a;
  margin: 15px 10px 10px 27px;
}

.ordform hr {
  background-color: #0f75bc;
  width: 670px;
  height: 3px;
  border: none;
  margin-bottom: 20px;
}

.ordform p {
  float: left;
  padding: 5px;
  margin: 15px 10px 10px 27px;
}

.ordside {
  float: left;
  padding: 10px;
  background-color: white;
  margin: 15px 10px 10px 27px;
}

.order-center {
  width: 670px;
  margin: 0 auto;
}

.order-input {
  width: 175px;
  height: 30px;
  padding: 5px;
  margin: 5px 40px 20px 0;
}

.order-inputsmall {
  width: 130px;
  height: 30px;
  padding: 5px;
  margin: 5px 40px 20px 0;
}

.order-state {
  width: 175px;
  height: 30px;
  padding: 5px;
  float: left;
  margin: 5px 40px 10px 0;
}

.card {
  margin-left: 60px;
  float: left;
  margin-top: 5px;
  float: left;
}

.card-pic {
  width: 50px;
}

.order-categ {
  width: 175px;
  height: 30px;
  padding: 5px;
  float: left;
  margin: 5px 40px 10px 0;
}

.order-prodnum {
  width: 60px;
  height: 30px;
  padding: 5px;
  margin: 5px 82px 10px 0;
  float: left;
}

.order-submit {
  background: #ff7f66;
  margin-bottom: 10px;
  margin-left: 10px;
  color: white;
  display: inline;
  width: 145px;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  font-family: century gothic;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
  padding: 9px 8px;
  border-left: 0px;
  border-bottom: 5px solid #ff5a3f;
  border-right: 5px solid #ff5a3f;
  font-weight: 500;
  float: left;
}

.order-submit:hover {
  background: #FFB366;
  -webkit-transition: all 450ms ease;
  color: #0f75bc;
  transition: all 450ms ease-out;
  margin-left: 10px;
  width: 140px;
  cursor: pointer;
}

.order-note {
  float: left;
  background-color: white;
  padding: 5px;
}

.ord-left {
  float: left;
}


/*Footer*/

#footer {
  background-color: #58585a;
  height: 100px;
  border-top: 3px solid #ff7f66;
}

.footer-text {
  border-right: 1px solid #fff;
  width: 250px;
  height: 75px;
  margin: 15px 0 0 10%;
  float: left;
}

.footer-text p {
  padding: 0;
  color: #bbb;
}

.footer-text a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.footer-contact {
  width: 300px;
  height: 100px;
  padding: 0;
  margin: 0 0 0 5%;
  float: left;
}

.footer-contact a {
  text-decoration: none;
  color: #bbb;
}

.footer-contact p {
  font-size: 15px;
  color: #bbb;
}

.credit {
  background: url('credit.jpg') no-repeat;
  background-size: contain;
  height: 31px;
  width: 200px;
  float: right;
  margin: 40px 10% 0 0;
}

.credit p {
  margin: -24px 0 0 5px;
  padding: 0;
  color: #bbb;
}