body {
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  color: #4E585C;
  height: 100%;
}

a {
  color: #00B7FF;
}

a:hover {
	text-decoration: none;
}

.account {
	float: right;
	padding: 10px 20px 10px 0;
}

.navbar {
	color: #BCC3C7;
	background-color: #fff;
	padding-bottom: 70px;
	padding-top: 28px;
}

.nav {
	font-size: 12px;
	font-weight: bold;
}

.navbar .nav {
	float:right;
	margin-right: 50px;
}

.navbar .brand {
	margin-left: 100px;
	margin-right: 140px;
	font-family: 'Raleway', 'Flamenco';
	color: #0DA087;
	font-size: 45px;
}

.navbar .nav>li>a {
	letter-spacing: 1px;
	color: #333;
}

.navbar .nav>li>a:hover {
	color: #000;
}

.button {
	text-decoration: none;
	margin-top: 4px;
	background-color: #5CC3FF;
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 18px;
	border: 0;
	border-radius: 3px;
	color: white!important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	font-family: 'proxima-nova',sans-serif;
	line-height: 12px;
	cursor: pointer;
	-webkit-user-select: none;
}

.button:hover {
	background-color: #3099DB !important;
}

.green {
	background: #00ad90;
	background: -moz-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #00ad90), color-stop(19%, #00ad90), color-stop(54%, #10c8a9), color-stop(84%, #00ad90), color-stop(100%, #1f8d7b));
	background: -webkit-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: -o-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: -ms-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: linear-gradient(to right, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ad90', endColorstr='#1f8d7b', GradientType=1 );
}

.featuredContainer {
	margin-top: 70px;
	font-weight: 200px;
	color: #fff;
	width: 100%;
}

.featured{
	font-size: 80px;
	padding-top: 50px;
	line-height: 55px;
}

.helper {
	letter-spacing: 1px;
}

.featuredButton {
	font-size: 23px;
	padding: 25px;
	margin-top: 30px;
}

.whiteContainer {
	min-height: 500px;
	background-color: #fff;
	font-weight: 700;
}

.monetizeHeading {
	padding-top: 20px;
}

.mR {
	padding-top: 20px;
	padding-bottom: 20px;
}

.grayContainer {
	padding-top: 80px;
	min-height: 500px;
	text-align: center;
	padding-bottom: 100px;
	background: #e8eef1 url("/images/gray-texture.png");
	box-shadow: inset 0 -1px #dce2e6;
}

.grayContainer h5 {
	text-align: center;
}

.grayContainer ol li {
	text-align: left;
}

.footer {
	padding-top: 50px;
	background: #00ad90;
	background: -moz-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #00ad90), color-stop(19%, #00ad90), color-stop(54%, #10c8a9), color-stop(84%, #00ad90), color-stop(100%, #1f8d7b));
	background: -webkit-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: -o-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: -ms-linear-gradient(left, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	background: linear-gradient(to right, #00ad90 0%, #00ad90 19%, #10c8a9 54%, #00ad90 84%, #1f8d7b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ad90', endColorstr='#1f8d7b', GradientType=1 );

	color: #fff;
	bottom: 0px;
	width: 100%;
}

.footer ul {
	margin: 0 auto;
}

.footer ul li {
	list-style: none;
}

.footer a {
	color: #fff;
}

.footer a:hover{
	color: #e8eef1;
}

.copyright {
	margin: 50px 0 0 200px;
	padding-bottom: 20px;
}


.appearances {
	padding-top: 50px;
	text-align: center;	
	color: #4E585C;
}

.extraHeight {
	min-height: 500px !important;
}

.dark {
	background-color: #4e585c;
}

.dark:hover {
	background-color: #40484b !important; 
}

.gray { 
	background-color: #9fa0a0;
}

.gray:hover {
	background-color: #858889 !important;
}

.black {
	background-color: #333333; 
}

.black:hover {
	background-color: #262626 !important;
}

.greenb {  
	background-color: #0DC3A5;
}

.greenb:hover {
	background-color: #07A68C !important;
}

form input {
	margin: 10px 0 10px 0;
}

.fRight {
	float: right;
	margin: 20px;
}

.myImg {
	height: 200px;
}

.easyImg {
	padding-top: 30px;
}

.monetize {
	padding-top: 30px;
	text-align: center;
	font-size: 50px;
	padding-bottom: 20px;
}

.overview ul li {
	text-align: center;
	padding: 0 50px 0 50px;
}

.closeCode {
	margin-left: -60px;
	margin-top: -125px;
}

.generateButton {
	margin-bottom: 30px;
}

.hero-unit {
	padding: 60px 60px 5px 60px !important;
}

.widgetList {
	padding-top: 15px;
}

.sideBar {
	list-style: none;
	margin-top: 80px;
	padding-left: 30px;
}

.sideBarImg {
	padding-left: 40px;
	margin-top: 40px;
}

.sideBar li {

}

.sideBar li a {
	float: none;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.sideBar li a:hover {
	color: #333;
}

.uSideBar {
	list-style: none;
	margin-top: 80px;
	margin-left: 70px;
}

.uSideBar li a {
	float: none;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.uSideBar li a:hover {
	color: #333;
}

.uSideBar li {
	margin: 10px 0 10px 0;
	text-align: left;
}

.widgetSelect {
	margin-top: 10px;
	width: 110px;
}

.widgetTitle {
	margin-top: -85px;
	padding-bottom: 15px;
}

.widgetMerchant {
	font-size: 70px;
	margin-bottom: 30px;
}

.widgetButton {
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
}

.control-label {
	padding-top: 10px !important;
}

.headingPadding {
	padding-top: 40px;
}

.headingTitle {
	width: 100% !important;
	color: #fff;
	text-align: center;
	padding-bottom: 20px; 
}

.headingTitle h1 {
	padding: 50px 0 25px 0;
	font-size: 75px;
}

.extraPaddingBottom {
	padding-bottom: 200px;
}

.xPadding {
	padding-top: 125px;
	padding-bottom: 100px;
}

p {
	font-size: 15px;
	font-weight: normal;
}

.numberImg {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 40px;
	padding-top: 10px;
}

.numberList li h2{
	font-size: 30px;
	font-weight: normal;
	padding-left: 20px;
}

.numberList li {
	padding: 20px 0 20px 0;
}

.numberList li p {
	padding-left: 100px;
}

ul {
	list-style: none;
}

.textImg {
	margin-top: 90px;
}

.nf {
	font-weight: normal;
}

.pricingImg {
	padding-left: 20px;
	width: 200px;
	height: 200px;
}

.pricingP {
	font-weight: normal;
	text-align: center;
}

.pricingTryPadding {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}

.requestPadding {
	padding-top: 40px;
	padding-bottom: 50px;
}

.well { 
	padding: 29px;
}

.mainLogo {
	margin-left: 100px;
}

.mainLogoText {
	margin-left: 50px;
}


.pricingText {
	padding: 40px 0 40px 0;
}

.transactions {
	padding-bottom: 50px;
}

.transImg {
	margin-bottom: 40px;
}

.caption {
	
}

.thumbnail {
	min-height: 515px;
	position: relative;
}

.tc {
	text-align: center;
}

.bwform {
	width: 410px;
	margin: 0 auto;
}

.merchantName {
	font-size: 60px;
}

.contentName {
	font-size: 40px;
}

.blurb {
	position: absolute; 
	bottom: 0;
	padding: 10px 0 10px 5px;
}

.mt {
	margin-top: 10px;
}

.mtt {
	margin-top: 20px;
}

.mttt {
	margin-top: 30px;
}

.circleArrow{
	height: 50px;
	padding-top: -40px;
}

.widgetRow {
	height: 120px;
}

.widgetRow td {
	padding-top: 40px;
}

.widgetContainter {
	padding: 10px 10px 0 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.37);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.37);
	margin-bottom: 250px;
}

.historyRow {
	height: 80px;
}

.historyRow td {
	padding-top: 10px;
}

.historyContainter {
	padding: 10px 10px 0 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.37);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.37);
	margin-bottom: 250px;
}

.historyIcon {
	height: 65px;
	padding-top: 15px;
}

.table tr:first-child td{ 
     border-top: none; 
 }

.widgetName {
	font-size: 20px;
}

.delete {
	float: left;
	padding-top: 30px;
}

.deleteImg {
	padding: 0px 10px 10px 0px;
}

table a {
	color: #777;
}

.modal-header {
	background-color: #0da087;
	color: #fff;
}

.overViewImg {
	height: 100px;
}

.overViewCont{

	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 50px;
}

.top {
	margin-bottom: 30px;
}

.bl {
	border-left: 2px solid #e8e8e8;
}

.br {
	border-right: 2px solid #e8e8e8;
}

.sideBar li {
	margin: 10px 0 10px 0;
	text-align: left;
}

.icon {
	width: 14px;
	margin-bottom: 5px;
	padding-right: 12px;
}

.historyImg {
	width: 20px;
	margin-right: 5px;
}

.contentRow {
	height: 20px;
}

.contentRow td {
	padding-top: 10px;
}

.helperCoin {
	margin: 0 auto !important;
}

.helperControl {
	margin-bottom: 10px !important;
}

.loginText {
	color: #5CC3FF !important;
	font-weight: bold;
}

.loginText:hover {
	color: #3099DB !important;
}


.contentTitle {
	font-size: 24px;
	margin-bottom: 20px;
	max-width: 355px !important;
}

.DaM {
	margin-bottom: 0 !important;
}

.Da {
	padding-top: 30px;
}

.progressTracker {
	padding-bottom: 30px;
	padding-top: 20px;
	display: block;
	margin: auto;
}

.pr { 
	padding-right: 60px;
}



#widgetContainer{
	margin:110px auto;
	width:850px;
	text-align: center;
	position: relative;
}

