 /*---- notcotorg_specific.css Mar 1 '11 ----*/
 /*------ original css from Mar 27 '06 ------*/


body {
  font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
  background: white url('../images/bg-w.gif') repeat;
  background-position: 2px 0;
  //background-position: 3px 0;
}

.transparent_wrapper {
  background: transparent url('../images/bg-w.gif') -1px 0;
}

#leftbanner {
  position: absolute;
  top: 0;
  left: 0;
}

 #banner a {
   display: block;
   width: 312px;
   height: 101px;
   margin: 0 auto;
   background: url('../images/notcot_org_logo_center.png') no-repeat center;
 }

#positioning {
  padding-top: 23px;
}

.menubar {
  position: fixed;
}

.badge {
  display: none;
  position: absolute;
  top: 13px;
  left: 13px;
  line-height: 18px;
  height: 18px;
  min-width: 14px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 0 solid;
  border-radius: 10px;
  z-index: 10;
}

.badge.red {
  background: #ba0e0e;
}


/*********** GLOBAL NAVIGATION *****************/


 .menubar {
   display: block;
   width: 100%;
   height: 23px;
   margin: 0;
   padding: 0;
   position: fixed;
   text-align: left;
   background-color: black;
   z-index: 1010;
 }

 .menubar > ul {
   list-style: none;
   display: inline;
   padding: 0;
   margin: 0;
 }

 .menubar ul li {
   vertical-align: top;
 }

 .hamburger_checkbox {
   display: none;
 }

 .hamburger_taptarget {
   position: absolute;
   top: 0;
   left: 0;
   width: 93px;
   height: 23px;
   z-index: 10000;
 }

 .mainmenu {
   position: relative;
   display: inline-block;
   width: 93px;
   height: auto;
   padding: 0 0 37px 0;
   margin: 0;
 }

 .mainmenu .submitButton {
   position: absolute;
   bottom: 0;
   left: 0;
   display: block;
   width: 109px;
   height: 37px;
   background: transparent url('../images/submitButton.png') no-repeat left bottom;
 }

 .mainmenu,
 .reallife,
 .thegrid,
 .notlabs {
   background: transparent url('../images/menubar.gif') no-repeat left top;
   background-size: 287px 23px;
 }

 .mainmenu ul {
   background: transparent;
   padding: 23px 0 0 0;
   width: 102px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   display: block;
   max-height: 0;
   overflow: hidden;
   visibility: visible;
   -webkit-transiton: max-height 20ms ease;
   -moz-transition: max-height 20ms ease;
   -ms-transition: max-height 20ms ease;
   -o-transition: max-height 20ms ease;
   transition: max-height 20ms ease;
 }

 .mainmenu ul li {
   background: #000;
   display: block;
 }

