.modaltitle {
	margin:0px;
	padding:0px;
	font-family: 'Bitter', serif !important;
	font-size:54px !important;
	font-weight:normal;
	margin:0px auto;
	text-align:center;
	width:727px;
	color:#000 !important;
	font-style:normal;
	margin-top:20px;
	line-height:72px;
}
.modal-desc {
	font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 0;
    text-align: center;
    color:#2c2c2c !important;
    margin-top:50px;
}
.modal-footer {
	z-index:999;
	font-size:20px;
	font-style:italic;
}
#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity:0.74;
  z-index: 100 !important;
}
#ouibounce-modal .modal {
  background:url(../img/bouncebg.png);
  width: 855px;
  height: 531px;
  z-index: 101;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  width:828px;
  height:524px;
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .modal-body {
  padding: 20px 35px;
  font-size: 0.9em;
}
#ouibounce-modal p {
  color: #344a5f;
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}
#ouibounce-modal form input[type=text] {
  padding: 12px;
  font-size: 1.2em;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 63px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .modal-footer p {
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #aba9a7;
  color:#484848 !important;
}
#ouibounce-modal .modal-footer p:hover {
	opacity:0.7;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#mce-EMAIL {
	width:478px;
	height:61px;
	background:#FFF;
	position:absolute;
	top:300px;
	left: 315px;
    top: 232px;
    border:0px;
    -webkit-box-shadow: 4px 4px 0 0 #d5d3cf;
    box-shadow: 4px 4px 0 0 #d5d3cf;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:24px;
	padding-left:24px;   
	color:#303541;
	font-size:24px;
	font-family: 'Lato', sans-serif;
	padding-right:0px !important;
	padding-bottom:0px !important;
	padding-top:0px !important;
}


#ouibounce-modal::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a8aaaf;
}
#ouibounce-modal:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a8aaaf;
    opacity:  1;
}
#ouibounce-modal::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a8aaaf;
    opacity:  1;
}
#ouibounce-modal:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a8aaaf;
}
#ouibounce-modal input[type="text"]:focus {color:#303541;
}
#mce-FNAME {
	width:217px !important;
	height:61px;
	background:#FFF;
	position:absolute;
	left: 315px;
    top: 313px;
    border:0px;
    -webkit-box-shadow: 4px 4px 0 0 #d5d3cf;
    box-shadow: 4px 4px 0 0 #d5d3cf;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:24px;
	padding-left:24px !important;
	color:#303541;
	border:none !important;
	outline:none !important;
	font-size:24px !important;
	font-family: 'Lato', sans-serif !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	padding-top:0px !important;
}
#mce-LNAME {
	width:217px !important;
	height:61px;
	background:#FFF;
	position:absolute;
	left: 576px;
    top: 313px;
    border:0px;
    -webkit-box-shadow: 4px 4px 0 0 #d5d3cf;
    box-shadow: 4px 4px 0 0 #d5d3cf;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:24px;
	padding-left:24px !important;
	color:#303541;
	border:none !important;
	outline:none !important;
	font-size:24px !important;
	font-family: 'Lato', sans-serif;
	padding-top:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	padding-top:0px !important;
}
#mc-embedded-subscribe-form > input {
	border:none !important;
}
#mc-embedded-subscribe {
	width:229px;
	height:71px;
	background:url(/wp-content/themes/seoblog/img/subscribebtn.png);
	text-intent:-9999px !important;
	font-size:0px !important;
	position:absolute;
	left:316px;
	top:392px;
}
#mc-embedded-subscribe:hover {
	opacity:0.7;
}
.mailchimpsignup {
	display:block;
	width:140px;
	height:44px;
	background:url(/wp-content/themes/seoblog/img/mailchimp.png);
	position:absolute;
	left: 679px;
    top: 420px;
}
.bounce-preload {
	width:1px;
	height:1px;
    background:url(/wp-content/themes/seoblog/img/bounce.png);
}
.button-preload {
	width:1px;
	height:1px;
    background:url(/wp-content/themes/seoblog/img/subscribebtn.png);
}
.mailchimp-preload {
	width:1px;
	height:1px;
    background:url(/wp-content/themes/seoblog/img/mailchimp.png);
}
a.cupid-green3 {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 29px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 483px; 
  display:block;
  text-decoration:none;
/*  height:48px;*/
  margin:0px auto;
  line-height:42px;
  margin-top:32px;
  
  }
  a.cupid-green3:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  a.cupid-green3:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; 
}
.hidden {
	display:none;
}