body {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  background: #f9f9f9;
  color: #000000;
  padding: 80px 0px 0px 0px;
  height: 100%;
}
body.mobile-menu {
  overflow: hidden;
}
a {
  -moz-outline-style: none;
  outline: none;
  color: #00a154;
}
a:hover {
  color: #00a154;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
.btn {
  font-family: ProximaNova-Bold;
  -moz-outline-style: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border: none;
}
.btn:active {
  box-shadow: none;
}
.btn:focus {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  outline: none !important;
  -moz-outline-style: none;
}
.container {
  min-width: 200px;
  max-width: 960px;
}
.container.wide {
  max-width: 1200px;
}
.container.about-gallery {
  padding-top: 0px;
}
.container-fluid.full {
  padding: 0px;
}
.top-bar {
  background: #f8f8f8;
  display: none;
}
.top-bar .col-sm-12 {
  padding: 10px 0px;
}
.top-bar .navigation {
  float: left;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.top-bar .navigation li {
  display: inline;
  margin-right: 10px;
  line-height: 20px;
}
.top-bar .navigation li a {
  color: #666;
}
.top-bar .social {
  float: right;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.top-bar .social li {
  float: left;
  display: inline;
  margin-left: 15px;
  line-height: 20px;
}
.top-bar .social li a {
  float: left;
  padding-left: 25px;
  color: #666;
  line-height: 20px;
}
.top-bar .social li a.newsletter {
  background: url(../images/newsletter.png) no-repeat;
}
.top-bar .social li a.facebook {
  background: url(../images/facebook.png) no-repeat;
}
.top-bar .social li a.twitter {
  background: url(../images/twitter.png) no-repeat;
}
.top-bar .social li a.pinterest {
  background: url(../images/pinterest.png) no-repeat;
}
.top-bar .social li a:hover {
  color: #000;
  background-position: 0px -20px;
}
.mobile-navigation {
  float: left;
  position: fixed;
  z-index: 1001;
  vertical-align: baseline;
  height: 100% !important;
  width: 100%;
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  overflow: scroll;
}
.mobile-navigation .mobile-links {
  margin-bottom: 72px;
}
.mobile-navigation .mobile-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mobile-navigation .mobile-links ul li {
  width: 100%;
}
.mobile-navigation .mobile-links ul li.active a {
  color: #00a154;
}
.mobile-navigation .mobile-links ul li a {
  display: block;
  padding: 0px 30px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  font-family: ProximaNova-Bold;
  text-decoration: none;
  border-bottom: 1px solid #eaedf1;
}
.mobile-navigation .mobile-links ul li a:hover {
  background: #f8f8f8;
  color: #00a154;
  text-decoration: none;
}
.mobile-navigation .mobile-links ul li a.signup {
  color: #ffffff;
  background: #0079cc;
  border-bottom: none;
  line-height: 70px;
}
.mobile-navigation .mobile-links ul li a.signup:hover {
  color: #ffffff;
  background: #0464b6;
}
.mobile-navigation .mobile-links ul li a.login {
  color: #ffffff;
  background: #00a154;
  border-bottom: none;
  line-height: 70px;
}
.mobile-navigation .mobile-links ul li a.login:hover {
  color: #ffffff;
  background: #01904c;
}
.mobile-navigation .mobile-links ul li .dropdown-menu {
  float: none;
  box-shadow: none;
  border: none;
  width: 100%;
  position: relative;
  border-top: 1px solid #eaedf1;
}
.mobile-navigation .mobile-links ul li .dropdown-menu li a {
  padding: 0px 60px;
  font-size: 14px;
  line-height: 40px;
}
.navbar {
  background: #ffffff;
  float: left;
  border-bottom: 2px solid #eaedf1;
}
.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .container-fluid .navbar-brand {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  padding: 0px 0px;
  line-height: 100%;
  height: auto;
}
.navbar .container-fluid .navbar-brand img {
  display: block;
  float: left;
  height: 40px;
}
.navbar .navbar-header {
  padding: 20px 0px;
  margin: 0px;
}
.navbar .navbar-nav {
  margin-top: 20px;
}
.navbar .navbar-nav.links li .link {
  line-height: 40px;
  font-size: 15px;
  color: #666666;
  padding: 0px 10px;
  font-family: ProximaNova-Bold;
}
.navbar .navbar-nav.links li .link:hover {
  color: #00a154;
}
.navbar .navbar-nav.links li.dropdown.open .link {
  background: none;
  color: #00a154;
}
.navbar .navbar-nav.links li.dropdown a:hover {
  color: #00a154;
}
.navbar .navbar-nav.links li.active .link {
  background: none;
  color: #00a154;
}
.navbar .navbar-nav.links li .btn {
  float: right;
  padding: 0px 15px;
  line-height: 40px;
  margin-left: 15px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
.navbar .navbar-nav.links li .btn:active {
  margin-top: 2px;
  line-height: 38px;
  outline: none;
  color: #fff;
}
.navbar .navbar-nav.links li .btn.signup {
  background: #0079cc;
}
.navbar .navbar-nav.links li .btn.signup:hover {
  background: #0464b6;
}
.navbar .navbar-nav.links li .btn.login {
  background: #00a154;
}
.navbar .navbar-nav.links li .btn.login:hover {
  background: #01904c;
}
.navbar .navbar-toggle {
  margin: 0px 0px 0px 0px;
  padding: 0px 8px 0px 8px;
  border: 2px solid #bdc3c7;
  height: 30px;
}
.navbar .navbar-toggle:hover {
  background: #f8f8f8;
}
.navbar .navbar-toggle .icon-bar {
  width: 16px;
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 6px;
  border: 2px solid #bdc3c7;
  box-shadow: none;
  margin-top: 5px;
}
.hero-new {
  background: url('/assets/images/bg.hero-new.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.hero-new .container {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hero-new .container .hero-image {
  margin-bottom: 30px;
}
.hero-new .container .hero-image img {
  border-radius: 6px;
}
.hero-new .container h1 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #000000;
  line-height: 100%;
  margin: 0px 0px 50px 0px;
  text-align: center;
}
.hero-new .container h1.new {
  font-size: 46px;
}
.hero-new .container h2 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #666666;
  margin: 0px 0px 30px 0px;
  line-height: 100%;
}
.hero-new .container h2 .price {
  color: #00a154;
}
.hero-new .container h2 .number {
  color: #00a154;
}
.hero-new .container .call-to-action {
  text-align: center;
}
.hero-new .container .main-signup-button {
  padding-top: 15px;
}
.hero-video .video {
  margin-bottom: 50px;
}
.compare h3 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 100%;
  margin: 0px 0px 50px 0px;
}
.compare .table {
  margin-bottom: 0px;
}
.compare .table tr > th {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 15px 0px;
  text-align: left;
  border-color: #eaedf1;
}
.compare .table tr > th.company {
  width: 25%;
  text-align: center;
}
.compare .table tr > th.company img {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.compare .table tr > th.company span {
  display: inline-block;
  line-height: 20px;
}
.compare .table tr > th.lite {
  background: #ffffff;
}
.compare .table tr > td {
  padding: 15px 0px;
  font-size: 16px;
  border-color: #eaedf1;
  vertical-align: middle;
  border-width: 2px;
}
.compare .table tr > td.center {
  text-align: center;
  padding: 15px 15px;
}
.compare .table tr > td.lite {
  background: #ffffff;
  color: #00a154;
}
.compare .table tr > td .free {
  display: block;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.compare .table tr > td .limit {
  display: block;
}
.compare .table tr > td .arrow {
  font-family: Arial;
}
.content-block.try-for-free.mailchimp {
  background: url('/assets/images/palms.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.content-block.try-for-free.constant-contact {
  background: url('/assets/images/new-york.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.content-block.try-for-free.aweber {
  background: url('/assets/images/surf.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.content-block.try-for-free.getresponse {
  background: url('/assets/images/san-francisco.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.content-block.try-for-free .container {
  padding-bottom: 75px;
  padding-top: 75px;
}
.affiliate-header {
  background: url('/assets/images/palms.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
  border-bottom: 2px solid #eaedf1;
}
.affiliate-header .container {
  padding-bottom: 75px;
  padding-top: 75px;
  text-align: center;
}
.affiliate-header .container .title {
  margin-bottom: 60px;
}
.affiliate-header .container .title h1 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  color: #000000;
  line-height: 100%;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.affiliate-header .container .title h2 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #666666;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.affiliate-signup-login {
  text-align: center;
  background: url('/assets/images/palms.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.affiliate-header .btn,
.affiliate-signup-login .btn {
  border: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 60px;
  white-space: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.affiliate-header .btn.btn-signup,
.affiliate-signup-login .btn.btn-signup {
  background: #0079cc;
}
.affiliate-header .btn.btn-signup:hover,
.affiliate-signup-login .btn.btn-signup:hover {
  background: #0464b6;
}
.affiliate-header .btn:focus,
.affiliate-signup-login .btn:focus {
  box-shadow: none;
  line-height: 28px;
  margin-top: 2px;
}
.affiliate-header .affiliate-login,
.affiliate-signup-login .affiliate-login {
  font-size: 18px;
  color: #666666;
}
.affiliate-header .affiliate-login span,
.affiliate-signup-login .affiliate-login span {
  display: block;
  margin-bottom: 5px;
}
.compare-header.mailchimp {
  background: url('/assets/images/palms.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
  border-bottom: 2px solid #eaedf1;
}
.compare-header.constant-contact {
  background: url('/assets/images/new-york.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
  border-bottom: 2px solid #eaedf1;
}
.compare-header.aweber {
  background: url('/assets/images/surf.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
  border-bottom: 2px solid #eaedf1;
}
.compare-header.getresponse {
  background: url('/assets/images/san-francisco.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
  border-bottom: 2px solid #eaedf1;
}
.compare-header .container {
  padding-bottom: 75px;
  padding-top: 75px;
}
.compare-header .container .compare-title {
  text-align: center;
}
.compare-header .container h1 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  color: #000000;
  line-height: 100%;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.compare-header .container h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #00a154;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.feature-header.ab-testing {
  background: url('/assets/images/bg.ab-testing.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.feature-header.custom-design {
  background: url('/assets/images/bg.custom-templates.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.feature-header.custom-design .browser-new {
  float: left;
  margin-bottom: 50px;
}
.feature-header.custom-design .browser-new .browser-header {
  border-bottom: 2px solid #eaedf1;
}
.feature-header.custom-design .browser-new img {
  border-radius: 0px 0px 6px 6px;
}
.feature-header .container {
  padding-bottom: 50px;
  padding-top: 50px;
}
.feature-header .container .feature-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.feature-header .container h1 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  color: #000000;
  line-height: 100%;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.feature-header .container img {
  border-radius: 6px;
}
.feature-header.about-us {
  background: url('/assets/images/bg.about-us.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.feature-header.about-us .container {
  padding-bottom: 0px;
}
.feature-header.about-us .team {
  text-align: center;
  margin-bottom: 50px;
}
.feature-header.about-us .team img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.feature-header.about-us .team h4 {
  position: relative;
  float: left;
  font-family: ProximaNova-Bold;
  width: 100%;
  margin: 0px 0px 5px 0px;
  color: #00a154;
  font-weight: normal;
  font-size: 18px;
}
.feature-header.about-us .team h5 {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  font-family: ProximaNova-Regular;
  font-weight: normal;
  font-size: 14px;
}
.ab-versions {
  position: relative;
}
.ab-versions .version-name {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #ffffff;
  line-height: 90px;
  font-size: 30px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
}
.ab-versions-image {
  position: relative;
}
.ab-versions-image .or {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 3;
  background: #00a154;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
}
.consultation {
  background: url('/assets/images/san-francisco.jpg') no-repeat center center #d5d5d5;
  background-size: cover;
}
.about-gallery {
  padding-left: 30px;
  padding-right: 30px;
}
.about-gallery .col-sm-1,
.about-gallery .col-sm-2,
.about-gallery .col-sm-3,
.about-gallery .col-sm-4,
.about-gallery .col-sm-5,
.about-gallery .col-sm-6,
.about-gallery .col-sm-7,
.about-gallery .col-sm-8,
.about-gallery .col-sm-9,
.about-gallery .col-sm-10,
.about-gallery .col-sm-11,
.about-gallery .col-sm-12 {
  padding: 0px;
  padding-top: 50 px;
}
.content-block {
  border-bottom: 2px solid #eaedf1;
}
.content-block.no-border {
  border-bottom: none;
}
.content-block.team {
  background: #fff;
}
.content-block.logos {
  background: #fff;
}
.content-block.logos img {
  width: 90%;
}
.content-block.logos.small .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-block.logos.small img {
  width: 60%;
}
.content-block .logo {
  text-align: center;
}
.content-block .logo .img-responsive {
  display: inline-block;
}
.content-block.customer-testimonials .container {
  padding-bottom: 20px;
}
.content-block .container {
  padding-bottom: 50px;
  padding-top: 50px;
}
.content-block .container.newsletters {
  padding-top: 0px;
  padding-bottom: 20px;
}
.content-block .container.testimonials {
  padding-top: 0px;
  padding-bottom: 20px;
}
.content-block .container.about-gallery {
  padding-top: 0px;
}
.content-block .container.text {
  padding-bottom: 40px;
}
.content-block .office-image {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-block .office-gallery {
  padding: 20px 30px 30px 30px;
}
.content-block .office-gallery.job {
  padding-top: 0px;
  margin-bottom: 15px;
}
.content-block .office-gallery .col-sm-1,
.content-block .office-gallery .col-sm-2,
.content-block .office-gallery .col-sm-3,
.content-block .office-gallery .col-sm-4,
.content-block .office-gallery .col-sm-5,
.content-block .office-gallery .col-sm-6,
.content-block .office-gallery .col-sm-7,
.content-block .office-gallery .col-sm-8,
.content-block .office-gallery .col-sm-9,
.content-block .office-gallery .col-sm-10,
.content-block .office-gallery .col-sm-11,
.content-block .office-gallery .col-sm-12 {
  padding: 0px;
}
.content-block .text {
  position: relative;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  text-align: left;
}
.content-block .text.centered {
  text-align: center;
}
.content-block .text.example-title {
  margin-bottom: 30px;
}
.content-block .text.mb20 {
  margin-bottom: 20px;
}
.content-block .text.top-title {
  text-align: center;
  width: 100%;
}
.content-block .text.with-video {
  margin-bottom: 30px;
}
.content-block .text.newsletter {
  margin-bottom: 15px;
}
.content-block .text h1 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  color: #000000;
  line-height: 100%;
  margin: 0px 0px 15px 0px;
}
.content-block .text h1.no_bottom_margin {
  margin-bottom: 0px;
}
.content-block .text h2 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #666666;
  line-height: 130%;
  margin: 0px 0px 15px 0px;
}
.content-block .text h2.no_bottom_margin,
.content-block .text h2.mb0 {
  margin-bottom: 0px;
}
.content-block .text h3 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 30px;
  line-height: 100%;
  margin: 0px 0px 20px 0px;
}
.content-block .text h3 a {
  color: #000000;
}
.content-block .text h4 {
  color: #000000;
  font-family: ProximaNova-Bold;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 20px 0 10px;
}
.content-block .text .video {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-block .text-feature {
  margin-bottom: 20px;
}
.content-block .text-feature.price-info {
  margin-bottom: 0px;
}
.content-block .text-feature h4 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
.content-block .text-feature .more a span {
  font-family: Arial;
}
.content-block .image {
  padding-top: 20px;
  padding-bottom: 40px;
}
.content-block .image img {
  border-radius: 6px;
}
.content-block .call-to-action {
  margin-top: 20px;
}
.content-block .call-to-action.margin-top-20 {
  margin-top: 20px;
}
.content-block .call-to-action.mb0 {
  margin-top: 0px;
}
.content-block .call-to-action .btn {
  position: relative;
  float: left;
  font-family: ProximaNova-Bold;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 0 25px;
  background: #0079cc;
}
.content-block .call-to-action .btn:hover {
  background: #0464b6;
}
.content-block .call-to-action .btn:active {
  margin-top: 2px;
  line-height: 38px;
  outline: none;
  box-shadow: none;
}
.content-block .call-to-action .more {
  float: right;
  font-size: 18px;
  line-height: 40px;
}
.content-block .call-to-action .more span {
  font-family: Arial;
}
.content-block .call-to-action .more.trial {
  font-size: 16px;
}
.content-block .call-to-action.centered {
  text-align: center;
}
.content-block .call-to-action.centered .more {
  float: none;
}
.content-block .form-group {
  margin: 0px 0px 20px 0px;
}
.content-block .form-group.error label {
  color: #e74c3c;
}
.content-block .form-group label {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: normal;
}
.content-block .form-group label.error {
  margin-top: 10px;
  color: #e74c3c;
}
.content-block .form-group .form-control {
  margin: 0px 0px 0px 0px;
  height: 50px;
  padding: 0px 12px;
  box-shadow: none;
  border: 2px solid #ccc;
  font-size: 16px;
  color: #000;
}
.content-block .form-group .form-control:focus {
  border-color: #00a154;
}
.content-block .form-group .form-control.textarea {
  height: auto;
  line-height: 150%;
  padding: 12px 4px 4px 12px;
}
.content-block .form-group .form-control.error {
  border: 2px solid #e74c3c;
}
.content-block .btn-submit {
  width: 100%;
  line-height: 50px;
  padding: 0px;
  text-align: center;
  background: #0079cc;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-top: 5px;
}
.content-block .btn-submit:hover {
  background: #0464b6;
}
.content-block .btn-submit:active {
  margin-top: 7px;
  line-height: 48px;
  outline: none;
  box-shadow: none;
}
.content-block .info {
  margin: 15px 0px 0px 0px;
}
.content-block .sidebar {
  padding: 30px;
  font-size: 16px;
}
.content-block .sidebar .block {
  margin-bottom: 20px;
}
.content-block .sidebar .block h4 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
  color: #000000;
}
.content-block .sidebar .block ul {
  padding-left: 30px;
}
.content-block .sidebar .block ul li {
  padding-bottom: 10px;
}
.content-block .team {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-block .team img {
  display: inline-block;
  border-bottom: 2px solid #eaedf1;
  margin-bottom: 15px;
}
.content-block .team h4 {
  position: relative;
  float: left;
  font-family: ProximaNova-Bold;
  width: 100%;
  margin: 0px 0px 5px 0px;
  color: #00a154;
  font-weight: normal;
  font-size: 18px;
}
.content-block .team h5 {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  font-family: ProximaNova-Regular;
  font-weight: normal;
  font-size: 14px;
}
.content-block .logos {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-block .logos img {
  border-bottom: 2px solid #eaedf1;
  margin-bottom: 15px;
}
.content-block .logos h4 {
  position: relative;
  float: left;
  font-family: ProximaNova-Bold;
  width: 100%;
  margin: 0px 0px 5px 0px;
  color: #00a154;
  font-weight: normal;
  font-size: 18px;
}
.content-block .logos h5 {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  font-family: ProximaNova-Regular;
  font-weight: normal;
  font-size: 14px;
}
.content-block .logos .text h3 {
  text-align: center;
}
.content-block .testimonial {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 30px 30px 30px 30px;
  border-bottom: 2px solid #eaedf1;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #fff;
}
.content-block .testimonial.new-style .author .description {
  padding: 0px;
}
.content-block .testimonial.new-style .author .description h6 {
  line-height: 15px;
  margin-bottom: 5px;
}
.content-block .testimonial.new-style .author .description .company {
  display: block;
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 3px;
}
.content-block .testimonial.new-style .author .description .position {
  display: block;
  line-height: 100%;
  font-size: 13px;
}
.content-block .testimonial h5 {
  font-size: 20px;
  line-height: 150%;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
.content-block .testimonial .comment {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
}
.content-block .testimonial .author {
  width: 100%;
}
.content-block .testimonial .author .description {
  float: left;
  padding: 10px 0px 0px 0px;
  text-align: right;
  width: calc(100% - 65px);
}
.content-block .testimonial .author .description h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  line-height: 100%;
}
.content-block .testimonial .author .description span {
  font-size: 14px;
}
.content-block .testimonial .author img {
  float: right;
  margin-left: 5px;
  border-radius: 25px;
}
.content-block .price {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  border: 2px solid #eaedf1;
  height: 216px;
}
.content-block .price.long {
  height: 250px;
}
.content-block .price h4 {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  color: #007842;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
  line-height: 100%;
}
.content-block .price h4 .year {
  font-size: 20px;
}
.content-block .price h5 {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  line-height: 100%;
}
.content-block .price h5.subscribers {
  margin: 0px 0px 15px 0px;
}
.content-block .price h5.have-more {
  font-size: 22px;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  margin: 0px 0px 40px 0px;
}
.content-block .price .recommend {
  font-size: 16px;
}
.content-block .price .btn {
  background: #f0820b;
  color: #fff;
  line-height: 40px;
  padding: 0px 0px;
  width: 100%;
  text-align: center;
  outline: none;
}
.content-block .price .btn:hover {
  background: #f39c12;
}
.content-block .price .btn:active {
  line-height: 38px;
  margin-top: 2px;
  box-shadow: none;
  background: #f39c12;
}
.content-block .example {
  padding-bottom: 30px;
}
.content-block .example a {
  display: block;
}
.content-block .example a img {
  border-radius: 6px;
}
.customer-logo .logo img {
  width: 70%;
}
.feature-description {
  font-size: 18px;
  text-align: center;
  line-height: 170%;
}
.feature-description h3 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin: 0px 0px 20px 0px;
}
.feature-description-small {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 15px 0px;
}
.feature-description-small h4 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
.feature-description-small img {
  width: 50%;
  display: inline-block;
  border-radius: 150px;
  margin-bottom: 30px;
  border: 2px solid #eaedf1;
}
.footer {
  background: #fff;
}
.footer .container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer .links {
  text-align: center;
}
.footer .links h4 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0 px 15px 15px;
  color: #666666;
  font-size: 18px;
}
.footer .links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .links ul li {
  padding-bottom: 5px;
  padding-right: 10px;
}
.footer .links ul li a {
  color: #333;
}
.footer .links ul li:last-child {
  padding-bottom: 0px;
}
.copyright {
  border-top: 2px solid #eaedf1;
  background: #fff;
  text-align: left;
}
.copyright .container-fluid {
  padding: 30px 30px;
}
.copyright .container {
  padding-top: 30px;
  padding-bottom: 60px;
}
.copyright .company {
  line-height: 32px;
}
.copyright .international {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
  background: url("../images/global_small.gif") no-repeat right;
  padding: 0px 30px 0px 0px;
  line-height: 30px;
}
.copyright .social {
  float: right;
  list-style: none;
}
.copyright .social li {
  float: left;
  display: inline;
  margin-left: 15px;
}
.copyright .social li a {
  float: left;
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.copyright .social li a.facebook {
  background: url(../images/social-share/facebook.png) left center no-repeat #3b5998;
  background-size: 32px 32px;
}
.copyright .social li a.twitter {
  background: url(../images/social-share/twitter.png) left center no-repeat #56a3d9;
  background-size: 32px 32px;
}
.copyright .social li a.pinterest {
  background: url(../images/social-share/pinterest.png) left center no-repeat #cb211d;
  background-size: 32px 32px;
}
.newsletter-signup .subscribe {
  width: 100%;
  height: 46px;
  background: #00a154;
  border: none;
  padding: 0px;
  font-size: 16px;
  color: #fff;
}
.newsletter-signup .subscribe:active {
  margin-top: 2px;
  height: 44px;
  outline: none;
  box-shadow: none;
}
.newsletter-signup .subscribe:hover {
  background: #01904c;
}
.signup-success {
  border: 2px solid #00a154;
  background: url(../images/signup-success.png) 12px 6px no-repeat #ffffff;
  line-height: 42px;
  height: 46px;
  padding: 0px 12px 0px 52px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}
.signup-success span {
  font-size: 16px;
  color: #00a154;
}
.browser {
  position: relative;
  float: left;
  width: 100%;
}
.browser .browser_top {
  position: relative;
  float: left;
}
.browser .browser_top img {
  border-radius: 6px 6px 0px 0px;
}
.browser .browser_content {
  position: relative;
  float: left;
  width: 100%;
  border-left: 2px solid #bdc3c7;
  border-right: 2px solid #bdc3c7;
  border-bottom: 2px solid #bdc3c7;
  overflow: hidden;
}
.browser .browser_content img {
  position: relative;
  float: left;
}
.browser .browser_content iframe {
  position: relative;
  float: left;
}
.screenshots .screenshots-pages {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.screenshots .screenshots-pages li {
  display: inline;
}
.slide_nav {
  position: relative;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.slide_nav ul {
  position: relative;
  float: left;
  list-style: none;
  text-align: center;
  margin: 0px;
  line-height: 100%;
  height: 12px;
}
.slide_nav ul li {
  display: inline-block;
  line-height: normal;
  margin-right: 10px;
  line-height: 100%;
  height: 12px;
}
.slide_nav ul li:last-child {
  margin-right: 0px;
}
.slide_nav ul li a {
  background: #cccccc;
  height: 12px;
  width: 12px;
  display: inline-block;
  cursor: pointer;
  border-radius: 12px;
}
.slide_nav ul li a:hover {
  background: #999999;
}
.slide_nav ul li a.active:hover {
  background: #007842;
}
.lp_wrap {
  position: relative;
  overflow: hidden;
  height: 295px;
  width: 100%;
}
.lp_wrap .examples {
  position: relative;
  float: left;
  height: 295px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 200%;
}
.lp_wrap .examples li {
  position: relative;
  float: left;
  width: 230px;
  list-style: none;
  display: inline;
  margin-right: 36px;
}
.lp_wrap .examples li a {
  position: relative;
  float: left;
  width: 230px;
}
.lp_wrap .examples li a img {
  position: relative;
  float: left;
  border-radius: 6px;
}
/* ###################################################################################### */
.mobile {
  padding-bottom: 30px;
}
.mobile .email_client {
  position: relative;
  float: left;
  width: 502px;
  background: url(../images/email_client.png) no-repeat;
  padding: 118px 0px 0px 1px;
  height: 539px;
}
.mobile .email_client img {
  position: absolute;
  top: 118px;
  left: 1px;
  display: none;
  z-index: 0;
}
.mobile .iphone {
  position: relative;
  float: right;
  margin-top: 70px;
  width: 200px;
  height: 420px;
  background: url(../images/iphone.png) no-repeat;
}
.mobile .iphone img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 0;
  margin: 96px 0px 0px 17px;
}
/* ###################################################################################### */
.editor {
  float: left;
  width: 770px;
  height: 400px;
  margin-bottom: 30px;
  position: relative;
}
.editor .curtain {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 30;
  border-radius: 5px;
  -webkit-animation-name: key-editor-curtain;
  -moz-animation-name: key-editor-curtain;
  -o-animation-name: key-editor-curtain;
  animation-name: key-editor-curtain;
  -webkit-transform: translate3d(0, 0, 0);
}
.editor .curtain h1 {
  color: #FFF;
  margin-top: 180px;
}
.editor .piece {
  -o-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -o-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.editor .piece.cursor {
  width: 20px;
  height: 20px;
  background: url("../images/cursor.png");
  background-size: cover;
  z-index: 100;
  position: absolute;
  top: 250px;
  left: 500px;
  opacity: 0;
  -webkit-animation-name: key-editor-cursor;
  -moz-animation-name: key-editor-cursor;
  -o-animation-name: key-editor-cursor;
  animation-name: key-editor-cursor;
}
.editor .editor-content {
  float: left;
  width: 540px;
  height: 400px;
  background: url(../images/editor/wood.png);
  border-radius: 6px 0px 0px 6px;
  overflow: hidden;
  padding: 30px 0px 0px 70px;
}
.editor .editor-content .newsletter {
  width: 400px;
  position: relative;
  -webkit-animation-name: key-editor-newsletter;
  -moz-animation-name: key-editor-newsletter;
  -o-animation-name: key-editor-newsletter;
  animation-name: key-editor-newsletter;
}
.editor .editor-content .newsletter .newsletter-header {
  position: relative;
  float: left;
  width: 400px;
  height: 90px;
}
.editor .editor-content .newsletter .newsletter-header .controls {
  position: absolute;
  float: left;
  width: 100%;
  height: 90px;
  z-index: 1;
  opacity: 0;
  -webkit-animation-name: key-editor-header-controls;
  -moz-animation-name: key-editor-header-controls;
  -o-animation-name: key-editor-header-controls;
  animation-name: key-editor-header-controls;
}
.editor .editor-content .newsletter .newsletter-header .controls .change {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #000;
  margin-top: 35px;
  opacity: 0.5;
}
.editor .editor-content .newsletter .newsletter-header .controls .change .switch-arrow {
  background: url('../images/arrows.png') no-repeat;
  width: 10px;
  height: 8px;
  margin-top: 6px;
  margin-left: 5px;
}
.editor .editor-content .newsletter .newsletter-header .controls .change.previous {
  float: left;
  margin-left: -10px;
}
.editor .editor-content .newsletter .newsletter-header .controls .change.next {
  float: right;
  margin-right: -10px;
  -webkit-animation-name: key-editor-next;
  -moz-animation-name: key-editor-next;
  -o-animation-name: key-editor-next;
  animation-name: key-editor-next;
}
.editor .editor-content .newsletter .newsletter-header .controls .change.next .switch-arrow {
  background-position: center bottom;
}
.editor .editor-content .newsletter .newsletter-header .header-content {
  float: left;
  width: 100%;
  height: 90px;
  overflow: hidden;
  background: #666666;
  border-radius: 4px 4px 0px 0px;
}
.editor .editor-content .newsletter .newsletter-header .header-content .header-slide {
  width: 800px;
  height: 90px;
  position: relative;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation-name: key-editor-header;
  -moz-animation-name: key-editor-header;
  -o-animation-name: key-editor-header;
  animation-name: key-editor-header;
}
.editor .editor-content .newsletter .newsletter-header .header-content .header-slide .part {
  padding: 20px 30px;
  width: 400px;
  height: 90px;
  float: left;
}
.editor .editor-content .newsletter .newsletter-header .header-content .header-slide .part img {
  float: left;
  border-radius: 50px;
  margin-right: 10px;
}
.editor .editor-content .newsletter .newsletter-header .header-content .header-slide .part .text {
  float: left;
}
.editor .editor-content .newsletter .newsletter-header .header-content .header-slide .part .text .title {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin: 7px 0px 0px 0px;
  font-weight: bold;
}
.editor .editor-content .newsletter .newsletter-header .header-content .header-slide .part .text .subtitle {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.editor .editor-content .newsletter .newsletter-content {
  float: left;
  width: 400px;
  min-height: 800px;
  background: #fff;
  padding: 10px 0px;
}
.editor .editor-content .newsletter .newsletter-content .block {
  float: left;
  width: 100%;
  padding: 10px 30px;
  border-radius: 4px;
}
.editor .editor-content .newsletter .newsletter-content .block.active {
  border: 2px dashed #bdc3c7;
}
.editor .editor-content .newsletter .newsletter-content .block.title {
  line-height: 100%;
  font-size: 0px;
  padding: 0;
  border: 0px dashed #bdc3c7;
  -webkit-animation-name: key-editor-title-block;
  -moz-animation-name: key-editor-title-block;
  -o-animation-name: key-editor-title-block;
  animation-name: key-editor-title-block;
}
.editor .editor-content .newsletter .newsletter-content .block.text {
  font-size: 12px;
  line-height: 130%;
  padding-bottom: 0px;
}
.editor .editor-content .newsletter .newsletter-content .block.social {
  text-align: center;
  line-height: 100%;
  font-size: 0px;
  border: 0px dashed #bdc3c7;
  padding: 0;
  position: relative;
  -webkit-animation-name: key-editor-social-block;
  -moz-animation-name: key-editor-social-block;
  -o-animation-name: key-editor-social-block;
  animation-name: key-editor-social-block;
}
.editor .editor-content .newsletter .newsletter-content .block.social .social-container {
  width: 400px;
  overflow: hidden;
}
.editor .editor-content .newsletter .newsletter-content .block.social .social-container .social-slide {
  width: 800px;
  -webkit-animation-name: key-editor-social-slide;
  -moz-animation-name: key-editor-social-slide;
  -o-animation-name: key-editor-social-slide;
  animation-name: key-editor-social-slide;
  opacity: 0;
}
.editor .editor-content .newsletter .newsletter-content .block.social .social-container .social-slide img {
  margin: 0px 5px;
}
.editor .editor-content .newsletter .newsletter-content .block.social .social-container .social-slide .icons {
  float: left;
  width: 400px;
  padding: 10px 30px;
}
.editor .editor-content .newsletter .newsletter-content .block.social .controls {
  position: absolute;
  float: left;
  width: 400px;
  height: 56px;
  z-index: 1;
  top: 0;
  left: -2px;
  opacity: 0;
  -webkit-animation-name: key-editor-social-controls;
  -moz-animation-name: key-editor-social-controls;
  -o-animation-name: key-editor-social-controls;
  animation-name: key-editor-social-controls;
}
.editor .editor-content .newsletter .newsletter-content .block.social .controls .change {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #000;
  margin-top: 17px;
  opacity: 0.5;
}
.editor .editor-content .newsletter .newsletter-content .block.social .controls .change .switch-arrow {
  background: url('../images/arrows.png') no-repeat;
  width: 10px;
  height: 8px;
  margin-top: 6px;
  margin-left: 5px;
}
.editor .editor-content .newsletter .newsletter-content .block.social .controls .change.previous {
  float: left;
  margin-left: -10px;
}
.editor .editor-content .newsletter .newsletter-content .block.social .controls .change.next {
  float: right;
  margin-right: -10px;
  -webkit-animation-name: key-editor-social-next;
  -moz-animation-name: key-editor-social-next;
  -o-animation-name: key-editor-social-next;
  animation-name: key-editor-social-next;
}
.editor .editor-content .newsletter .newsletter-content .block.social .controls .change.next .switch-arrow {
  background-position: center bottom;
}
.editor .editor-content .newsletter .newsletter-content .block.gallery {
  padding: 10px 26px;
}
.editor .editor-content .newsletter .newsletter-content .block.gallery .line {
  float: left;
  width: 100%;
}
.editor .editor-content .newsletter .newsletter-content .block.gallery .line img {
  float: left;
  margin: 4px;
}
.editor .editor-sidebar {
  float: right;
  width: 230px;
  height: 400px;
  padding: 30px 10px 10px 30px;
  border-radius: 0px 6px 6px 0px;
  background: #fff;
}
.editor .editor-sidebar .sidebar-select {
  width: 100%;
  margin-bottom: 20px;
}
.editor .editor-sidebar .sidebar-select .btn {
  box-shadow: none;
  border: 2px solid #bdc3c7;
  width: 85px;
  padding: 0px 0px;
  line-height: 30px;
  font-size: 12px;
  color: #bdc3c7;
}
.editor .editor-sidebar .sidebar-select .btn.active {
  background: #bdc3c7;
  color: #fff;
}
.editor .editor-sidebar .sidebar-select .btn.active:hover {
  background: #bdc3c7;
}
.editor .editor-sidebar .sidebar-select .btn:hover {
  background: none;
}
.editor .editor-sidebar .block {
  float: left;
  height: 80px;
  width: 80px;
  border: 2px solid #bdc3c7;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.editor .editor-sidebar .block.title {
  background: url(../images/editor/title.png) center center no-repeat;
}
.editor .editor-sidebar .block.title_copy {
  background: url(../images/editor/title.png) center center #ffffff no-repeat;
  -webkit-animation-name: key-editor-text-selector-copy;
  -moz-animation-name: key-editor-text-selector-copy;
  -o-animation-name: key-editor-text-selector-copy;
  animation-name: key-editor-text-selector-copy;
  border-color: #00a154;
  position: absolute;
  opacity: 0;
  z-index: 5;
  top: 84px;
  left: 570px;
}
.editor .editor-sidebar .block.text {
  background: url(../images/editor/text.png) center center no-repeat;
}
.editor .editor-sidebar .block.image {
  background: url(../images/editor/image.png) center center no-repeat;
}
.editor .editor-sidebar .block.gallery {
  background: url(../images/editor/gallery.png) center center no-repeat;
}
.editor .editor-sidebar .block.button {
  background: url(../images/editor/button.png) center center no-repeat;
}
.editor .editor-sidebar .block.social {
  background: url(../images/editor/social.png) center center no-repeat;
}
.editor .editor-sidebar .block.social_copy {
  background: url(../images/editor/social.png) center center #ffffff no-repeat;
  -webkit-animation-name: key-editor-social-selector-copy;
  -moz-animation-name: key-editor-social-selector-copy;
  -o-animation-name: key-editor-social-selector-copy;
  animation-name: key-editor-social-selector-copy;
  border-color: #00a154;
  position: absolute;
  opacity: 0;
  z-index: 5;
  top: 264px;
  left: 660px;
}
.editor.animate .piece {
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@keyframes key-editor-header {
  10% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  15%,
  100% {
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@keyframes key-editor-cursor {
  1% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  4% {
    background-position: center top;
  }
  5%,
  12% {
    top: 72px;
    left: 465px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: center bottom;
  }
  13%,
  17% {
    background-position: center top;
  }
  18%,
  20% {
    background-position: center bottom;
  }
  20%,
  23% {
    top: 130px;
    left: 610px;
    background-position: center bottom;
  }
  35%,
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 145px;
    left: 285px;
    background-position: center bottom;
  }
  41%,
  44% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  45%,
  46% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: center top;
    top: 145px;
    left: 285px;
  }
  53%,
  54% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 305px;
    left: 695px;
    background-position: center top;
  }
  55% {
    background-position: center bottom;
    top: 305px;
    left: 695px;
  }
  56%,
  59% {
    background-position: center bottom;
  }
  60%,
  64% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 330px;
    left: 280px;
    background-position: center bottom;
  }
  65% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: center top;
    top: 330px;
    left: 280px;
  }
  70% {
    background-position: center top;
  }
  71% {
    background-position: center bottom;
  }
  72%,
  80% {
    top: 334px;
    left: 465px;
    background-position: center bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  84% {
    top: 334px;
    left: 485px;
  }
  85% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes key-editor-header-controls {
  4% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  5%,
  15% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  16% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes key-editor-next {
  10% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  11%,
  12% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  13% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
@keyframes key-editor-social-next {
  77% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  78%,
  79% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
@keyframes key-editor-text-selector-copy {
  17% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  18%,
  23% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 84px;
    left: 570px;
  }
  35%,
  37% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100px;
    left: 250px;
  }
  37%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes key-editor-social-selector-copy {
  49% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  53%,
  55% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 264px;
    left: 660px;
  }
  60%,
  64% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 300px;
    left: 250px;
  }
  65%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes key-editor-title-block {
  31% {
    border: 0px dashed #bdc3c7;
    padding: 0px;
  }
  32%,
  37% {
    padding: 10px 30px;
    border: 2px dashed #bdc3c7;
    font-size: 0;
  }
  38% {
    font-size: 14px;
    border: 2px solid #FFF;
    padding: 10px 30px;
  }
  39% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 10px 30px;
  }
  100% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 10px 30px;
  }
}
@keyframes key-editor-newsletter {
  41% {
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  42%,
  89% {
    -o-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  90% {
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes key-editor-social-block {
  59% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 0px dashed #bdc3c7;
    height: 0px;
  }
  60%,
  65% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 2px dashed #bdc3c7;
    height: 56px;
  }
  66% {
    border: 2px solid #FFF;
  }
  100% {
    border: 2px solid #FFF;
    padding: 2px;
  }
}
@keyframes key-editor-social-slide {
  66% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  67% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  77% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80%,
  100% {
    opacity: 1;
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@keyframes key-editor-social-controls {
  71% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  72%,
  80% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  81%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes key-editor-curtain {
  0%,
  90% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  97%,
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes key-editor-header {
  10% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  15%,
  100% {
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@-webkit-keyframes key-editor-cursor {
  1% {
    opacity: 1;
  }
  4% {
    background-position: center top;
  }
  5%,
  12% {
    top: 72px;
    left: 465px;
    opacity: 1;
    background-position: center bottom;
  }
  13%,
  17% {
    background-position: center top;
  }
  18%,
  20% {
    background-position: center bottom;
  }
  20%,
  23% {
    top: 130px;
    left: 610px;
    background-position: center bottom;
  }
  35%,
  40% {
    opacity: 1;
    top: 145px;
    left: 285px;
    background-position: center bottom;
  }
  41%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
    background-position: center top;
    top: 145px;
    left: 285px;
  }
  53%,
  54% {
    opacity: 1;
    top: 305px;
    left: 695px;
    background-position: center top;
  }
  55% {
    background-position: center bottom;
    top: 305px;
    left: 695px;
  }
  56%,
  59% {
    background-position: center bottom;
  }
  60%,
  64% {
    opacity: 1;
    top: 330px;
    left: 280px;
    background-position: center bottom;
  }
  65% {
    opacity: 1;
    background-position: center top;
    top: 330px;
    left: 280px;
  }
  70% {
    background-position: center top;
  }
  71% {
    background-position: center bottom;
  }
  72%,
  80% {
    top: 334px;
    left: 465px;
    background-position: center bottom;
    opacity: 1;
  }
  84% {
    top: 334px;
    left: 485px;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes key-editor-header-controls {
  4% {
    opacity: 0;
  }
  5%,
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
}
@-webkit-keyframes key-editor-next {
  10% {
    opacity: 0.5;
  }
  11%,
  12% {
    opacity: 1;
  }
  13% {
    opacity: 0.5;
  }
}
@-webkit-keyframes key-editor-social-next {
  77% {
    opacity: 0.5;
  }
  78%,
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
}
@-webkit-keyframes key-editor-text-selector-copy {
  17% {
    opacity: 0;
  }
  18%,
  23% {
    opacity: 1;
    top: 84px;
    left: 570px;
  }
  35%,
  37% {
    opacity: 1;
    top: 100px;
    left: 250px;
  }
  37%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes key-editor-social-selector-copy {
  49% {
    opacity: 0;
  }
  53%,
  55% {
    opacity: 1;
    top: 264px;
    left: 660px;
  }
  60%,
  64% {
    opacity: 1;
    top: 300px;
    left: 250px;
  }
  65%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes key-editor-title-block {
  31% {
    border: 0px dashed #bdc3c7;
    padding: 0px;
  }
  32%,
  37% {
    padding: 15px 28px;
    border: 2px dashed #bdc3c7;
    font-size: 0;
  }
  38% {
    font-size: 14px;
    border: 2px solid #FFF;
    padding: 15px 28px;
  }
  39% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 15px 28px;
  }
  100% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 15px 28px;
  }
}
@-webkit-keyframes key-editor-newsletter {
  41% {
    top: 0;
  }
  42%,
  89% {
    top: -120px;
  }
  90% {
    top: 0;
  }
}
@-webkit-keyframes key-editor-social-block {
  59% {
    opacity: 0;
    border: 0px dashed #bdc3c7;
    height: 0px;
  }
  60%,
  65% {
    opacity: 1;
    border: 2px dashed #bdc3c7;
    height: 56px;
  }
  66% {
    border: 2px solid #FFF;
  }
  100% {
    border: 2px solid #FFF;
    padding: 2px;
  }
}
@-webkit-keyframes key-editor-social-slide {
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  77% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80%,
  100% {
    opacity: 1;
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@-webkit-keyframes key-editor-social-controls {
  71% {
    opacity: 0;
  }
  72%,
  80% {
    opacity: 1;
  }
  81%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes key-editor-curtain {
  0%,
  90% {
    opacity: 0;
  }
  97%,
  100% {
    opacity: 1;
  }
}
@-moz-keyframes key-editor-header {
  10% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  15%,
  100% {
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@-moz-keyframes key-editor-cursor {
  1% {
    opacity: 1;
  }
  4% {
    background-position: center top;
  }
  5%,
  12% {
    top: 72px;
    left: 465px;
    opacity: 1;
    background-position: center bottom;
  }
  13%,
  17% {
    background-position: center top;
  }
  18%,
  20% {
    background-position: center bottom;
  }
  20%,
  23% {
    top: 130px;
    left: 610px;
    background-position: center bottom;
  }
  35%,
  40% {
    opacity: 1;
    top: 145px;
    left: 285px;
    background-position: center bottom;
  }
  41%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
    background-position: center top;
    top: 145px;
    left: 285px;
  }
  53%,
  54% {
    opacity: 1;
    top: 305px;
    left: 695px;
    background-position: center top;
  }
  55% {
    background-position: center bottom;
    top: 305px;
    left: 695px;
  }
  56%,
  59% {
    background-position: center bottom;
  }
  60%,
  64% {
    opacity: 1;
    top: 330px;
    left: 280px;
    background-position: center bottom;
  }
  65% {
    opacity: 1;
    background-position: center top;
    top: 330px;
    left: 280px;
  }
  70% {
    background-position: center top;
  }
  71% {
    background-position: center bottom;
  }
  72%,
  80% {
    top: 334px;
    left: 465px;
    background-position: center bottom;
    opacity: 1;
  }
  84% {
    top: 334px;
    left: 485px;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes key-editor-header-controls {
  4% {
    opacity: 0;
  }
  5%,
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
}
@-moz-keyframes key-editor-next {
  10% {
    opacity: 0.5;
  }
  11%,
  12% {
    opacity: 1;
  }
  13% {
    opacity: 0.5;
  }
}
@-moz-keyframes key-editor-social-next {
  77% {
    opacity: 0.5;
  }
  78%,
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
}
@-moz-keyframes key-editor-text-selector-copy {
  17% {
    opacity: 0;
  }
  18%,
  23% {
    opacity: 1;
    top: 84px;
    left: 570px;
  }
  35%,
  37% {
    opacity: 1;
    top: 100px;
    left: 250px;
  }
  37%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes key-editor-social-selector-copy {
  49% {
    opacity: 0;
  }
  53%,
  55% {
    opacity: 1;
    top: 264px;
    left: 660px;
  }
  60%,
  64% {
    opacity: 1;
    top: 300px;
    left: 250px;
  }
  65%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes key-editor-title-block {
  31% {
    border: 0px dashed #bdc3c7;
    padding: 0px;
  }
  32%,
  37% {
    padding: 10px 30px;
    border: 2px dashed #bdc3c7;
    font-size: 0;
  }
  38% {
    font-size: 14px;
    border: 2px solid #FFF;
    padding: 10px 30px;
  }
  39% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 10px 30px;
  }
  100% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 10px 30px;
  }
}
@-moz-keyframes key-editor-newsletter {
  41% {
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  42%,
  89% {
    -o-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
  90% {
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes key-editor-social-block {
  59% {
    opacity: 0;
    border: 0px dashed #bdc3c7;
    height: 0px;
  }
  60%,
  65% {
    opacity: 1;
    border: 2px dashed #bdc3c7;
    height: 56px;
  }
  66% {
    border: 2px solid #FFF;
  }
  100% {
    border: 2px solid #FFF;
    padding: 2px;
  }
}
@-moz-keyframes key-editor-social-slide {
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  77% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80%,
  100% {
    opacity: 1;
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@-moz-keyframes key-editor-social-controls {
  71% {
    opacity: 0;
  }
  72%,
  80% {
    opacity: 1;
  }
  81%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes key-editor-curtain {
  0%,
  90% {
    opacity: 0;
  }
  97%,
  100% {
    opacity: 1;
  }
}
@-o-keyframes key-editor-header {
  10% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  15%,
  100% {
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@-o-keyframes key-editor-cursor {
  1% {
    opacity: 1;
  }
  4% {
    background-position: center top;
  }
  5%,
  12% {
    top: 72px;
    left: 465px;
    opacity: 1;
    background-position: center bottom;
  }
  13%,
  17% {
    background-position: center top;
  }
  18%,
  20% {
    background-position: center bottom;
  }
  20%,
  23% {
    top: 130px;
    left: 610px;
    background-position: center bottom;
  }
  35%,
  40% {
    opacity: 1;
    top: 145px;
    left: 285px;
    background-position: center bottom;
  }
  41%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
    background-position: center top;
    top: 145px;
    left: 285px;
  }
  53%,
  54% {
    opacity: 1;
    top: 305px;
    left: 695px;
    background-position: center top;
  }
  55% {
    background-position: center bottom;
    top: 305px;
    left: 695px;
  }
  56%,
  59% {
    background-position: center bottom;
  }
  60%,
  64% {
    opacity: 1;
    top: 330px;
    left: 280px;
    background-position: center bottom;
  }
  65% {
    opacity: 1;
    background-position: center top;
    top: 330px;
    left: 280px;
  }
  70% {
    background-position: center top;
  }
  71% {
    background-position: center bottom;
  }
  72%,
  80% {
    top: 334px;
    left: 465px;
    background-position: center bottom;
    opacity: 1;
  }
  84% {
    top: 334px;
    left: 485px;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes key-editor-header-controls {
  4% {
    opacity: 0;
  }
  5%,
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
}
@-o-keyframes key-editor-next {
  10% {
    opacity: 0.5;
  }
  11%,
  12% {
    opacity: 1;
  }
  13% {
    opacity: 0.5;
  }
}
@-o-keyframes key-editor-social-next {
  77% {
    opacity: 0.5;
  }
  78%,
  79% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
}
@-o-keyframes key-editor-text-selector-copy {
  17% {
    opacity: 0;
  }
  18%,
  23% {
    opacity: 1;
    top: 84px;
    left: 570px;
  }
  35%,
  37% {
    opacity: 1;
    top: 100px;
    left: 250px;
  }
  37%,
  100% {
    opacity: 0;
  }
}
@-o-keyframes key-editor-social-selector-copy {
  49% {
    opacity: 0;
  }
  53%,
  55% {
    opacity: 1;
    top: 264px;
    left: 660px;
  }
  60%,
  64% {
    opacity: 1;
    top: 300px;
    left: 250px;
  }
  65%,
  100% {
    opacity: 0;
  }
}
@-o-keyframes key-editor-title-block {
  31% {
    border: 0px dashed #bdc3c7;
    padding: 0px;
  }
  32%,
  37% {
    padding: 10px 30px;
    border: 2px dashed #bdc3c7;
    font-size: 0;
  }
  38% {
    font-size: 14px;
    border: 2px solid #FFF;
    padding: 10px 30px;
  }
  39% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 10px 30px;
  }
  100% {
    border: 2px solid #FFF;
    font-size: 18px;
    padding: 10px 30px;
  }
}
@-o-keyframes key-editor-newsletter {
  41% {
    top: 0;
  }
  42%,
  89% {
    top: -120px;
  }
  90% {
    top: 0;
  }
}
@-o-keyframes key-editor-social-block {
  59% {
    opacity: 0;
    border: 0px dashed #bdc3c7;
    height: 0px;
  }
  60%,
  65% {
    opacity: 1;
    border: 2px dashed #bdc3c7;
    height: 56px;
  }
  66% {
    border: 2px solid #FFF;
  }
  100% {
    border: 2px solid #FFF;
    padding: 2px;
  }
}
@-o-keyframes key-editor-social-slide {
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  77% {
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80%,
  100% {
    opacity: 1;
    -o-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}
@-o-keyframes key-editor-social-controls {
  71% {
    opacity: 0;
  }
  72%,
  80% {
    opacity: 1;
  }
  81%,
  100% {
    opacity: 0;
  }
}
@-o-keyframes key-editor-curtain {
  0%,
  90% {
    opacity: 0;
  }
  97%,
  100% {
    opacity: 1;
  }
}
/* ###################################################################################### */
.select_wrap {
  position: relative;
}
.select_wrap > span {
  display: block!important;
  overflow: hidden!important;
  font-size: 16px!important;
  text-align: left!important;
  z-index: 100!important;
  line-height: 46px;
  padding: 0px 12px;
  background: url('../images/select-caret.png') no-repeat right #ffffff !important;
  border: 2px solid #bdc3c7 !important;
  border-radius: 4px!important;
}
.select_wrap select {
  opacity: 0!important;
  position: absolute!important;
  cursor: pointer!important;
  font-size: inherit !important;
  margin: 0px!important;
  height: 100%!important;
  width: 100%!important;
  z-index: 1!important;
  top: 0px!important;
  bottom: 0px!important;
  left: 0px!important;
  right: 0px!important;
  -webkit-appearance: menulist-button;
}
.select_wrap.short span {
  width: 53px!important;
}
.select_wrap.short select {
  width: 53px!important;
}
.select_wrap.long span {
  width: 200px!important;
}
.select_wrap.long select {
  width: 200px!important;
}
.select_wrap.auto_width {
  width: auto!important;
}
.select_wrap.auto_width span {
  padding-right: 30px!important;
  width: auto!important;
}
.select_wrap.auto_width select {
  width: 100%!important;
}
.select_wrap.full-width {
  max-width: 600px!important;
  width: 100%;
}
.select_wrap.full-width.full-width-100 {
  max-width: none;
}
.select_wrap.full-width span {
  padding-right: 30px!important;
  width: 100%!important;
}
.select_wrap.full-width select {
  width: 100%!important;
}
/* ###################################################################################### */
.customer-comments,
.newsletter-examples,
.pricing {
  margin-top: 20px;
}
.content-block .mb-20 {
  margin-bottom: 20px;
}
.content-block .mb-30 {
  margin-bottom: 30px;
}
.content-block .mb-50 {
  margin-bottom: 50px;
}
.content-block .mb-80 {
  margin-bottom: 80px;
}
.content-block.christmas {
  position: absolute;
  background: url(../images/kaledos/socks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-bottom: none;
  margin-top: -80px;
}
.content-block.christmas .video {
  margin-top: 130px;
}
.content-block.christmas h1 {
  color: #000;
}
.content-block.christmas h2 {
  color: #000;
}
.content-block.christmas h2 a {
  text-decoration: underline;
  color: #000;
}
.content-block.christmas h2 a:hover {
  text-decoration: none;
}
.content-block.christmas .greeting {
  margin: 0px 0px 30px 0px;
}
.newsletter-gallery {
  margin-bottom: 20px;
}
.newsletter-gallery-new {
  margin-bottom: 20px;
}
.newsletter-gallery-new.top-examples {
  margin-bottom: 0px;
}
.newsletter-gallery-new .example {
  position: relative;
}
.newsletter-gallery-new .example a .description {
  display: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  width: 100%;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  padding: 20px;
  border-radius: 6px 6px 0px 0px;
}
.newsletter-gallery-new .example a .description h4 {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
}
.newsletter-gallery-new .example a:hover .description {
  display: block;
}
/* ###################################################################################### */
.feature img {
  border-radius: 10px;
  border: 2px solid #eaedf1;
}
.feature .text h3 {
  margin-bottom: 35px;
}
.feature .feature-description {
  font-size: 16px;
  padding-top: 70px;
}
.feature .feature-description h3 {
  margin: 0px 0px 20px 0px;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-style: normal;
}
.feature .feature-description h3 a {
  color: #00a154;
}
.consultation-message {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  border-bottom: 2px solid #eaedf1;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
}
.consultation-message h4 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 30px;
  color: #000000;
  margin: 0px 0px 10px 0px;
  color: #00a154;
}
.consultation-message p {
  margin-bottom: 0px;
}
/* ###################################################################################### */
.custom-price {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  border-bottom: 2px solid #eaedf1;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  margin: 15px 0px;
}
.custom-price .service-price {
  width: 100%;
  display: block;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 36px;
  color: #00a154;
  margin-bottom: 15px;
}
.custom-price h4 {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
/* ###################################################################################### */
.price-options {
  margin-top: 20px;
}
.price-options .dropdown {
  float: right;
}
.price-options .dropdown .selected {
  display: block;
  background: #fff;
  border-radius: 6px;
  line-height: 30px;
  padding: 0px 10px;
  color: #666666;
  text-decoration: none;
  box-shadow: 0 -2px 0 #eaedf1 inset;
}
.price-options .dropdown .dropdown-menu {
  border: none;
  background: #eaedf1;
  box-shadow: none;
  min-width: 80px;
}
.price-options .dropdown .dropdown-menu a {
  padding: 3px 10px;
  color: #666666;
}
.price-options .dropdown .dropdown-menu a:hover {
  background: #bdc3c7;
  color: #000;
}
.pay-option {
  position: relative;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.pay-option li {
  position: relative;
  float: left;
  display: inline;
  margin-right: 30px;
  padding: 0px 0px 5px 0px;
}
.pay-option li a {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 20px;
  color: #666666;
  line-height: 25px;
}
.pay-option li a:hover {
  color: #000;
  text-decoration: none;
}
.pay-option li.active {
  border-bottom: 2px solid #00a154;
}
.pay-option li.active a {
  color: #00a154;
  text-decoration: none;
}
.pay-option li.active .discount {
  display: none;
}
.pay-option li .discount {
  position: absolute;
  top: -15px;
  right: -57px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #f0820b;
  color: #ffffff;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  text-align: center;
  line-height: 100%;
}
.pay-option li .discount .save {
  display: block;
  font-size: 12px;
  margin: 9px 0px 2px 0px;
}
.pay-option li .discount .size {
  display: block;
  font-size: 16px;
}
.discount-mobile {
  margin: 15px 0px;
  color: #00a154;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 16px;
}
/* ###################################################################################### */
.pricing-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 15px 0px 30px 0px;
}
.pricing-list.centered li {
  text-align: center;
}
.pricing-list.centered li .plan-price {
  float: none;
  position: relative;
  line-height: 50px;
  height: 50px;
  display: table;
  text-align: center;
  margin: auto;
}
.pricing-list.centered li .plan-price.free {
  font-size: 28px;
}
.pricing-list.centered li .plan-price .currency,
.pricing-list.centered li .plan-price .month,
.pricing-list.centered li .plan-price .amount {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.pricing-list.centered li .plan-price .amount {
  padding: 0px 5px;
}
.pricing-list li {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eaedf1;
}
.pricing-list li:hover {
  background: #ffffcd;
}
.pricing-list li:first-child {
  border-radius: 6px 6px 0px 0px;
}
.pricing-list li:last-child {
  border-radius: 0px 0px 6px 6px;
}
.pricing-list li.free {
  background: #00a154;
  border-bottom: 2px solid #01904c;
  border-radius: 6px;
}
.pricing-list li.free .title {
  color: #fff;
}
.pricing-list li.free .title.limit {
  color: #fff;
}
.pricing-list li.free .description {
  color: #fff;
}
.pricing-list li.free .description.limit {
  color: #fff;
}
.pricing-list li .col-sm-4 {
  padding: 15px 30px;
}
.pricing-list li .title {
  display: block;
  font-size: 20px;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  line-height: 30px;
}
.pricing-list li .title.limit {
  color: #666666;
}
.pricing-list li .description {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.pricing-list li .description.limit {
  color: #666666;
}
.pricing-list li .plan-price {
  float: left;
  display: block;
  font-size: 16px;
  color: #00a154;
  line-height: 50px;
}
.pricing-list li .plan-price.free {
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 36px;
  color: #00a154;
}
.pricing-list li .plan-price .full-price {
  float: left;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 15px;
}
.pricing-list li .plan-price .full-price.eur {
  margin-right: 5px;
}
.pricing-list li .plan-price .currency {
  float: left;
  font-size: 20px;
}
.pricing-list li .plan-price .amount {
  float: left;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  font-size: 36px;
  margin: 0px 5px;
}
.pricing-list li .plan-price .amount.year {
  font-size: 28px;
}
.pricing-list li .plan-price .month {
  float: left;
}
.pricing-list.high-volume li .title {
  font-size: 16px;
  line-height: 20px;
}
.pricing-list.high-volume li .plan-price {
  font-size: 16px;
  line-height: 40px;
}
.pricing-list.high-volume li .plan-price .amount {
  font-size: 28px;
}
/* ###################################################################################### */
.jobs {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.jobs li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.jobs li:last-child {
  margin-bottom: 0px;
}
.jobs li a {
  float: left;
  width: 100%;
  border-radius: 6px;
  border-bottom: 2px solid #eaedf1;
  background: #fff;
  padding: 0px 20px;
  line-height: 50px;
  font-size: 18px;
}
.jobs li a span {
  font-family: Arial;
}
.jobs li a:hover {
  background: #ffffcd;
}
/* ###################################################################################### */
.job-offer {
  font-size: 16px;
}
.job-offer h3 {
  font-size: 24px;
  font-family: ProximaNova-Bold;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
}
.job-offer ul {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.job-offer ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.job-offer .section {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.job-offer .start {
  font-weight: bold;
}
/* ###################################################################################### */
.blog {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.blog .date {
  color: #666666;
}
.blog h4 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  font-weight: normal;
}
/* ###################################################################################### */
.categories {
  display: block;
  padding: 0px;
  margin: 15px 0px 0px 0px;
}
.categories li {
  list-style: none;
  display: inline-block;
  margin: 5px 3px;
}
.categories li a {
  display: inline-block;
  border: 2px solid #bdc3c7;
  padding: 8px 10px;
  color: #777777;
  border-radius: 10px;
  font-size: 14px;
  line-height: 100%;
}
.categories li a:hover,
.categories li a:focus,
.categories li a:active {
  border-color: #00a154;
  color: #00a154;
  text-decoration: none;
}
.categories li.active a {
  color: #ffffff;
  background: #00a154;
  border-color: #00a154;
}
/* ###################################################################################### */
.arrow {
  font-family: Arial;
}
/* ###################################################################################### */
.video {
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}
/* ###################################################################################### */
#grid .column {
  float: left;
  padding: 0px 15px;
}
#grid .column .testimonial {
  margin-bottom: 30px;
}
#grid[data-columns]::before {
  content: '2 .column.size-1of2';
}
.size-1of1 {
  width: 100%;
}
.size-1of2 {
  width: 50%;
}
.size-1of3 {
  width: 33.333%;
}
/* ###################################################################################### */
ul.languages {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0;
  list-style: none;
}
ul.languages li {
  margin-bottom: 20px;
  position: relative;
  float: left;
  display: inline;
  width: 230px;
  margin-right: 36px;
  line-height: 20px;
}
ul.languages li.last-in-line {
  margin-right: 0;
}
ul.languages li a {
  position: relative;
  float: left;
  line-height: 30px;
  padding-left: 45px;
  font-size: 16px;
}
ul.languages li.en a {
  background: url(../images/flags/global.gif) no-repeat left;
}
ul.languages li.fr a {
  background: url(../images/flags/fr.gif) no-repeat left;
}
ul.languages li.es a {
  background: url(../images/flags/es.gif) no-repeat left;
}
ul.languages li.se a {
  background: url(../images/flags/se.gif) no-repeat left;
}
ul.languages li.fi a {
  background: url(../images/flags/fi.gif) no-repeat left;
}
ul.languages li.lt a {
  background: url(../images/flags/lt.gif) no-repeat left;
}
ul.languages li.ru a {
  background: url(../images/flags/ru.gif) no-repeat left;
}
ul.languages li.ua a {
  background: url(../images/flags/ua.gif) no-repeat left;
}
ul.languages li.it a {
  background: url(../images/flags/it.gif) no-repeat left;
}
ul.languages li.ir a {
  background: url(../images/flags/ir.gif) no-repeat left;
}
.ipad-block {
  background: url('/assets/images/ipad/bg.jpg') no-repeat fixed;
  background-size: cover;
}
.ipad-block .ipad {
  width: 346px;
  height: auto;
  margin-top: 30px;
  display: inline-block;
}
.ipad-block .ipad-text {
  margin-top: 70px;
}
.ipad-block .appstore {
  background: url('/assets/images/ipad/appstore.png') no-repeat;
  width: 203px;
  height: 60px;
  background-size: 203px 60px;
  display: block;
  margin-top: 15px;
  margin-left: 0!important;
  margin-right: 0!important;
}
.content-block .appstore {
  background: url('/assets/images/ipad/appstore.png') no-repeat;
  width: 203px;
  height: 60px;
  background-size: 203px 60px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.example-single,
.browser-new {
  width: 100%;
}
.example-single.custom-templates .browser-header,
.browser-new.custom-templates .browser-header {
  border-width: 2px;
}
.example-single .browser-header,
.browser-new .browser-header {
  float: left;
  width: 100%;
  border: 2px solid #eaedf1;
  border-width: 2px 2px 0px 2px;
  padding: 15px;
  background: #ffffff;
  border-radius: 6px 6px 0px 0px;
}
.example-single .browser-header .dots,
.browser-new .browser-header .dots {
  float: left;
  list-style: outside none none;
  margin: 0px;
  padding-left: 0px;
  width: auto;
}
.example-single .browser-header .dots li,
.browser-new .browser-header .dots li {
  background: #e3e3e3 none repeat scroll 0 0;
  border-radius: 12px;
  display: inline;
  float: left;
  height: 12px;
  margin-right: 10px;
  width: 12px;
}
.example-single iframe,
.browser-new iframe {
  width: 100%;
  border: 2px solid #eaedf1;
  overflow: hidden;
}
.example-single .carousel,
.browser-new .carousel {
  clear: left;
  border: 2px solid #eaedf1;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 6px 6px;
}
.example-single .carousel img,
.browser-new .carousel img {
  border: none;
}
.example-single .carousel .left,
.browser-new .carousel .left,
.example-single .carousel .right,
.browser-new .carousel .right {
  background-image: none;
}
.example-single .carousel .carousel-indicators,
.browser-new .carousel .carousel-indicators {
  top: 100%;
  margin-top: 30px;
}
.example-single .carousel .carousel-indicators li,
.browser-new .carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  background: #bdc3c7;
  border: none;
  margin: 0px 4px;
}
.example-single .carousel .carousel-indicators li.active,
.browser-new .carousel .carousel-indicators li.active {
  background: #00a154;
}
.browser-new img {
  float: left;
  border: 2px solid #eaedf1;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 6px 6px;
}
.mobile-preview {
  position: absolute;
  z-index: 1001;
  background: url(../images/mobile-preview-content.png) no-repeat;
  height: 703px;
  width: 346px;
  right: 0;
  top: 60px;
}
.mobile-preview iframe {
  border: 0 none;
  height: 545px;
  margin-left: 18px;
  margin-top: 75px;
  overflow: scroll;
  width: 309px;
}
.newsletter-example {
  position: relative;
}
.newsletter-example .row {
  position: relative;
}
.preview-mode {
  margin-bottom: 30px;
  text-align: center;
}
.preview-mode ul {
  padding-left: 0px;
}
.preview-mode ul li {
  display: inline;
  margin-right: 30px;
  padding-bottom: 15px;
}
.preview-mode ul li:last-child {
  margin-right: 0px;
}
.preview-mode ul li a {
  font-size: 18px;
  color: #666666;
}
.preview-mode ul li a:hover {
  text-decoration: none;
}
.preview-mode ul li.active {
  border-bottom: 2px solid #00a154;
}
.preview-mode ul li.active a {
  color: #00a154;
}
.social-share-button {
  float: left;
  width: 100%;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  opacity: 0.9;
}
.social-share-button.facebook {
  background: url(../images/social-share/facebook.png) left center no-repeat #3b5998;
  background-size: 64px 64px;
}
.social-share-button.twitter {
  background: url(../images/social-share/twitter.png) left center no-repeat #56a3d9;
  background-size: 64px 64px;
}
.social-share-button.pinterest {
  background: url(../images/social-share/pinterest.png) left center no-repeat #cb211d;
  background-size: 64px 64px;
}
.social-share-button:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.social-share-button:focus {
  margin-top: 2px;
  line-height: 62px;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}
.main-signup-button .btn-trial {
  font-size: 20px;
  font-family: ProximaNova-Bold;
  padding: 10px 30px;
  line-height: 30px;
  background: #0079cc;
  color: #fff;
  border: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  white-space: normal;
}
.main-signup-button .btn-trial:hover {
  background: #0464b6;
}
.main-signup-button .btn-trial:active {
  margin-top: 2px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
}
.hero-facts {
  margin-top: 30px;
  font-size: 18px;
}
.hero-facts ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.hero-facts ul li {
  margin-bottom: 5px;
}
.hero-facts ul li:last-child {
  margin-bottom: 0px;
}
.signup-features .or {
  font-size: 18px;
  color: #666666;
  line-height: 60px;
}
.signup-features .more {
  font-size: 18px;
}
.signup-features .more span {
  font-family: Arial;
}
