/* Open Sans start */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/OpenSans-ExtraboldItalic.ttf') format('truetype');
}

/* Open Sans end*/
.no-col-pad {
  padding: 0;
}
.w100 {
  width: 100%;
}
.text-small {
  font-size: 10px;
}
.header-dark {
  color: #8f8f8f;
}

body {
  font-family: "Open Sans";
  min-height: 800px;
  padding-bottom: 60px;
  position: relative;
}
h1, h2 {
  color: #ef4349;
  font-family: Georgia;
}
h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
h2 {
  font-size: 22px;
}
.site-footer {
  position: absolute;
  bottom: 0;
  width:100%;
}

body.stream {
  background-color: #acacac;
}
.stream #site-header {
  background-color: #ffffff;
}
.computer-generated {
  font-size: 19px;
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
}

.header-second-row {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
	.header-second-row .counterfeit-text,
	.header-second-row .time-container {
	  text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.navbar-nav > li:first-child a {
	  padding-left: 0;
	}
}
.header-top-row {
  margin-top: 15px;
}
.counterfeit-text {
  display: block;
  text-align: right;
}
.logo-container::after {
  background-color: #f2333a;
  content: "";
  display: block;
  height: 1px;
  margin: 5px auto;
  width: 25%;
}
.logo-container img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.random-slogan {
  font-size: 15px;
  font-weight: bold;
}
.navbar {
  margin-bottom: 0;
}
.navbar.navbar-custom {
  border-radius: 0;
  min-height: auto;
}
.navbar-custom {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
}
.navbar-custom a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-custom .active > a,
.navbar-custom li:hover > a {
  color: #f2333a;
}
.navbar-custom .icon-bar {
  background: #ffffff none repeat scroll 0 0;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: transparent;
}

.btn.btn-custom {
  background: #646464 none repeat scroll 0 0;
  /* border-radius: 0; */
  color: #ffffff;
}
.btn.btn-custom:hover {
  background: #000000 none repeat scroll 0 0;
}

#main-content-section .headline-list::before {
  color: #f2333a;
  content: "Vote";
  font-weight: bold;
  position: absolute;
  top: -20px;
}
.headline-list {
  position: relative;
}
.mix-in {
  color: #ef4349;
  cursor: help;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.headline-list > li span.vote-box {
  border: 1px solid #ef4349;
  box-sizing: content-box;
  /* content: ""; */
  cursor: pointer;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
}
.headline-list > li .voted span.vote-box {
  cursor: default;
  opacity: 0;
}
.headline-text {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.headline-list > li {
  /* cursor: pointer; */
  font-family: 'Open Sans';
  /* font-weight: bold; */
  list-style: outside none none;
  padding: 2px 0;
  position: relative;
}
#top-twenty-list > li {
  font-weight: bold;
}
.top-twenty-list-container > h2 {
  margin-bottom: 5px;
}
.headline-list > li:nth-child(2n) {
  background-color: #f1f1f1;
}
/* .headline-list > li span.vote-box:hover {
  content:"\e013";
  font-family: "Glyphicons Halflings";
} */
.headline-list > li span.vote-box .glyphicon{
  display: none;
}
.headline-list > li span.vote-box:hover .glyphicon{
  display: block;
}
.headline-list > li:hover span.headline {
  /* cursor: pointer; */
}
.headline,
.headline-list,
.all-votes {
  text-transform: capitalize;
}
.g-interactivepost {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: inline;
  padding: 0;
}
.headline-list-refresh-container .btn.btn-custom {
  margin-top: 20px;
}
/* 
.headline-list > li:hover:after {
  content: "Click Here To Share";
  float: right;
} */
.headline-list > li:hover .share-items {
  display: block;
}
@media screen and (max-width: 1023px) {
	.headline-list .share-items {
	  display: block;
	  float: none;
	  margin: auto;
	  width: 110px;
	}
}
@media screen and (min-width: 1024px) {
	.headline-list .share-items {
	  bottom: 0;
	  display: none;
	  position: absolute;
	  right: 0;
	}
}
.headline-list .share-items img,
.site-footer .share-items img {
  height: 24px;
}

.debug-container {
  font-size: 12px;
  font-style: italic;
  outline: 1px dotted #ff8080;
}
.debug-list li{
  outline: 1px dotted #ff8080;
}
.debug {
  /* color: #ff8080; */
  font-size: 10px;
  font-style: italic;
}
.debug:last-of-type {
  text-align: right;
}
.debug em, .debug-container em {
  font-weight: bold;
}
.debug-container .false-verbs {
  cursor: help;
  text-decoration: underline;
}
.debug-container em {
  font-style: italic;
}

.headline-list-refresh-container form > * {
  margin-left: 15px;
}

.mix-yours-in-container {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 0 15px;
}
.mix-yours-in-item {
  margin: 10px 0;
}
.mix-yours-item-count {
  display: inline-block;
  font-family: Georgia;
  font-weight: bold;
  text-align: center;
  width: 10%;
}
.failed .mix-yours-item-count {
  color: #ef4349;
}
.passed .mix-yours-item-count {
  color: #2b8f28;
}

.mix-yours-in-item input {
  border: medium none;
  width: 90%;
}
.mix-yours-text-container {
  color: #707070;
  font-size: 12px;
}
.mix-yours-errors,
.mix-yours-disclaimer,
.mix-yours-tip {
  margin: 15px 0 0;
}
.mix-yours-disclaimer .mix-in {
  cursor: auto;
  font-size: 14px;
}
.mix-yours-errors .mix-yours-item-count {
  width: auto;
}

.site-footer {
  background: #f2333a none repeat scroll 0 0;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 0;
  text-transform: uppercase;
}
.site-footer .container {
  position: relative;
}
.site-footer .share-items {
  display: block;
  float: none;
  margin: auto;
  width: 110px;
  position: relative;
}/* 
.site-footer .share-items img {
  height: auto;
} */
.site-footer .footer-links a {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
	.site-footer .share-items {
	  position: absolute;
	  left: 0;
	  right: 0;
	  /* top: -15px; */
	}
	.site-footer .footer-links a {
	  float: right;
	}
	.site-footer .footer-links {
	  float: right;
	}
	.site-footer .copyright {
	  float: left;
	}
}
@media screen and (max-width: 992px) {
	#main-content-section,
	.todays_voting > .container,
	.archive .all-votes {
	  padding-bottom: 100px;
	}
}
@media screen and (max-width: 640px) {
	.header-dark {
	  display: block;
	  font-size: 16px;
	}
	.img-container img {
	  width: 100%;
	}
}

.img-list > li {
  list-style: inside none decimal;
  margin: 10px 0;
}
.img-list .img-container > img {
  display: block;
  margin: auto;
}
.img-caption {
  display: block;
  font-size: 11px;
  margin: 10px auto;
  text-align: center;
  width: 50%;
}



.main-content-section .row {
  margin: 5px auto;
}

.museum-demo {
  padding-top: 80px;
}

.museum-demo h1 {
  /* color: orange; */
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
}

/* .museum-demo .simply-scroll .simply-scroll-clip {
	width: 50%;
	margin: auto;
} */