.gkp-popup-clear {
	clear: both;
}

.gkp-popup-blocker {
	background: #d8d8d8;
	background: rgba(0, 0, 0, .45);
	position: fixed;
	z-index: 100000;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.gkp-popup-content {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 80px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/popup-background.png) no-repeat top left;
	height: 581px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-inner-promote {
	height: 581px;
}

.gkp-popup-content-image {
	float: left;
	text-align: center;
	padding: 60px 0 0;
	width: 296px;
}

.gkp-popup-content-sell {
	float: left;
	padding: 65px 62px 0 0;
	width: 550px;
}

.gkp-popup-content-sell h1, .gkp-popup-content-sell h2, .gkp-popup-content-sell h3 {
	color: #484848;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 16px;
}

.gkp-popup-content-sell p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-bar {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/bar.png) no-repeat top left;

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 45px;
	left: -18px;
	right: -21px;
}

.gkp-popup-content-inner-promote .gkp-popup-content-bar {
	bottom: 65px;
}


.gkp-popup-content-bar-prompt {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/arrow.png) no-repeat right top;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 24px;
	line-height: 1;
	letter-spacing:1px;
	min-height: 89px;
	padding: 6px 120px 0 0;
	position: absolute;
	text-align: right;
	z-index: 100003;
	right: 42px;
	top: -60px;
	color: white;
   -webkit-text-fill-color: white; 
   -webkit-text-stroke: 0px black;
   text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;	
}



.gkp-popup-content-bar-prompt-social {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/arrow.png) no-repeat right top;*/
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 23px;
	letter-spacing:1px;
	line-height: 1;
	width:855px;
	text-align:center;
    color: white;
	margin-top:15px;
	margin-bottom:1px;
	margin-left:45px;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */   
   -webkit-text-stroke: 0px black;
   text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	   	   
}

.gkp-popup-content-bar-no-thanks {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	text-align: right;

	right: 63px;
	top: 128px;
}

.gkp-popup-content-bar-no-thanks a {
	color:#666;
	text-decoration: none;
}

.gkp-popup-content-bar-no-thanks a:hover {
	text-decoration: underline;
}

.gkp-popup-content-bar-form {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form .gkp-popup-content-field-container {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
	background-image:    -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image:      -o-linear-gradient(top, #eaeaea, #ffffff);
	background-image:         linear-gradient(to bottom, #eaeaea, #ffffff);
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form input.gkp-popup-content-field, .gkp-popup-content-bar-form input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form input.gkp-popup-content-button {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 50px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 208px;
	vertical-align: middle;
}

.gkp-popup-content-social-buttons {
	margin: 5px auto 0;
	text-align: center;
}

.gkp-popup-content-social-buttons a {
	background: transparent no-repeat center center;
	display: inline-block;
	height: 33px;
	margin: 0 25px;
	width: 120px;
}

.gkp-popup-content-social-buttons a.gkp-popup-content-social-buttons-tweet {
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/tweet-button.png);
}

.gkp-popup-content-social-buttons a.gkp-popup-content-social-buttons-like {
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/like-button.png);
}

.gkp-popup-content-social-buttons a.gkp-popup-content-social-buttons-follow {
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/follow-button.png);
}

.gkp-fbimage{
	width:194px;
	height:27px;	
	float:right;
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/facebook-connect.png);
	background-repeat:no-repeat;
}
.gkp-fbimage a.gkp-fbconnecter {
}

.gkp-popup-content-promo {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
}

.gkp-popup-content-promo-powered {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/powered-by.png) no-repeat center center;
	display: block;
	height: 36px;
	margin: 0 auto;
	width: 148px;
}


/**** M ********/
.gkp-popup-blockerMobile {
	background: #d8d8d8;
	background: rgba(0, 0, 0, .45);
	position:relative;
	z-index: 100000;
	top:0px;
}
.gkp-popup-contentMobile {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	opacity: 1;
	padding: 0px;
	width: 625px;
	z-index: 100001;
}

.gkp-popup-content-innerMobile {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/mobile/popup-background.png) no-repeat top left;
	height: 400px;
	position: relative;
	width: 625px;
}

.gkp-popup-content-barMobile {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/mobile/bar.png) no-repeat top left;

	height: 59px;
	position: absolute;
	z-index: 100002;

	bottom: 55px;
	left: 15px;
	right: -25px;
}

