body {
	background-color: #fff;
	text-align: center;
	color: #a7a9ac;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.no-padding {
	padding: 0 0;
}

img.header {
	padding: 0 0 50px;
	margin-left: 0;
	margin-right: 0;
}

.container-main {
	padding: 0 3% 25px;
}

.main-copy {
	font-size: 18px;
	margin: 0 10% 35px;
	
	color: #a7a9ac;
}

.body-copy {
	font-size: 18px;
	margin: 0 28% 35px;
	
	color: #a7a9ac;
}

.header-copy {
	font-size: 18px;
	margin: 0 28% 75px;
	
	color: #a7a9ac;
}

.title {
  font-size: 20px;
	margin-top: 75px;
	font-weight: bold;
	margin-bottom: 10px;
	
	color: #a7a9ac;
}

.title2 {
  font-size: 20px;
	margin-top: 35px;
	font-weight: bold;
	margin-bottom: 10px;
	
	color: #a7a9ac;
}

.title_red {
  font-size: 20px;
	margin-top: 75px;
	font-weight: bold;
	margin-bottom: 10px;
	
	color: #d91f27;
}

.title_red2 {
  font-size: 20px;
	margin-top: 75px;
	font-weight: bold;
	margin-bottom: 0px;
	
	color: #d91f27;
}

.title-extra {
  font-size: 20px;
	margin-top: 520px;
	font-weight: bold;
	margin-bottom: 10px;
	
	color: #a7a9ac;
}


span {
	color: #808285;
	text-transform: none !important;
	text-decoration: none !important;
	
}

a:focus {
	text-decoration: none !important;
	text-transform: none !important;
}
a:hover {
	text-decoration: none !important;
	text-transform: none !important;
}

a:visited {
	text-decoration: none !important;
	text-transform: none !important;
}


img.photo, img.results, img.hr {
	padding: 20px 0px;
}

img.photo-heading {
	padding: 110px 0px 25px 0px;
}

img.results {
	padding: 10px 0;
}

.episode-row {
	padding: 20px 0;
}


#laptop {
  margin: auto;
  position: absolute;
 }

.laptop .bg {
  position: absolute;
  top: 0;
  left: 0; }

.screen {
  position: absolute;
  top: 43px;
  left: 38px;
  width: 554px;
  height: 351px;
  overflow: hidden; }

.screen-content {
  position: absolute;
  top: 0;
  left: 0; }

#btn-replay {
  position: absolute;
  top: 400px;
  left: 245px;
	width: 100px;
	height: 35px;
	font-size: 14px;
	color: #9d9d9d;
	z-index: 5000;
	cursor: pointer;
	opacity: 0.6;
	display: none; }



@media screen and (max-width: 425px) {
	.episode-row {
		padding: 20px 0;
	}

}

@media screen and (min-width: 768px) {
	.episode-row {
		padding: 25px 0;
	}
	#laptop {
		left: 9%;
	}
}

@media screen and (min-width: 1024px) {
	.episode-row {
		padding: 25px 0;
	}
	#laptop {
		left: 18%;
	}
}

@media screen and (min-width: 1130px) {
	.episode-row {
		padding: 25px 0;
	}
	#laptop {
		left: 22%;
	}
}

@media screen and (min-width: 1440px) {
	.episode-row {
		padding: 25px 0;
	}
	#laptop {
		left: 24%;
	}
}
