#email-harvester-popup { width: 540px; /*height: 330px;*/ background-color: #fff; -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1); -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1); box-shadow:         0px 0px 30px rgba(0, 0, 0, 1); }
#email-harvester-popup .in { position: relative; padding: 45px 30px; }
#email-harvester-popup .in .close_button { position: absolute; right: -15px; top: -15px; display: block; width: 29px; height: 29px; background: transparent url("../img/close.png") no-repeat 0 0; }
#email-harvester-popup .in .content h1 { font-size: 40px; font-weight: bold; text-transform: uppercase; color: #4aa519; margin: 0 0 20px; }
#email-harvester-popup .in .content p { font-size: 18px; line-height: 26px; color: #333; margin: 5px 0; }

#email-harvester-thanks { display: none; width: 187px; margin: 0 auto; }
#email-harvester-thanks h1 { font-weight: bold; font-size: 18px; color: #0aa000; text-transform: uppercase; margin: 0 0 5px; }
#email-harvester-thanks p { font-size: 13px; line-height: 20px; }

#email-harvester-cf { padding: 20px 9px 0; color: #333; text-align: center; }
#email-harvester-cf h1 { font-size: 30px; font-weight: normal; line-height: 36px; margin: 0; }
#email-harvester-cf p { font-size: 18px; line-height: 30px; margin: 0; }

#email-harvester-default {
    width:100%;
    margin: 0;
    padding: 0;
    position: relative;
}
#email-harvester-default >section{
    border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: left;
}
#email-harvester-default .image {
    position: relative;
    top:-35px;
    text-align: center;
}
#email-harvester-default .image img{
    width: 100%;
    margin: 0 auto;
}

#email-harvester-default .offer {
    font-size: 16px;
    background: #ef5f53;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #facdca;
}

#email-harvester-default .offer-description {
    padding: 20px 10px;
    font-weight: 600;
}

#email-harvester-default .offer-description .green-title {
    color: #23b54a;
    font-size: 16px;
    font-weight: 400;
}

#email-harvester-default .offer-description ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-top: 10px;
    color: #7a7a7a;
}

#email-harvester-default .offer-description li {
    padding: 5px 0;
}

#email-harvester-default .offer-description li span {
    color: #ef5f53;
    font-weight: bold;
}

#email-harvester-default .offer h3, #email-harvester-default .offer p.offer-title{
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    color: #fff;
}

#email-harvester-default form { width: 100%; margin-top: 10px}

#email-harvester-default form input[type="text"] {
    display: block;
    width: 80% !important;
    height: 25px;
    background-color: #fff;
    padding: 5px 10% 5px 10% !important;
    outline: none;
    color: #464646;
    text-transform: uppercase;
    font-size: 12px;
    color:#b2b2b2;
    margin: 0 0 10px 0;
}

#email-harvester-default form input {
    font-family: "Droid Sans" !important;
}
#email-harvester-default form input[type="text"].error { background-color: #f9acac; }

#email-harvester-default form input[type="submit"] {
    text-shadow: none !important;
    display: block;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    font-size: 16px;
    padding: 10px 20px !important;
    background: #5ed07b; /* Old browsers */
    margin: 0 auto;
}


.email-success-box {

}



.email-success-box .message p {
    font-size: 21px;
    color:#009e00;
    text-transform: uppercase;
    line-height: 36px;
	font-weight: bold;
}
.email-success-box .message ul >li.green {
    color:#009e00;
    text-transform: uppercase;
    font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.email-success-box .message ul >li  img {
    margin-top: 20px;
    width: 100%;
}
.email-success-box .message ul > li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 60px;
    min-height: 42px;
    padding-top: 8px;
}
.email-success-box .message li strong {
    text-transform: uppercase;
}
.email-success-box .message li:first-child {
    background: url("../img/ul-li-1.png") no-repeat;
    background-size: 42px 42px;
    margin-top: 20px;
}

.email-success-box .message li:nth-child(2n){
    background: url("../img/ul-li-2.png")  no-repeat;
}
.email-success-box .message li:nth-child(3n){
    background: url("../img/ul-li-3.png")  no-repeat;
}
.email-success-box .message li:last-child{
    margin-bottom: 0;
}
#article-email-harvester form input[type="text"] {
    width: 25%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
    margin-right: 2%;
    color: #464646;
    font-size: 16px;
    padding: 1.5% 3%;
}
#article-email-harvester form input[type="text"].error {
    background-color: #f9acac;
}
#article-email-harvester form input {
    display: inline-block;
}

#article-email-harvester form .subscribe-submit {
    background: #ffb700; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb700 0%, #ff9700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb700), color-stop(100%,#ff9700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb700 0%,#ff9700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb700 0%,#ff9700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb700 0%,#ff9700 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb700 0%,#ff9700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff9700',GradientType=0 ); /* IE6-9 */
    border: 1px solid #eb8700;
    box-shadow: inset 0 0 1px rgba(255,253,225,1) !important;
    font-size: 17px;
    color:#3d3d3d;
    text-align: center;
    text-shadow: 1px 1px 0 #ffb700;
    text-transform: uppercase;
    border-radius: 3px;
    width: 31%;
}

#article-email-harvester header p.title {
    color:#242424;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
#article-email-harvester header p.sub-title {
    color:#ff8400;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}
#article-email-harvester header p.subscribers {
    color:#242424;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    vertical-align: middle;
}

#article-email-harvester header p.subscribers span {
    display: inline-block;
    width: 18px;
    height: 25px;
    background: url("../img/nbg.png") no-repeat;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-right: .5%;
}

#article-email-harvester header p.subscribers span:last-child{
    margin-right: 0;
}
#article-email-harvester header {
    margin-bottom: 10px;
}

#article-email-harvester-thanks {
    display: none;
    margin-bottom: 10px;
}