* {
  font-family: Trebuchet MS;
}

body, ul, li {
  margin: 0;
  padding: 0;
}

p, li, h1, h2, h3, h4 {
  color: #4e4e4e;
}

body {
  background: #f7f7f7;
}

.wrapper {
  width: 80%
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

header {
  background: #e5e5e5;
  padding: 20px 0;
}

header h1 {
  margin: 0;
  text-indent: -10000px;
  background: url(../images/logo.png) no-repeat;
  width: 375px;
  float: left;
}

header nav {
  float: right;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

header h2 {
  margin: 0;
  text-indent: -10000px;
  line-height: 0;
}

header nav li {
  list-style-type: none;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

header nav li a {
  text-decoration: none;
  color: #4e4e4e;
  text-transform: uppercase;
  font-weight: bold;
}

header nav li a.current {
  color: #1abb9c;
}

.tdbottom {
  border-bottom: 1px solid black;
}

#main-banner img{
  width: 100%;
}

#main-banner {
  max-height: 500px;
  overflow: hidden;
}

#selling-points {
  margin-top: 60px;
}

#selling-points li {
  float: left;
  width: 23%;
  padding: 1%;
  text-align: center;
  list-style-type: none;
  line-height: 1.6em;
}

#selling-points a {
  text-decoration: none;
}

#selling-points::after {
  display: block;
  content: "";
  clear: both;
}

#lists-info {
  margin-top: 20px;
}

#lists-info form {
  width: 80%;
  margin: auto;
  padding: 10px;
}

#lists-info table {
  border-collapse: collapse;
  border-spacing: 15px;
  width: 100%;

}

#lists-info th {
  padding: 8px;
  //border-left: 1px solid black;
}

#lists-info td {
  padding: 8px;
  //border-left: 1px solid black;
}

#lists-info th {
  background-color: #8b0000;
  color: white;
}

#lists-info tr:nth-child(even) {
  background-color: #f3f3f3;
}

#lists-info::after {
  display: block;
  content: "";
  clear: both;
}

.form-group {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e4e4e4;
}

.form-group h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}

.form-group li {
  width: 32%;
  float: left;
  list-style-type: none;
}

.form-group img {
  width: 100%;
}

.form-group li:nth-child(2) {
  margin: 0 2%;
}

.form-group:after {
  display: block;
  content: "";
  clear: both;
}

.form-group h3 {
  margin-bottom: 0;
}

.form-group p {
  line-height: 1.6em;
}

#primprops {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e4e4e4;
}

#primprops h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}

#primprops li {
  width: 32%;
  float: left;
  list-style-type: none;
}

#primprops img {
  width: 100%;
}

#primprops li:nth-child(2) {
  margin: 0 2%;
}

#primprops:after {
  display: block;
  content: "";
  clear: both;
}

#primprops h3 {
  margin-bottom: 0;
}

#primprops p {
  line-height: 1.6em;
}

#secprops {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e4e4e4;
}

#secprops h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}

#secprops li {
  width: 32%;
  float: left;
  list-style-type: none;
}

#secprops img {
  width: 100%;
}

#secprops li:nth-child(2) {
  margin: 0 2%;
}

#secprops:after {
  display: block;
  content: "";
  clear: both;
}

#secprops h3 {
  margin-bottom: 0;
}

#secprops p {
  line-height: 1.6em;
}

p.tags {
  color: #bbb;
  font-size: 14px;
  margin-top: 5px;
}

#quote {
  margin-top: 60px;
  width: 60%;
  padding: 40px 20%;
  background: url(../images/quote.png) no-repeat center 20px;
  background-color: #efefef;
  color: #4e4e4e;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
}

footer {
  background: #202020;
  padding: 30px 0;
  border-top: 10px solid #151515;
}

footer h4 {
  margin: 0;
  color: #555;
  text-transform: uppercase;
  font-size: 18px;
}

footer ul {
  float: left;
  width: 25%;
  list-style-type: none;
}

footer:after {
  content: "";
  display: block;
  clear: both;
}

footer li {
  color: #aaa;
  width: 80%;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6em;
}

footer li.tw {
  padding-left: 20px;
  background: url(../images/tweet.png) no-repeat left 6px;
}

#copyright {
  clear: both;
  padding-top: 30px;
  margin: 30px;
  float: left;
  width: 100%;
  border-top: 1px solid #333;
  color: #999;
  font-size: 14px;
}

/* LogModal */

.lModal {
  display: none;
  z-index: 100;
  position: fixed;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-inner {
  border: 8px solid #ccc;
  margin: auto;
  padding: 20px;
  width: 60%;
}


/* End LogModal */

/* Media Queries */
@media screen and (max-width: 1000px) {
  header nav {
    float: none;
  }

  /*
  header nav li {
    margin-left: 0;
    //width: 16.66%;
    width: 20%;
    text-align: center;
    font-size: 14px;
  }*/

  header h1.logo {
    float: none;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 960px) {
  header nav {
    float: none;
  }

  /*
  header nav li {
    margin-left: 0;
    //width: 16.66%;
    width: 20%;
    text-align: center;
    font-size: 14px;
  }*/

  header h1.logo {
    float: none;
    margin: 0 auto 15px;
  }

  #selling-points li {
    width: 40%;
    padding: 0 5%;
    margin: 20px 0;
  }

  footer ul {
    width: 50%;
  }

  footer ul:nth-child(odd) {
    clear: both;
  }

  #quote {
    width: 90%;
    padding: 40px 5%;
  }
}

@media screen and (max-width: 768px) {
  header nav {
    float: none;
  }

  /*
  header nav li {
    margin-left: 0;
    //width: 16.66%;
    width: 20%;
    text-align: center;
    font-size: 14px;
  }*/

  header h1.logo {
    float: none;
    margin: 0 auto 14px;
  }

  #primprops li {
    width: 60%;
    margin: 30px 20% !important;
    float: none;
  }

  #primprops h2 {
    text-align: center;
  }

  #secprops li {
    width: 60%;
    margin: 30px 20% !important;
    float: none;
  }

  #secprops h2 {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  #selling-points li {
    width: 80%;
    padding: 0 10%;
    margin: 20px 0;
  }

  #primprops li {
    width: 80%;
    margin: 30px 10% !important;
  }

  #secprops li {
    width: 80%;
    margin: 30px 10% !important;
  }

  #quote {
    font-size: 16px;
    font-weight: bold;
  }

  footer ul {
    width: 100%;
    float: none;
    border-top: 2px solid #333;
  }

  #copyright {
    margin: 10px;
  }

  header nav li {
    float: none;
    width: 100%;
    margin: 0;
  }

  header nav {
    background: #555;
  }

  header .wrapper {
    padding: 0;
    width: 100%;
  }

  header {
    padding-bottom: 0;
  }

  header nav li a {
    display: block;
    text-align: center;
    padding: 10px;
    color: #999;
    border-top: 1px solid #4f4f4f;
  }

  #burger-nav {
    width: 100%;
    height: 40px;
    background: url(../images/burger.png) no-repeat 98% center;
    cursor: pointer;
  }

  header nav ul {
    height: 0;
    overflow: hidden;
  }

  header nav ul.open {
    height: auto;
  }
}
