@import url("reset.css");
/* -------------------------------------------------------------------------------
			Default Layout: 1200px.
------------------------------------------------------------------------------- */

html,
body {
  width: 100%;
  font-size: 18px;
  background: #ffffff;
  line-height: 170%;
  font-family: "Catamaran", sans-serif;
  font-weight: 300;
  color: #767676;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #34373e;
  display: block;
  clear: both;
  font-weight: 400;
  font-family: "Catamaran", sans-serif;
  line-height: 140%;
  position: relative;
}
h1 {
  font-size: 80px;
  margin: 0;
  letter-spacing: -1px;
  color: #ffffff;
  line-height: 110%;
}
h1 span {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 170%;
  display: block;
  clear: both;
  padding: 10px 20% 0 0;
}
h1.front span {
  font-size: 20px;
  padding: 10px 10% 0 0;
}
h2 {
  font-size: 60px;
  letter-spacing: -1px;
  text-align: center;
  margin: 0 0 60px 0;
}
h2 span {
  font-size: 30px;
  line-height: 140%;
  display: block;
  clear: both;
  color: #767676;
  font-weight: 300;
  letter-spacing: 0;
}
h3 {
  font-size: 40px;
  letter-spacing: -0.5px;
}
h3 span {
  font-size: 20px;
  line-height: 170%;
  display: block;
  clear: both;
  padding: 10px 30% 0 0;
  font-weight: 300;
}
h4 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
p {
  padding: 0 0 20px 0;
}
a {
  color: #35b6b2;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer !important;
}
a.button {
  width: 300px;
  height: 60px;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #3eaf30;
  border: 0;
  color: #ffffff;
  position: relative;
  line-height: 60px;
  font-size: 24px;
  text-align: left;
  padding: 0 0 0 30px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
a.button span,
section.hero header nav.main ul li.get-started a span,
section.hero header nav.mobile ul li.get-started a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #ffffff;
  width: 65px;
  background: url(../img/right-arrow.png) no-repeat center center;
  background-size: 25px 25px;
}
section.hero a.button span,
section.pricing.orange a.button span {
  background: url(../img/right-arrow-orange.png) no-repeat center center;
  background-size: 25px 25px;
  border-left: 1px solid #f26419;
}
section.hero header nav.main ul li.get-started a span,
section.hero header nav.mobile ul li.get-started a span {
  background: url(../img/right-arrow-orange.png) no-repeat center center;
  background-size: 15px 15px;
  border-left: 1px solid #f26419;
  width: 35px;
}
section.hero header nav.mobile ul li.get-started a span {
  width: 40px;
}
a.button:hover {
  -webkit-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  padding: 0 0 0 35px;
}
div.left {
  float: left;
  position: relative;
}
div.right {
  float: right;
  position: relative;
}
section,
footer {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.spacer {
  margin-bottom: 40px;
}
.cc_container {
  background: #3c57a4 !important;
  border-top: 1px solid #314a87;
  font-family: "Catamaran", sans-serif !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
}
.cc_container .cc_message {
  margin-top: 0.45em !important;
  line-height: 170% !important;
  font-size: 0.75em !important;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  background: #3eaf30 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.cc_container a,
.cc_container a:visited {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.cc_container a:hover {
  text-decoration: none !important;
}
div.wrap {
  width: 1280px;
  padding: 0;
  margin: 0 auto;
  display: block;
  clear: both;
  position: relative;
  height: 100%;
}
div.wrap::after {
  content: "";
  display: table;
  clear: both;
}
div.wrap.larger {
  width: 80%;
}
div.container {
  width: 100%;
  overflow-x: hidden;
}
section.hero {
  background: #9d0002 url(../img/illustrations/1.png) no-repeat bottom right;
  padding: 0 0 320px 0;
}
section.hero.thank-you {
  min-height: 70%;
}
section.hero header {
  width: 100%;
  display: block;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0;
  float: left;
  position: relative;
  z-index: 100;
}
section.hero header nav.main {
  float: right;
}
section.hero header span.menu {
  width: 40px;
  height: 38px;
  background: url(../img/menu.png) no-repeat 0 0;
  background-size: 40px 38px;
  position: absolute;
  top: -2px;
  right: 0;
  display: none;
  cursor: pointer;
  outline: none;
  z-index: 200;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.hero header span.menu.close {
  background: url(../img/close.png) no-repeat top center;
  background-size: 40px 38px;
}
section.hero header nav.main ul li {
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 40px;
  position: relative;
  cursor: pointer;
}
section.hero header nav.main ul li a {
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
section.hero header nav.main ul li.get-started a,
section.hero header nav.mobile ul li.get-started a,
section.hero header nav.main ul li.telephone-number a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0 60px 0 15px;
  line-height: 100%;
}
section.hero header nav.main ul li.get-started a:hover,
section.hero header nav.main ul li.telephone-number a:hover {
  -webkit-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
}
section.hero header nav.mobile {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 150;
  background: #f26419;
  display: none;
  top: 0;
  left: 0;
}
section.hero header nav.mobile ul {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 92%;
  transform: translate(-50%, -50%);
}
section.hero header nav.mobile ul li {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
section.hero header nav.mobile ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  position: relative;
}
section.hero header nav.mobile ul li.get-started {
  padding: 10px 0 0 0;
}
section.hero header nav.mobile ul li.get-started a {
  padding: 10px 80px 10px 15px;
  display: block;
  width: 100px;
  text-align: left;
  margin: 0 auto;
}
section.hero header nav.mobile span.telephone-number a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
  font-size: 20px;
  color: #ffffff;
  background: url(../img/telephone.png) no-repeat 0 center;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  font-weight: 500;
}
section.hero header nav.main ul li.telephone-number a {
  background: #f26419 url(../img/telephone.png) no-repeat 10px center;
  background-size: 20px 20px;
  color: #ffffff;
  padding: 0 20px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
section.hero header div.logo {
  float: left;
  margin: 2px 0 0 0;
  position: absolute;
  z-index: 200;
}
section.hero header div.logo a {
  text-indent: -9999px;
  display: block;
  background: url(../img/logo.png) no-repeat 0 0;
  /* background-size: 70px 43px;
    width: 164px;
	height: 43px; */
  background-size: 115px 75px;
  width: 190px;
  height: 80px;
}
section.hero div.contents {
  padding: 180px 0 0 0;
}
section.hero div.contents h1 {
  width: 45%;
  float: left;
  margin: 0 0 30px 0;
}
section.hero div.contents a.button,
section.hero header nav.main ul li.get-started a,
section.hero header nav.mobile ul li.get-started a {
  color: #f26419;
  background: #ffffff;
}
section.hero div.contents span.facebook-stats,
section.hero.thank-you div.contents span.facebook-stats {
  background: #3c57a4;
  width: 350px;
  height: 350px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -30px;
  right: 25%;
}
section.hero.thank-you div.contents span.facebook-stats {
  background: #3c57a4 url(../img/thumbs-up.png) no-repeat center center;
  background-size: 180px 180px;
}
section.hero div.contents span.facebook-stats span.figures {
  font-size: 120px;
  line-height: 100%;
  color: #ffffff;
  display: block;
  clear: both;
  text-align: center;
}
section.hero div.contents span.facebook-stats span.figures em {
  font-size: 70px;
  font-style: normal;
  line-height: 100%;
}
section.hero div.contents span.facebook-stats span.figures span {
  font-size: 32px;
  line-height: 100%;
  display: block;
  clear: both;
}
section.hero div.contents span.facebook-stats span.accreditation {
  width: 200px;
  height: 39px;
  margin: 0 auto 5px auto;
  /* background: url(../img/top-5.png) no-repeat 0 0; */
  background-size: 200px 39px;
  display: block;
  clear: both;
  z-index: 999;
  position: relative;
}
span.accreditation img {
  margin-right: 3px;
}
section.hero div.contents span.contents {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  transform: translateY(-50%);
}
section.onboarding-form {
  padding: 30px 0;
  display: block;
}
section.hero.lp {
  padding: 0 0 200px 0;
}
section.hero.lp.shorter {
  padding: 0 0 40px 0;
  background: #f26419;
}
section.hero.lp.of {
  background: #f26419 url(../img/illustrations/6-2.png) no-repeat bottom right;
  background-size: contain;
  padding: 0 0 50px 0;
}
section.hero.lp.of div.contents {
  padding: 150px 0 0 0;
}
section.hero.lp div.contents span.facebook-stats {
  right: 5%;
  top: -30px;
}
section.hero.lp div.contents h1 {
  width: 85%;
  float: none;
  clear: both;
  display: block;
  font-size: 70px;
  margin: 0 0 40px 0;
}
section.hero.lp div.contents h1 em {
  font-weight: 600;
  font-style: normal;
}
section.hero.lp div.form {
  width: 80%;
  float: left;
}
section.hero.lp div.form form {
  display: block;
  clear: both;
  display: flex;
  position: relative;
}
section.hero.lp div.form form span.down-arrow {
  width: 100px;
  position: absolute;
  top: -180px;
  right: 20%;
  animation: MoveUpDown 1.2s linear infinite;
  z-index: 70;
}
section.hero.lp div.form form span.down-arrow img {
  width: 100%;
  display: block;
}
section.hero.lp div.form form div.left,
section.hero.lp div.form form div.right {
  width: 50%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px;
}
section.hero.lp div.form form div.left {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 55%;
}
section.hero.lp div.form form div.right {
  background: #f5f6f8;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 45%;
  padding: 30px 30px 40px 30px;
}
section.hero.lp div.form form label {
  font-size: 20px;
  color: #34373e;
  display: block;
  clear: both;
  margin: 0 0 5px 0;
  line-height: 100%;
  padding: 0 0 0 10px;
  font-weight: 400;
}
section.hero.lp div.form form input[type="text"],
section.hero.lp div.form form input[type="email"],
section.hero.lp div.form form input[type="tel"],
select {
  width: 100%;
  -webkit-appearance: none;
  background: #f5f6f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  padding: 0 20px;
  color: #767676;
  display: block;
  clear: both;
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #f5f6f8;
  outline: none;
  font-weight: 300;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fsBody .fieldset-content select {
  width: auto !important;
  float: left !important;
  clear: none !important;
}
section.hero.lp div.form form input[type="text"]:focus,
section.hero.lp div.form form input[type="email"]:focus,
section.hero.lp div.form form input[type="tel"]:focus,
select:focus {
  -webkit-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
}
section.hero.lp div.form form select {
  background: #f5f6f8 url(../img/select.png) no-repeat right center;
  background-size: 38px 15px;
}
section.hero.lp div.form form label.error {
  font-size: 12px;
  color: #ffffff;
  display: block;
  clear: both;
  margin: 0;
  padding: 5px;
  background: red;
}
section.hero.lp div.form form input[type="submit"] {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #3eaf30 url(../img/right-arrow.png) no-repeat 94% center;
  background-size: 40px 40px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 90px;
  border: 0;
  padding: 0 30px;
  display: block;
  color: #ffffff;
  font-size: 40px;
  outline: none;
  text-align: left;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.hero.lp div.form form input[type="submit"]:hover {
  -webkit-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  padding: 0 30px 0 35px;
  background: #3eaf30 url(../img/right-arrow.png) no-repeat 92% center;
  background-size: 40px 40px;
}
section.hero.lp div.form form div.field {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
}
section.hero.lp div.form form div.field.last {
  padding: 10px 0 0 0;
  margin: 0;
}
section.hero.lp div.form form div.field.l,
section.hero.lp div.form form div.field.r {
  width: 48%;
  clear: none;
  float: left;
}
section.hero.lp div.form form div.field.r {
  float: right;
}
section.hero.lp div.form form div.right ul {
  padding: 20px 0 0 0;
}
section.hero.lp div.form form div.right ul li,
section.pricing ul li {
  display: block;
  clear: both;
  background: url(../img/big-tick.png) no-repeat 0 0;
  background-size: 30px 33px;
  line-height: 170%;
  padding: 5px 0 10px 40px;
  font-size: 16px;
}
section.hero.lp div.form form div.right ul li:last-child {
  padding: 5px 0 0 40px;
  background: none;
  font-weight: 400;
}
section.hero.lp div.form form div.right span.price {
  width: 200px;
  height: 200px;
  z-index: 50;
  position: absolute;
  top: 0;
  right: -110px;
  background: #3c78fb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: none;
}
section.hero.lp div.form form span.ssl {
  background: url(../img/comodo-ssl.png) no-repeat 10px center;
  background-size: 70px 22px;
  font-size: 12px;
  line-height: 170%;
  vertical-align: middle;
  display: block;
  clear: both;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  margin: 15px auto 0 auto;
}
section.hero.lp div.form form span.ssl span {
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes MoveUpDown {
  0% {
    top: -190px;
  }
  50% {
    top: -180px;
  }
  100% {
    top: -190px;
  }
}
section.hero.single {
  background: #9d0002 url(../img/glow.png) no-repeat bottom right;
  padding: 0 0 100px 0;
}
section.hero.single.alt {
  background: #9d0002;
  padding-bottom: 20px;
}
section.hero.single div.contents h1 {
  width: 70%;
}
section.hero.single div.illustration {
  position: absolute;
  bottom: 0;
  right: 12%;
  background: url(../img/illustrations/5.png) no-repeat 0 0;
  width: 350px;
  height: 380px;
  background-size: 350px 487px;
}
section.hero.single div.illustration.two {
  width: 450px;
  height: 400px;
  background: url(../img/illustrations/18.png) no-repeat 0 0;
  background-size: 450px 520px;
  right: 12%;
}
section.fb-bar {
  background: #3c57a4;
  padding: 80px 0;
}
section.fb-bar div.left,
section.fb-bar div.right {
  width: 48%;
}
section.fb-bar h3,
section.fb-bar p {
  color: #ffffff;
}
section.fb-bar h3 {
  margin: 0 0 20px 0;
  padding: 0 10% 0 0;
}
section.fb-bar p {
  padding: 0 25% 20px 0;
}
section.fb-bar p span {
  width: 20px;
  height: 20px;
  background: url(../img/fb.png) no-repeat 0 0;
  background-size: 20px 20px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
section.fb-bar span.stars,
section.testimonials span.stars {
  display: block;
  clear: both;
  width: 95px;
  height: 16px;
  background: url(../img/5-stars.png) no-repeat 0 0;
  background-size: 95px 16px;
}
section.fb-bar div.left img {
  display: block;
  clear: both;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.pricing {
  padding: 80px 0 100px 0;
}
section.pricing div.image {
  width: 40%;
  float: left;
}
section.pricing div.image p {
  font-size: 14px;
  line-height: 170%;
  padding: 30px 0 0 0;
}
section.pricing div.text {
  width: 55%;
  float: right;
}
section.pricing div.image img {
  width: 100%;
  display: block;
}
section.pricing h2 {
  text-align: left;
  position: relative;
  margin: 0 0 10px 0;
}
section.pricing h2 span {
  background: #3c78fb;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -15px 10px 0 0;
}
section.pricing h4 {
  margin: 0 0 30px 0;
}
section.pricing ul {
  padding: 0 0 20px 0;
}
section.pricing ul li {
  display: block;
  clear: both;
  background: url(../img/right-arrow-orange.png) no-repeat 0 3px;
  padding: 5px 0 10px 30px;
  background-size: 20px 20px;
  line-height: 100%;
  margin: 0 0 10px 0;
  color: #34373e;
  font-weight: 500;
}
section.pricing div.table {
  display: block;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
section.pricing span.row {
  display: block;
  background: #f5f6f8;
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
  color: #34373e;
  font-weight: 500;
}
section.pricing span.row.header {
  background: #34373e;
  color: #ffffff;
  padding: 15px;
}
section.pricing span.row:nth-child(2n) {
  background: #ffffff;
}
section.pricing span.row span.item {
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.pricing span.row span.image {
  float: right;
  display: block;
}
section.pricing span.row span.image img {
  display: block;
  width: 100%;
  width: 35px;
}
section.pricing span.row span.column {
  width: 50%;
  float: left;
  text-align: center;
}
section.pricing a.button {
  margin: 30px 0 0 0;
}
section.pricing.orange {
  background: #f26419;
  color: #ffffff;
}
section.pricing.orange h2,
section.orange h3,
section.orange h4 {
  color: #ffffff;
}
section.pricing.orange h2 {
  margin: 0 0 30px 0;
}
section.pricing.orange div.image {
  float: right;
}
section.pricing.orange div.text {
  float: left;
}
section.pricing.orange a.button {
  background: #ffffff;
  float: left;
  margin: 30px 0 0 0;
  color: #f26419;
}
section.fb-stats {
  padding: 50px 0 100px 0;
}
section.fb-stats span.illustration {
  position: absolute;
  top: -80px;
  left: 0;
  background: url(../img/illustrations/2.png) no-repeat 0 0;
  display: block;
  width: 670px;
  height: 538px;
  position: absolute;
  background-size: 670px 538px;
}
section.fb-stats h3 {
  text-align: center;
  border: 2px solid #f5f6f8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 60px 0;
  padding: 30px 40px;
  background: url(../img/opacity.png);
}
section.fb-stats h3 span.icon {
  width: 45px;
  height: 45px;
  background: url(../img/magnifying-glass.png) no-repeat 0 0;
  background-size: 45px 45px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
section.fb-stats ul {
  text-align: center;
  padding: 0;
}
section.fb-stats ul li {
  display: inline-block;
  margin-left: -4px;
  width: 25%;
  vertical-align: top;
}
section.fb-stats ul li span.image {
  display: block;
  width: 70%;
  width: 130px;
  margin: 0 auto 25px auto;
  background: #9d0002;
  height: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
section.fb-stats ul li span.image img {
  width: 75px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.fb-stats ul li div.contents {
  padding: 0 20px 40px 20px;
  display: block;
}
section.center-button a.button {
  margin: 0 auto;
}
section.how-we-do-it {
  background: #f5f6f8;
  padding: 80px 0 100px 0;
}
section.how-we-do-it.stages {
  background: #f26419 url(../img/illustrations/6.png) no-repeat bottom center;
  background-size: 1700px 643px;
  padding: 80px 0 710px 0;
}
section.how-we-do-it.stages h2,
section.how-we-do-it.stages h2 span {
  color: #ffffff;
}
section.how-we-do-it ul {
  text-align: center;
  padding: 0 0 50px 0;
}
section.how-we-do-it ul li {
  display: inline-block;
  width: 33.33333%;
  margin-left: -4px;
  vertical-align: bottom;
}
section.how-we-do-it ul li p {
  text-align: left;
  padding: 0;
}
section.how-we-do-it ul li span.tick {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/tick.png) no-repeat 0 0;
  background-size: 20px 20px;
}
section.how-we-do-it ul li div.contents {
  background: #ffffff;
  padding: 35px 60px 40px 30px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 10px 20px 10px;
  position: relative;
  min-height: 220px;
}
section.how-we-do-it h4 {
  text-align: left;
}
section.how-we-do-it.stages ul {
  text-align: left;
  padding: 0 0 50px 0;
  background: url(../img/line.png) repeat-y center center;
  background-size: 5px;
}
section.how-we-do-it.stages ul li {
  display: block;
  clear: both;
  width: 100%;
  margin-left: 0;
  vertical-align: top;
  margin: 0 0 40px 0;
}
section.how-we-do-it.stages ul li div.contents {
  display: flex;
  padding: 0;
  overflow: hidden;
}
section.how-we-do-it.stages ul li div.contents div.left {
  width: 35%;
  order: 2;
  min-height: 300px;
}
section.how-we-do-it.stages ul li div.contents div.right {
  width: 65%;
  order: 1;
  padding: 0;
}
section.how-we-do-it.stages ul li:nth-child(2n) div.contents div.left {
  order: 1;
}
section.how-we-do-it.stages ul li:nth-child(2n) div.contents div.right {
  order: 2;
}
section.how-we-do-it.stages ul li span.tick {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  background: url(../img/tick.png) no-repeat 0 0;
  background-size: 40px 40px;
  z-index: 50;
}
section.how-we-do-it.stages ul li:nth-child(2n) span.tick {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  background: url(../img/tick.png) no-repeat 0 0;
  background-size: 40px 40px;
  right: auto;
  left: 20px;
}
section.how-we-do-it.stages ul li div.contents div.left img {
  width: 100%;
  display: none;
  background: #f5f6f8;
}
section.how-we-do-it.stages ul li div.contents div.text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 0 40px 0 50px;
}
section.how-we-do-it.stages ul li div.contents p {
  padding: 0 10% 0 0;
}
section.how-we-do-it.stages ul li div.contents h3 {
  margin: 0 0 10px 0;
}
section.generic {
  padding: 80px 0;
}
section.generic div.section {
  border-bottom: 1px solid #f5f6f8;
  padding: 40px 0 20px 0;
}
section.generic div.section:last-of-type {
  padding: 40px 0 0 0;
  border-bottom: 0;
}
section.generic h2 {
  text-align: left;
  margin: 0 0 20px 0;
}
section.generic h3 {
  margin: 0 0 20px 0;
}
section.generic h3.intro {
  margin: 0 0 40px 0;
}
section.generic ul {
  padding: 0 0 20px 0;
}
section.generic ul li {
  display: block;
  clear: both;
  background: url(../img/right-arrow-orange.png) no-repeat 0 6px;
  background-size: 15px 15px;
  padding: 0 0 0 25px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #f5f6f8;
  line-height: 170%;
  color: #34373e;
  font-weight: 500;
}
section.generic ul li a {
  color: #f26419;
  font-weight: 500;
  display: block;
}
section.generic a {
  color: #f26419;
  font-weight: 500;
}
section.generic strong {
  color: #34373e;
  font-weight: 600;
}
section.imagine {
  background: #9d0002 url(../img/glow.png) no-repeat bottom right;
  padding: 80px 0 100px 0;
}
section.imagine h3 {
  text-align: left;
  width: 65%;
  color: #ffffff;
}
section.imagine h3 em {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/question-mark.png) no-repeat 0 0;
  background-size: 50px 50px;
  vertical-align: middle;
  margin: 0 10px 0 -5px;
}
section.imagine p {
  padding: 0 40% 0 0;
}
section.imagine span.illustration {
  width: 554px;
  height: 458px;
  background: url(../img/illustrations/3.png) no-repeat 0 0;
  background-size: 554px 458px;
  position: absolute;
  right: 12%;
  bottom: 0;
}
section.how-our-adverts-work {
  padding: 80px 0 100px 0;
}
section.how-our-adverts-work ul {
  text-align: center;
  padding: 20px 0 0 0;
}
section.how-our-adverts-work ul li {
  display: inline-block;
  width: 33.333333%;
  margin-left: -4px;
  vertical-align: top;
  text-align: left;
  position: relative;
}
section.how-our-adverts-work ul li span.image {
  width: 100%;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f5f6f8;
  margin: 0 0 20px 0;
}
section.how-our-adverts-work ul li span.image img {
  display: block;
  width: 100%;
}
section.how-our-adverts-work ul li div.contents {
  padding: 0 20px 40px 20px;
  display: block;
}
section.how-our-adverts-work ul li span.step {
  position: absolute;
  top: -25px;
  left: -5px;
  background: #9d0002;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}
section.how-our-adverts-work ul li:nth-child(2n) span.step {
  left: 50%;
  transform: translateX(-50%);
}
section.how-our-adverts-work ul li:nth-child(3n) span.step {
  left: auto;
  right: -5px;
}
section.testimonials {
  background: #f5f6f8;
  padding: 80px 0 150px 0;
}
section.testimonials ul li div.contents {
  width: 65%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px 20px 40px;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.testimonials ul li div.contents p {
  line-height: 170%;
  font-size: 26px;
}
section.testimonials ul li span.details {
  width: 35%;
  float: right;
  padding: 60px 0 0 80px;
  font-size: 24px;
  color: #34373e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/speech-point.png) no-repeat 0 75px;
  background-size: 60px 57px;
}
section.testimonials ul li span.details span.company {
  display: block;
  clear: both;
  font-size: 20px;
  font-style: italic;
  color: #767676;
  line-height: 170%;
  padding: 0 0 5px 0;
}
section.testimonials .pager {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
section.testimonials .pager span {
  border: 2px solid #34373e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
section.testimonials .pager span.cycle-pager-active {
  background: #34373e;
}
section.conclusion {
  padding: 0px 0 100px 0;
  background: #f5f5f5;
}
section.conclusion div.contents {
  width: 48%;
  float: right;
}
section.conclusion div.contents h3 {
  margin: 80px 0 20px 0;
}
section.conclusion div.contents p {
  padding: 0 10% 20px 0;
}
section.conclusion div.contents a.button {
  margin: 15px 0 0 0;
}
section.conclusion span.illustration {
  position: absolute;
  top: -80px;
  left: 0;
  /* background: url(../img/illustrations/4.png) no-repeat top right; */
  display: block;
  width: 660px;
  height: 713px;
  position: absolute;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b7b7b;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #7b7b7b;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #7b7b7b;
}
footer {
  background: #34373e;
  padding: 80px 0;
  display: block;
}
footer div.left,
footer div.right {
  width: 48%;
}
footer ul {
  float: right;
}
footer ul li {
  display: table-cell;
  float: left;
  margin: 0 0 0 40px;
}
footer ul li.telephone-number a {
  background: url(../img/telephone-footer.png) no-repeat 10px center;
  background-size: 15px 15px;
  color: #939393;
  padding: 0 20px 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #939393;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
footer a,
footer p {
  color: #939393;
  padding: 0;
  font-size: 14px;
}
footer img,
footer p {
  float: left;
}
footer img {
  width: 70px;
  display: inline-block;
  clear: both;
  margin: 8px 10px 0 0;
  vertical-align: middle;
}

/* -------------------------------------------------------------------------------
			WIDE
------------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  div.wrap {
    width: 92%;
  }
  div.wrap.larger {
    width: 95%;
  }
  h1 {
    font-size: 75px;
  }
  h1 span {
    padding: 10px 15% 0 0;
    font-size: 24px;
  }
  h2 {
    font-size: 55px;
    margin: 0 0 55px 0;
  }
  h2 span {
    font-size: 24px;
  }
  h3 {
    font-size: 35px;
    letter-spacing: 0;
  }
  h3 span {
    padding: 10px 20% 0 0;
  }
  h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  section.hero,
  section.hero.lp {
    background: #9d0002 url(../img/illustrations/1.png) no-repeat bottom right;
    padding: 0 0 300px 0;
  }
  section.hero div.contents h1 {
    width: 50%;
  }
  section.hero.lp div.contents h1 {
    width: 75%;
    font-size: 65px;
  }
  section.hero div.contents span.facebook-stats,
  section.hero.thank-you div.contents span.facebook-stats {
    width: 350px;
    height: 350px;
    top: -30px;
    right: 15%;
  }
  section.hero.single div.illustration {
    position: absolute;
    bottom: 0;
    right: 3%;
    background: url(../img/illustrations/5.png) no-repeat 0 0;
    width: 350px;
    height: 380px;
    background-size: 350px 487px;
  }
  section.hero.single div.illustration.two {
    width: 400px;
    height: 380px;
    background: url(../img/illustrations/18.png) no-repeat 0 0;
    background-size: 400px 462px;
    right: 3%;
  }
  section.fb-bar p {
    padding: 0 20% 20px 0;
  }
  section.fb-stats span.illustration {
    background: url(../img/illustrations/2.png) no-repeat 0 0;
    width: 600px;
    height: 482px;
    background-size: 600px 482px;
  }
  section.fb-stats h3 {
    padding: 25px 40px;
  }
  section.fb-stats h3 span.icon {
    width: 40px;
    height: 40px;
    background: url(../img/magnifying-glass.png) no-repeat 0 0;
    background-size: 40px 40px;
    left: 5%;
  }
  section.how-we-do-it ul li div.contents {
    padding: 35px 45px 40px 30px;
    min-height: 250px;
  }
  section.imagine span.illustration {
    width: 554px;
    height: 458px;
    background: url(../img/illustrations/3.png) no-repeat 0 0;
    background-size: 554px 458px;
    right: 5%;
    bottom: 0;
  }
  section.testimonials ul li div.contents p {
    font-size: 24px;
  }
  section.conclusion span.illustration {
    top: -50px;
    left: 0;
    /* background: url(../img/illustrations/4.png) no-repeat top right;
	background-size: 600px 546px; */
    width: 530px;
    height: 546px;
  }
}

/* -------------------------------------------------------------------------------
			Tablet Landscape: 960px.
------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  div.wrap {
    width: 92%;
  }
  div.wrap.larger {
    width: 95%;
  }
  h1 {
    font-size: 70px;
  }
  h1 span,
  h1.front span {
    padding: 10px 10% 0 0;
    font-size: 20px;
  }
  h1.front span {
    font-size: 18px;
  }
  h2 {
    font-size: 55px;
    margin: 0 0 55px 0;
    letter-spacing: -0.5px;
  }
  h2 span {
    font-size: 24px;
  }
  h3 {
    font-size: 32px;
    letter-spacing: 0;
  }
  h3 span {
    padding: 10px 20% 0 0;
  }
  h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  section.how-we-do-it,
  section.imagine,
  section.testimonials,
  section.conclusion,
  section.how-our-adverts-work {
    padding: 60px 0 80px 0;
  }
  section.pricing {
    padding: 60px 0 80px 0;
  }
  section.generic {
    padding: 60px 0;
  }
  section.fb-stats {
    padding: 50px 0 80px 0;
  }
  section.fb-bar {
    padding: 60px 0;
  }
  section.testimonials {
    padding: 60px 0 130px 0;
  }
  section.hero,
  section.hero.lp {
    background: #f26419 url(../img/illustrations/1.png) no-repeat bottom right;
    background-size: 1300px 675px;
    padding: 0 0 250px 0;
  }
  section.hero header {
    padding: 30px 0 0 0;
  }
  section.hero div.contents {
    padding: 140px 0 0 0;
  }
  section.hero div.contents h1 {
    width: 55%;
  }
  section.hero div.contents span.facebook-stats,
  section.hero.thank-you div.contents span.facebook-stats {
    width: 300px;
    height: 300px;
    top: -30px;
    right: 5%;
  }
  section.hero.lp div.contents span.facebook-stats {
    right: 0;
  }
  section.hero div.contents span.facebook-stats span.figures {
    font-size: 100px;
  }
  section.hero div.contents span.facebook-stats span.figures em {
    font-size: 60px;
  }
  section.hero div.contents span.facebook-stats span.figures span {
    font-size: 24px;
  }
  section.hero div.contents span.facebook-stats span.accreditation {
    width: 180px;
    height: 36px;
    background: url(../img/top-5.png) no-repeat 0 0;
    background-size: 180px 36px;
  }
  section.hero.lp.shorter {
    padding: 0 0 40px 0;
  }
  section.hero.lp.of {
    background: #f26419 url(../img/illustrations/6-2.png) no-repeat bottom right;
    background-size: contain;
    padding: 0 0 30px 0;
  }
  section.hero.lp.of div.contents {
    padding: 110px 0 0 0;
  }
  section.hero.lp div.contents h1 {
    width: 73%;
    font-size: 60px;
  }
  section.hero.lp div.contents h1 span {
    padding: 10px 5% 0 0;
  }
  section.hero.lp div.form form span.down-arrow {
    width: 60px;
    top: -30px;
    right: 47%;
  }
  section.hero.lp div.form {
    width: 92%;
    float: left;
  }
  section.hero.lp div.form form div.field.l,
  section.hero.lp div.form form div.field.r {
    width: 100%;
    clear: both;
    display: block;
  }
  section.hero.lp div.form form label {
    font-size: 18px;
  }
  section.hero.lp div.form form div.right ul li {
    background: url(../img/big-tick.png) no-repeat 0 0;
    background-size: 25px 25px;
    padding: 5px 0 5px 35px;
    font-size: 16px;
  }
  section.hero.lp div.form form div.right ul li:last-child {
    padding: 5px 0 0 35px;
  }
  @keyframes MoveUpDown {
    0% {
      top: -30px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: -30px;
    }
  }
  section.hero.single {
    background: #f26419 url(../img/glow.png) no-repeat bottom right;
    background-size: 1200px 313px;
    padding: 0 0 80px 0;
  }
  section.hero.single div.illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/illustrations/5.png) no-repeat top left;
    width: 250px;
    height: 320px;
    background-size: 300px 417px;
  }
  section.hero.single div.illustration.two {
    width: 300px;
    height: 310px;
    background: url(../img/illustrations/18.png) no-repeat 0 0;
    background-size: 300px 347px;
    right: 3%;
  }
  section.hero.thank-you div.contents span.facebook-stats {
    background-size: 150px 150px;
  }
  section.fb-bar h3 {
    padding: 0;
  }
  section.fb-bar p {
    padding: 0 15% 20px 0;
  }
  section.pricing span.row span.image img {
    width: 30px;
  }
  section.fb-stats span.illustration {
    display: none;
  }
  section.fb-stats h3 {
    padding: 25px 90px;
    margin: 0 0 40px 0;
  }
  section.fb-stats h3 span.icon {
    width: 30px;
    height: 30px;
    background: url(../img/magnifying-glass.png) no-repeat 0 0;
    background-size: 30px 30px;
    left: 5%;
  }
  section.fb-stats ul li div.contents {
    padding: 0 10px 30px 10px;
  }
  section.how-we-do-it ul li {
    vertical-align: top;
  }
  section.how-we-do-it ul li div.contents {
    padding: 35px 45px 40px 30px;
    min-height: 280px;
  }
  section.how-we-do-it.stages ul li span.tick {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 30px 30px;
  }
  section.how-we-do-it.stages ul li:nth-child(2n) span.tick {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 30px 30px;
    right: auto;
    left: 20px;
  }
  section.how-we-do-it.stages ul li div.contents div.text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 40px 25px 40px;
  }
  section.how-we-do-it.stages ul li div.contents p {
    padding: 0 10% 20px 0;
  }
  section.how-our-adverts-work ul li div.contents {
    padding: 0 10px 40px 10px;
  }
  section.how-our-adverts-work ul li span.step {
    top: -30px;
    left: -10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  section.how-our-adverts-work ul li:nth-child(3n) span.step {
    right: -10px;
  }
  section.imagine {
    background: #f26419 url(../img/glow.png) no-repeat bottom right;
    background-size: 1200px 313px;
  }
  section.imagine h3 em {
    width: 40px;
    height: 40px;
    background: url(../img/question-mark.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
  section.imagine span.illustration {
    width: 520px;
    height: 430px;
    background: url(../img/illustrations/3.png) no-repeat 0 0;
    background-size: 520px 430px;
    right: 2%;
    bottom: 0;
  }
  section.testimonials ul li div.contents p {
    font-size: 24px;
  }
  section.testimonials .pager {
    bottom: -80px;
  }
  section.testimonials ul li div.contents {
    width: 70%;
  }
  section.testimonials ul li span.details {
    width: 30%;
    float: right;
    padding: 60px 0 0 70px;
    background: url(../img/speech-point.png) no-repeat 0 65px;
    background-size: 50px 47px;
  }
  section.conclusion span.illustration {
    top: -50px;
    left: 0;
    background: url(../img/illustrations/4.png) no-repeat top right;
    background-size: 550px 500px;
    width: 370px;
    height: 498px;
  }
  section.conclusion div.contents {
    width: 55%;
  }
  section.conclusion div.contents p {
    padding: 0 5% 20px 0;
  }
  footer {
    padding: 60px 0sss;
  }
  footer div.right {
    width: 55%;
  }
  footer div.left {
    width: 45%;
  }
  footer ul li {
    margin: 0 0 0 30px;
  }
}

/* -------------------------------------------------------------------------------
			Tablet Portrait: 640px.
------------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  html,
  body {
    font-size: 16px;
  }
  div.wrap {
    width: 92%;
  }
  div.wrap.larger {
    width: 95%;
  }
  h1 {
    font-size: 60px;
  }
  h1 span {
    padding: 10px 10% 0 0;
    font-size: 18px;
  }
  h1.front span {
    font-size: 16px;
    padding: 10px 5% 0 0;
  }
  h2 {
    font-size: 45px;
    margin: 0 0 50px 0;
    letter-spacing: -0.5px;
  }
  h2 span {
    font-size: 18px;
  }
  h3 {
    font-size: 26px;
    letter-spacing: 0;
  }
  h3 span {
    font-size: 16px;
    padding: 10px 10% 0 0;
  }
  h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  a.button {
    width: 280px;
    font-size: 20px;
    height: 50px;
    line-height: 55px;
    text-align: left;
    padding: 0 0 0 25px;
  }
  a.button span {
    border-left: 1px solid #ffffff;
    width: 60px;
    background: url(../img/right-arrow.png) no-repeat center center;
    background-size: 22px 22px;
  }
  section.hero a.button span {
    background: url(../img/right-arrow-orange.png) no-repeat center center;
    background-size: 22px 22px;
  }
  section.fb-bar span.stars,
  section.testimonials span.stars {
    width: 75px;
    height: 13px;
    background: url(../img/5-stars.png) no-repeat 0 0;
    background-size: 75px 13px;
  }
  section.how-we-do-it,
  section.imagine,
  section.testimonials,
  section.conclusion,
  section.how-our-adverts-work {
    padding: 50px 0 70px 0;
  }
  section.pricing {
    padding: 50px 0 70px 0;
  }
  section.generic {
    padding: 50px 0;
  }
  section.fb-stats {
    padding: 50px 0 70px 0;
  }
  section.fb-bar {
    padding: 60px 0;
  }
  section.testimonials {
    padding: 60px 0 130px 0;
  }
  section.how-we-do-it.stages {
    background: #f26419 url(../img/illustrations/6.png) no-repeat bottom center;
    background-size: 1500px 546px;
    padding: 50px 0 620px 0;
  }
  section.hero,
  section.hero.lp {
    background: #f26419 url(../img/illustrations/1.png) no-repeat bottom right;
    background-size: 1300px 675px;
    padding: 0 0 250px 0;
  }
  section.hero header {
    padding: 30px 0 0 0;
  }
  section.hero header nav.main ul li {
    margin: 0 0 0 25px;
  }
  section.hero header nav.main ul li.get-started {
    margin: 0 0 0 15px;
  }
  section.hero header nav.main ul li.telephone-number {
    margin: 0 0 0 15px;
  }
  section.hero header nav.main ul li.telephone-number a {
    padding: 0 15px 0 35px;
    background-size: 16px 16px;
  }
  section.hero div.contents {
    padding: 140px 0 0 0;
  }
  section.hero div.contents h1 {
    width: 55%;
  }
  section.hero div.contents span.facebook-stats,
  section.hero.thank-you div.contents span.facebook-stats {
    width: 270px;
    height: 270px;
    top: -30px;
    right: 0;
  }
  section.hero.lp div.contents span.facebook-stats {
    right: 0;
  }
  section.hero div.contents span.facebook-stats span.figures {
    font-size: 90px;
  }
  section.hero div.contents span.facebook-stats span.figures em {
    font-size: 50px;
  }
  section.hero div.contents span.facebook-stats span.figures span {
    font-size: 20px;
  }
  section.hero div.contents span.facebook-stats span.accreditation {
    width: 160px;
    height: 32px;
    background: url(../img/top-5.png) no-repeat 0 0;
    background-size: 160px 32px;
  }
  section.hero.lp div.contents h1 {
    width: 60%;
    font-size: 50px;
  }
  section.hero.lp div.contents h1 span {
    padding: 10px 5% 0 0;
  }
  section.hero.lp div.form form span.down-arrow {
    width: 50px;
    top: -30px;
    right: 47%;
  }
  section.hero.lp div.form {
    width: 100%;
    float: left;
  }
  section.hero.lp div.form form div.field.l,
  section.hero.lp div.form form div.field.r {
    width: 100%;
    clear: both;
    display: block;
  }
  section.hero.lp div.form form label {
    font-size: 18px;
  }
  section.hero.lp div.form form div.right ul li {
    background: url(../img/big-tick.png) no-repeat 0 0;
    background-size: 25px 25px;
    padding: 5px 0 5px 35px;
    font-size: 16px;
  }
  section.hero.lp div.form form div.right ul li:last-child {
    padding: 5px 0 0 35px;
  }
  section.hero.lp div.form form input[type="submit"] {
    background: #3eaf30 url(../img/right-arrow.png) no-repeat 94% center;
    background-size: 35px 35px;
    height: 80px;
    padding: 0 30px;
    font-size: 35px;
  }
  section.hero.lp div.form form input[type="submit"]:hover {
    padding: 0 30px 0 35px;
    background: #3eaf30 url(../img/right-arrow.png) no-repeat 92% center;
    background-size: 35px 35px;
  }
  section.hero.lp div.form form span.ssl {
    background: url(../img/comodo-ssl.png) no-repeat top center;
    background-size: 70px 22px;
    font-size: 12px;
    line-height: 170%;
    vertical-align: top;
    display: block;
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    overflow: hidden;
    margin: 20px auto 0 auto;
  }
  section.hero.lp div.form form span.ssl span {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
    width: 100%;
    display: block;
  }
  section.hero.lp div.form form div.left,
  section.hero.lp div.form form div.right {
    padding: 30px 20px;
  }
  @keyframes MoveUpDown {
    0% {
      top: -30px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: -30px;
    }
  }
  section.hero.lp.shorter {
    padding: 0 0 40px 0;
  }
  section.hero.lp.of {
    background: #f26419 url(../img/illustrations/6-2.png) no-repeat bottom right;
    background-size: contain;
    padding: 0 0 20px 0;
  }
  section.hero.lp.of div.contents {
    padding: 100px 0 0 0;
  }
  section.hero.thank-you div.contents span.facebook-stats {
    background-size: 130px 130px;
  }
  section.hero.single {
    background: #f26419 url(../img/glow.png) no-repeat bottom right;
    background-size: 800px 209px;
    padding: 0 0 80px 0;
  }
  section.hero.single div.contents h1 {
    width: 70%;
  }
  section.hero.single div.illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/illustrations/5.png) no-repeat top left;
    width: 230px;
    height: 320px;
    background-size: 270px 376px;
  }
  section.hero.single div.illustration.two {
    width: 260px;
    height: 300px;
    background: url(../img/illustrations/18.png) no-repeat 0 0;
    background-size: 300px 347px;
    right: 0;
  }
  section.pricing div.image,
  section.pricing div.text {
    width: 100%;
    display: block;
    clear: both;
  }
  section.pricing div.image {
    padding: 40px 0 0 0;
  }
  section.pricing div.image img {
    width: 70%;
    margin: 0 auto;
  }
  section.pricing a.button,
  section.pricing.orange a.button {
    margin: 10px 0 0 0;
  }
  section.fb-bar h3 {
    padding: 0;
  }
  section.fb-bar p {
    padding: 0 10% 20px 0;
  }
  section.fb-bar p span {
    width: 16px;
    height: 16px;
    background: url(../img/fb.png) no-repeat 0 0;
    background-size: 16px 16px;
  }
  section.fb-stats span.illustration {
    display: none;
  }
  section.fb-stats h3 {
    padding: 25px 90px;
    margin: 0 0 40px 0;
  }
  section.fb-stats h3 span.icon {
    display: none;
  }
  section.fb-stats ul {
    padding: 0 0 30px 0;
  }
  section.fb-stats ul li {
    width: 33.333333%;
  }
  section.fb-stats ul li div.contents {
    padding: 0 10px;
  }
  section.fb-stats ul li span.image {
    margin: 0 auto 20px auto;
  }
  section.how-we-do-it ul {
    padding: 0 0 30px 0;
  }
  section.how-we-do-it ul li {
    vertical-align: top;
    width: 50%;
  }
  section.how-we-do-it ul li div.contents {
    padding: 35px 45px 30px 30px;
    min-height: 180px;
  }
  section.how-we-do-it ul li span.tick {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 15px 15px;
  }
  section.how-we-do-it.stages ul li span.tick {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 20px 20px;
  }
  section.how-we-do-it.stages ul li:nth-child(2n) span.tick {
    width: 20px;
    height: 20px;
    top: 15px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 20px 20px;
    right: auto;
    left: 15px;
  }
  section.how-we-do-it.stages ul li div.contents div.left {
    width: 35%;
    order: 2;
    min-height: 270px;
  }
  section.how-we-do-it.stages ul li div.contents div.right {
    width: 65%;
    order: 1;
    padding: 0;
  }
  section.how-we-do-it.stages ul li div.contents p {
    padding: 0;
  }
  section.how-our-adverts-work ul li {
    width: 50%;
    text-align: center;
  }
  section.how-our-adverts-work ul li div.contents {
    padding: 0 10px 40px 10px;
  }
  section.how-our-adverts-work ul li span.step {
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  section.how-our-adverts-work ul li span.step,
  section.how-our-adverts-work ul li:nth-child(3n) span.step,
  section.how-our-adverts-work ul li:nth-child(2n) span.step {
    left: 50%;
    transform: translateX(-50%);
  }
  section.imagine {
    background: #f26419 url(../img/glow.png) no-repeat bottom right;
    background-size: 800px 209px;
    padding: 60px 0;
  }
  section.imagine h3 {
    width: 70%;
  }
  section.imagine h3 em {
    width: 35px;
    height: 35px;
    background: url(../img/question-mark.png) no-repeat 0 0;
    background-size: 35px 35px;
  }
  section.imagine span.illustration {
    width: 350px;
    height: 290px;
    background: url(../img/illustrations/3.png) no-repeat 0 0;
    background-size: 350px 290px;
    right: 0;
    bottom: 0;
  }
  section.testimonials ul li div.contents p {
    font-size: 20px;
  }
  section.testimonials .pager {
    bottom: -80px;
  }
  section.testimonials ul li div.contents {
    width: 70%;
    padding: 35px 30px 10px 30px;
  }
  section.testimonials ul li span.details {
    width: 30%;
    float: right;
    padding: 60px 0 0 70px;
    background: url(../img/speech-point.png) no-repeat 0 65px;
    background-size: 50px 47px;
    font-size: 18px;
  }
  section.testimonials ul li span.details span.company {
    font-size: 16px;
  }
  section.conclusion {
    padding: 60px 0 70px 0;
  }
  section.conclusion span.illustration {
    top: 0;
    left: 0;
    background: url(../img/illustrations/4.png) no-repeat top right;
    background-size: 400px 364px;
    width: 250px;
    height: 453px;
  }
  section.conclusion div.contents {
    width: 60%;
  }
  section.conclusion div.contents p {
    padding: 0 0 20px 0;
  }
  footer {
    padding: 40px 0;
  }
  footer div.left,
  footer div.right {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
  }
  footer ul {
    float: none;
    text-align: center;
  }
  footer ul li {
    margin: 0 10px;
    display: inline-block;
    float: none;
  }
  footer p {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
  }
  footer img {
    margin: 0 auto 10px auto;
    display: block;
    float: none;
    width: 100px;
  }
}

/* -------------------------------------------------------------------------------
			Wide Mobile Layout: 480px.
------------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
  div.wrap,
  div.wrap.larger {
    width: 92%;
  }
  h1 {
    font-size: 55px;
    letter-spacing: -0.5px;
  }
  h1 span,
  h1.front span {
    padding: 10px 5% 0 0;
    font-size: 16px;
  }
  h1.front span {
    padding: 10px 0 0 0;
  }
  h2 {
    font-size: 40px;
    margin: 0 0 50px 0;
    letter-spacing: -0.5px;
    line-height: 120%;
  }
  h2 span {
    font-size: 18px;
    padding: 5px 0 0 0;
  }
  h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
  h3 span {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  a.button {
    width: 230px;
    font-size: 18px;
    height: 40px;
    line-height: 45px;
    text-align: left;
    padding: 0 0 0 20px;
  }
  a.button:hover {
    padding: 0 0 0 30px;
  }
  a.button span {
    border-left: 1px solid #ffffff;
    width: 50px;
    background: url(../img/right-arrow.png) no-repeat center center;
    background-size: 18px 18px;
  }
  section.hero a.button span {
    background: url(../img/right-arrow-orange.png) no-repeat center center;
    background-size: 18px 18px;
  }
  section.fb-bar span.stars,
  section.testimonials span.stars {
    width: 75px;
    height: 13px;
    background: url(../img/5-stars.png) no-repeat 0 0;
    background-size: 75px 13px;
    margin: 0 auto;
  }
  section.how-we-do-it,
  section.imagine,
  section.testimonials,
  section.conclusion,
  section.how-our-adverts-work {
    padding: 40px 0 60px 0;
  }
  section.pricing {
    padding: 50px 0;
  }
  section.generic {
    padding: 40px 0;
  }
  section.fb-stats {
    padding: 40px 0 60px 0;
  }
  section.fb-bar {
    padding: 40px 0;
  }
  section.testimonials {
    padding: 60px 0 130px 0;
  }
  section.how-we-do-it.stages {
    background: #9d0002 url(../img/illustrations/6.png) no-repeat bottom center;
    background-size: 1000px 378px;
    padding: 40px 0 430px 0;
  }
  section.hero {
    background: #9d0002 url(../img/illustrations/1.png) no-repeat bottom right;
    background-size: 700px 363px;
    padding: 0 0 130px 0;
  }
  section.hero header {
    padding: 20px 0 0 0;
  }
  section.hero header nav.main {
    display: none;
  }
  section.hero header nav.mobile {
    width: 100%;
    height: 100%;
  }
  section.hero header span.menu {
    display: block;
  }
  section.hero header div.logo {
    margin: 8px 0 0 0;
  }
  section.hero header div.logo a {
    /* width: 130px;
	height: 18px;
	background-size: 130px 18px; */
  }
  section.hero div.contents {
    padding: 120px 0 0 0;
  }
  section.hero div.contents h1 {
    width: 80%;
    margin: 0 0 25px 0;
  }
  section.hero div.contents span.facebook-stats,
  section.hero.lp div.contents span.facebook-stats {
    width: auto;
    background: #3c57a4;
    height: auto;
    padding: 5px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: -84px;
    right: 0;
    /* left: 150px; */
  }
  section.hero div.contents span.facebook-stats span.figures {
    font-size: 28px;
    position: relative;
    display: inline;
    clear: none;
  }
  section.hero div.contents span.facebook-stats span.figures em {
    font-size: 22px;
  }
  section.hero div.contents span.facebook-stats span.figures span {
    font-size: 14px;
    display: inline;
    clear: none;
  }
  section.hero div.contents span.facebook-stats span.accreditation {
    width: 100%;
    height: 30px;
    /* background: url(../img/fb.png) no-repeat center center; */
    background-size: 15px 15px;
    position: relative;
    display: inline;
    clear: none;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
  }
  span.accreditation img {
    width: 20px;
    margin-top: 7px;
    margin-bottom: 10px;
  }

  section.hero div.contents span.contents {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
  }
  section.hero.thank-you {
    background: #f26419 url(../img/illustrations/1.png) no-repeat bottom right;
    background-size: 700px 363px;
    padding: 0 0 130px 0;
    min-height: 65%;
  }
  section.hero.thank-you div.contents span.facebook-stats {
    width: 110px;
    height: 110px;
    padding: 0;
    top: 0;
    left: auto;
    right: 0;
    background: #3c57a4 url(../img/thumbs-up.png) no-repeat center center;
    background-size: 50px 50px;
  }
  section.hero.thank-you div.contents h1 {
    width: 75%;
    margin: 0 0 25px 0;
  }
  section.hero.lp div.contents h1 {
    width: 90%;
    font-size: 45px;
  }
  section.hero.lp div.contents h1 span {
    padding: 10px 5% 0 0;
  }
  section.hero.lp div.form form span.down-arrow {
    width: 40px;
    top: -30px;
    right: 55%;
  }
  section.hero.lp div.form {
    width: 100%;
    float: left;
  }
  section.hero.lp div.form form div.field.l,
  section.hero.lp div.form form div.field.r {
  }
  section.hero.lp div.form form label {
    font-size: 18px;
  }
  section.hero.lp div.form form div.right ul li {
    background: url(../img/big-tick.png) no-repeat 0 0;
    background-size: 25px 25px;
    padding: 5px 0 5px 35px;
    font-size: 16px;
  }
  section.hero.lp div.form form div.right ul li:last-child {
    padding: 5px 0 0 35px;
  }
  section.hero.lp div.form form input[type="submit"] {
    background: #3eaf30 url(../img/right-arrow.png) no-repeat 94% center;
    background-size: 35px 35px;
    height: 80px;
    padding: 0 30px;
    font-size: 35px;
  }
  section.hero.lp div.form form input[type="submit"]:hover {
    padding: 0 30px 0 35px;
    background: #3eaf30 url(../img/right-arrow.png) no-repeat 92% center;
    background-size: 35px 35px;
  }
  section.hero.lp div.form form span.ssl {
    background: url(../img/comodo-ssl.png) no-repeat top center;
    background-size: 70px 22px;
    font-size: 12px;
    line-height: 170%;
    vertical-align: top;
    display: block;
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    overflow: hidden;
    margin: 20px auto 0 auto;
  }
  section.hero.lp div.form form span.ssl span {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
    width: 100%;
    display: block;
  }
  section.hero.lp div.form form {
    display: block;
  }
  section.hero.lp div.form form div.left,
  section.hero.lp div.form form div.right {
    width: 100%;
    display: block;
    padding: 30px 20px;
  }
  section.hero.lp div.form form div.left {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  section.hero.lp div.form form div.right {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  @keyframes MoveUpDown {
    0% {
      top: -30px;
    }
    50% {
      top: -40px;
    }
    100% {
      top: -30px;
    }
  }
  section.hero.lp.shorter {
    padding: 0 0 20px 0;
  }
  section.hero.lp.of {
    background: #f26419 url(../img/illustrations/6-2.png) no-repeat bottom right;
    background-size: contain;
    padding: 0 0 10px 0;
  }
  section.hero.lp.of div.contents {
    padding: 90px 0 0 0;
  }
  section.hero.single {
    background: #f26419 url(../img/glow.png) no-repeat bottom right;
    background-size: 1000px 262px;
    padding: 0 0 40px 0;
  }
  section.hero.single div.contents h1 {
    width: 70%;
  }
  section.hero.single div.illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/illustrations/5.png) no-repeat top left;
    width: 150px;
    height: 250px;
    background-size: 250px 348px;
  }
  section.hero.single div.illustration.two {
    width: 150px;
    height: 230px;
    background: url(../img/illustrations/18.png) no-repeat 0 0;
    background-size: 250px 289px;
    right: 0;
  }
  section.fb-bar h3 {
    padding: 0;
    text-align: center;
  }
  section.fb-bar p {
    padding: 0 0 20px 0;
    text-align: center;
  }
  section.fb-bar p span {
    width: 16px;
    height: 16px;
    background: url(../img/fb.png) no-repeat 0 0;
    background-size: 16px 16px;
  }
  section.fb-bar div.left,
  section.fb-bar div.right {
    width: 100%;
    display: block;
    clear: both;
  }
  section.fb-bar div.left {
    padding: 30px 0 0 0;
  }
  section.fb-bar div.left img {
    width: 70%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.fb-stats span.illustration {
    display: none;
  }
  section.fb-stats h3 {
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 40px 0;
  }
  section.fb-stats h3 span.icon {
    display: none;
  }
  section.fb-stats ul {
    padding: 0 0 30px 0;
  }
  section.fb-stats ul li {
    width: 50%;
  }
  section.fb-stats ul li div.contents {
    padding: 0 10px;
  }
  section.fb-stats ul li span.image {
    width: 100px;
    margin: 0 auto 20px auto;
    height: 100px;
  }
  section.fb-stats ul li span.image img {
    width: 55px;
  }
  section.pricing div.image,
  section.pricing div.text {
    width: 100%;
    display: block;
    clear: both;
  }
  section.pricing div.image {
    padding: 30px 0 0 0;
  }
  section.pricing div.image img {
    width: 60%;
    margin: 0 auto;
  }
  section.pricing h2 span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding: 0;
    margin: -10px 5px 0 0;
  }
  section.pricing a.button,
  section.pricing.orange a.button {
    margin: 0;
  }
  section.pricing div.table {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.pricing h4 {
    margin: 0 0 20px 0;
  }
  section.pricing ul {
    padding: 0 0 5px 0;
  }
  section.pricing ul li {
    background: url(../img/right-arrow-orange.png) no-repeat 0 3px;
    padding: 3px 0 10px 25px;
    font-size: 16px;
    background-size: 15px 15px;
    line-height: 100%;
    margin: 0 0 10px 0;
    color: #34373e;
    font-weight: 500;
  }
  section.pricing span.row span.image img {
    width: 30px;
  }
  section.how-we-do-it ul {
    padding: 0 0 25px 0;
  }
  section.how-we-do-it ul li {
    vertical-align: top;
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 15px 0;
  }
  section.how-we-do-it ul li div.contents {
    padding: 45px 25px 25px 25px;
    min-height: auto;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.how-we-do-it ul li h4,
  section.how-we-do-it ul li p {
    text-align: center;
  }
  section.how-we-do-it ul li span.tick {
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 15px 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  section.how-we-do-it ul li {
    vertical-align: top;
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 30px 0;
  }
  section.how-we-do-it.stages ul li div.contents div.left {
    width: 40%;
    order: 2;
    min-height: 350px;
  }
  section.how-we-do-it.stages ul li div.contents div.right {
    width: 60%;
    order: 1;
    padding: 0;
  }
  section.how-we-do-it.stages ul li div.contents div.text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 30px;
  }
  section.how-we-do-it.stages ul li h4,
  section.how-we-do-it.stages ul li p {
    text-align: left;
  }
  section.how-we-do-it.stages ul li div.contents p {
    padding: 0;
  }
  section.how-we-do-it.stages ul li span.tick {
    width: 20px;
    height: 20px;
    top: 15px;
    left: auto;
    right: 5px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 20px 20px;
  }
  section.how-we-do-it.stages ul li:nth-child(2n) span.tick {
    width: 20px;
    height: 20px;
    top: 15px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 20px 20px;
    right: auto;
    left: 20px;
  }
  section.how-our-adverts-work ul li {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    padding: 0;
  }
  section.how-our-adverts-work ul li div.contents {
    padding: 0 10px 40px 10px;
  }
  section.how-our-adverts-work ul li:last-child div.contents {
    padding: 0 10px 30px 10px;
  }
  section.how-our-adverts-work ul li span.image {
    width: 75%;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.how-our-adverts-work ul li p {
    padding: 0 10% 20px 10%;
  }
  section.how-our-adverts-work ul li span.step {
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  section.how-our-adverts-work ul li span.step,
  section.how-our-adverts-work ul li:nth-child(3n) span.step,
  section.how-our-adverts-work ul li:nth-child(2n) span.step {
    left: 50%;
    transform: translateX(-50%);
  }
  section.imagine {
    background: #f26419 url(../img/glow.png) no-repeat bottom right;
    background-size: 1000px 262px;
    padding: 50px 0 250px 0;
  }
  section.imagine h3 {
    width: 100%;
    text-align: center;
  }
  section.imagine h3 em {
    width: 30px;
    height: 30px;
    background: url(../img/question-mark.png) no-repeat 0 0;
    background-size: 30px 30px;
  }
  section.imagine span.illustration {
    width: 100%;
    height: 228px;
    background: url(../img/illustrations/3.png) no-repeat bottom center;
    background-size: 275px 228px;
    right: 0;
    bottom: 0;
  }
  section.testimonials ul li div.contents p {
    font-size: 18px;
  }
  section.testimonials .pager {
    bottom: -90px;
  }
  section.testimonials ul li div.contents {
    width: 100%;
    padding: 30px 30px 10px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.testimonials ul li span.details {
    width: 100%;
    float: right;
    padding: 50px 0 0 0;
    text-align: center;
    background: url(../img/speech-point.png) no-repeat top center;
    background-size: 40px 38px;
    font-size: 18px;
  }
  section.testimonials ul li span.details span.company {
    font-size: 16px;
  }
  section.conclusion {
    padding: 0px 0 40px 0;
  }
  section.conclusion span.illustration {
    top: auto;
    bottom: -30px;
    left: 0;
    background: url(../img/illustrations/4.png) no-repeat bottom left;
    background-size: 400px 364px;
    width: 100%;
    height: 362px;
  }
  section.conclusion div.contents {
    width: 100%;
  }
  section.conclusion div.contents h3,
  section.conclusion div.contents p {
    text-align: center;
  }
  section.conclusion div.contents p {
    padding: 0 0 20px 0;
  }
  section.conclusion div.contents a.button {
    margin: 15px auto 0 auto;
    float: none;
    display: block;
  }
  footer {
    padding: 30px 0;
  }
  footer div.left,
  footer div.right {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
  }
  footer ul {
    float: none;
    text-align: center;
  }
  footer ul li {
    margin: 0 10px;
    display: inline-block;
    float: none;
  }
  footer p {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
  }
  footer img {
    margin: 0 auto 10px auto;
    display: block;
    float: none;
    width: 100px;
  }
  .field.l,
  .field.r {
    width: 96% !important;
    clear: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .spacer {
    margin-bottom: 100px;
  }
}

/* -------------------------------------------------------------------------------
			Mobile Layout: 320px.
------------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
  .spacer {
    margin-bottom: 100px;
  }
  .lapimg {
    width: 100%;
  }
  .modal-content {
    width: 90% !important;
  }
  .field.l,
  .field.r {
    width: 96% !important;
    clear: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  html,
  body {
    font-size: 14px;
  }
  div.wrap,
  div.wrap.larger {
    width: 92%;
  }
  h1 {
    font-size: 45px;
    letter-spacing: 0;
  }
  h1 span,
  h1.front span {
    padding: 10px 0 0 0;
    font-size: 16px;
  }
  h2 {
    font-size: 35px;
    margin: 0 0 40px 0;
    letter-spacing: 0;
    line-height: 120%;
  }
  h2 span {
    font-size: 16px;
    padding: 5px 0 0 0;
  }
  h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
  }
  h3 span {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
  h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  a.button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    text-align: left;
    padding: 0 0 0 20px;
  }
  a.button:hover {
    padding: 0 0 0 30px;
  }
  a.button span {
    border-left: 1px solid #ffffff;
    width: 50px;
    background: url(../img/right-arrow.png) no-repeat center center;
    background-size: 18px 18px;
  }
  section.hero a.button span {
    background: url(../img/right-arrow-orange.png) no-repeat center center;
    background-size: 18px 18px;
  }
  section.fb-bar span.stars,
  section.testimonials span.stars {
    width: 75px;
    height: 13px;
    background: url(../img/5-stars.png) no-repeat 0 0;
    background-size: 75px 13px;
    margin: 0 auto;
  }
  section.how-we-do-it,
  section.imagine,
  section.testimonials,
  section.conclusion,
  section.how-our-adverts-work {
    padding: 40px 0 60px 0;
  }
  section.pricing {
    padding: 50px 0;
  }
  section.generic {
    padding: 40px 0;
  }
  section.fb-stats {
    padding: 40px 0 60px 0;
  }
  section.fb-bar {
    padding: 40px 0;
  }
  section.testimonials {
    padding: 50px 0 120px 0;
  }
  section.onboarding-form {
    padding: 20px 0;
  }
  section.how-we-do-it.stages {
    background: #9d0002 url(../img/illustrations/6.png) no-repeat bottom center;
    background-size: 1000px 378px;
    padding: 40px 0 430px 0;
  }
  section.hero,
  section.hero.lp {
    background: #9d0002 url(../img/illustrations/1.png) no-repeat bottom right;
    background-size: 500px 260px;
    padding: 0 0 160px 0;
  }
  section.hero header {
    padding: 20px 0 0 0;
  }
  section.hero header nav.main {
    display: none;
  }
  section.hero header nav.mobile {
    width: 100%;
    height: 100%;
  }
  section.hero header span.menu {
    display: block;
  }
  section.hero header div.logo {
    margin: 8px 0 0 0;
  }
  section.hero header div.logo a {
    /* width: 130px;
	height: 18px;
	background-size: 130px 18px; */
  }
  section.hero div.contents {
    padding: 120px 0 0 0;
  }
  section.hero div.contents h1 {
    width: 100%;
    margin: 0 0 25px 0;
  }
  section.hero div.contents span.facebook-stats {
    width: auto;
    background: #3c57a4;
    height: auto;
    position: relative;
    padding: 5px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: 0;
    right: auto;
    left: 0;
    clear: both;
    display: inline-block;
    margin: 30px 0 0 0;
  }
  section.hero div.contents span.facebook-stats span.figures {
    font-size: 28px;
    position: relative;
    display: inline;
    clear: none;
  }
  section.hero div.contents span.facebook-stats span.figures em {
    font-size: 22px;
  }
  section.hero div.contents span.facebook-stats span.figures span {
    font-size: 14px;
    display: inline;
    clear: none;
  }
  section.hero div.contents span.facebook-stats span.accreditation {
    width: 120px;
    height: 30px;
    /* background: url(../img/fb.png) no-repeat center center;
	background-size: 15px 15px; */
    position: relative;
    display: inline;
    clear: none;
    float: left;
    margin: 0 10px 0 0;
  }
  span.accreditation img {
    margin-right: 2px;
    width: 15px;
    margin-top: 5px;
  }
  section.hero div.contents span.contents {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  section.hero.lp div.contents h1 {
    width: 100%;
    font-size: 35px;
  }
  section.hero.lp div.contents span.facebook-stats {
    margin: 10px 0 0 0;
  }
  section.hero.lp div.contents h1 span {
    padding: 10px 0 0 0;
  }
  section.hero.lp div.form form span.down-arrow {
    width: 40px;
    top: -30px;
    right: 10%;
  }
  section.hero.lp div.form {
    width: 100%;
    float: left;
  }
  section.hero.lp div.form form div.field.l,
  section.hero.lp div.form form div.field.r {
    display: block;
    clear: both;
    width: 100%;
  }
  section.hero.lp div.form form label {
    font-size: 18px;
  }
  section.hero.lp div.form form div.right ul li {
    background: url(../img/big-tick.png) no-repeat 0 0;
    background-size: 25px 25px;
    padding: 5px 0 5px 35px;
    font-size: 16px;
  }
  section.hero.lp div.form form div.right ul li:last-child {
    padding: 5px 0 0 35px;
  }
  section.hero.lp div.form form input[type="submit"] {
    background: #3eaf30 url(../img/right-arrow.png) no-repeat 94% center;
    background-size: 26px 26px;
    height: 65px;
    padding: 0 20px;
    font-size: 26px;
  }
  section.hero.lp div.form form input[type="submit"]:hover {
    padding: 0 30px 0 30px;
    background: #3eaf30 url(../img/right-arrow.png) no-repeat 92% center;
    background-size: 26px 26px;
  }
  section.hero.lp div.form form span.ssl {
    background: url(../img/comodo-ssl.png) no-repeat top center;
    background-size: 70px 22px;
    font-size: 12px;
    line-height: 170%;
    vertical-align: top;
    display: block;
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    overflow: hidden;
    margin: 20px auto 0 auto;
  }
  section.hero.lp div.form form span.ssl span {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
    width: 100%;
    display: block;
  }
  section.hero.lp div.form form {
    display: block;
  }
  section.hero.lp div.form form div.left,
  section.hero.lp div.form form div.right {
    width: 100%;
    display: block;
    padding: 30px 20px;
  }
  section.hero.lp div.form form div.left {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  section.hero.lp div.form form div.right {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  @keyframes MoveUpDown {
    0% {
      top: -30px;
    }
    50% {
      top: -20px;
    }
    100% {
      top: -30px;
    }
  }
  section.hero.lp.shorter {
    padding: 0 0 10px 0;
  }
  section.hero.lp.of {
    background: #9d0002 url(../img/illustrations/6-2.png) no-repeat bottom right;
    background-size: contain;
    padding: 0;
  }
  section.hero.lp.of div.contents {
    padding: 80px 0 0 0;
  }
  section.hero.thank-you {
    background: #9d0002 url(../img/illustrations/1.png) no-repeat bottom right;
    background-size: 700px 363px;
    padding: 0 0 130px 0;
    min-height: 65%;
  }
  section.hero.thank-you div.contents span.facebook-stats {
    width: 100px;
    height: 100px;
    padding: 0;
    top: 0;
    background: #3c57a4 url(../img/thumbs-up.png) no-repeat center center;
    background-size: 45px 45px;
    position: relative;
    margin: 0;
    display: block;
    clear: both;
  }
  section.hero.single {
    background: #9d0002 url(../img/glow.png) no-repeat bottom right;
    background-size: 1000px 262px;
    padding: 0 0 80px 0;
  }
  section.hero.single.alt {
    padding: 0 0 20px 0;
  }
  section.hero.single div.contents h1 {
    width: 100%;
  }
  section.hero.single div.illustration {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/illustrations/5.png) no-repeat top left;
    width: 80px;
    height: 100px;
    background-size: 120px 167px;
  }
  section.hero.single div.illustration.two {
    width: 120px;
    height: 100px;
    background: url(../img/illustrations/18.png) no-repeat 0 0;
    background-size: 120px 139px;
    right: 0;
  }
  section.pricing div.image,
  section.pricing div.text {
    width: 100%;
    display: block;
    clear: both;
  }
  section.pricing div.image {
    padding: 30px 0 0 0;
  }
  section.pricing div.image img {
    width: 80%;
    margin: 0 auto;
  }
  section.pricing h2 span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding: 0;
    margin: 0 5px 10px 0;
    display: block;
    clear: both;
  }
  section.pricing a.button,
  section.pricing.orange a.button {
    margin: 0;
  }
  section.pricing div.table {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.pricing h4 {
    margin: 0 0 20px 0;
  }
  section.pricing ul {
    padding: 0 0 5px 0;
  }
  section.pricing ul li,
  section.generic ul li {
    background: url(../img/right-arrow-orange.png) no-repeat 0 8px;
    padding: 5px 0 10px 20px;
    font-size: 14px;
    background-size: 12px 12px;
    line-height: 170%;
    margin: 0 0 10px 0;
    font-weight: 500;
  }
  section.pricing span.row span.item {
    position: relative;
    top: 50;
    transform: none;
    width: 90%;
  }
  section.pricing span.row span.image {
    width: 6%;
  }
  section.pricing span.row span.image img {
    width: 100%;
  }
  section.generic div.section,
  section.generic div.section:last-of-type {
    padding: 30px 0 10px 0;
  }
  section.fb-bar h3 {
    padding: 0;
    text-align: center;
  }
  section.fb-bar p {
    padding: 0 0 20px 0;
    text-align: center;
  }
  section.fb-bar p span {
    width: 16px;
    height: 16px;
    background: url(../img/fb.png) no-repeat 0 0;
    background-size: 16px 16px;
  }
  section.fb-bar div.left,
  section.fb-bar div.right {
    width: 100%;
    display: block;
    clear: both;
  }
  section.fb-bar div.left {
    padding: 20px 0 0 0;
  }
  section.fb-bar div.left img {
    width: 90%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.fb-stats span.illustration {
    display: none;
  }
  section.fb-stats h3 {
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 30px 0;
  }
  section.fb-stats h3 span.icon {
    display: none;
  }
  section.fb-stats ul {
    padding: 0 0 30px 0;
  }
  section.fb-stats ul li {
    width: 100%;
    display: block;
    clear: both;
  }
  section.fb-stats ul li div.contents {
    padding: 0 10px;
  }
  section.fb-stats ul li span.image {
    width: 90px;
    margin: 0 auto 15px auto;
    height: 90px;
  }
  section.fb-stats ul li span.image img {
    width: 50px;
  }
  section.how-we-do-it ul {
    padding: 0 0 25px 0;
  }
  section.how-we-do-it ul li {
    vertical-align: top;
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 15px 0;
  }
  section.how-we-do-it ul li div.contents {
    padding: 40px 20px 20px 20px;
    min-height: auto;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.how-we-do-it ul li h4,
  section.how-we-do-it ul li p {
    text-align: center;
  }
  section.how-we-do-it ul li span.tick {
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 15px 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  section.how-we-do-it.stages ul li {
    margin: 0 0 25px 0;
  }
  section.how-we-do-it.stages ul li div.contents {
    display: block;
  }
  section.how-we-do-it.stages ul li div.contents div.left {
    width: 100%;
    order: 2;
    min-height: 0;
  }
  section.how-we-do-it.stages ul li div.contents div.left img {
    display: block;
    width: 100%;
  }
  section.how-we-do-it.stages ul li div.contents div.right {
    width: 100%;
    order: 1;
    padding: 0;
  }
  section.how-we-do-it.stages ul li div.contents div.text {
    position: relative;
    top: 0;
    transform: none;
    display: block;
    padding: 30px 20px;
  }
  section.how-we-do-it.stages ul li h3,
  section.how-we-do-it.stages ul li p {
    text-align: center;
  }
  section.how-we-do-it.stages ul li div.contents p {
    padding: 0;
  }
  section.how-we-do-it.stages ul li span.tick {
    width: 20px !important;
    height: 20px !important;
    top: 15px !important;
    left: auto !important;
    right: 5px !important;
    background: url(../img/tick.png) no-repeat 0 0;
    background-size: 20px 20px !important;
  }
  section.how-our-adverts-work ul {
    padding: 0;
  }
  section.how-our-adverts-work ul li {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  section.how-our-adverts-work ul li div.contents {
    padding: 0 10px 40px 10px;
  }
  section.how-our-adverts-work ul li:last-child div.contents {
    padding: 0 10px 20px 10px;
  }
  section.how-our-adverts-work ul li span.image {
    width: 90%;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.how-our-adverts-work ul li p {
    padding: 0 0 20px 0;
  }
  section.how-our-adverts-work ul li span.step {
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  section.how-our-adverts-work ul li span.step,
  section.how-our-adverts-work ul li:nth-child(3n) span.step,
  section.how-our-adverts-work ul li:nth-child(2n) span.step {
    left: 50%;
    transform: translateX(-50%);
  }
  section.imagine {
    background: #9d0002 url(../img/glow.png) no-repeat bottom right;
    background-size: 1000px 262px;
    padding: 40px 0 200px 0;
  }
  section.imagine h3 {
    width: 100%;
    text-align: center;
  }
  section.imagine h3 em {
    width: 40px;
    height: 40px;
    display: block;
    clear: both;
    margin: 0 auto 10px auto;
    background: url(../img/question-mark.png) no-repeat 0 0;
    background-size: 40px 40px;
  }
  section.imagine span.illustration {
    width: 100%;
    height: 182px;
    background: url(../img/illustrations/3.png) no-repeat bottom center;
    background-size: 220px 182px;
    right: 0;
    bottom: 0;
  }
  section.testimonials ul li div.contents p {
    font-size: 14px;
  }
  section.testimonials .pager {
    bottom: -70px;
  }
  section.testimonials ul li div.contents {
    width: 100%;
    padding: 20px 20px 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  section.testimonials ul li span.details {
    width: 100%;
    float: right;
    padding: 50px 0 0 0;
    text-align: center;
    background: url(../img/speech-point.png) no-repeat top center;
    background-size: 40px 38px;
    font-size: 18px;
  }
  section.testimonials ul li span.details span.company {
    font-size: 16px;
  }
  section.conclusion {
    padding: 0px 0 40px 0;
  }
  section.conclusion span.illustration {
    top: auto;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 209px;
  }
  section.conclusion div.contents {
    width: 100%;
  }
  section.conclusion div.contents h3,
  section.conclusion div.contents p {
    text-align: center;
  }
  section.conclusion div.contents p {
    padding: 0 0 20px 0;
  }
  section.conclusion div.contents a.button {
    margin: 15px auto 0 auto;
    float: none;
    display: block;
  }
  footer {
    padding: 30px 0;
  }
  footer div.left,
  footer div.right {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
  }
  footer ul {
    float: none;
    text-align: center;
    padding: 10px 0 0 0;
  }
  footer ul li {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
    clear: both;
    float: none;
    text-align: center;
    border-bottom: 1px solid #3f4248;
  }
  footer ul li:last-child,
  footer ul li:nth-last-child(2) {
    border: 0;
    padding: 0;
    margin: 0;
  }
  footer ul li:last-child {
    padding: 5px 0 0 0;
  }
  footer p {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
  }
  footer img {
    margin: 0 auto 10px auto;
    display: block;
    float: none;
    width: 100px;
  }
}

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #3c57a4 !important;
  border-top: 1px solid #314a87;
  font-family: "Catamaran", sans-serif !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
}
.cookies .cc_message {
  margin: 5px 0 0px 0 !important;
  padding: 0px !important;
  line-height: 14px !important;
  font-size: 12px !important;
  color: #ffffff;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  padding-bottom: 100px;
  left: 0;
  z-index: 9999;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

div.form form label {
  font-size: 20px;
  color: #34373e;
  display: block;
  clear: both;
  margin: 0 0 5px 0;
  line-height: 100%;
  padding: 0 0 0 10px;
  font-weight: 400;
}

.input1 {
  width: 100%;
  -webkit-appearance: none;
  background: #f5f6f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  padding: 0 20px;
  color: #767676;
  display: block;
  clear: both;
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #f5f6f8;
  outline: none;
  font-weight: 300;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input1[type="text"]:focus,
.input1[type="email"]:focus,
.input1[type="tel"]:focus,
select:focus {
  -webkit-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 0px -4px rgba(0, 0, 0, 0.15);
}

.field.l,
.field.r {
  width: 48%;
  clear: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.fullwid {
  width: 100%;
}

.rad50 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 10px !important;
}

.subbut {
  width: 300px;
  height: 50px;
  display: block;
  margin-top: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #3eaf30;
  border: 0;
  color: #ffffff;
  position: relative;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  padding: 0 0 0 0px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 10px auto !important;
}

.success {
  position: relative;
  float: right;
  top: -36px;
  right: 20px;
  color: #3eaf30;
}

.error {
  position: relative;
  float: right;
  top: -36px;
  right: 20px;
  color: #ff0a0d;
}

#frm_contact .error-message {
  color: #ff0a0d;
  font-size: 13px;
  text-align: center;
  padding-bottom: 0px;
}

.clearfix {
  clear: both;
}
