@import url(https://fonts.googleapis.com/css?family=Roboto:900,700);

body {
  padding-top: 46px;
}

body.joke_image {
  background-color: #FFEC8B;
}

.navbar {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-default .navbar-brand {
  color: red;
}
.body {
  padding: 5px;
}

.center {
  text-align: center;
}

.title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  display: inline-block;
  margin: 3px auto 3px auto;
  color: #e00;
  font-size: 36px;
}

.sub-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size:18px;
  margin-top: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.bt-slider {
  
}

.bt-footer {
  background:#ddd;
  padding: 5px;
}

.bt-footer-top {
}

.hasTooltip {
}

.scroller-image {
  margin-left: 5px;
}

.homepage-joke {
  width: 100px;
  height: 100px;
  width: 100%;
  height: auto;
  padding: 0 15px;
}

.scroll-wrapper {
  background: black;
}

.film-strip-wrapper {
  overflow: hidden;
}

.film-strip {
  width: 105%;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: top;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.google-250-250 {
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 60px;
  z-index: 10;
  width: auto;
}
.google-250-250-2 {
  margin-bottom: 14px;
}

.google-160-600 {
  width: auto;
  z-index: 10;
}

.center-3-jokes {
  margin-bottom: 0;
  padding-bottom: 0;
}

.center-3-jokes .homepage-joke {
  margin-bottom: 24px;
}

.categories .center-3-jokes .homepage-joke {
  margin-bottom: 0px;
}

.left-2-jokes .homepage-joke {
  margin-bottom: 12px;
  margin-top: 12px;
}

.first-full-row {
  margin-bottom: 24px;
}

#footer-bulk-links {
  text-align:justify;
}

#footer-bulk-links a {
  /* margin-right: 5px; */
  font-size: 10px;
}

.dropdown-menu {
  text-align: left;
}

#scrollingJokes2 {
  height: 250px;
  position: relative;
  overflow: hidden;
}

#scrollingJokes2 div.scrollableArea img {
  position: relative;
  float: left;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
     block of code. It's just a nice feature that prevent the images from
     accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* MEDIA QUERIES */

.visible-xxs {
  display: none!important;
}
@media (max-width: 550px) {
  .col-xxs-6 {
    width: 50%;
  }
  .visible-xxs {
    display:block!important;
  }
}

@media (max-width: 765px) {
  .homepage-joke {
    width: 100%;
    height: auto;
  }
  #scrollingJokes2 {
    height: 150px;
  }
  #scrollingJokes img, #scrollingJokes2 img {
    width: 150px;
    height: 150px;
  }
  #scrollingJokes a {
    width: 150px !important;
  }
  div.scrollWrapper {
    height: 150px;
  }
}

@media (min-width: 765px) {
  .navbar-brand, .dropdown-toggle, .navbar-default, .navbar-form {
    height: 30px !important;
  }
  .shopify-icon {
    margin-top: -4px;
  }
}

.bt-header {
  /*max-width: 729px !important;*/
  margin: 0 auto;
}

.mobile_spacer {
  margin-top: 20px; /* Needed for iOS mobile not to have headings cut off */
  height: 0px;
}

.navbar-form {
  margin-top: 2px;
  margin-bottom: 2px;
}

.navbar {
  min-height: 40px;
}

.navbar-nav > li > a {
  padding-top: 11px;
}

.navbar-brand {
  padding: 16px 15px;
}

.scroll_by {
  text-align:right;
}

.scroll-by-label {
}

.navbar-collapse {
  max-height: none;
}

h1.title, h2.title {
  margin-bottom: -5px;
}

h3.sub-title {
  margin-top: 0px;
}
div.top_search input[type="text"] {
  width: 75%;
}
.bt-header .top_search, .bt-header .scroll_by {
  margin-top: 16px;
}

#joke_page .top_search form {
  width: 100%;
}

.joke_content .header_and_ad {
  margin-bottom: 15px;
}
.joke_content h1 {
  color: black;
  margin-bottom: 0;
}
.joke_content h2 {
  color: #00f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}
.joke_content h3 {
  color: #00f;
  margin-top: 0;
  font-size: 18px;
}
.joke_content .joke_image {
  padding: 10px 0;
}
.joke_content .images img {
  width: 100%;
}
.joke_content .images {
  margin-bottom: 25px;
}
.joke_content .images p.image_subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.joke_content .images .text_above_images, 
.joke_content .images .text_below_images {
}
.joke_content .quotabills center font a {
  font-size: 18px;
}
.joke_content .quotabills div {
  font-weight: bold;
}
.joke_content .quotabills {
  margin-top: 15px;
  margin-bottom: 30px;
}
.joke_content .joke_footer p {
  margin-top: 25px;
  text-align: center;
}
.sidebar_ad {
  margin-right: -35px;
  margin-left: -15px;
}
.sidebar_categories {
  font-size: 12px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .sidebar_ad {
    margin-right: -30px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .sidebar_ad {
  }
}
