




/*-- css reset --*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*-- css reset --*/

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  background: white;
  overflow: hidden;
  visibility: hidden;
}
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 35px;
  line-height: 27px;
  color: #101908;
}
h2 {
  font-size: 33px;
  line-height: 35px;
  color: white;
}
h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  color: #101908;
}
h4 {
  font-size: 21px;
  line-height: 23px;
  color: #333333;
}
h5 {
  font-size: 20px;
  line-height: 22px;
  color: #101908;
}
h6 {
  font-family: 'Lato-Medium';
  font-size: 12px;
  line-height: 14px;
  color: #454545;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  padding-bottom: 20px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a:visited {
  outline: 0;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}
ul li {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}
:-moz-placeholder {
  color: #606060;
  opacity: 1;
}
::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}
input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #606060;
  background: #f7f7f7;
  border: 1px solid #30a362;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
input[type="button"] {
  padding: 0;
}
input[type="submit"] {
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  font-size: 17px;
  color: white;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #30a362;
  background: -moz-linear-gradient(left, #30a362 0%, #1bb85f 100%);
  background: -webkit-linear-gradient(left, #30a362 0%, #1bb85f 100%);
  background: linear-gradient(to right, #30a362 0%, #1bb85f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30a362, endColorstr=#1bb85f, GradientType=1);
}
input[type="submit"]:hover {
  background: none;
  color: #30a362;
}
textarea {
  width: 100%;
  height: 150px;
  line-height: 18px;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #606060;
  padding: 0 25px;
  background: #f7f7f7;
  border: 1px solid #30a362;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
strong {
  font-weight: 700;
}
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
  font-size: 21px;
  color: #30a362;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.bold,
.bold span,
.bold p {
  font-weight: bold !important;
}
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  /*-webkit-animation-iteration-count: infinite;*/
  -moz-animation-name: blinker;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  /*-moz-animation-iteration-count: infinite;*/
  -ms-animation-name: blinker;
  -o-animation-name: blinker;
  animation-name: blinker;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  /*animation-iteration-count: infinite;*/

}
.blink.blink-once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.blink.blink-twice {
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -ms-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.blink.blink-thrice {
  -webkit-animation-iteration-count: 3;
  -moz-animation-iteration-count: 3;
  -ms-animation-iteration-count: 3;
  -o-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
