/* PCC Colors

green: #33a544
blue: #0f75bc
red:#ee3823
orange #f18e33
yellow: #ffcb31

dark green: #209631
dark blue: #01609d
dark red:#ca2202
dark orange #f18e33

*/


#pcc-pricing {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 60px;
	width: 760px;
}

#pcc-pricing-mobile{
	display:none;
}

#pcc-pricing .outer-wrapper{
	height: 450px;
	width: 700px;
	padding-left: 100px;
	padding-right: 30px;
	background-image: url(images/pricing-bg-3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 740px 450px;
	position: relative;
}

#pcc-pricing .inner-wrapper{
	
}

#pcc-pricing #replay{
	position: absolute;
	right: 5px;
	top: -10px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	font-weight: 600;
	z-index: 1000;
}

#pcc-pricing .col{
	width: 49%;
	height: 450px;
	float: left;
	position: relative;
}

#pcc-pricing .col h6.name{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -20px;
	font-size: 20px;
}

#pcc-pricing .col-spacer{
	width: 2%;
	float: left;
	height: 500px;
}

#pcc-pricing .block{
	text-align: center;
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: white;
	position: absolute;
	border-radius: 3px;
	background-color: #ca2202;
	font-weight: 600;
}

#pcc-pricing .block.addon{
	bottom: 370px;
}

#pcc-pricing .block.included{
	top: 0px;
	background-color: #f18e33;
	display: none;
/* 	font-style: italic; */
}

#pcc-pricing .block1,
#pcc-pricing .actual{
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;
}

#pcc-pricing .block h6{
	color: white!important;
	padding-bottom: 10px;
}


#pcc-pricing .col1 .block1{
	bottom: 10px;
	height: 178px;
	padding-top: 30px;
	background-color: #01609d;
}

#pcc-pricing .col1 .actual{
	bottom: 10px;
	height: 395px;
	padding-top: 155px;
	background-color: #01609d;
	z-index: 500;
}

#pcc-pricing .col2 .block1{
	bottom: 10px;
	height: 310px;
	padding-top: 70px;
	background-color: #f18e33;	
}

#pcc-pricing .col1 .block.addon.moved{
	background-color: #01609d;
}

#pcc-pricing .col1 .block2.addon.moved{
	bottom: 190px;
}

#pcc-pricing .col1 .block3.addon.moved{
	bottom: 235px;
}

#pcc-pricing .col1 .block4.addon.moved{
	bottom: 280px;
}

#pcc-pricing .col1 .block5.addon.moved{
	bottom: 325px;
}

#pcc-pricing .col1 .block6.addon.moved{
	bottom: 370px;
}





#pcc-pricing .hide{
	display: none;
	visibility: visible;
}

@media only screen and (max-width: 860px) {

	#pcc-pricing {
		width: 100%;
		padding-right: 0px;
	}
	
	#pcc-pricing .outer-wrapper{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	#pcc-pricing {
		display: none;
	}
	
	#pcc-pricing-mobile{
		display:block;
	}
}