/**
 *
 *  White Style overrides
 *
 **/
.lz-bg-default {
  background: url('/images/textured_paper2_tiny_compressed.png') repeat scroll 0% 0% #ffffff !important;
  border-top-right-radius: 15px;
}

.lazy {
    background-color:#000;
    background-image:url('/images/ajax-loader-3sq-000BG.gif');
    background-repeat:no-repeat;
    background-position:center;

}

.container {
  background: rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.i3);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.container-non-responsive {
  width: 970px;
  max-width: none !important;
  min-width: none !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.lz-bg-feature {
  background: #ffffff !important;
  text-align: left;
  border-top-right-radius: 15px;
}
.title {
  color: #444;
  border-bottom: 1px solid #E6EBEA;
  border-bottom: 1px solid #c9cecd;
  font-weight: bold !important;
  letter-spacing: -0.02em;
}
a {
  color: #222;
  color: #07C;
  color: #32b1c6;
  text-decoration: underline;
}
.emphasis a {
  color: #804f00;
  color: #976b34;
  color: #5796d6;
}
.emphasis a:hover {
  color: purple;
}
#nav1 a {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
body {
  color: #333;
}
/** Fonts
***********
**/
.lz-narrow-font {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.lz-light-font {
  font-weight: 300 !important;
}
.lz-heavy-font {
  font-weight: 700 !important;
}
.lz-font-18 {
  font-size: 18px !important;
}
/** anchor tags **/
.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
  font-size: 16px;
  /*
    font-weight: 400;
    padding: 18px 20px;
    text-align: left;
*/
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.nav > li > a.btn-narrow {
  padding: 0;
}
a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
table td {
  font-size: 15px;
}
/** Body
**********
**/
.col-centered {
  float: none;
  margin: 0 auto;
}
.mg-center {
  margin: 0 auto;
}
@media (max-width: 500px) {
  /*  .contentleft2container {
    float: right !important;
  }*/
  /*  .premium {
    float: right;
  }*/
}
.smallernav {
  height: 40px;
  min-height: 38px;
  min-height: 35px;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.smallish {
  font-size: 85% !important;
}
.smaller {
  font-size: 70% !important;
}
.smallest {
  font-size: 50% !important;
}
.normal {
  font-size: 100% !important;
}
.biggish {
  font-size: 115% !important;
}
.bigger {
  font-size: 125% !important;
}
.biggest {
  font-size: 150% !important;
}
table.lz-larger-all.td {
  font-size: 150%;
}
section.messages td {
  font-size: 17px;
}
/** Colors
************
**/
.lz-tr50 {
  opacity: 0.5;
}
.lz-tr80 {
  opacity: 0.8;
}
.lz-pink {
  color: deeppink;
}
.lz-white {
  color: white;
}
.lz-white-border-50 {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.lz-white-border-30 {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.lz-white-bg-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.lz-offwhite {
  color: #ebebe6;
}
.lz-black {
  color: black;
}
.lz-charcoal {
  color: #222222;
}
.lz-charcoal-border-50 {
  border: 1px solid rgba(34, 34, 34, 0.5);
}
.lz-charcoal-border-30 {
  border: 1px solid rgba(34, 34, 34, 0.3);
}
.lz-charcoal-bg-20 {
  background-color: rgba(34, 34, 34, 0.2);
}
.lz-light-grey {
  color: #CCCCCC;
}
.lz-red {
  color: #895155 !important;
}
.lz-darkred {
  color: #311d1e !important;
}
.lz-deepred {
  color: darkred !important;
}
.lz-brightred {
  color: #ff0000 !important;
}
.lz-gold {
  /*
  color: #ff9a06;
*/
  color: #fac746;
  color: #b79134;
  color: #917847;
}
.lz-green {
  color: #5cb85c !important;
}
.lz-azure {
  color: #1AA2D8 !important;
}
.lz-turquoise {
  color: #32B1C6 !important;
}
.lz-bg-turquoise {
  background: #32B1C6 !important;
}
.lz-orange {
  color: #ff7f2c !important;
}
.lz-plum {
  color: #630460 !important;
}
.lz-bg-ltgold {
  background: #fac746 !important;
}
.lz-bg-gold {
  background: #ff9a06 !important;
}
.lz-bg-antiquegold {
  background: #917847 !important;
}
.lz-bg-white {
  background: #ffffff !important;
}
.lz-bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}
.lz-bg-white-25 {
  background: rgba(255, 255, 255, 0.25);
}
.lz-bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}
.lz-bg-white-75 {
  background: rgba(255, 255, 255, 0.75);
}
.lz-bg-charcoal-10 {
  background: rgba(34, 34, 34, 0.1);
}
.lz-bg-charcoal-25 {
  background: rgba(34, 34, 34, 0.25);
}
.lz-bg-charcoal-50 {
  background: rgba(34, 34, 34, 0.5);
}
.lz-bg-offwhite {
  background: #ebebe6 !important;
}
.lz-mintgreen {
  color: #CCFFCC;
}
.lz-bg-mintgreen {
  background: #CCFFCC !important;
  color: #333;
  padding: 2px;
}
.lz-bg-azure {
  background: #1AA2D8 !important;
}
.lz-magenta {
  color: #F2049F !important;
}
.lz-bg-magenta {
  background: #F2049F !important;
}
.lz-bg-green {
  background: #5cb85c !important;
}
.lz-bg-deepred {
  background: darkred !important;
}
.lz-bg-charcoal {
  background: #222222 !important;
}
.lz-bg-charcoal2 {
  background: #282828;
  background: rgba(40, 40, 40, 0.6);
}
.lz-bg-lightgrey {
  background: #444444;
  background: rgba(68, 68, 68, 0.6);
}
.lz-bg-slate {
  background-color: slategrey!important;
}
.lz-bg-transparent {
  background-color: transparent !important;
}
.lz-bg-green-lt {
  background-color: rgba(68, 200, 0, 0.3);
}
.lz-bg-purple-lt {
  background-color: rgba(83, 0, 200, 0.3);
}
.lz-bg-blue-lt {
  background-color: rgba(0, 96, 208, 0.3);
}
.lz-bg-yellow-lt {
  background-color: rgba(208, 147, 0, 0.3);
}
.lz-bg-red-lt {
  background-color: rgba(208, 11, 0, 0.3);
}
.error {
  font-style: italic;
  color: #DD4444;
}
/**
FX
**/
.lz-bold {
  font-weight: bold !important;
}
.lz-uppercase {
  text-transform: uppercase;
}
.lz-round-3 {
  border-radius: 3px;
}
.lz-zboost {
  position: relative;
  z-index: 1000 !important;
}
.shadow-right1 {
  border: 1px solid #333;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 10px 0px 5px -2px #888888;
}
.shadow1-old {
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.shadow1 {
  -moz-box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
  box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
}
.shadow-text-1 {
  -moz-text-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
  text-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
}
.shadow2 {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.shadow-text-3 {
  -moz-text-shadow: 0 0 3px #000;
  -webkit-text-shadow: 0 0 3px #000;
  text-shadow: 0px 0px 3px #000;
}
.outline-text-1 {
  -moz-text-shadow: -1px -1px 0px #000000;
  -webkit-text-shadow: -1px -1px 0px #000000;
  text-shadow: -1px -1px 0px #000000;
}
.outline-text-purple {
  -moz-text-shadow: -1px -1px 0px #606da8;
  -webkit-text-shadow: -1px -1px 0px #606da8;
  text-shadow: -1px -1px 0px #606da8;
}
.outline-text-3-purple {
  -moz-text-shadow: 3px 3px 0px #987fff;
  -webkit-text-shadow: 3px 3px 0px #987fff;
  text-shadow: 3px 3px 0px #987fff;
}
.outline-purple {
  text-shadow: 1px 1px 0 #987fff, -1px -1px 0 #987fff, 1px -1px 0 #987fff, -1px 1px 0 #987fff, 0px 1px 0 #987fff, 1px 0px 0 #987fff, 0px -1px 0 #987fff, -1px 0px 0 #987fff, 4px 4px 3px #000000;
}
.glow-text-5-purple {
  -moz-text-shadow: 0 0 5px #987fff;
  -webkit-text-shadow: 0 0 5px #987fff;
  text-shadow: 0px 0px 5px #987fff;
}
.glow-text-3 {
  -moz-text-shadow: 0 0 3px #fff;
  -webkit-text-shadow: 0 0 3px #fff;
  text-shadow: 0px 0px 3px #fff;
}
.glow-text-5 {
  -moz-text-shadow: 0 0 5px #fff;
  -webkit-text-shadow: 0 0 5px #fff;
  text-shadow: 0px 0px 5px #fff;
}
.glow-text-6 {
  -moz-text-shadow: 0 0 6px #fff;
  -webkit-text-shadow: 0 0 6px #fff;
  text-shadow: 0px 0px 6px #fff;
}
.spin-6 {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text-stars {
  padding: 0 5px;
  margin: 0 5px;
}
.lz-top-highlight {
  border-top: 1px solid rgba(99, 99, 99, 0.5);
  border-left: 1px solid rgba(99, 99, 99, 0.5);
}
.lz-underline {
  text-decoration: underline !important;
}
.lz-no-underline {
  text-decoration: none !important;
}
.lz-nobr {
  white-space: nowrap;
}
.arrow_box {
  position: relative;
  background: #abd58f;
  border: 2px solid #50663f;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(171, 213, 143, 0);
  border-top-color: #abd58f;
  border-width: 12px;
  margin-left: -12px;
}
.arrow_box:before {
  border-color: rgba(80, 102, 63, 0);
  border-top-color: #50663f;
  border-width: 15px;
  margin-left: -15px;
}
/** Navigation **/
/** Correction for browser resize killing drop-down menu during tests  */
@media (min-width: 768px) {
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 768px) {
  .navsecondary a.btn {
    border-radius: 0;
  }
}
/* Disabled - caused collapsed menu background to vanish
  @media(max-width:992px){
    nav, .navbar{
      height: 40px !important;
      min-height: 35px !important;
    }
  }*/
.nav {
  font-size: 15px !important;
  /*font-family: "OSTRICH_SANSMEDIUM", ArialNarrow, sans-serif;
    */
}
.navbar {
  -moz-box-shadow: 0 5px 5px rgba(51, 51, 51, 0.8);
  -webkit-box-shadow: 0 5px 5px rgba(51, 51, 51, 0.8);
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.8);
}
/** Brand
  ***********
  **/
.navbar-brand {
  margin-left: auto;
  margin-right: auto;
  /* Added overflow: visible, max-height to allow brand to expand beyond lower boundary of navbar */
  overflow: visible;
  /* width: 260px;*/
  padding-top: 5px;
  padding-bottom: 0;
  max-height: 40px;
}
.navbar {
  font-size: 16px;
  text-transform: uppercase;
  /*
  margin-top: 3px;
  padding-top: 2px;
  */
  min-height: 41px;
}
li.navtight a {
  padding-left: 0;
  padding-right: 0;
  margin-left: 3px !important;
  margin-right: 8px !important;
}
/** Nav2 **/
.nav2 {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: center;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #311d1e;
}
.nav2 ul li {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
/** Gallery Nav **/
.gallery-social-bar {
  min-height: 30px;
}
.shop-button a {
  text-transform: none;
}
a.sized img {
  width: auto !important;
  height: auto !important;
}
section.gallery-section {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
div.gallery-prev-nav {
  height: 100%;
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 1200;
}
div.gallery-next-nav {
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 1201;
}
div.gallery-prev-nav:hover,
div.gallery-next-nav:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery-prev-nav span,
.gallery-next-nav span {
  font-size: 48px;
  color: #CCCCCC;
  text-shadow: 0px 2px #333333;
}
div.gallery-prev-nav > a {
  display: block;
  height: 100% !important;
  width: 100% !important;
}
div.gallery-next-nav > a {
  display: block;
  height: 100% !important;
  width: 100% !important;
}
div.gallery-next-nav a:hover span,
div.gallery-prev-nav a:hover span {
  color: #24282d;
  text-shadow: 0 2px #FFFFFF;
  opacity: 1;
}
div.gallery-next-nav span {
  position: relative;
  top: 45% !important;
  right: 0px !important;
  float: right;
  margin: 0;
  margin-right: 3px;
  padding: 0;
}
div.gallery-prev-nav span {
  position: relative;
  top: 45% !important;
  left: 0px !important;
  float: left;
  margin: 0;
  padding: 0;
}
div.snippet-mid {
  z-index: 1111;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
div.snippet-mid > div.gallery-next-nav span {
  position: relative;
  top: 45% !important;
  right: 0px !important;
  float: right;
  margin: 0;
  margin-right: 3px;
  padding: 0;
}
div.snippet-mid > div.gallery-prev-nav span {
  position: relative;
  top: 45% !important;
  left: 0px !important;
  float: left;
  margin: 0;
  padding: 0;
}
div.gallery-prev-nav-mobile {
  display: inline-block;
  margin: 0 10px 5px;
}
div.gallery-next-nav-mobile {
  display: inline-block;
  margin: 2px 5px 5px;
}
.gallery-prev-nav-mobile span,
.gallery-next-nav-mobile span {
  font-size: 32px;
  color: #555;
  opacity: 0.4;
}
h2.celeb-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.lz-header-gallery {
  text-transform: uppercase;
}
.lz-header-gallery a {
  /* width: 120px;*/
  min-width: 70px;
}
.lz-header-gallery a {
  /*float: right !important;*/
}
/** News **/
.news p {
  margin-bottom: 20px;
}
/** Buttons **/
.btn-primary:hover {
  background-color: #6f5f41;
}
.btn-primary.active {
  background-color: rgba(97, 133, 150, 0.61);
}
.btn {
  margin-left: 1px;
  margin-right: 1px;
}
/**
 * Margins and Padding helpers
 */
.mg0 {
  margin: 0;
}
.mg5 {
  margin: 5px;
}
.mg10 {
  margin: 10px;
}
.mg15 {
  margin: 15px;
}
.mg20 {
  margin: 20px;
}
.mg30 {
  margin: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.pd5 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.lz-nav-buttons button a {
  color: #FFFFFF;
}
.lz-header-secondary .btn {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.1;
}
.lz-header-secondary a {
  text-decoration: none !important;
}
.lz-header-tertiary .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.1;
}
.btn-charcoal {
  background-color: #222222;
}
/**
  Forms
**/
.form-control {
  height: 28px;
}
/**
    Bullets, icons, decorations, etc

**/
div.featurette h4 {
  background-image: url("/images/title_arrow_bg_180px.png");
  background-position: -30px 0px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 5px 5px 8px 5px;
  margin-top: 12px;
  background-color: #f5f2ed;
}
div.featurette h4.span {
  margin-right: 10px;
}
.triple-header {
  padding: 5px;
  border-bottom: 1px solid #555;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sage-box {
  width: 45%;
  height: 350px;
  margin: 10px;
  float: left;
}
/** Headers
  *************
  **/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
.gallerypage h1,
.gallerypage h2,
.gallerypage h3,
.gallerypage h4,
.gallerypage h5,
.gallerypage h6 {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  line-height: 1.1;
}
.gallerytitle {
  text-align: left;
}
h1.gallerytitle {
  font-size: 17px;
}
h2.gallerytitle {
  /*font-size: 17px;*/
  font-size: 1.5rem;
}
.lz-header-bg1 {
  width: 100%;
  padding: 2px;
  background-color: #311d1e;
  color: #FFFFFF;
}
.lz-header-tight {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  /*margin-top: 3px !important;*/
  /*line-height: 90%;*/
}
h1.lz-lg {
  font-size: 4em;
}
h1.lz-header-tight {
  margin-bottom: 8px;
}
h4.lz-header-tight {
  margin-bottom: 10px;
}
h3.lz-header-tight {
  margin-top: 4px;
  margin-bottom: 8px;
}
.lz-header-secondary-offline {
  /*    text-align: center;
*/
  margin: 0;
  color: #FFF;
  margin: 3px auto;
  margin-top: 8px;
  font-weight: 700 !important;
  font-size: 20px;
  padding-left: 1px;
}
.lz-super {
  vertical-align: text-top;
}
.w140 {
  width: 140px;
}
.w350 {
  width: 350px !important;
}
/** Ads **/
.a-lbd {
  margin-top: 10px;
}
.ad-leaderboard-lower {
  margin-top: 10px;
}
.ad-sidebar-top {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
#navsec-alb {
  width: 770px;
  margin: 0px auto 10px;
}
.ad_gallery_lower {
  display: none;
}
@media (min-width: 768px) {
  .ad_gallery_lower {
    display: block;
  }
}
@media (max-width: 960px) {
  .ad_skyscraper_float_left {
    display: none;
  }
}
/** List Items **/
ul li {
  list-style-type: none;
}
/** Thumbnails
  ****************
  **/
.tn {
  float: left;
  margin-bottom: 2px;
  font-weight: 300;
}
.tntext {
  width: 110px;
}
.tnwide {
  width: 100%;
  vertical-align: bottom;
}
.tnwide img {
  margin-right: 5px;
}
.tn2space {
  margin: 2px;
  display: inline-block;
}
.microfeature {
  float: left;
  width: 170px;
  margin: 5px;
  padding: 5px;
  /*  background: #262626;
    */
  border: 1px dotted #808080;
  overflow: hidden;
  max-height: 90px;
  font-size: 11px;
  font-weight: 300;
}
.microfeature img {
  margin-right: 5px;
  float: left;
}
/** Tables **/
#top100 table {
  font-size: 90%;
}
div#top100 table tr td span.glyphicon {
  color: #ff9a06;
}
.table-top100 {
  margin-bottom: 0 !important;
}
.table-top100 td {
  font-size: 13px;
}
.table-top100 th.t100-1 {
  width: 5%;
}
.table-top100 th.t100-2 {
  width: 35%;
}
.table-top100 th.t100-3 {
  width: 10%;
}
.table-top100 th.t100-4 {
  width: 15%;
}
.table-top100 th.t100-5 {
  width: 25%;
}
.table-top100 th.t100-6 {
  width: 10%;
}
table.browse {
  background-color: transparent;
}
table.browse tr {
  background-color: transparent;
}
table.browse td {
  background-color: transparent;
}
table.browse td {
  /*border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);*/
}
table.browse td.noshadow {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.browse-container table {
  background: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.browse-container {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.table-directory td {
  padding: 0!important;
}
.directory-container {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  overflow: hidden;
}
.magazines-container {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  overflow: hidden;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-top: 1px solid rgba(32, 31, 31, 0.8) !important;
  border-top: 1px solid rgba(248, 248, 248, 0.8) !important;
  border-bottom: 1px solid rgba(84, 82, 81, 0.8) !important;
  border-bottom: 1px solid rgba(200, 200, 200, 0.8) !important;
}
.f_d {
  padding: 4px;
  text-align: left;
}
.f_c {
  background-color: #FFFFFF;
  padding: 4px;
  text-align: left;
}
.f_i {
  margin-left: 38px;
  color: #555;
  font-size: small;
}
.smallvalue {
  font-size: small;
  color: black;
  background: white;
}
/** Images
  ************
  **/
.gallery-thumb-with-desc {
  margin: 10px!important;
}
.img-thumbnail {
  padding: 2px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  vertical-align: top;
}
.img-thumbnail img {
  border-radius: inherit;
  -moz-border-radius: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.img-block {
  display: inline-block;
}
span.imgcaption {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 36px;
  padding: 5px;
}
.imgcaption-on {
  position: relative!important;
  display: block!important;
  right: 0!important;
  text-decoration: none!important;
  background: none !important;
  opacity: 0.6 !important;
  text-shadow: 1px 1px 1px #000;
}
.imageCenterer {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -500px;
  background-color: #222222;
}
.imageCentererHuge {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.imageCenterer img {
  display: block;
  margin: 0 auto;
}
.imgFocusReset {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important ;
  right: 0 !important;
  bottom: 0 !important ;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.imgFocusCenter {
  /* center center */
  /*  .imgCenterNew truly centers image inside relative parent div, might be CSS3 browsers only

  Refer to http://msdn.microsoft.com/en-us/library/ms533014%28VS.85,loband%29.aspx
  e.g.: filter:progid:DXImageTransform.Microsoft.Matrix(Dy=-2);

  */
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
}
.imgFocus0 {
  /* left top */
  position: absolute;
  left: 0%;
  top: 0%;
}
.imgFocus1 {
  /* center top */
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgFocus2 {
  /* right top */
  position: absolute;
  right: 0%;
  top: 0;
}
.imgFocus3 {
  /* left middle */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imgFocus4 {
  /* center center */
  /*  .imgCenterNew truly centers image inside relative parent div, might be CSS3 browsers only

    Refer to http://msdn.microsoft.com/en-us/library/ms533014%28VS.85,loband%29.aspx
    e.g.: filter:progid:DXImageTransform.Microsoft.Matrix(Dy=-2);

    */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.imgFocus5 {
  /* right middle */
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imgFocus6 {
  /* left bottom */
  position: absolute;
  left: 0;
  bottom: 0%;
}
.imgFocus7 {
  /* center bottom */
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgFocus8 {
  /* right bottom */
  /* experimental overrides */
  position: absolute;
  right: 0;
  bottom: 0;
}
a img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  /* Forces hardware acceleration in webkit browsers, stops image widdling on fade transitions */
}
a img:hover {
  -webkit-backface-visibility: hidden;
  /* Forces hardware acceleration in webkit browsers, stops image widdling on fade transitions */
}
img.lz150x100 {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 100px;
}
.lz-tn {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100px;
  width: 150px;
  overflow: hidden;
}
.lz-tn img {
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
  -ms-interpolation-mode: bicubic;
  height: 150px;
  width: 150px;
}
.lz-tn2 {
  overflow: hidden;
  position: relative;
}
.lz-tn2-crop {
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.lz-tn3-crop {
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.lz-tn3-mask {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  /* this fixes the overflow:hidden in Chrome/Opera */
}
.lz-tn3-crop-border {
  border: 5px solid black;
}
.lz-tn2-parent {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.lz-tn-home-container {
  /*width: 128px;*/
  width: 118px;
  text-align: center;
  /*float: left;*/
  margin: 2px;
  height: 165px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.lz-float-r {
  float: right;
}
.lz-float-l {
  float: left;
}
.lz-float-none {
  float: none !important;
}
.lz-tn2-lg-gal {
  margin: 0 auto;
  margin-top: 10px;
}
.lz-tn-title-lg {
  font-size: 1.1em;
  font-weight: normal;
}
.lz-tn-title-lg a.lz-white:hover {
  color: #222;
}
.lz-tn-title-lg a.lz-charcoal:hover {
  color: #FFF;
}
.lz-tn-title-lg {
  line-height: 13px !important;
}
.lz-tn-title {
  font-size: x-small;
}
.lz-tn-title {
  line-height: 11px !important;
}
/** Dimensions
  *****************
  **/
.lz-dim-100pct {
  width: 100%;
  height: 100%;
}
.lz-dim-50x50 {
  width: 50px;
  height: 50px;
}
.lz-dim-70x70 {
  width: 70px;
  height: 70px;
}
.lz-dim-80x80 {
  width: 80px;
  height: 80px;
}
.lz-dim-90x90 {
  width: 90px;
  height: 90px;
}
.lz-dim-100x100 {
  width: 100px;
  height: 100px;
}
.lz-dim-120x120 {
  width: 120px;
  height: 120px;
}
.lz-dim-120x140 {
  width: 100px;
  height: 140px;
}
.lz-dim-150x150 {
  width: 150px;
  height: 150px;
}
.lz-dim-170x170 {
  width: 170px;
  height: 170px;
}
.lz-dim-260x140 {
  width: 260px;
  height: 140px;
}
.lz-dim-150x100 {
  width: 150px;
  height: 100px;
}
.lz-dim-165x165 {
  width: 165px;
  height: 165px;
}
.lz-dim-190x190 {
  width: 190px;
  height: 190px;
}
.lz-dim-200x200 {
  width: 200px;
  height: 200px;
}
.lz-dim-220x220 {
  width: 220px;
  height: 220px;
}
.lz-dim-260x140 {
  width: 260px;
  height: 140px;
}
.lz-dim-300x200 {
  width: 300px;
  height: 200px;
}
.lz-dim-300x300 {
  width: 300px;
  height: 300px;
}
.lz-dim-480x640 {
  width: 480px;
  height: 640px;
}
.centered {
  position: absolute;
  /*
    left: -50%;
    top: -50%;
*/
}
/** Tags and Overlays
  ***********************
  **/
div.snippet {
  display: block;
  position: absolute;
  max-width: 145px;
  background-color: #ff9a06;
  height: 18px;
  font-size: 11px;
  /*font-weight: bold !important;*/
  padding: 2px;
  z-index: 9;
  /*
    opacity: 0.9;
*/
  text-transform: uppercase;
}
div.snippet-nav {
  display: block;
  position: absolute;
  background-color: transparent;
  opacity: 0.8;
  height: 42px;
}
div.snippet-mid {
  background-color: transparent;
  opacity: 0.8;
}
div.snippet-left {
  /*  font-family: 'ostrich_sansmedium', ArialNarrow, sans-serif;
    */
  left: 18px;
  top: 3px;
}
div.snippet-right {
  right: 5px;
  top: 5px;
}
div.snippet-lr {
  right: 0px;
  bottom: 0px;
}
div.snippet-ur {
  right: 0px;
  top: 0px;
}
div.snippet-ll {
  left: 0px;
  bottom: 0px;
}
.test1 {
  height: 1px;
}
/**
   *  mCustomScrollbar
   */
#top100m {
  width: 100%;
  height: 1025px;
  clear: both;
  margin: 0;
  padding: 0;
}
#top100m .viewport {
  width: 99%;
  height: 1000px;
  overflow: hidden;
  position: relative;
}
.top100m-expanded {
  height: 100% !important;
}
/** Tiny Scrollbar
  *********************
  **/
#top100 {
  width: 100%;
  height: 1025px;
  clear: both;
  margin: 0;
  padding: 0;
}
#top100 .viewport {
  width: 96%;
  height: 1000px;
  overflow: hidden;
  position: relative;
}
#top100 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
#top100 .thumb .end,
#top100 .thumb {
  background-color: #DEDEDE;
}
#top100 .scrollbar {
  position: relative;
  float: right;
  width: 10px;
}
#top100 .track {
  background-color: #b5b0b0;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
#top100 .thumb {
  height: 20px;
  width: 9px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#top100 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
#top100 .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/** Borders and Backgrounds
  *****************************
  **/
.border1 {
  border: 1px dotted #000000;
}
.background1 {
  background-color: #311d1e;
}
/** Footer
  ************
  **/
.lz-footer {
  background: #311d1e;
  margin-top: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.lz-footer-nav {
  text-align: center;
  margin: 0 auto;
}
.lz-footer-nav a {
  color: #ebebe6;
  color: #917847;
  text-transform: uppercase;
}
.lz-footer-nav {
  position: relative;
  text-align: center;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.lz-footer-nav ul {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}
.lz-footer-nav li {
  display: inline;
  padding: 0 3px;
  float: left;
}
.lz-footer-nav li a {
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 9pt;
  font-weight: 300;
  text-decoration: none;
}
.lz-footer-nav li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #999999;
}
.lz-footer-nav li.last {
  border-right-style: none;
}
.lz-footer-oldstyle img {
  border: 0;
}
table.lz-footer-oldstyle td {
  padding: 0px;
  width: 110px;
}
/** Spacing
  *************
  **/
.contentleft2container {
  margin-left: 0;
  padding-left: 0;
  border-top-right-radius: 20px;
}
.contentleft2container section.contentleft {
  /* border: 1px solid red !important;
    */
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
/** Decorations
  *****************
  **/
hr {
  border-top: 1px solid #898989 !important;
}
.bb-lt-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.bt-lt-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.lz-hr-dark {
  border-top: 1px solid #61393c;
}
.star-right {
  width: 50px;
  text-align: right;
}
/** Media Queries
  *******************
  **/
/** Pagination
****************
**/
.pagination-buttons,
.pagination-sort {
  opacity: 0.8;
}
.pagination-buttons .btn {
  margin-bottom: 5px;
}
.pagination-sort .btn {
  margin-bottom: 5px;
}
.paginate {
  /*font-family: Arial, Helvetica, sans-serif;
 */
  font-size: 1.2em;
}
a.paginate {
  /*border: 1px solid #000080;*/
  padding: 5px 10px;
  text-decoration: none;
  /*color: #000080;*/
}
a.paginate:hover {
  /*background-color: #000080;*/
  color: #FFF;
  text-decoration: underline;
}
a.current {
  border: 1px solid #000080;
  /*font: bold .7em Arial,Helvetica,sans-serif;*/
  padding: 5px 10px;
  cursor: default;
  background: #54b8ff;
  color: #FFF;
  text-decoration: none;
}
a.current:hover {
  background-color: white;
  border: 1px solid #54b8ff;
  color: black;
}
span.inactive {
  /*border: 1px solid #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  padding: 2px 6px 2px 6px;
  color: #999;
  cursor: default;*/
}
/** Bio
**********
**/
.bio-stats-parent {
  -moz-box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
  box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
}
.bio-stats {
  background-color: #f8f8f8;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 5px;
}
/* Movement and Rotation*/
.rot20left {
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
/** Legacy LZ 1.0
*/
.field {
  color: white;
  background: #222222;
  font-weight: bold;
}
.fieldtitle {
  font-size: small;
  color: white;
  background: #0000BB;
  font-weight: bold;
}
.image_focus {
  background-color: #333;
  width: 20px;
  height: 20px;
  margin: 1px;
  float: left;
  border: 1px solid #FFF;
}
.image_focus:hover {
  background-color: #700;
}
.image_focus_active {
  background-color: #0A0 !important;
  border: 1px solid #040;
}
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container,
.responsive-container iframe {
  max-width: 1280px;
  max-height: 720px;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.forum-personalization {
  border-bottom: 15px solid #FFFFFF;
}
.forum-divline {
  border-bottom: 1px solid #DEDEDE;
}
.forum-header {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: normal;
}
.forum-message {
  line-height: 1.4!important;
  font-weight: normal;
}
.forum-message img {
  margin: 5px;
}
.forum-message .error a {
  text-decoration: none;
  border-bottom: 1px solid #444;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.f_c {
  width: 100% !important;
  font-size: 16px;
  font-weight: normal;
  white-space: normal;
  border-bottom: 1px solid #DEDEDE;
}
.f_d {
  width: 100% !important;
  font-size: 16px;
  font-weight: normal;
  white-space: normal;
  border-top: 1px solid #EFEFEF;
}
.f_i {
  padding-top: 10px!important;
  padding-bottom: 5px!important;
}
.f_c a:hover,
.f_d a:hover {
  text-decoration: none;
  color: #32B1C6;
}
.lz-underline-light {
  text-decoration: none;
  border-bottom: 1px solid #aaaaaa;
}
.lz-bg-brightgrey {
  background-color: #CBCBC6;
}
.lz-bg-aliceblue {
  background-color: AliceBlue;
}
.lz-bg-sticky1 {
  background-color: #E6F3E8;
}
.lz-bg-sticky2 {
  background-color: #F4EDDC;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
}
/* Social media feeds */
.social-media-feeds {
  text-align: left;
}
.born-today-img-container {
  width: 90px;
  margin: 2px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.top-20-img-container {
  width: 80px;
  height: 80px;
  width: 90px;
  height: 120px;
  overflow: hidden;
  vertical-align: top;
}
.lz-border-red-1 {
  border: 1px solid red;
}
.lz-border-white-5 {
  border: 5px solid white;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vcenter-table {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ad-slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
}
.ad-slide .ad-block-interstitial {
  background-color: black;
  height: 100%;
  padding-top: 2.66667em;
}
.ad-block {
  text-align: center;
  line-height: 0;
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 56.25em) {
  .ad-slide .ad-block-interstitial:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
}
.ad-slide .ad-block-inner {
  display: inline-block;
  vertical-align: middle;
  width: 20em;
  margin-bottom: 1.33333em;
  max-width: 100%;
}
.ad-slide .skip-ad {
  color: white;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1em;
}
.ad-slide .skip-ad:hover {
  color: #cc252a;
  background-color: transparent;
}
.ad-block-orig {
  display: none;
}
.ad-block-holder {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.ad-block-holder .ad-block-orig {
  display: block;
}
@media only screen and (min-width 43.75em) {
  .page-photo-gallery-alt .pg-slideshow-wrap .pg-slideshow,
  .page-photo-gallery-alt-list .pg-slideshow-wrap .pg-slideshow,
  .page-photo-gallery-alt-resrc .pg-slideshow-wrap .pg-slideshow,
  .page-photo-gallery-package .pg-slideshow-wrap .pg-slideshow,
  .pg-slideshow-wrap .pg-slideshow {
    overflow: hidden;
    background-color: #FFF;
    padding: 1.33333em 1.33333em 0px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }
}
.pg-center .pg-slideshow {
  min-height: 34.375rem;
}
.pg-slideshow {
  margin-bottom: 0px;
  background-color: transparent;
}
.pg-slideshow-wrap {
  position: relative;
}
