/* @override 
	http://www.trippadvice.com/shocking-discovery/css/style.css
	http://trippadvice.com/shocking-discovery/css/style.css */

@import url(bootstrap.css);

html {
  background:#FFF;
  color:#000;
}
img {
  max-width:100%;
}
.container{
  max-width: 750px;
}
.header-top .container{
/*  max-width: 740px;*/
}
section.video .container{
  max-width: 750px;
}
h1, p.comments-note{
  text-align: center;
  color:#000;
  margin: 30px 0 10px 0;
  position: relative;
  font-weight: bold;
}
.pitch .container{
  /*padding-right: 5px;*/
}
.disqus{
  margin-bottom: 20px;
}
h1{
  margin-top: 20px;
  font-size: 34px;
  line-height: 1.3;
}
.header-bottom .container{
  width: 100%;
  padding: 0;
  max-width: 660px;
}
p.comments-note{
  text-transform: none;
  font-size: 25px;
  line-height: 1.3;
  padding-bottom: 40px;
  margin: 25px 0 0;
  border-bottom: 2px solid #e6e8ee;
}
/*h1:before{
  content: '"';
  margin-right: 3px;
}
h1:after{
  content: '"';
  margin-left: 3px;
  
}*/
.buy{
  text-align: center;
  padding: 50px 0;
  color: #fff;
}
.button-wrap{
  height: 80px;
}
a{
  text-decoration: underline;
  color: blue;
}
.pitch{
  padding: 40px 0 20px 0;
}
footer{
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 30px 0 15px 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li{
  display: inline-block;
  margin: 0 5px;
}
a:hover{
  color: blue;
}
.header-top{
  padding: 5px 0;
}
.header-bottom{
  text-align: center;
  padding: 0 0 10px 0;
 font-size: 18px;
 color: #000;
}
.header-bottom .red{
  font-weight: bold;
}
body {
  font-family: "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color: #000;
  font-size: 20px;
  background: #fff;
  line-height: 1.4;
}
p{
  margin: 0 0 30px 0;
}
.embed-container {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  margin: 0 auto;
}
.embed-container embed, .embed-container iframe, .embed-container object {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.header-top{
  padding: 10px 0;
}

header .header-top a{
  color: #000;
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 5px 0;
  text-decoration: none;
}
header .header-top a.active{
  color: blue;
  text-decoration: underline;
}
header .header-top .col-md-3{
  padding: 0 6px;
}
header .header-top a span{
  text-transform: uppercase;
}
header .header-top a span.cs{
  color: #000;
}
header .header-top a.active span.cs{
  color: inherit;
}
header .header-top a span.csa{
  display: block;
  color: blue;
  text-transform: none;
  text-decoration: underline;
}


header .header-top a i{
  font-size: 11px!important;
  position: relative;
  top: 1px;
}
.pitch a{
  font-weight: bold;
}
footer .copyright p{
  margin: 0;
}





@media only screen and (max-width:320px) {
  
}
@media only screen and (max-width:480px) {
  h1 {
    font-size:27px;
  }
  p.comments-note{
    font-size: 20px;
  }
  .header-bottom{
    font-size: 15px;
  }
}
@media only screen and (min-width:768px) {
  header a{
    float: left;
    font-size: 12px;
    margin: 0;
  }

  /*.header-top .col-md-3:nth-of-type(1){
    padding-left: 10px;
    width: 140px;
    text-align: left;
  }
  .header-top .col-md-3:nth-of-type(2){
    padding-left: 50px;
    width: 230px;
  }
  .header-top .col-md-3:nth-of-type(3){
    margin-left: 20px;
    width: 173px;
  }
  .header-top .col-md-3:nth-of-type(4) {
    text-align: left;
    width: auto;
    float: right;
    right: 10px;
  }*/
  p.stars{
    position: relative;
  }
  p.stars:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: -110px;
    top: -15px;
    background: url(../img/star.gif) center center no-repeat;
  }
}
@media only screen and (min-width:1024px) {
  
}

.header-top > .container {
  max-width: 1000px;
  text-align: center;
}
header .header-top a {
  font-size: 18px;
}

header .header-top a span {
  display: block;
}