/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 28, ../sass/style.scss */
body {
  background: url("../img/owlcamBg.jpg") no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 35, ../sass/style.scss */
#header {
  display: inline-block;
}

/* line 39, ../sass/style.scss */
#headerWrap, #content, #gallery, #story, #faq {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  border: 0px solid white;
}

/* line 43, ../sass/style.scss */
#headerWrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: auto;
  z-index: 50;
  opacity: 1;
}
/* line 50, ../sass/style.scss */
#headerWrap #logo {
  width: 150px;
  margin: 10px auto 10px auto;
  background: url("../assets/img/logo.png");
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 57, ../sass/style.scss */
#headerWrap #logo p {
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  opacity: 1;
  margin-top: 30px;
}
/* line 66, ../sass/style.scss */
#headerWrap #logo p:last-child {
  margin-top: 5px;
  font-size: .9em;
}
/* line 71, ../sass/style.scss */
#headerWrap #logo > img {
  width: 80%;
  margin-left: 10%;
}
/* line 75, ../sass/style.scss */
#headerWrap a {
  opacity: .7;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
}

/* line 82, ../sass/style.scss */
#headerWrap.fade {
  opacity: .4;
}

/* line 85, ../sass/style.scss */
#headerWrap.hide {
  opacity: 0;
  pointer-events: none;
}

/* line 89, ../sass/style.scss */
#background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 94, ../sass/style.scss */
.gridlogos {
  max-width: 960px;
  margin: auto;
}

/* line 99, ../sass/style.scss */
#stream {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
/* line 101, ../sass/style.scss */
#stream .wrap {
  width: 800px;
  margin: 150px auto;
  max-width: 1125px;
  position: relative;
}
.mask {
}
/* line 105, ../sass/style.scss */
#stream .wrap > iframe, #stream .wrap #tlkio {
  /* display: inline-block; */
  display: block;
}
/* line 108, ../sass/style.scss */
#stream .wrap > iframe {
  width: 800px;
  float: none;
  width:100%;
  max-height:450px;
  position: relative;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 0 100px #000;
}

.disqusfeed {
	position:relative;
	z-index:50;
	margin: 30px 20px;
	color:#fff;
}

/* line 112, ../sass/style.scss */
#stream .wrap #tlkio {
  width: 28%;
  background-color: whitesmoke;
  overflow: hidden;
}

/* line 120, ../sass/style.scss */
#content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  width: 90%;
  max-width: 800px;
  max-height: 70%;
  overflow: scroll;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 135, ../sass/style.scss */
#content #story, #content #gallery, #content #faq {
  opacity: 0;
  pointer-events: none;
  display: none;
}
/* line 139, ../sass/style.scss */
#content #story p, #content #gallery p, #content #faq p {
  line-height: 1.3em;
}
/* line 142, ../sass/style.scss */
#content #story iframe, #content #gallery iframe, #content #faq iframe {
  width: 100%;
  height: 100%;
}
/* line 148, ../sass/style.scss */
#content #faq p:nth-child(even) {
  font-size: 1.2em;
  text-decoration: underline;
}
/* line 152, ../sass/style.scss */
#content #faq p:nth-child(odd) {
  margin-bottom: 35px;
}
/* line 156, ../sass/style.scss */
#content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 1em;
  cursor: hand;
  cursor: pointer;
  font-family: "Abel", sans-serif;
}
/* line 164, ../sass/style.scss */
#content p, #content h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 167, ../sass/style.scss */
#content h3 {
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 3em;
  text-decoration: none;
  font-family: "Abel", sans-serif;
  border-bottom: 2px solid white;
}
/* line 177, ../sass/style.scss */
#content p {
  font-family: sans-serif;
  margin-bottom: 10px;
}

/* line 182, ../sass/style.scss */
#content.show {
  pointer-events: inherit;
  opacity: 1;
}
/* line 185, ../sass/style.scss */
#content.show #story.showContent, #content.show #gallery.showContent, #content.show #faq.showContent {
  opacity: 1;
  pointer-events: auto;
  display: inherit;
}

