html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.grid {
  margin: 0 0 0px 0;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 0px;
}

.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}

.col-3-4 {
  width: 75%;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 0px 0 0px 0px;
}

.grid-pad [class*='col-']:last-of-type {
  padding-right: 0px;
}

* {
  box-sizing: border-box;
}

body, html {
  font-family: 'Karla';
  background: url(../img/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  font-weight: 400;
  font-size: 14pt;
  margin: 0;
  padding: 0px;
}

html {
  background-color: #111;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 120%;
  margin-bottom: 10px;
}

.contain {
  width: 900px;
  margin: 60px auto;
}

.text-right {
  text-align: right;
}

header {
  color: #FFFFFF;
  padding: 30px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

header h1 {
  font-size: 42pt;
}

header p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.825rem;
}

#wrapper {
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.5);
}

#wrapper #thumbnails {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 80px;
  white-space: nowrap;
}

#wrapper #thumbnails img {
  width: 200px;
  height: auto;
  display: inline;
  float: left;
  box-shadow: 1px 1px 10px #999;
  margin: 2px;
  max-height: 50px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  /* For IE7*/
  *zoom: 1;
  /* For IE7*/
  vertical-align: top;
}

#wrapper a#view-more {
  float: right;
  color: #8f8f8f;
  text-decoration: none;
  font-size: 0.86rem;
  padding: 10px 0 30px;
}

#wrapper a#view-more:hover {
  text-decoration: underline;
}

#wrapper iframe {
  width: 900px !important;
  height: 506px !important;
}

#timeline {
  width: 100%;
  overflow: auto;
  height: 84px;
  white-space: nowrap;
}

.videoDetails {
  width: 150px;
  height: 84px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-color: #333;
}

.currentVideo {
  border: 4px solid #4aa3df;
}

#content {
  padding: 30px;
}

#content p {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #555;
  font-weight: 400;
}

#content a {
  color: black;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content .upvote {
  color: #555;
  margin-bottom: 10px;
}

#content time {
  text-transform: uppercase;
  font-size: 0.725rem;
}

#recent-comments {
  padding: 10px 30px 40px;
}

#recent-comments h3 {
  font-weight: bold;
  padding-top: 20px;
  font-size: 10pt;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#recent-comments p.author {
  font-size: 0.75rem;
  line-height: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-weight: bold;
}

#recent-comments p.author span {
  margin-left: 15px;
  color: darkorange;
}

#recent-comments p.text {
  font-size: 0.87rem;
  line-height: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#recent-comments .comment {
  border: 1px solid rgba(131, 131, 131, 0.2);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fcfcfc;
}

#recent-comments .comment .comment {
  background-color: #ffffff;
}

#recent-comments .comment .comment .comment {
  background-color: #fcfcfc;
}

#prev, #next {
  color: rgba(252, 252, 252, 0.6);
  font-size: 56pt;
  cursor: pointer;
  position: fixed;
  z-index: 4000;
  top: 50%;
  left: 50%;
}

#prev:hover, #next:hover {
  color: rgba(252, 252, 252, 0.8);
}

#prev {
  -webkit-transform: translateX(-510px);
  transform: translateX(-510px);
}

#next {
  -webkit-transform: translateX(480px);
  transform: translateX(480px);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  top: 50vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
