#phone-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); }
#phone-harvester-popup .in { position: relative; padding: 45px 30px; }
#phone-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; }
#phone-harvester-popup .in .content h1 { font-size: 40px; font-weight: bold; text-transform: uppercase; color: #4aa519; margin: 0 0 20px; }
#phone-harvester-popup .in .content p { font-size: 18px; line-height: 26px; color: #333; margin: 5px 0; }

#phone-harvester-thanks { display: none; }
#phone-harvester-thanks h1, #phone-harvester-thanks p.title { font-weight: bold; font-size: 18px; color: #0aa000; text-transform: uppercase; margin: 0 0 5px; line-height: 2; }
#phone-harvester-thanks p { font-size: 13px; line-height: 20px; }

#phone-harvester {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;

}
#phone-harvester .image {
    width: 100%;
    display: block;
    position: absolute;
    right:  10px;
    top:-15px;
    text-align: right;
}
#phone-harvester .image img {
    width: 88px;
    height: 103px;
}
#phone-harvester > section {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding:10px ;

}
#phone-harvester .offer h3:first-child, #phone-harvester .offer p.offer-title:first-child {
    color:#00a004;
    width: 65%;
    font-size: 25px;
    line-height: 25px;
    margin-top: 15px;
}
#phone-harvester .offer h3, #phone-harvester .offer p.offer-title {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
}
#phone-harvester .offer h3 span, #phone-harvester .offer p.offer-title span {
    color:#0e59bf
}
#phone-harvester form { position: relative;  width: 100%; margin-top: 10px }

#phone-harvester form input[type="text"]{ font-size: 14px; color:#8e8e8e; margin-left: 46%}
#phone-harvester form input[type="text"].error { background-color: #faadad; }

#phone-harvester form input[type="text"] {
    display: inline-block;
    width: 43% !important;
    height: 24px;
    padding: 5px 5% 5px 5% !important;
    outline: none;
    color: #464646;
    border: 0 !important;
    box-shadow: none !important;
}

#phone-harvester form input[type="submit"] {
    text-shadow: none !important;
    margin-top: 15px;
    display: block;
    width: 100%;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    padding: 8px 16px 8px 0 !important;
    background: #266ac5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url("../img/blue-arrow-less.png") 95% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI2NmFjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDUwYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:url("../img/blue-arrow-less.png") 95% no-repeat, -moz-linear-gradient(top,  #266ac5 1%, #0d50ac 100%); /* FF3.6+ */
    background:url("../img/blue-arrow-less.png") 95% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#266ac5), color-stop(100%,#0d50ac)); /* Chrome,Safari4+ */
    background:url("../img/blue-arrow-less.png") 95% no-repeat, -webkit-linear-gradient(top,  #266ac5 1%,#0d50ac 100%); /* Chrome10+,Safari5.1+ */
    background:url("../img/blue-arrow-less.png") 95% no-repeat, -o-linear-gradient(top,  #266ac5 1%,#0d50ac 100%); /* Opera 11.10+ */
    background:url("../img/blue-arrow-less.png") 95% no-repeat, -ms-linear-gradient(top,  #266ac5 1%,#0d50ac 100%); /* IE10+ */
    background:url("../img/blue-arrow-less.png") 95% no-repeat, linear-gradient(to bottom,  #266ac5 1%,#0d50ac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266ac5', endColorstr='#0d50ac',GradientType=0 ); /* IE6-8 */
}



/*
#phone-harvester ul { z-index: 10; position: absolute; top: 21px; left: 11px; list-style: none; margin: 0; padding: 0; height: 30px; overflow: hidden; background-color: #f4f4f4; border: 1px solid #d2d2d2; -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
*/
#phone-harvester form section {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-left: 0;
}
#phone-harvester form section:after {
    content: " ";
    clear: both;
 }
#phone-harvester section ul {
    z-index: 1;
    position: absolute;
    left:-1px;
    width: 45%;
    height: 34px;
    overflow: hidden;
    border-left: 1px solid  #ccc;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#dadada 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dadada',GradientType=0 ); /* IE6-8 */
}
#phone-harvester section ul.phone-harvester-inline-shadow {
    border-bottom: 1px solid  #ccc;
}
#phone-harvester section ul.phone-harvester-inline-shadow > li:not(:first-child) {
    border-right: 1px solid  #ccc;
}
#phone-harvester ul li { height: 34px; line-height:34px; font-size: 14px; color: #4f4f4f; background: transparent url("../img/flags/no.png") no-repeat 15%; padding-left: 36% }
#phone-harvester ul li:hover {cursor: pointer; }