/* line 191, ../sass/style.scss */
#navRight {
  margin: auto;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: 25px;
  right: 25px;
}
/* line 197, ../sass/style.scss */
#navRight a {
  margin-right: 5px;
  letter-spacing: 1px;
  font-family: "Abel", sans-serif;
  font-size: 1em;
}
/* line 203, ../sass/style.scss */
#navRight a:last-child {
  margin: auto;
}
/* line 206, ../sass/style.scss */
#navRight a {
  padding: 3px 8px 3px 8px;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
}
/* line 212, ../sass/style.scss */
#navRight a:hover {
  background-color: white;
  color: black;
}

/* line 219, ../sass/style.scss */
.gridlogos li {
  width: 23%;
  margin-right: 1%;
  display: inline-block;
}
/* line 223, ../sass/style.scss */
.gridlogos li:last-child {
  margin-right: 0%;
}

/* line 230, ../sass/style.scss */
#smallInfo {
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
  font-family: helvetica;
  color: white;
  line-height: 35px;
  height: 35px;
}
/* line 238, ../sass/style.scss */
#smallInfo a {
  color: white;
  text-decoration: none;
}

/* line 244, ../sass/style.scss */
#socialNav {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 415px;
  bottom: auto;
  height: 0px;
  -moz-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
/* line 251, ../sass/style.scss */
#socialNav iframe:first-child {
  width: 80px;
}
/* line 254, ../sass/style.scss */
#socialNav iframe {
  height: 23px;
  float: left;
}

/* line 259, ../sass/style.scss */
.socialIcons {
  position: absolute;
  top: -31px;
  right: 0px;
}
/* line 263, ../sass/style.scss */
.socialIcons ul li {
  float: left;
  margin-right: 10px;
  width: 20px;
  opacity: .6;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
/* line 270, ../sass/style.scss */
.socialIcons ul li:hover {
  opacity: 1;
}
/* line 273, ../sass/style.scss */
.socialIcons ul li:last-child {
  margin-right: 0px;
}

/* line 278, ../sass/style.scss */
#companyLogos {
  background-color: white;
  opacity: 0.5;
}

/* line 281, ../sass/style.scss */
#online {
  position: absolute;
  bottom: -35px;
  left: 0;
  color: white;
  outline-color: white;
}

@media (max-width: 959px) {
  /* line 290, ../sass/style.scss */
  #stream {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  /* line 292, ../sass/style.scss */
  #stream .wrap {
    width: 90%;
    margin: 150px auto;
    max-width: 960px;
  }
  /* line 295, ../sass/style.scss */
  #stream .wrap > iframe, #stream .wrap #tlkio {
    display: inline-block;
  }
  /* line 298, ../sass/style.scss */
  #stream .wrap > iframe {
    width: 100%;
    margin-bottom: 46px;
  }
  /* line 302, ../sass/style.scss */
  #stream .wrap #tlkio {
    width: 100%;
    background-color: whitesmoke;
    overflow: hidden;
    padding: 20px;
  }
  /* line 309, ../sass/style.scss */
  #stream #online {
    bottom: auto;
  }

  /* line 313, ../sass/style.scss */
  #headerWrap {
    position: inherit;
  }
  /* line 315, ../sass/style.scss */
  #headerWrap #logo {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  /* line 320, ../sass/style.scss */
  #navRight {
    width: 260px;
    top: 85px;
    right: 50%;
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  /* line 326, ../sass/style.scss */
  #twitter-widget-0 {
    margin-left: 5px;
    width: 85px !important;
  }

  /* line 330, ../sass/style.scss */
  #socialNav {
    width: 100%;
  }

  /* line 335, ../sass/style.scss */
  .socialIcons ul li:last-child {
    margin-right: 0px;
  }

  /* line 340, ../sass/style.scss */
  #online {
    width: 100%;
  }
}
