body {
  margin: 0px;
  padding: 0px;
  min-width: 1080px;
}

body:before { 
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

img {
  font: 10px Arial;
  color: #CCC;
}

h1 {
  font: bold 48px Marcellus;
  margin: 0px;
  text-shadow: 2px 2px 2px #CCC;
}

h2 {
  font: bold 42px;
  margin: 0px;
  text-shadow: 2px 2px 2px #CCC;
}

h3 {
  font: bold 32px Marcellus;
  margin: 0px;
  text-shadow: 2px 2px 2px #CCC;
}

h4 {
  font: bold 20px Marcellus;
  margin: 0px;
  text-shadow: 2px 2px 2px #CCC;
}

noscript {
  width: 100%;
  height: 45px;
  background-color: red;
  text-align: center;
  color: #FFF;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 1);
  position: fixed;
  top: 0px;
  padding: 10px;
  margin: 0px;
  font: bold 18px Arial;
  text-shadow: 2px 2px #333;
}
/* 
LINKS
*/

/* 
LAYOUTS
*/
#dv-1 {
  width: 100%;
  height: 100%;
}

#dv-2 {
  height: 100%;
  background: url('../lfi2imgs/html-bg.jpg') no-repeat center top;
  background-size: 100%;
  width: 100%;
}

header {
  height: 277px;
  width: 1000px;
  margin: auto;
  padding: 15px 0px 4px;
}

#srch {
  width: 350px;
  float: right;
  margin: -16px 10px 10px 0;
}

#srch input {
  font: 16px Marcellus;
}

#mainlogo {
  width: 400px;
  height: 200px;
  margin: auto;
}

#socials {
  width: 400px;
  height: 90px;
  margin: 10px 0px 0px 15px;
}

#hdslider {
  width: 1000px;
  height: 300px;
  margin: 0px auto;
  margin-top: -10px;
  box-shadow:3px 2px 6px #666;
}

#dfcg-text p {
  font: bold Marcellus;
}

nav {
  width: 100%;
  height: 50px;
  margin: auto 0px;
  float: left;
}

#cont1 {
  float: left;
  height: 100%;
  background: url('../lfi2imgs/cont1bg.png') repeat-x;
  width: 100%;
}

#cont2 {
  height: 100%;
/* width:1000px; */
  width: 1080px;
  margin: auto;
}

#cont2b {
  height: 100%;
  width: 100%;
  float: left;
}

#cont3 {
  height: 100%;
/* width:650px; */
  width: 731px;
  float: left;
  margin: 15px 0px 10px 20px;
}

#cont3 a:link {
  color: #930;
  text-decoration: none;
  font: 16px Marcellus;
}

.moreprod a:link {
  display: block;
  width: 100%;
  margin: 15px 0px;
  text-align: center;
  background-color: #FFFFF3;
}

.moreprod  a {
  padding: 10px 0px;
}

.moreprod a:hover {
  display: block;
  background-color: #FFEAA5;
  width: 100%;
  margin: 15px 0px;
}

#cont3 a:visited {
  color: #930;
  text-decoration: none;
  font: 12px Marcellus;
}

.cont3 {
  width: 100%;
  height: 100%;
  margin: 10px auto;
}

.cont3 img {
  border: 2px solid #FFF;
  box-shadow: #CCC 2px 2px 2px;
}

.cont3 a:hover img {
  opacity: 0.8;
}
/*  HME  */
#homeabout p {
  font: 14px/22px Marcellus;
  padding: 15px;
}

.prev-titlr a:link {
  font: bold 18px Marcellus;
  text-decoration: none;
  color: #000;
}

.prev-titlr a:visited {
  font: bold 18px Marcellus;
  text-decoration: none;
  color: #000;
}

.prev-titlr a:hover {
  font: bold 18px Marcellus;
  text-decoration: underline;
  color: #000;
}

#summ p {
  font: 14px Marcellus;
  color: #000;
}

ul#others li a:link {
  font: bold 14px Marcellus;
  text-decoration: none;
  color: #000;
}

ul#others li a:visited {
  font: bold 14px Marcellus;
  text-decoration: none;
  color: #000;
}

ul#others li a:hover {
  font: bold 14px Marcellus;
  text-decoration: underline;
  color: #000;
}

ul#others li {
  list-style-type: circle;
  margin: 5px 0px;
}

ul#others {
  padding: 0px;
  margin: 5px 0px 0px 16px;
}
/*      */
article h1 {
  font: bold 36px Marcellus;
  margin: 20px 0px 10px 0px;
}

#cont3 article h1 a:link {
  font: bold 36px Marcellus;
  color: #930;
  text-decoration: none;
}

article h1 a:visited {
  font: bold 36px Marcellus;
  color: #930;
  text-decoration: none;
}

article p {
  font: 16px/30px Marcellus;
  padding: 10px;
}

article ul {
  margin-left: 30px;
  font: 14px Marcellus;
}

article li {
  margin: 5px 0px;
}

article form {
  margin-left: 15px;
}

.entry p {
  width: 95%;
  padding: 10px 25px;
}

.entry img {
  margin: 20px 0px 10px 100px;
  border: 2px solid #FFF;
  box-shadow: 3px 3px 10px #CCC;
}

.gallery-item img {
  margin-left: 40px !important;
}

#sider {
  height: 100%;
/* width:290px; */
  width: 230px;
  float: left;
  margin: 15px 20px 10px 10px;
}

#sider1 {
  width: 302px;
  margin: 10px auto;
  height: 400px;
  background: url('../lfi2imgs/hme-promo-bg.png') no-repeat;
  padding-top: 65px;
}

#sider1a {
  width: 90%;
  margin: 10px auto;
  height: 100%;
}

.thumber img {
  box-shadow: 2px 2px 2px #333;
  border: solid 1px #FFF;
}

.thumber a:hover img {
  opacity: 0.8;
}

#sider2 {
  width: 90%;
  margin: 10px auto;
  height: 150px;
}

#servside {
  width: 90%;
  height: 100%;
  margin: 10px auto;
}

#servside img {
  margin: auto;
}

#crcards {
  width: 90%;
  margin: 10px auto;
  height: 100%;
}

footer {
  height: 100%;
  width: 100%;
  float: left;
  background-color: #630;
}
#foot1 {
  height: 50px;
  width: 80%;
  margin: auto;
}
p#copy {
  font: 12px Marcellus;
  color: #FFF;
  margin: 10px 0px 0px 20px;
  width: 400px;
}
p#copy a:link, a:visited {
  color: #FFF;
}
#belwlinks {
  float: right;
  margin: 10px;
  color: #FFF;
}

#belwlinks a:link {
  font: bold 14px Marcellus;
  color: #FFF;
  text-decoration: none;
  margin: 0px 10px;
}
#belwlinks a:visited {
  font: bold 14px Marcellus;
  color: #FFF;
  text-decoration: none;
  margin: 0px 10px;
}
#belwlinks a:hover {
  font: bold 14px Marcellus;
  color: #FFF;
  text-decoration: underline;
  margin: 0px 10px;
}
#cboxTitle {
font:bold 14px Marcellus;
margin:5px;
display:none !important;
}
#cboxLoadedContent, #cboxContent{
-webkit-overflow-scrolling: touch!important;
}