@charset "utf-8";
/**  Fake Virus Scam Page **/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.42857;
	color: #000;
	background-color: white;
}

p {
	font-size: 20px;
}
h2 {
	font-size: 36px;
}


/*	Banner Section */
#infiniteHeader {
	margin-top: 50px;
  	height:600px;
	background: url(../images/background.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: solid medium #06bd0a; 
	padding-bottom:0;
}
.infiniteBanner {
	padding-bottom: 5px !important;	
}
.imageTitle {
  text-align:center;
}
.bannerText {
	color: #fff;	
}
.bannerText h2{
  	padding-top:160px;
	font-size:100px;	
	color: #fff;
	text-shadow: 2px 2px 3px #000000;
	text-align: center;
}
#infiniteHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

/*	What Is Virus Scam Section */
.infiniteTitle {
	text-align: center;
	padding: 40px 20px;
	z-index: 100;
}
#fakeVirusImage {
	padding-right: 0;
}
#hoaxCopy {
	padding: 10px 100px 0 100px;
	max-width: 85%;
	margin: 0 auto;
}
#infiniteIntro {
	background-color: #F5F5F5;
 	padding-bottom: 75px;
}

/* Infinite Audio Section */
#infiniteAudio {
	background: url(../images/hacker.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:0;
	color: #fff;
}
audio {
	border: solid thin #fff;
	max-width: 330px;
	border-radius: 35px;
}
.audio-player {
	text-align: center;
	padding-bottom: 40px;
}
.playerTitle {
	font-weight: bold;
}

/* Infinite Phone Section */
#infinitePhone {
	background-color:#fff;
	padding-bottom: 40px;
}
#hoaxPhoneCopy img {
	position: relative;
}
#hoaxPhoneCopy p {
	color: #fff;
	width: 200px;
	position: absolute;
	left: 110px;
	top: 50px;
	line-height: 1.2em;
}
#phoneTitle {
	text-align: center;
}
#phoneTable {
	font-weight: bold;
	background-color: #ffffff;
	border: solid thin #ecebeb;
}
#phoneTable th {
	text-align: center;
	background-color: #ecebeb;
}
#phoneList {
	overflow: auto;
	background-color: #ffffff;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}
#phoneCopy {
	max-width: 85%;
	margin: 0 auto;
}

/* Tips and Pointers Section */
#infiniteTips {
	background-color: #000;
	color: #fff;
	padding-bottom: 50px;
}
#tunnelImage {
	margin-top: -60px;
}
#tipsCopy {
	padding: 0 60px;
}
#jsImage {
	background: url(../images/js.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:0;
	height: 350px;
}

/* How Fake Virus Works Section */
#howCopy {
	text-align: center;
	padding: 30px 100px 50px 100px;
}

/* How Fake Virus URLs Section */
#infiniteURLs {
	padding-bottom: 70px;
}
#urlCopy {
	padding-right: 100px;
}
#urlList {
	overflow: auto;
	background-color: #ffffff;
	max-width: 900px;
	margin: 0 auto;
}
#urlTableContainer, #phoneTableContainer {
	padding-left: 45px;
}
#urlTable {
	font-weight: bold;
	background-color: #ffffff;
	border: solid thin #ecebeb;
}
#urlTable td {
	word-break:break-all;
}
#urlTable th {
	background-color: #ecebeb;
}

/* How We Block Section */
#infiniteHowBlock {
	background: url(../images/cavalry.jpg) top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:0;
	color: #fff;
}
.textBox {
    background-color: rgba(0,0,0,0.6);
    padding: 40px;
    margin: 100px auto;
}
.textBoxTitle {
    background-color: rgba(0,0,0,0.5);
	padding: 20px;
}
.textBoxTitle h2 {
	margin-top: 10px;
}
#howBlockCopy {
	margin-top: 250px;
}