#phone-harvester ul li:first-child span {
    background: transparent url("../img/phone-harvester-arrow.png") no-repeat right;
    padding-right: 20%;
}

#phone-harvester-email-success-thanks { display: none; background: transparent url("../img/hand-phone.jpg") no-repeat 95% 0; min-height: 223px; margin-top: 35px; }
#phone-harvester-email-success-thanks h1 { font-weight: bold; font-size: 18px; color: #0aa000; text-transform: uppercase; margin: 0 0 5px; width: 320px; }
#phone-harvester-email-success-thanks p { font-size: 13px; line-height: 20px; width: 320px; }

#phone-harvester-email-success { background: transparent url("../img/hand-phone.jpg") no-repeat 95% 0; min-height: 223px; margin-top: 35px; }
#phone-harvester-email-success h1 { font-size: 18px; color: #333; margin-bottom: 20px; background: transparent url("../img/email-success-header.png") no-repeat 0 0; position: relative; left: -43px; padding-left: 43px; font-weight: normal; width: 320px; }
#phone-harvester-email-success h1 strong { font-weight: bold; color: #0c9c06; }
#phone-harvester-email-success .helper { font-size: 18px; margin-bottom: 10px; }
#phone-harvester-email-success form { position: relative; width: 210px; }
#phone-harvester-email-success form input[type="text"] { display: block; width: 95px; height: 30px; background-color: #f4f4f4; border: 1px solid #d2d2d2; margin: 0 0 10px; padding: 0 5px 0 85px; outline: none; font-size: 14px; color: #464646; font-family: 'PT Sans', sans-serif; }
#phone-harvester-email-success form input[type="text"].error { background-color: #faadad; }
#phone-harvester-email-success form input[type="submit"] { display: block; width: 187px; height: 37px; background: transparent url("../img/phone-harvester-input-submit.png") no-repeat 0 0; border: none; margin: 0; padding: 0; outline: none; font-size: 17px; font-weight: 700; color: #fff; text-transform: uppercase; font-family: 'PT Sans', sans-serif; text-shadow: 1px 1px 1px #000; }
#phone-harvester-email-success form input[type="submit"]:hover { background-position: 0 -37px; }
#phone-harvester-email-success ul { z-index: 10; position: absolute; top: 0; left: 0; list-style: none; margin: 0; padding: 0; height: 30px; overflow: hidden; background-color: #f4f4f4; border: 1px solid #d2d2d2; -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
#phone-harvester-email-success ul li { width: 50px; height: 22px; padding: 8px 0 0 28px; font-size: 14px; color: #464646; background: transparent url("../img/flags/no.png") no-repeat 8px 10px; }
#phone-harvester-email-success ul li:hover { background-color: #dbdbdb; cursor: pointer; }
#phone-harvester-email-success ul li:first-child span { background: transparent url("../img/phone-harvester-arrow.png") no-repeat 100% 8px; padding-right: 12px; }

/* flags */
#phone-harvester ul li.nor,
#phone-harvester-email-success ul li.nor { background-image: url("../img/flags/no.png"); }
#phone-harvester ul li.swe,
#phone-harvester-email-success ul li.swe { background-image: url("../img/flags/se.png"); }
#phone-harvester ul li.fin,
#phone-harvester-email-success ul li.fin { background-image: url("../img/flags/fi.png"); }
#phone-harvester ul li.usa,
#phone-harvester-email-success ul li.usa { background-image: url("../img/flags/usa.png"); }
#phone-harvester ul li.cad,
#phone-harvester-email-success ul li.cad { background-image: url("../img/flags/cad.png"); }
#phone-harvester ul li.aus,
#phone-harvester-email-success ul li.aus { background-image: url("../img/flags/aus.png"); }
#phone-harvester ul li,
#phone-harvester-email-success ul li { background-image: url("../img/flags/uk.png"); }
#phone-harvester ul li.ger,
#phone-harvester-email-success ul li.ger { background-image: url("../img/flags/ger.png"); }
#phone-harvester ul li.nld,
#phone-harvester-email-success ul li.nld { background-image: url("../img/flags/nld.png"); }

#phone-harvester ul li.rus,
#phone-harvester-email-success ul li.rus { background-image: url("../img/flags/ru.png"); }
#phone-harvester ul li.ukr,
#phone-harvester-email-success ul li.ukr { background-image: url("../img/flags/ua.png"); }
#phone-harvester ul li.kzk,
#phone-harvester-email-success ul li.kzk { background-image: url("../img/flags/kz.png"); }
#phone-harvester ul li.bel,
#phone-harvester-email-success ul li.bel { background-image: url("../img/flags/by.png"); }