/*.mainmenu ul:hover {*/

 .hamburger_checkbox:checked + .mainmenu ul {
   display: block;
   max-height: 600px;
   visibility: visible;
   -webkit-transiton: max-height 800ms ease;
   -moz-transition: max-height 800ms ease;
   -ms-transition: max-height 800ms ease;
   -o-transition: max-height 800ms ease;
   transition: max-height 800ms ease;
 }

 .oldsite ul li.mainmenu ul {
   background: transparent;
   padding: 0 0 0 44px;
   width: 100%;
   height: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   display: block;
   max-height: none;
   overflow: visible;
   -webkit-transiton: none;
   -moz-transition: none;
   -ms-transition: none;
   -o-transition: none;
   transition: none;
 }

 .oldsite ul li.mainmenu ul li {
   background: transparent;
   display: none;
 }

 /*.oldsite ul li.mainmenu ul:hover { */
 .oldsite .hamburger_checkbox:checked + li.mainmenu ul {
   display: block;
   max-height: none;
   -webkit-transiton: none;
   -moz-transition: none;
   -ms-transition: none;
   -o-transition: none;
   transition: none;
 }

 .oldsite .submitButton {
   display: none;
 }

 /*.mainmenu ul:hover + .submitButton {*/
 .hamburger_checkbox:checked + li.mainmenu ul + .submitButton {

   bottom: 36px;
   z-index: -1;
   -webkit-transiton: bottom 50ms ease 270ms;
   -moz-transition: bottom 50ms ease 270ms;
   -ms-transition: bottom 50ms ease 270ms;
   -o-transition: bottom 50ms ease 270ms;
   transition: bottom 50ms ease 270ms;
 }

 .mainmenu ul li.to_new_posts a {
   display: none;
   width: 102px;
   height: 73px;
   background: black url('../images/new_posts.png') no-repeat 15px 8px;
 }

 .mainmenu .notcotcom,
 .mainmenu .notlabsnav {
   display: none;
 }

 .mainmenu a {
   font-weight: bold;
 }

 .mainmenu a:hover {
   color: #11bbff;
   font-weight: bold;
 }

 .mainmenu .small {
   font-size: 9px;
   font-weight: 100;
   padding-left: 10px;
   padding-right: 10px;
 }

 .mainmenu .grey,
 .mainmenu .grey a,
 .mainmenu .grey a:active,
 .mainmenu .grey a:visited {
   color: #767676;
 }

 .mainmenu .medium {
   font-size: 11px;
   font-weight: 800;
   padding-left: 10px;
   padding-right: 10px;
 }

 .mainmenu .large {
   font-size: 14px;
   font-weight: 800;
   padding: 2px 10px 2px 10px;
 }

 .mainmenu .bullet {
   padding-left: 14px;
   padding-bottom: 1px;
 }

 .mainmenu .top-margin {
   padding-top: 14px;
   padding-bottom: 2px;
 }

 .mainmenu .bottom-margin {
   padding-bottom: 15px;
 }

 .mainmenu .clear,
 .mainmenu .clear a,
 .mainmenu .clear a:hover,
 .mainmenu .clear a:active,
 .mainmenu .clear a:visited {
   display: block;
   border: none;
   background: transparent;
   height: 36px;
   width: 102px;
 }

 /*.reallife {*/
   /*display: inline-block;*/
   /*width: 56px;*/
   /*height: 23px;*/
   /*background-position: -97px top;*/
   /*padding: 0;*/
   /*margin: 0;*/
   /*position: relative;*/
 /*}*/

 /*.reallife > a {*/
   /*display: block;*/
   /*width: 56px;*/
   /*height: 23px;*/
   /*position: absolute;*/
   /*top: 0;*/
   /*left: 0;*/
   /*background: transparent;*/
 /*}*/

 /*.reallife > .hover {*/
   /*display: none;*/
   /*width: 180px;*/
   /*height: 145px;*/
   /*position: absolute;*/
   /*top: 23px;*/
   /*left: -56px;*/
   /*background: transparent url('../images/notcotcom-hover.png') no-repeat left bottom;*/
   /*background-size: 180px 156px;*/
 /*}*/

 /*.reallife > .arrow {*/
   /*display: none;*/
   /*width: 56px;*/
   /*height: 11px;*/
   /*position: absolute;*/
   /*top: 12px;*/
   /*left: 0;*/
   /*background: transparent url('../images/notcotcom-hover.png') no-repeat -56px top;*/
   /*background-size: 180px 156px;*/
 /*}*/

 /*.reallife:hover > .hover,*/
 /*.reallife:hover > .arrow {*/
   /*display: block;*/
 /*}*/

 /*.thegrid {*/
   /*display: inline-block;*/
   /*width: 60px;*/
   /*height: 23px;*/
   /*background-position: -157px top;*/
   /*padding: 0;*/
   /*margin: 0;*/
   /*position: relative;*/
 /*}*/

 /*.thegrid > a {*/
   /*display: block;*/
   /*width: 60px;*/
   /*height: 23px;*/
   /*position: absolute;*/
   /*top: 0;*/
   /*left: 0;*/
   /*background: transparent;*/
 /*}*/

 /*.thegrid > .hover {*/
   /*display: none;*/
   /*width: 180px;*/
   /*height: 145px;*/
   /*position: absolute;*/
   /*top: 23px;*/
   /*left: -56px;*/
   /*background: transparent url('../images/notcotorg-hover.png') no-repeat left bottom;*/
 /*}*/

 /*.thegrid > .arrow {*/
   /*display: none;*/
   /*width: 60px;*/
   /*height: 11px;*/
   /*position: absolute;*/
   /*top: 12px;*/
   /*left: 0;*/
   /*background: transparent url('../images/notcotorg-hover.png') no-repeat -56px top;*/
 /*}*/

 /*.thegrid:hover > .hover,*/
 /*.thegrid:hover > .arrow {*/
   /*display: block;*/
 /*}*/

 /*.notlabs {*/
   /*display: inline-block;*/
   /*width: 60px;*/
   /*height: 23px;*/
   /*background-position: -223px top;*/
   /*padding: 0;*/
   /*margin: 0;*/
   /*position: relative;*/
 /*}*/

 /*.notlabs > a {*/
   /*display: block;*/
   /*width: 60px;*/
   /*height: 23px;*/
   /*position: absolute;*/
   /*top: 0;*/
   /*left: 0;*/
   /*background: transparent;*/
 /*}*/

 /*.notlabs > .hover {*/
   /*display: none;*/
   /*width: 180px;*/
   /*height: 145px;*/
   /*position: absolute;*/
   /*top: 23px;*/
   /*left: -56px;*/
   /*background: transparent url('../images/notlabs-hover.png') no-repeat left bottom;*/
 /*}*/

 /*.notlabs > .arrow {*/
   /*display: none;*/
   /*width: 60px;*/
   /*height: 11px;*/
   /*position: absolute;*/
   /*top: 12px;*/
   /*left: 0;*/
   /*background: transparent url('../images/notlabs-hover.png') no-repeat -56px top;*/
 /*}*/

 /*.notlabs:hover > .hover,*/
 /*.notlabs:hover > .arrow {*/
   /*display: block;*/
 /*}*/

 @media
 (-webkit-min-device-pixel-ratio: 2),
 (min-resolution: 192dpi) {

   #banner a {
     background-image: url('../images/notcot_org_logo_center@2x.png');
     background-size: 312px 101px;
   }

   .mainmenu,
   .reallife,
   .thegrid,
   .notlabs {
     background-image: url('../images/menubar@2x.gif');
     background-size: 287px 23px;
   }

   .mainmenu .submitButton {
     background-image: url('../images/submitButton@2x.png');
     background-size: 103px 37px;
   }

   /*.reallife > .hover,*/
   /*.reallife > .arrow {*/
     /*background-image: url('../images/notcotcom-hover@2x.png');*/
     /*background-size: 180px 156px;*/
   /*}*/

   /*.thegrid > .hover,*/
   /*.thegrid > .arrow {*/
     /*background-image: url('../images/notcotorg-hover@2x.png');*/
     /*background-size: 180px 156px;*/
   /*}*/

   /*.notlabs > .hover,*/
   /*.notlabs > .arrow {*/
     /*background-image: url('../images/notlabs-hover@2x.png');*/
     /*background-size: 180px 156px;*/
   /*}*/
 }

 @media
 (-webkit-min-device-pixel-ratio: 3),
 (min-resolution: 288dpi) {

   #banner a {
     background-image: url('../images/notcot_org_logo_center@3x.png');
     background-size: 312px 101px;
   }

   .mainmenu,
   .reallife,
   .thegrid,
   .notlabs {
     background-image: url('../images/menubar@3x.gif');
     background-size: 287px 23px;
   }

   /*.reallife > .hover,*/
   /*.reallife > .arrow {*/
     /*background-image: url('../images/notcotcom-hover@3x.png');*/
     /*background-size: 180px 156px;*/
   /*}*/

   /*.thegrid > .hover,*/
   /*.thegrid > .arrow {*/
     /*background-image: url('../images/notcotorg-hover@3x.png');*/
     /*background-size: 180px 156px;*/
   /*}*/

   /*.notlabs > .hover,*/
   /*.notlabs > .arrow {*/
     /*background-image: url('../images/notlabs-hover@3x.png');*/
     /*background-size: 180px 156px;*/
   /*}*/
 }

 /********** END GLOBAL NAVIGATION *************/

