* {
  margin: 0px;
  padding: 0px; }

body {
  background-color: #ebe5cf; }

#sitecover {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0px;
  overflow: hidden;
  background-color: #ebe5cf;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -ms-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s; }
  #sitecover.visible {
    top: -100%; }
  #sitecover img {
    display: block;
    margin: auto;
    width: 100%; }

#container {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #ebe5cf; }

#shadowwrapper {
  position: relative;
  z-index: 5;
  max-width: 1420px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4); }

header {
  margin: auto;
  max-width: 1420px;
  background-color: #e3d8b8; }

#headerfixed {
  position: fixed;
  z-index: 25;
  max-width: 1420px;
  top: -160px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -ms-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s; }
  #headerfixed.hfvisible {
    top: 0px; }
  #headerfixed img {
    width: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto; }

#headerinner {
  position: relative;
  max-width: 1000px;
  min-height: 400px;
  margin: auto; }

.headimg {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

#landingHeadImg3 {
  display: none; }

#headtitle {
  position: absolute;
  top: 8%;
  left: 6%;
  z-index: 5; }

nav {
  position: relative;
  z-index: 4;
  height: auto;
  margin: auto;
  max-width: 1420px;
  background-color: #83673e; }
  nav ul {
    height: auto;
    margin: auto;
    max-width: 1420px;
    background-color: #83673e; }
    nav ul.navfixed {
      position: fixed;
      z-index: 25;
      width: 100%;
      top: 100px;
      left: 0;
      right: 0;
      margin: auto; }

nav {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px #161616;
  list-style: none; }
  nav li {
    display: inline-block;
    line-height: 30px; }
  nav > ul > li:after {
    content: " |";
    padding-left: 8px;
    padding-right: 8px; }
  nav > ul > li:last-child:after {
    content: ""; }
  nav a {
    font-size: 18px;
    text-decoration: none;
    color: white; }

/*nav > a{
        display: none;
}


nav a {
	text-decoration: none;
	color: #fff;  
}*/
nav ul {
  list-style: none;
  position: relative; }

nav li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  transition: .3s background-color; }

nav li a {
  padding: 7px 10px;
  cursor: pointer; }

nav ul li:hover > ul {
  display: block; }

nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 8;
  background-color: #a6824e;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5); }

nav ul ul li {
  display: block;
  text-align: left;
  font-size: 0.75em;
  background-color: #a6824e; }
  nav ul ul li:not(:last-child) {
    border-bottom: 2px solid #ebe5cf; }

nav ul ul li a {
  display: block;
  width: 290px;
  padding: 0px 10px; }

nav > ul > li > ul > li:hover {
  background-color: #947546; }

#contentbg {
  margin: auto;
  max-width: 1420px;
  background-image: url("../images/Leviathan-Body-Bkg-1.jpg");
  background-position: center top;
  background-repeat: no-repeat; }

#content {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  height: auto;
  min-height: 500px;
  padding-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 13px 0px 20px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 13px 0px 20px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 13px 0px 20px -2px rgba(0, 0, 0, 0.4); }

#landing #content {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 33px 25px #ebe5cf;
  -moz-box-shadow: inset 0px 0px 33px 25px #ebe5cf;
  box-shadow: inset 0px 0px 33px 25px #ebe5cf; }

.landingtxt {
  font-size: 22px;
  line-height: 35px;
  padding-left: 130px;
  padding-right: 130px; }

.italic {
  font-style: italic; }

#continueUntoldImg {
  width: 93%;
  padding-right: 25px; }

.buyNowOuterBox {
  width: 60%;
  height: auto;
  margin: auto;
  margin-top: 60px;
  background-color: #ebe5cf;
  overflow: hidden;
  padding: 10px;
  border: 3px solid #990000; }

.buyNowBookImage {
  float: left; }

.buyNowBookRight {
  overflow: hidden;
  text-align: center;
  padding-top: 15px; }

.buyNowTitle {
  overflow: hidden;
  font-size: 32px; }

.buyNowTxt {
  overflow: hidden;
  font-size: 26px; }

.galEntry {
  overflow: hidden; }

.galthumb {
  clear: both;
  padding: 5px 50px 5px 100px; }

.galthumbcontainer {
  float: left;
  width: 325px; }

.galLink {
  text-align: center;
  font-size: 28px;
  text-decoration: none; }

.galLink:hover {
  color: #a6824e; }

.galTitle {
  padding-right: 50px;
  font-weight: bold;
  font-size: 1.5em;
  color: #473419;
  overflow: hidden; }

.headingtxt {
  padding: 25px 10px 10px 10px;
  text-align: center;
  font-size: 35px;
  color: #473419; }

.sourcetxt {
  padding-left: 100px;
  padding-right: 50px;
  line-height: auto;
  font-size: 0.9em; }

.galCopyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding-left: 100px;
  padding-right: 50px;
  line-height: auto; }

.centertxt {
  text-align: center; }

h2 {
  text-align: center;
  color: #473419; }

.bodytxt {
  padding: 0px 100px 10px 100px;
  line-height: auto;
  font-size: 22px; }

.aboutpic {
  float: left;
  margin-right: 20px;
  margin-bottom: 50px; }

.downloadtxt {
  padding: 0px 100px 10px 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }
  .downloadtxt:link {
    color: black; }
  .downloadtxt:visited {
    color: black; }

.clickhere:link {
  color: black; }
.clickhere:visited {
  color: black; }

form {
  padding: 0px 100px 0px 100px; }

#submit-button {
  width: 100px;
  margin-bottom: 10px; }

.required {
  color: red; }

footer {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 25px;
  min-height: 85px;
  max-width: 1420px;
  background-color: #e3d8b8;
  border-top: 20px solid #83673e;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.4); }
  footer img {
    margin: auto;
    width: 5%;
    display: block; }

@media (orientation: portrait) {
  #landingHeadImg1 {
    display: none; }

  #landingHeadImg3 {
    display: block; } }
.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #B4A578;
  text-align: center;
  /*margin-top: 55px;*/ }

a {
  color: #83673e; }

/*# sourceMappingURL=main.css.map */