.gkp-popup-content-bar-prompt-socialMobile {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/arrow.png) no-repeat right top;*/
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 23px;
	letter-spacing:1px;
	line-height: 1;
	width:600px;
	text-align:center;
    color: white;
	margin-top:-20px;
	margin-right:33px;
	margin-bottom:1px;
	margin-left:5px;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */   
   -webkit-text-stroke: 0px black;
   text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	   	   
}

/** CONTENT **/

.gkp-popup-content-sellMobile {
	float: left;
	padding-left:22px;
	margin-top:-15px;
	width: 525px;
	font-size:16px;
}

.gkp-popup-content-sellMobile h1, .gkp-popup-content-sellMobile h2, .gkp-popup-content-sellMobile h3 {
	color: #484848;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sellMobile h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 16px;
}

.gkp-popup-content-sellMobile p {
	margin: 0 0 1em;
}

.gkp-popup-content-sellMobile ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sellMobile ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-imageMobile {
	float: right;
	text-align: center;
	padding-top:45px;
	padding-right:35px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-formMobile {
	margin-top: -5px;
	margin-right:15px;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-formMobile .gkp-popup-content-field-containerMobile {
	/*background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinputMobile.png) no-repeat center center;*/
	background-color:#FFF;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0;
}

.gkp-popup-content-bar-formMobile input.gkp-popup-content-fieldMobile, .gkp-popup-content-bar-formMobile input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 28px;
	line-height: 1;
	width: 175px;
	vertical-align: middle;
}

.gkp-popup-content-bar-formMobile input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-formMobile input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
	padding-left:29px;
}

.gkp-popup-content-bar-formMobile input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-formMobile input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
	padding-left:29px;
}

.gkp-popup-content-bar-formMobile input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-formMobile input.gkp-popup-content-buttonMobile {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/mobile/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 60px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 164px;
	vertical-align: middle;
}

.gkp-popup-content-promoMobile {
	position: absolute;

	bottom: 9px;
	left: 0;
	right: 0;
}

.gkp-popup-content-promo-powered {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/powered-by.png) no-repeat center center;
	display: block;
	height: 36px;
	margin: 0 auto;
	width: 148px;
}

/*** END MOBILE ***/



/***** 1 *******/

.gkp-popup-content1 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 100px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner1 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/1/popup-background.png) no-repeat top left;
	height: 525px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar1 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/1/bar.png) no-repeat top left;

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 33px;
	left: -28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell1 {
	float: left;
	padding-left:25px;
	width: 550px;
}

.gkp-popup-content-sell1 h1, .gkp-popup-content-sell1 h2, .gkp-popup-content-sell1 h3 {
	color: #484848;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell1 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 16px;
}

.gkp-popup-content-sell1 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell1 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell1 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image1 {
	float: right;
	text-align: center;
	padding-top:45px;
	padding-right:35px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form1 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form1 .gkp-popup-content-field-container1 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form1 input.gkp-popup-content-field1, .gkp-popup-content-bar-form1 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form1 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form1 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form1 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form1 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form1 input.gkp-popup-content-button1 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/1/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 60px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 164px;
	vertical-align: middle;
}

/*** FORM ***/



/***** 2 *******/

.gkp-popup-content2 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 100px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner2 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/2/popup-background.png) no-repeat top left;
	height: 525px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar2 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/2/bar.png) no-repeat top left;

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 33px;
	left: -28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell2 {
	float: left;
	padding-left:25px;
	width: 550px;
}

.gkp-popup-content-sell2 h1, .gkp-popup-content-sell2 h2, .gkp-popup-content-sell2 h3 {
	color: #484848;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell2 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 16px;
}

.gkp-popup-content-sell2 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell2 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell2 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image2 {
	float: right;
	text-align: center;
	padding-top:45px;
	padding-right:35px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form2 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form2 .gkp-popup-content-field-container2 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form2 input.gkp-popup-content-field2, .gkp-popup-content-bar-form2 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form2 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form2 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form2 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form2 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form2 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form2 input.gkp-popup-content-button2 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/2/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 60px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 164px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 3 *******/
.gkp-popup-content3 {
	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 20px;
	margin: 100px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner3 {
	background:transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/3/popup-background.png) no-repeat top left;
	height: 525px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar3 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/3/bar.png) no-repeat top left;

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 33px;
	left: -28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell3 {
	float: left;
	padding-left:25px;
	padding-top:15px;
	width: 550px;
}

.gkp-popup-content-sell3 h1, .gkp-popup-content-sell3 h2, .gkp-popup-content-sell3 h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell3 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 30px;
}