#stepsContainer{
	margin: 0 auto;
	margin-bottom: 200px;
	width:850px;
	text-align: center;
	position: relative;
}

#left{
	text-align: center;
	float:left;
	width:250px;
	height:250px;

}

#right{
	text-align: center;
	float:right;
	width:250px;
	height:250px;

}

#center{
	text-align:center;
	display: inline-block;
	margin: 0 auto;
	width:250px;
	height:250px;
}

.b {
	padding-top: 100px;
}

.brand a {
	color: #0DA087;	
}

.navbar .brand {
	padding: 0;
	margin-top: 0 !important;
	margin-left: 140px; 
}

.bImage {
	height: 65px;
}

.prices {
	font-size: 18px;
	font-weight: normal;
}

#errorMessage {
	color: red;
	text-align: center;
}

.btcHelper {
	font-size: 12px;
	text-align: center;
}

.portalTitle {
	font-size: 20px;
	padding:20px 0 15px 0;
}

.portalImage {
	margin-top: 25px;
	width: 60px;
	float: left;
}

.portalText {
	padding-left: 5px;
	float: left;
	margin-top: 35px;
}

.choiceLeft {
	text-align: center;
	margin-right: 30px;
	width:250px;
	height:200px;
	display: inline-block;
}

.choiceRight {
	text-align: center;
	margin-left: 30px;
	width:250px;
	height:200px;
	display: inline-block;
}