ul.adminToolbar{
  position: fixed;
  z-index: 1012;
}

.adminToolbar + .menubar {
  margin-top: 22px;
}

.adminToolbar + .menubar + #positioning {
  padding-top: 45px;
}

.sortlinks,
.mini_sortlinks {
  letter-spacing: -.05em;
}

 .toggle_advanced_search_button {
   position: absolute;
   top: 0;
   right: 145px;
   float: none;
   background: transparent;
   z-index: 999;
   text-align: right;
 }

 #advanced_search_options {
   display: none;
   height: 17px;
   clear: both;
   padding: 5px;
   background: black;
 }

 form#search_form {
   position: absolute;
   top: 2px;
   right: 0;
   width: 184px;
   z-index: 110;
 }

 .oldsite form#search_form {
   display: none;
 }

input.searchbox {
  height: 16px;
  font-size: 12px;
  line-height: 10px;
  font-family: arial, sans-serif;
  color: #646464;
  background: #ffffff;
  border: 1px solid #b1b1b1;
  padding: 1px 13px 0 2px;
  margin: 0 1px 0 0;
  display: block;
  width: 126px;
}

input.searchbox::-webkit-input-placeholder {
  color: #9ba0a2;
  padding: 2px 0 0 2px;
  font-size: 12px;
  text-transform: uppercase;
}