.gkp-popup-content-sell3 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell3 ul {
	list-style: none;
	margin-left:20px;
}

.gkp-popup-content-sell3 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image3 {
	float: right;
	text-align: center;
	padding-top:115px;
	padding-right:35px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form3 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form3 .gkp-popup-content-field-container3 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form3 input.gkp-popup-content-field3, .gkp-popup-content-bar-form3 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form3 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form3 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form3 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form3 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form3 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form3 input.gkp-popup-content-button3 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/3/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 60px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 164px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 4 *******/

.gkp-popup-content4 {
	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 100px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner4 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/4/popup-background.png) no-repeat top left;
	height: 525px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar4 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/4/bar.png) no-repeat top left;

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 33px;
	left: -28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell4 {
	float: right;
	color:#FFF;
	width:450px;
	padding-right:0px;
	padding-top:27px;
	font-size:18px;
}

.gkp-popup-content-sell4 h1, .gkp-popup-content-sell4 h2, .gkp-popup-content-sell4 h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell4 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 19px;
}

.gkp-popup-content-sell4 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell4 ul {
	list-style: none;
	margin: 0 0 1em 5px;
}

.gkp-popup-content-sell4 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image4 {
	float: left;
	text-align: left;
	padding-top:0px;
	padding-right:25px;
	padding-left:15px;
	width: 340px;
	font-stretch:ultra-expanded;
}

.gkp-popup-content-image4 h1, gkp-popup-content-image4 h2, gkp-popup-content-image4 h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-image4 h1 {
	font-size: 32px;
}

/*** FORM ***/

.gkp-popup-content-bar-form4 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form4 .gkp-popup-content-field-container4 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form4 input.gkp-popup-content-field4, .gkp-popup-content-bar-form4 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form4 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form3 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form4 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form3 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form4 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form4 input.gkp-popup-content-button4 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/4/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 65px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 236px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 5 *******/

.gkp-popup-content5 {
	background: #ffffff;
	color: #4d4d4d;
		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 100px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner5 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/5/popup-background.png) no-repeat top left;
	height: 525px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar5 {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/5/bar.png) no-repeat top left;*/
	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 53px;
	left: -28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell5 {
	width: 100%;
	text-align:center;
}

.gkp-popup-content-sell5 h1, .gkp-popup-content-sell5 h2, .gkp-popup-content-sell5 h3 {
	color: #4d4d4d;
	font-weight: bold;
	font-family:impact;
	margin: 0 0 1em;
}

.gkp-popup-content-sell5 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 5px;
	font-family:impact;
}