/* Why Doing This Section */
#infiniteWhy {
	background: url("../images/bg2.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#252d44;
	padding-bottom: 80px;
	color:#ffffff;
}
#infiniteWhy h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color:#ffffff;
}
#infiniteWhy .mainList {
	text-align: left;
	font-size: 16px;
}
#pcmLogoTag {
	margin: 60px auto 0 auto;
}
#whyCopy {
	max-width: 85%;
	margin: 0 auto;
	padding: 0 75px;
}
.callAction {
	background-color:#ee7a23;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}
.callAction h2 {
	color:#fff;	
	margin-bottom: 30px;
}
a.button {
	text-decoration: none;
	line-height: 54px;
	color: white;
	padding:15px;
}
.button {
	color: white;
	background: #f2690e;
	height: 58px;
	border: 2px solid #f2690e;
	font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 21px;
	transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
	border-radius: 5px;
	box-sizing: border-box;
}
a.button.button-stripe:hover {
	color: #fff;
	background-color: #1e4620;
	border-color: white;
} 
a.button.button-stripe {
	background-color: rgba(6, 189, 10, 0.9);
	border-color: white;
}

/**  Footer Section **/
.footer-section {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	line-height: 20px;
	background-color:#2e2e2e;
}

.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  color: #ee7a23;
  text-decoration: none;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul > li {
  display: inline-block;
  margin-left: 5px
}

.footer-section .social {
	font-size: 40px;
	float: right;
	margin-right:20px;
	padding-top: 5px;
}
.footer-section .certifications {
	float: right;
	margin-right: 20px;
	padding-top: 5px;
	clear: both;
	margin-top: -55px;
}
.footer-section .certifications img {
	width: 90px;
}
.BBB {
	text-align:center;
}

.fips-pci-seals {
	padding-top: 20px;
}

.fips-pci-seals .fips,
.fips-pci-seals .pci-dss {
	width: 120px;
}



@media screen and (min-width: 991px) and (max-width: 1380px) {
	p {
		font-size: 17px;
	}
}

@media screen and (min-width: 1150px) and (max-width: 1250px) {
	#hoaxPhoneCopy p {
		width: 170px;
		left: 95px;
		top: 50px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1149px) {
	#hoaxPhoneCopy p {
		width: 160px;
		left: 85px;
		top: 40px;
		font-size: 15px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	#hoaxCopy {
		padding: 0 15px 0 45px;
	}
}

@media screen and (max-width: 990px) {
	#hoaxCopy {
		padding: 0 0 35px 0;
	}
	#fakeVirusImage {
		padding-right: 15px;
	}
	#whyCopy {
		padding: 0;
	}
	#urlCopy {
		padding: 0 50px;
	}
	#urlTableContainer, #phoneTableContainer {
		padding-left: 15px;
	}
}

@media screen and (max-width: 767px){
	.footer-section .col-sm-4 {
		text-align: center;
	}
	.footer-section .pull-right{
		float: none !important;
	}
	.footer-section .social {
		float: none !important;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-section img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 515px) and (max-width: 560px) {
	#hoaxPhoneCopy p {
		width: 180px;
		left: 100px;
		top: 50px;
		font-size: 18px;
	}
}

@media screen and (min-width: 471px) and (max-width: 514px) {
	#hoaxPhoneCopy p {
		width: 165px;
		left: 95px;
		top: 50px;
		font-size: 15px;
	}
}

@media screen and (min-width: 420px) and (max-width: 470px) {
	#hoaxPhoneCopy p {
		width: 140px;
		left: 90px;
		top: 50px;
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	#howCopy {
		padding: 30px 40px 50px 40px;
	}
}

@media screen and (max-width: 450px){
	#phoneList, #urlList {
		font-size: 13px;
	}
}

@media screen and (min-width: 385px) and (max-width: 419px) {
	#hoaxPhoneCopy p {
		width: 135px;
		left: 80px;
		top: 40px;
		font-size: 13px;
	}
}

@media screen and (max-width: 385px){
	#phoneList, #urlList {
		font-size: 11px;
	}
}

@media screen and (min-width: 350px) and (max-width: 384px) {
	#hoaxPhoneCopy p {
		width: 125px;
		left: 75px;
		top: 45px;
		font-size: 12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 349px) {
	#hoaxPhoneCopy p {
		width: 115px;
		left: 70px;
		top: 30px;
		font-size: 11px;
	}
}