input.searchbox:-moz-placeholder { /* Firefox 18- */
  color: #9ba0a2;
  padding: 2px 0 0 2px;
  font-size: 12px;
  text-transform: uppercase;
}

input.searchbox::-moz-placeholder {  /* Firefox 19+ */
  color: #9ba0a2;
  padding: 2px 0 0 2px;
  font-size: 12px;
  text-transform: uppercase;
}

input.searchbox:-ms-input-placeholder {
  color: #9ba0a2;
  padding: 2px 0 0 2px;
  font-size: 12px;
  text-transform: uppercase;
}

input.minisearch{
  margin: 0;
  display: block;
  width: 6px;
  height: 11px;
  padding: 4px 2px 1px 1px;
  position: absolute;
  top: 0;
  right: 3px;
}


.lneighbor.adminhack, .rneighbor.adminhack{
  margin-top: 0;
}

.notice {
  top: 0;
  left: 0;
  color: #666;
  margin: 25px auto 0 auto;
  padding: 12px 0 7px 0;
  width: auto;
  font-size: 15px;
  font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
  line-height: 11px;
  font-weight: 900;
  background: white;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.notice .search{
  color: #666;
  font-weight: 300;
  font-size: 15px;
  line-height: 12px;
}

 .search-query {
   text-transform: uppercase;
 }

#contentwrap {
  text-align: center;
  padding-top: 19px;
  margin-bottom: 20px;
}

.shadow {
  background-image: url('../images/polaroidshadow-transparent.png');
  display: inline-block;
  float: none;
  clear: none;
  width: 303px;
  height: 380px;
  margin: 0 2px 0 2px;
  left: 0;
}

 .footer{
   padding: 40px 0 40px 0;
 }


@media screen and (max-width: 930px) {
  .extended .extended_post_polaroid_shadow {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .extended #contentwrap,
  .extended #extended_post_top_content,
  .extended #extended_post_content_wrapper,
  .extended #extended_post_images_wrapper,
  .extended .extended_post_image_wrapper
  {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border: none;
    background: none;
  }
  .extended .extended_post_image_and_caption_shadow_top,
  .extended .extended_post_image_and_caption_shadow_sides,
  .extended .extended_post_image_and_caption_shadow_bottom,
  .extended .extended_post_image_and_caption_wrapper {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 100%;
  }

  .extended .extended_post_image_and_caption_wrapper
  {
    margin-bottom: 30px;
  }

  .extended #polaroid_desc {
    margin-top: 25px;
  }

  .extended #polaroid_desc,
  .extended #extended_post_top_content .date,
  .extended #extended_post_long_desc {
    margin-left: 10px;
    margin-right: 10px;
  }

  .instaWrapper {
    position: relative;
    padding-bottom: 86.33%; /* 613/710 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px;
  }
  .instaWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 810px) {
  .bulk-edit-nav,
  .bulk-tag-nav,
  .categories-nav
  {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {

  .dupes-nav,
  .reports-nav,
  .notes-nav,
  .new-note-nav,
  .users-nav {
    display: none !important;
  }

  .shadow {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  input,
  .formbox,
  .formbox p.intro, #fullformbox p.intro,
  .formbox p.intro_top, #fullformbox p.intro_top,
  .formbox p, #fullformbox p,
  .formbox .extended_post_explanation,
  .formbox .extended_div label,
  .formbox .featured_div input, .formbox .remember_div input,
  .formbox .featured_div label, .formbox .remember_div label,
  #userCategory .categoryBox, #miniUserCategory .categoryBox,
  textarea.description {
    font-size: 12px !important;
  }

  #farbottom {
    display: none;
  }
}

 /*********** SPONSORS PAGE CSS *****************/

.sponsors_headline {
  width: 734px;
  height: 48px;
  background: white;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  margin: 33px auto 22px auto;
  font-size: 30pt;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 10px 0;
}

 .sponsors_headline b {
   display: inline-block;
   font-size: 35pt;
   padding: 0 0 0 0;
   margin: 0 0 -29px 0;

 }

 .sponsors_column_wrapper {
   width: 780px;
   margin: 0 auto;
 }

 .sponsors_left_column{
   padding: 14px 10px 0 14px;
 }

 .sponsors_right_column{
   padding: 14px 4px 0 8px;
 }

 .sponsors_left_column,
 .sponsors_right_column {
   font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
   color: black;
   width: 218px;
   float: left;
   font-size: 15px;
   font-weight: 400;
 }

 .sponsors_sample {
   float: left;
   width: 300px;
   height: 395px;
   border: none;
 }

 .sponsors_separator {
   display: block;
   clear: both;
   width: 750px;
   margin: 0 auto 17px auto;
   text-align: center;
   color: black;
   text-transform: uppercase;
   overflow: hidden;
 }

 .sponsors_separator h1 {
   display: inline-block;
   padding: 0 15px;
   position: relative;
   font-size: 17pt;
   font-weight: 900;
 }

 .sponsors_separator h1:before,
 .sponsors_separator h1:after {
   background: #000;
   content: "";
   display: block;
   height: 2px;
   position: absolute;
   top: 50%;
   width: 400%;
 }

 .sponsors_separator h1:before {
   right: 100%;
 }

 .sponsors_separator h1:after {
   left: 100%;
 }

 .sponsor_logos {
   display: block;
   clear: both;
   width: 770px;
   margin: 0 auto;
   padding: 0 0 0 34px;
   overflow: auto;
 }

 .sponsor_logos a {
   display: block;
   width: 225px;
   height: 114px;
   border: 1px solid #e3e3e3;
   float: left;
   margin: 10px 28px 10px 0;
   box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
   background: white;
   position: relative
 }

 .sponsor_logos a img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }

 .sponsor_footnote {
   display: block;
   width: 750px;
   margin: 40px auto 120px auto;
   color: #838080;
   font-size: 11pt;
   font-weight: 900;
   text-transform: uppercase;
   text-align: center;
 }


 /**************************
 ******* PAGE NUMBERS ******/

