a{color:#fe5800}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
 	font-weight: 500;
 	line-height: 1.1;
 	color: inherit;
}

#header_back{
	background: #9f9f9f;
	background: -moz-linear-gradient(top,  #9f9f9f 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9f9f), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #9f9f9f 0%,#222222 100%);
	background: -o-linear-gradient(top,  #9f9f9f 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #9f9f9f 0%,#222222 100%);
	background: linear-gradient(to bottom,  #9f9f9f 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f', endColorstr='#222222',GradientType=0 );
}

.logo img{width:100%;height:auto;max-width:548px;}

.nav-wrap {
	background:#222222;
	height:55px;
	margin-bottom:10px;
}

.nomarge {
	margin-left:0;
	margin-right:0;
}

.navbar{z-index:2000;}

.col-md-6 {overflow:hidden;}

.related
* {margin: 0; padding: 0;}

.related div {
  margin: 20px;
}
.related ul {
  list-style-type: none;
  width: 89%;
}
.related h3 {
  font: bold 15px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.related li img {
  float: left;
  margin: 0 15px 0 0;
}

.related li {
  padding: 6px;
  overflow: auto;
  border-bottom: 1px solid #eee;
}

.related li:hover {
  background: #eee;
  cursor: pointer;
}

.related li a{
   width:100%;
   height:100%;
   display:inline-block;
}

.related li a:hover, a:focus {
   color: #428bca;
    text-decoration: none;
}

.thumb {
  width:  130px;
  height: 90px;
}

.thumb2 {
  width:  168px;
  height: 115px;
float: left;
padding: 4px;
}

video { max-width: 100%; height: auto; }

#wrapper { 
	display: block; 
	max-width: 700px; 
	margin: 0 auto; 
	background: #fff; 
	text-align: center;
}

/* smaller window/screen media query */
@media screen and (max-width: 715px) {
	body { padding-bottom: 60px; }
	h1 { font-size: 2.1em; }
	
	#wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.banner-box {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 30%, #9f9f9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#9f9f9f));
	background: -webkit-linear-gradient(top,  #ffffff 30%,#9f9f9f 100%);
	background: -o-linear-gradient(top,  #ffffff 30%,#9f9f9f 100%);
	background: -ms-linear-gradient(top,  #ffffff 30%,#9f9f9f 100%);
	background: linear-gradient(to bottom,  #ffffff 30%,#9f9f9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f',GradientType=0 );
	margin: 10px 0;
	padding: 0;
	width: 89%;
	min-width: 300px;
	overflow:hidden;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#related_bottom{
	width: 89%;
	padding: 10px 0 20px 0;
}

.more_vids{
	padding: 6px 24px;
	font-weight:bold;
}

.btn-default {
    background-color: #666666;
    border-color: #666666;
    color: #fff;
}

.btn-default:hover {
    background-color: #fff;
    color: #666;
}


.btn-primary{
	background:#fe5800;
	border-color: #fe5800;
	font-weight:bold;
}


.btn-primary:hover{
	background:#fff;
	border-color: #fe5800;
	color:#fe5800;
}


audio, canvas, video {
    display: inline-block;
    /*margin-top: 10px;*/
}



#parent_onset {
  display: block;
  position: relative;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    text-align: center;
}
#onset { 
    background: #fff;
    display: inline-block;
    max-width: 100%;
    max-height: 90%;
	border: 5px solid #ddd;
	position: relative;
	/*--CSS3 CSS3 shadow for block--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 round corner--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    vertical-align: middle;
	margin-top: -70%;
}

.onset_link{
    text-decoration: none;
    display: block;
    width: 100%;
    max-height: 600px;
    line-height: 0;
}

.onset_link img{
    max-width: 100%;
    max-height: 100%;
}

/* close button */
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}




@media (max-width: 700px) {
h1,h2 {
	font-size:20px;
}

.related h3 {
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 .banner-box {
	width: 100%;
	min-width: 300px;
}

.related ul {
  list-style-type: none;
  width: 100%;
}

}

@media (max-width: 991px) {
  .header-spot {display:none}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-box {
	width: 100%;
	min-width: 300px;
}
}

@media (max-width: 480px){ 

.more_vids, .fuckcontacts{
	width:100%;
	margin: 5px 0;
}

#related_bottom{
	width: 100%;
}
}




 .mobileShow { display: none;}

   /* Smartphone Portrait and Landscape */

@media only screen
and (min-device-width : 280px)
and (max-device-width : 380px){ 

.mobileShow { display: inline;}
   
 }
   .mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}
#bs-example-navbar-collapse-1 {
	font-size:13px;
}
.logo {
	position: relative;
	min-height: 1px;
	padding-right: 15px!important;
	padding-left: 15px;
}
*{border:0px;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:'Helvetica Neue','Helvetica',Arial,sans-serif}.overlay-bg{display:none;position:absolute;top:0;left:0;height:100%;width:100%;cursor:pointer;z-index:1000;background:#000;background:rgba(0,0,0,0.75)}.overlay-content{display:none;background:#fff;padding:8%;width:95%;position:absolute;top:9%;left:3%;margin:0 0 0 -7%;cursor:default;z-index:10001;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.9)}.close-btn{float:right;margin-top:-30px;margin-right:-30px;cursor:pointer;color:#fff;border:1px solid #AEAEAE;border-radius:30px;background:#605F61;font-size:31px;font-weight:700;display:inline-block;line-height:0;padding:11px 3px}@media only screen and (min-width: 0px) and (max-width: 480px){.overlay-content{width:96%;margin:0 2%;left:0}}