.choiceContainer {
	margin: 0px auto;
	width:100%;
	text-align: center;
}

.portalPadding {
	padding-top: 80px;
}

.portalHeight {
	height: 60px;
}

.noHover:hover {
	color:#fff;
}

.closeWidget {
	float: right;
	margin: 10px;
	cursor: pointer;
}

.redirectContainer {
	margin: 0 auto;
	text-align: center;
	margin-top: 150px;
	cursor: pointer;
}

.response {
	margin: 0 auto;
	width: 500px;
}

.skinny {
	font-weight: 100;
}

.add-on {
	margin-top: 10px;
}

.disclaimer {
	text-align: center;
}

.simplecolorpicker.picker:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.simplecolorpicker.picker:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051; /* Above Bootstrap modal (z-index of 1050) */
  display: none;
  float: left;

  min-width: 160px;
  max-width: 264px;

  padding: 4px 0 0 4px;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;

  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);

  *border-right-width: 2px;
  *border-bottom-width: 2px;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

  .simplecolorpicker.inline {
    display: inline-block;
    height: 18px;
    padding: 4px 0;
  }

  .simplecolorpicker.icon,
  .simplecolorpicker span {
  	width: 20px;
  	height: 20px;
    cursor: pointer;
    display: inline-block;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    border: 1px solid transparent;
  }
  .simplecolorpicker span {
    margin: 0 4px 4px 0;
    border: 1px solid;
  }

  .simplecolorpicker span:hover,
  .simplecolorpicker span.selected {
    border: 1px solid black;
    outline: -webkit-focus-ring-color auto 5px;
  }

  .success {
	color: #ffffff;
	font-size: 15px;
	padding: 10px 30px 10px 20px;
	line-height: 22px;
	margin-bottom: 18px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5CC3FF', endColorstr='#3099DB');
	background: -webkit-gradient(linear, left top, left bottom, from(#5CC3FF), to(#3099DB));
	background: -moz-linear-gradient(top, #5CC3FF, #3099DB);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-ie-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .closeIcon {
  	float: right;
  	right: 12px;
  	color: #ffffff;
  }

  .merLogoContainer {
  	float: right;
	height: 150px;      /* equals max image height */
    width: 150px;
    text-align: center; margin: 1em 0;
	}

	.merImgHelper {
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}

	.merLogo {
		vertical-align: middle !important;   
	    width: 250px;
	}

	.tweetBox {
		width: 400px;
		padding-bottom: 20px;
	}

	.tweetCount {
		float: right;
	}

	.exampleWidgetBody {
		background-color: #ebebeb;
		box-shadow: 0 0 7px 0px #999;
		width: 800px;
		height: 500px;
		margin-top: 50px;
	}

	.exampleWidgetNav {
		margin: 0 auto;
		width: 100%;
		top: 0px;
		height: 100px;
		box-shadow: 0 0 7px 0px #999;
	}

	.cursorClick {
		cursor: pointer;
	}

	.codeView {
		background-color: #f5f5f5;
		border: 1px solid #e3e3e3;
	}

	.documentationWidget ul {
		list-style: disc;
		font-size: 16px;
	}

	.documentationWidget p {
		font-size: 18px;
		font-weight: lighter;
	}

	.code {
		font-family: monospace;
	}

	.codeBlue {
		color: #19469d;
	}

	.codeGreen {
		color: #219161;
	}

	.profileSettings {
		margin-top: 30px;
		float: right;
		margin-right: 60px;
	}

	.betaBox {
		margin-top: 50px;
		margin-left: 100px;
		width: 350px;
		float: left;
	}

	.pricingBetaBox {
		margin-top: 50px;
		width: 350px;
		float: left;
	}

	.betaTitle {
		font-weight: 100;
	}

	.betaButton {
		font-weight: 100;
		text-transform: none;
		font-size: 30px;
		padding: 15px 30px 15px 30px;
	}

	.paymentTransactions {
		padding-top: 33px;
		padding-left: 30px;
		float: left;
	}

	.widgetPlaceHolder {
		width: 300px;
		float: left
	}

	.widgetHolder {
		margin: 0 auto;
		width: 1080px;
		margin-top: 50px;
	}


	.widgetExample {
		-webkit-box-shadow: -1px -1px 12px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    -1px -1px 12px rgba(50, 50, 50, 0.75);
		box-shadow:         -1px -1px 12px rgba(50, 50, 50, 0.75);
	}

	.left{
		text-align: center;
		float:left;
		width:320px;
		margin:20px;
	}

	.right{
		text-align: center;
		float:right;
		width:320px;
		margin:20px;
	}

	.center{
		text-align:center;
		display: inline-block;
		margin: 0 auto;
		width:320px;
		margin:20px;
	}

	.leftH{
		text-align: center;
		float:left;
		width:250px;
	}

	.rightH{
		text-align: center;
		float:right;
		width:250px;
	}

	.centerH{
		text-align:center;
		display: inline-block;
		margin: 0 auto;
		width:250px;
	}

	.widgetShowcase {
		margin: 0 auto;
		margin-top: 50px;
		text-align: center;
		width: 1080px;
		height: 500px;
	}

	.widgetSelected {
		background: #317EBE !important;
		color: #fff !important;
		border: solid !important;
	}

	.widgetShowcaseOptions {
		float: left;
		width: 320px;
		margin-top: 50px;
	}

	.widgetShowcase ul li {
		padding: 20px 5px 20px 5px;
		margin: 10px;
		border: 1px dashed #95a6a7;
		border-radius: 5px;
		background: #EBEBEB;
		cursor: pointer;
		font-size: 18px;
	}

	.widgetShowcase ul li:hover {
		background:#fff;
	}

	.widgetShowcaseImages {
		float: left;
		width: 680px;
	}

	.widgetIcon {
		width: 25px;
		float: left;
		padding:15px 10px 15px 10px;
	}

	.arrow_box {
		position: relative;
		background: #317EBE !important;
		color: #fff;
		border: none !important;
	}

	.arrow_box:after {
		left: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow_box:after {
		border-color: rgba(49, 126, 190, 0);
		border-left-color: #317EBE;
		border-width: 10px;
		top: 50%;
		margin-top: -10px;
	}

	.paymentInfo {
		float: left;
		margin-left: 150px;
		margin-top: 30px;
		font-size: 30px;
	}

	.input-prepend {
		margin-left: 20px !important;
		display: inline !important;
	}

	.featuredIn {
		margin: 0 auto;
		width: 1080px;
		margin-top: 75px;
		box-shadow: 0 4px 2px -2px rgba(0,0,0,0.17);
	}

	.merchantsSelling {
		margin: 0 auto;
		margin-top: 120px;
		padding-bottom: 30px;
	}

	.widgetShowcaseContainer {
		margin-top: 120px;
		margin-bottom: 40px;
	}

	.graphicHolder {
		margin: 0 auto;
		width: 680px;
		margin-top: 50px;
		color: gray;
	}

	.gleft{
		text-align: center;
		float:left;
		width:150px;
		margin:20px;
		color: #4E585C;
	}

	.gright{
		text-align: center;
		float:right;
		width:150px;
		margin:20px;
		color: #4E585C;
	}

	.gcenter{
		text-align:center;
		display: inline-block;
		margin: 0 auto;
		width:150px;
		margin:20px;
		color: #4E585C;
	}

	.gspot {
		cursor: pointer
	}

	.gspot:hover {
		-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.37);
		-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.37);
		box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.37);
	}

	.workBanner {
		padding: 40px 0 40px 0;
		color: #fff;
	}

	.workBanner h1 {
		font-size: 55px;
		font-weight: bold;
		line-height: 50px;
	}

	.workBanner p {
		font-size: 24px;
		font-weight: 100;
	}

	.choiceIcon {
		padding: 20px;
		float: left;
	}

	.sectionPadding {
		margin-top: 70px;
	}

	.choiceContainer {
		margin-top: 150px;
	}

	.choiceIcon:hover {

	}

	.choiceText {
		position: absolute;
		top: 40px;
		left: 110px;
		width: 270px;
		font-size: 70px;
		font-weight: 100;
		line-height: 80px;
		text-align: center;
	}

	.choiceImage {
		position: relative;
	}

	.marginBottom {
		margin-bottom: 100px;
	}


	.choiceSelected {
		position: relative;
		background: #307DBE;
		border-radius: 15px;
	}

	.choiceSelected:after {
		border-color: rgba(48, 125, 190, 0);
		border-left-color: #307DBE;
		border-width: 30px;
		top: 50%;
		margin-top: -30px;
	}

	.choiceSelected:after {
		left: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.workText {
		width: 450px;
		font-size: 40px;
		line-height: 50px;
		margin-left: 30px;
		margin-top: 30px;
	}

	.captionImage {
		position: relative;
		width: 315px;
	}

	.legend {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5px;
		text-align: center;
		background: rgba(0, 0, 0, 0.75);
		color: #fff;
		height: 130px;
		font-size: 25px;
		line-height: 30px;
		font-weight: 100;
		padding: 25px 15px 25px 15px;
	}

	.pricingBeta {
		font-size: 32px;
		margin-bottom: 12px;
		color: #fff;
	}

	.pricingTitle {
		color: #fff;
		font-size: 120px;
		margin-top: 40px;
	}

	.pricingHeading {
		color: #fff;
		padding-top:30px;
	}

	.pricingImage {
		margin-top: 40px;
	}

	.pricingContainer {
		margin: 0 auto;
		width:850px;
		text-align: center;
		position: relative;
	}

	.pricingP {
		font-size: 23px;
		margin-bottom: 70px;
		line-height: 30px;
	}

	.aboutInfo {
		margin-left: 40px;
		text-align: left;
		font-weight: 100;
	}

	.aboutImage {
		margin-bottom: -20px;
	}

	.editTitle {

	}

	.payments {
		margin-bottom: 30px;
	}

	.acceptPayments {
		margin-top: 10px;
		color: #C0392B;
	}

	.glanceHeading {
		background-color: #EEEEEE;
		width: 880px;
		padding:12px;
		border-radius: 8px;
		margin: 30px 0 0 0;
		height: 40px;
	}
	.glanceAfter {
		width: 100%;
		margin-right: 0;
		height: 8px;
		top: 0;
		left: 0;
		margin-bottom: 30px;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0)));
		-webkit-mask-box-image: -webkit-gradient(linear, left top, right top, color-stop(0.0, rgba(0,0,0,0)), color-stop(0.5, rgba(0,0,0,.8)), color-stop(1.0, rgba(0,0,0,0)));
	}

	.glanceHeading div {
		font-weight: bold;
		font-size: 28px;
	}

	.glanceDivide {
		margin: 10px 0 10px 0;
		border-right: 2px solid #EEEEEE;
		height: 80px;
	}

	.glanceNoDivide {
		margin: 10px 0 10px 0;
	}

	.includeBitwall {
		margin: 80px 0 0 30px;
		text-align: center;
	}


	.includingBitwallHeading {
		font-size: 18px;
		font-weight: 100;
		margin-bottom: 20px;
	}

	.glanceRight {
		float: right;
	}

	.glanceLeft {
		float: left;
		padding-top:13px;
	}

	.widgetForm {
		margin:auto !important;
	}

	.displayAd {
		font-size: 50px;
		text-align: center;
		margin-top: 150px;
	}

	.featuredImg {
		padding: 15px;
	}

	.cover {
		width: 791px;
		height: 525px;
		padding: 10px;
		border: 1px solid #e8e8e8;
		border-radius: 5px;
		background-color: #f6f6f6;
		position: relative;
	}

	.introVid {
		margin: 75px 0 150px 0;
		height: 500px;
	}

	.play {
		background: url("//dpq2jbebhl4ml.cloudfront.net/website/overview/play_button.png") no-repeat;
		width: 83px;
		height: 83px;
		position: absolute;
		top: 42%;
		left: 45%;
		cursor: pointer;
	}

	.vidPlace {
		cursor: pointer;
		position: absolute;
	}

	.vidSummary {
		bottom: 0;
	}

	.blueText {
		color: #317EBE;
	}

	.securityTitle {
		font-size: 90px !important;
		margin: 40px 0 30px 0;
	}

	.securityBanner {
		padding: 20px 0 20px 0;
		color: #fff;
	}

	.hiw li {
		font-size: 25px;
		line-height: 30px;
		padding: 20px;
	}

	.hiw li:first-child {
		margin-top: 100px;
	}

	.hiwCaption p {
		font-size: 25px;
		line-height: 30px;
		text-align: center;
		padding: 25px;
		color: #317EBE;
		min-height: 200px;
	}

	.hiwHeading {
		font-size: 42px;
		margin: 30px;
	}