.gkp-popup-content-sell5 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell5 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell5 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image5 {
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form5 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form5 .gkp-popup-content-field-container5 {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
	background-image:    -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image:      -o-linear-gradient(top, #eaeaea, #ffffff);
	background-image:         linear-gradient(to bottom, #eaeaea, #ffffff);
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form5 input.gkp-popup-content-field5, .gkp-popup-content-bar-form5 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form5 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form5 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form5 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form5 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form5 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form5 input.gkp-popup-content-button5 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/5/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 65px;
	line-height: 1;
	margin-top: 10px;
	padding-top: 10px;
	width: 283px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 6 *******/

.gkp-popup-content6 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 100px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner6 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/6/popup-background.png) no-repeat top left;
	height: 525px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar6 {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/6/bar.png) no-repeat top left;*/

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 33px;
	left: -28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell6 {
	float: left;
	padding-left:25px;
	width: 550px;
}

.gkp-popup-content-sell6 h1, .gkp-popup-content-sell6 h2, .gkp-popup-content-sell6 h3 {
	color: #484848;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell6 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 16px;
}

.gkp-popup-content-sell6 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell6 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell6 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image6 {
	float: right;
	text-align: center;
	padding-top:45px;
	padding-right:35px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form6 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form6 .gkp-popup-content-field-container6 {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
	background-image:    -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image:      -o-linear-gradient(top, #eaeaea, #ffffff);
	background-image:         linear-gradient(to bottom, #eaeaea, #ffffff);
	border: 3px solid #999;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form6 input.gkp-popup-content-field6, .gkp-popup-content-bar-form6 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form6 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form6 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form6 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form6 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form6 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form6 input.gkp-popup-content-button6 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/6/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 60px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 164px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 7 *******/

.gkp-popup-content7 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 80px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner7 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/7/popup-background.png) no-repeat top left;
	height: 581px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar7 {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/7/bar.png) no-repeat top left;*/

	height: 111px;
	position: absolute;
	z-index: 100002;
	width:900px;
	display:block;

	bottom: 145px;
	left: 28px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell7 {
	float: left;
	padding-left:25px;
	padding-top:25px;
	width: 550px;
	color:#FFF;
}

.gkp-popup-content-sell7 h1, .gkp-popup-content-sell7 h2, .gkp-popup-content-sell7 h3 {
	color:#FFF;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell7 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 16px;
	color:#FFF;
}

.gkp-popup-content-sell7 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell7 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell7 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image7 {
	float: right;
	text-align: center;
	padding-top:0px;
	font-size:24px;
	padding-right:35px;
	width: 296px;
}

.gkp-popup-content-image7 h1, .gkp-popup-content-image7 h2, .gkp-popup-content-image7 h3 {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-family:impact;
	padding-right:5px;
	margin-top:25px;
	letter-spacing:1px;
}

/*** FORM ***/

.gkp-popup-content-bar-form7 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form7 .gkp-popup-content-field-container7 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form7 input.gkp-popup-content-field7, .gkp-popup-content-bar-form7 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form7 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form7 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form7 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form7 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form7 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form7 input.gkp-popup-content-button7 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/7/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 127px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 227px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 8 *******/

.gkp-popup-content8 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 80px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner8 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/8/popup-background.png) no-repeat top left;
	height: 581px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar8 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/8/bar.png) no-repeat top left;

	height: 143px;
	position: absolute;
	z-index: 100002;

	bottom: 85px;
	left: 0px;
	right: -25px;
}

/** CONTENT **/

.gkp-popup-content-sell8 {
	margin-top:440px;
	padding-left:0px;
	width: 908px;
}

.gkp-popup-content-sell8 h1, .gkp-popup-content-sell8 h2, .gkp-popup-content-sell8 h3 {
	color: #484848;
	font-weight: bold;
	text-align:center;
	font-size: 28px;
}

.gkp-popup-content-sell8 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 0px;
}

.gkp-popup-content-sell8 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell8 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell2 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image8 {
	float: right;
	text-align: center;
	padding-top:45px;
	padding-right:115px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form8 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form8 .gkp-popup-content-field-container8 {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
	background-image:    -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image:      -o-linear-gradient(top, #eaeaea, #ffffff);
	background-image:         linear-gradient(to bottom, #eaeaea, #ffffff);
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form8 input.gkp-popup-content-field8, .gkp-popup-content-bar-form8 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form8 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form8 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form8 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form8 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form8 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form8 input.gkp-popup-content-button8 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/8/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 65px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 246px;
	vertical-align: middle;
}

/*** FORM ***/


/***** 9 *******/


.gkp-popup-content9 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 80px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner9 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/9/popup-background.png) no-repeat top left;
	height: 581px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar9 {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/9/bar.png) no-repeat top left;*/

	height: 111px;
	position: absolute;
	z-index: 100002;

	bottom: 145px;
	right: 25px;
	text-align:center;
}

/** CONTENT **/

.gkp-popup-content-sell9 {
	float: left;
	padding-left:15px;
	padding-top:30px;
	width: 550px;
}

.gkp-popup-content-sell9 h1, .gkp-popup-content-sell9 h2, .gkp-popup-content-sell9 h3 {
	color: #484848;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 28px;
}

.gkp-popup-content-sell9 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 16px;
}

.gkp-popup-content-sell9 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell9 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell9 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image9 {
	float: left;
	text-align: center;
	padding-top:45px;
	padding-right:35px;
	width: 296px;
}

/*** FORM ***/

.gkp-popup-content-bar-form9 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form9 .gkp-popup-content-field-container9 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin-bottom:5px;
	margin-right:11px;
}

.gkp-popup-content-bar-form9 input.gkp-popup-content-field9, .gkp-popup-content-bar-form9 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form9 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form9 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form9 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form9 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form9 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form9 input.gkp-popup-content-button9 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/9/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 71px;
	line-height: 1;
	margin-right: 10px;
	padding: 0;
	width: 306px;
	vertical-align: middle;
}

.gkp-popup-content-bar-prompt9 {
	/*background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/arrow.png) no-repeat right top;*/
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 23px;
	letter-spacing:1px;
	line-height: 1;
	min-height: 89px;
	margin-bottom:1px;
	text-align: center;
	font-smooth:auto;
	width:380px;
   color: white;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */   
   -webkit-text-stroke: 0px black;
   text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	   	   
}