#numbers {
  text-align: center;
  margin: 0 65px 0 65px;
  display: block;
}

#numbers a,
#numbers a:link,
#numbers a:visited,
#numbers a:focus,
#numbers a:hover,
#numbers a:active,
#numbers #currentPage {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  height: 10px;
  width: 10px;
  background: transparent url('../images/page-dot-small.gif') 3px 3px no-repeat;
}

/* Hide these when not hovered over */
#numbers .olay,
#numbers .oa {
  display: none;
  background: transparent;
}

/* overlay */
#numbers a:hover .olay,
#numbers #currentPage:hover .olay {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -23px;
  left: -16px;
  padding: 0;
  margin: 0;
  height: 22px;
  width: 41px;
  background: transparent;
}

/* overlay arrow */
#numbers a:hover .oa,
#numbers #currentPage:hover .oa {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 6px;
  padding: 0;
  margin: 0;
  height: 9px;
  width: 8px;
  background: transparent url('../images/page-overlay-sprite.png') 0 -22px no-repeat;
}

/* overlay-content-wrapper */
#numbers .ocw {
  float: left;
  display: block;
  overflow: visible;
  position: relative;
  left: 50%;
  height: 22px;
  padding: 0;
  margin: 0;
}

/* overlay-shadow-right */
#numbers .osr {
  overflow: hidden;
  position: relative;
  right: 50%;
  float: left;
  padding: 0;
  margin: 0;
  height: 22px;
  width: 4px;
  background: transparent url('../images/page-overlay-sprite.png') left top no-repeat;
}

/* overlay-shadow-left */
#numbers .osl {
  overflow: hidden;
  position: relative;
  right: 50%;
  float: left;
  padding: 0;
  margin: 0;
  height: 22px;
  width: 4px;
  background: transparent url('../images/page-overlay-sprite.png') -4px 0 no-repeat;
}

#numbers .olay .page {
  position: relative;
  right: 50%;
  float: left;
  line-height: 13px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #000000;
  padding: 4px 2px 0 2px;
  margin: 0;
  overflow: hidden;
  height: 18px;
  background: transparent url('../images/page-overlay-sprite.png') bottom left repeat-x;
}

#numbers #currentPage .dot {
  display: block;
  height: 9px;
  width: 9px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  filter:alpha(opacity=100);
  background: transparent url('../images/page-current.gif') no-repeat;
}

#numbers a .dot, #numbers a:link .dot, #numbers a:visited .dot, #numbers a:focus .dot, #numbers a:active .dot {
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter:alpha(opacity=0);
  background: transparent url('../images/page-dot-large.gif') 2px 2px no-repeat;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#numbers a:hover .dot {
  opacity: 1;
  filter:alpha(opacity=100);
  -webkit-transition: opacity 0s linear;
  -moz-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

/***** END PAGE NUMBERS *****
*****************************/

#farbottom{
  background: transparent;
}