@font-face {
font-family: 'DroidSerifRegular';
       src: url('DroidSerif-Regular-webfont.eot');
       src: url('DroidSerif-Regular-webfont-13265.eot') format('eot'),
            url('DroidSerif-Regular-webfont.woff') format('woff'),
            url('DroidSerif-Regular-webfont.ttf') format('truetype'),
            url('DroidSerif-Regular-webfont.svg#webfont5XtKyzGt') format('svg');
       font-weight: normal;
       font-style: normal;
}
a {
    color: #9e4389;
    text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;    
}
p a:hover {
	text-decoration: underline;	
}

img, a img {
    border: none;
}


/*****************

	lemontwist FFEEA1




purple #9e4389
	
*****************/



body,input {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'DroidSerifRegular', Georgia, serif;
    background-color: #fefeb0; /*#fdfd61*/ /* aka 253 253 97 opa .5*/
    color: #7d7a67;
    margin: 0;
    padding: 0;
}
h1 {
    margin: 70px 0 10px 0;
    position: relative;
}
p {
    font-size: 1em;
    text-shadow: #fff 0 1px 2px;
    width: 500px;
    margin: 0 auto ;
}

p.desc {
    font-size: 1.6em;
line-height:1.2;
    text-shadow: #fff 0 1px 2px;
    width: 500px;
    margin: 0 auto -20px auto;
}


p.desc strong {
    font-weight: normal;
    color: #9e4389; /*  52b0db*/
}
.home {
	position: absolute;
	top: -50px;
	left: 20px;
	font-size: 17px;
}
.copy {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	padding: 0 20px;
	color: #7d7a67;
	text-shadow: #fff 0 1px 0;
}
.copy h2 {
	font-size: 36px;
	font-weight: normal;
	color: #9e4389;
	margin-top: 0.6em;
}
.copy h3 {
	font-size: 24px;
	font-weight: normal;
	color: #9e4389;
	margin-bottom: 0.3em;
}
.copy b,.copy strong,.copy i, .copy em {
	color: #9e4389;
}
.copy ul {
	margin-left: 0;
	padding-left: 0;
}
.copy li {
	margin: 0 0 0.5em 20px;
	padding-left: 0;
}
input, a span, a {
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;
}
input:focus {
    outline: none;
}
input#mce-EMAIL {
    border: 2px solid rgba(255,255,255,0.8);
    background: transparent url(email.png) 10px 12px no-repeat;
    padding: 10px 10px 10px 40px;
    width: 400px;
    font-size: 1em; /* 1.3*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    height: 24px;
    vertical-align: middle;
    margin-right: 2px;
    text-shadow: #fff 0 1px 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0);


}
input#mce-EMAIL:hover,
input#mce-EMAIL:focus {
    border-color: #fff;
    background-color: rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
input.btn {
    height: 38px;
    padding: 7px 16px;
    border: none;
    background: rgba( 255,255,255,.7);
    font-size: 1.3em;
    vertical-align: middle;
    border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 1;
    text-shadow: #fff 0 1px 2px;
    color: #7d7a67; /*9e4389 */ 
    -webkit-box-shadow: inset 0 -2px 1px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 -2px 1px rgba(0,0,0,0);
    position: absolute;
    top: 5px;
    right: 147px;
}
input.btn:hover {
    cursor: pointer;
    color: #9e4389;
    background: rgba( 255,255,255,1);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.15);
}
label.inside {
    display: none;
}
.hiring {
	 position: absolute;
	 top: 10px;
	 left: 50%;
	 -webkit-animation-name: hiring;
	 -webkit-animation-duration: 2s;
	 -webkit-animation-iteration-count: 1;
	 -webkit-animation-timing-function: ease-in-out;
}
input.labelHighlight { color: #7d7a67; }

#mc_embed_signup {
    width: 734px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

#mc-embedded-subscribe-form {
    display: block;
    position: relative;
    margin-bottom: 80px;
}
div.mce_inline_error,
div#mce_error_response {
    position: absolute;
    bottom: -40px;
    left: 200px;
    background: #9e4389;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    display: none;
    line-height: 1;
}
div.mce_inline_error:after,
div#mce_error_response:after {
    content: "a";
    position: absolute;
    top: -4px;
    display: block;
    left: 15px;
    width: 8px;
    height: 4px;
    color: red;
    background: url(point.png) no-repeat;
    text-indent: -2000em;
    overflow: hidden;
}
#mce-success-response {
    position: absolute;
    background: #e9e7d7;
    padding: 10px;
    bottom: 0;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    min-height: 50px;
    line-height: 1.4;
}
.social {
/*    background: url(foot.png) 0 5px no-repeat;*/
}
.social a {
    width: 200px; /*90*/
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    zoom: 1;
    *display: inline;
    _height: 50px;
    text-align: center; /*left*/
    font-size: 1.2em;
    line-height: 1.2;
    padding-left: 0; /* 53 */
    padding-top: 50px; /*2*/
    text-shadow: #fff 0 1px 2px;
    position: relative;
    color:#7d7a67;
}

.social a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    -moz-border-radius: 4px;
/*    background: #fff url(twitter.png) 50% 50% no-repeat;*/
    -webkit-box-shadow: inset 0 -2px 1px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 -2px 1px rgba(0,0,0,0);
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.social a:hover span {
   /* background-color: #e3f4f4;
       -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.15);
       -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.15);*/
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.social a#facebook span {
    background-image: url(fb_icon_48.png);
	background-position-x: center;
	width: inherit;
	background-repeat: no-repeat;

}

.social strong {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    color: #7d7a67; /* rgba(158, 67, 137, .5) */
}

@-webkit-keyframes fade {
 0% {
   opacity: 0;
 }
 100% {
   opacity: 1;
 }
}

#home #mc_embed_signup {
    -webkit-animation-name: fade;
     -webkit-animation-duration: 1.7s;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-timing-function: ease-in-out;
}

#home .line {
     -webkit-animation-name: fade;
     -webkit-animation-duration: 3s;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes loaded {
 0% {
   opacity: 0;
   top: 0;
 }
 100% {
   opacity: 1;
   top: 50px;
 }
}

@-webkit-keyframes hiring {
 0% {
   top: -200px;
   opacity: 0;
 }
 100% {
   opacity: 1;
   top: 0;
 }
}

#mc-embedded-subscribe-form {
 position: relative;
 top: 50px;
}

/* Localized */