.gkp-popup-content-social-buttons9 {
	padding-left:100px;
	margin-top:-30px;
}

.gkp-popup-content-social-buttons9 a {
	background: transparent no-repeat center center;
	display: block;
	height: 33px;
	margin: 0 25px;
	width: 120px;
}

.gkp-popup-content-social-buttons9 a.gkp-popup-content-social-buttons-tweet {
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/tweet-button.png);
}

.gkp-popup-content-social-buttons9 a.gkp-popup-content-social-buttons-like {
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/like-button.png);
}

.gkp-popup-content-social-buttons9 a.gkp-popup-content-social-buttons-follow {
	background-image: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/follow-button.png);
}




/*** FORM ***/


/***** 10 *******/

.gkp-popup-content10 {
	background: #ffffff;
	color: #4d4d4d;

		-webkit-box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 84px 34px rgba(0, 0, 0, 0.5);

	font-family: 'Times New Roman', serif;
	font-size: 20px;
	line-height: 29px;
	margin: 80px auto 0;
	opacity: 1;
	padding: 0px;
	width: 908px;
	z-index: 100001;
}

.gkp-popup-content-inner10 {
	background: #d7d7d7 url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/10/popup-background.png) no-repeat top left;
	height: 581px;
	position: relative;
	width: 908px;
}

.gkp-popup-content-bar10 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/10/bar.png) no-repeat top left;

	height: 117px;
	position: absolute;
	z-index: 100002;

	bottom: 53px;
	left: 48px;
	right: 18px;
}

/** CONTENT **/

.gkp-popup-content-sell10 {
	float: right;
	color:#FFF;
	width:410px;
	padding-right:30px;
	padding-top:279px;
	font-size:16px;
}

.gkp-popup-content-sell10 h1, .gkp-popup-content-sell10 h2, .gkp-popup-content-sell10 h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em;
}

.gkp-popup-content-sell10 h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 19px;
}

.gkp-popup-content-sell10 p {
	margin: 0 0 1em;
}

.gkp-popup-content-sell10 ul {
	list-style: none;
	margin: 0 0 1em 40px;
}

.gkp-popup-content-sell10 ul li {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/check1.png) no-repeat center left;
	padding-left: 40px;
}

.gkp-popup-content-image10 {
	float: left;
	text-align: left;
	margin-top:0px;
	padding-top:0px;
	padding-right:35px;
	padding-left:15px;
	width: 396px;
	font-stretch:ultra-expanded;
}

.gkp-popup-content-image10 h1, gkp-popup-content-image10 h2, gkp-popup-content-image10 h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em;
	text-align:center;
}

.gkp-popup-content-image10 h1 {
	font-size: 32px;
	text-align:center;
}


/*** FORM ***/

.gkp-popup-content-bar-form10 {
	margin: 25px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.gkp-popup-content-bar-form10 .gkp-popup-content-field-container10 {
	background:url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/blacktextinput.png) no-repeat center center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.gkp-popup-content-bar-form10 input.gkp-popup-content-field10, .gkp-popup-content-bar-form10 input[type="text"] {
	background-color: transparent !important;
	border: 0 !important;
	color: #a5a5a5;
	display: inline-block;
	font-size: 22px;
	font-style: italic;
	height: 43px;
	line-height: 1;
	padding: 3px 44px 0;
	width: 204px;
	vertical-align: middle;
}

.gkp-popup-content-bar-form10 input.gkp-popup-content-field-icon-email, .gkp-popup-content-bar-form10 input[type="text"].gkp-popup-content-field-icon-email {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/email-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form10 input.gkp-popup-content-field-icon-name, .gkp-popup-content-bar-form10 input[type="text"].gkp-popup-content-field-icon-name {
	background: url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/name-icon.png) no-repeat 10px center !important;
}

.gkp-popup-content-bar-form10 input.gkp-error {
	border-color: #c40a29;
	color: #c40a29;
}

.gkp-popup-content-bar-form10 input.gkp-popup-content-button10 {
	background: transparent url(http://www.trafficgenerationcafe.com/wp-content/plugins/good-karma-press/resources/frontend/img/10/signup-button.png) no-repeat center center;
	border: 0;
	display: inline-block;
	height: 59px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 188px;
	vertical-align: middle;
}

/*** FORM ***/