body {
  background: #ffffff;
  color: #2c4386;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-width: 0; }

input, select, textarea {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: black;
  resize: none; }

input:focus, select:focus, textarea:focus, a {
  outline: none; }

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=email], input[type=number], input[type=tel], textarea {
  -webkit-appearance: none; }

input[type=password] {
  font-family: 'Lato', sans-serif; }

img {
  vertical-align: bottom; }

a img {
  border-width: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

a:hover, a:active {
  color: inherit;
  text-decoration: underline; }

a:hover, a:active, a:focus, .btn:focus, .btn:hover, .btn:active {
  text-decoration: none;
  outline: 0; }

.none {
  display: none; }

* {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  box-sizing: border-box; }

*:focus {
  outline-width: 0; }

.all {
  overflow: hidden;
  min-width: 320px;
  position: relative;
  transition: all 1s;
  left: 0; }

.container-fluid {
  max-width: 1220px;
  margin: 0 auto; }
@media all and (min-width: 544px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media all and (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

.has-error .form-control {
  box-shadow: none;
  border-color: #c61129; }
.has-error .form-control:focus, .has-error .form-control:active {
  box-shadow: none; }

.has-success .form-control {
  box-shadow: none;
  border-bottom-color: #6ad074; }
.has-success .form-control:focus, .has-success .form-control:active {
  box-shadow: none; }

.form-control {
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: #2c4386;
  font-size: 16px;
  padding: 10px 22px;
  font-weight: normal;
  height: 44px;
  border: 1px solid #fff1e2;
  border-radius: 8px;
  background-color: #fff1e2;
  transition: all 0.3s;
  width: 100%;
  position: relative; }
.form-control::-moz-placeholder {
  color: #2c4386;
  font-weight: 300; }
.form-control:-ms-input-placeholder {
  color: #2c4386;
  font-weight: 300; }
.form-control::-webkit-input-placeholder {
  color: #2c4386;
  font-weight: 300; }
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #a9cc06;
  z-index: 1; }

textarea.form-control {
  height: 157px; }

.btn {
  display: inline-block;
  font-size: 14px;
  min-width: 152px;
  border-radius: 0;
  line-height: 25px;
  padding: 5px 30px;
  margin: 0 3px;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-width: 0;
  text-transform: uppercase; }
.btn:hover, .btn:focus {
  color: white; }
.btn.btn-main {
  background-color: #faa828;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 5px 70px;
  color: white;
  text-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25); }
@media all and (min-width: 544px) {
  .btn.btn-main {
    font-size: 24px;
    line-height: 40px; } }
@media all and (min-width: 768px) {
  .btn.btn-main {
    font-size: 30px;
    letter-spacing: 2px;
    padding: 10px 70px; } }
@media all and (min-width: 1050px) {
  .btn.btn-main {
    font-size: 36px;
    letter-spacing: 4px;
    padding: 15px 70px; } }
.btn.btn-main:hover {
  background-color: #fbbc5a; }

@media all and (min-width: 1050px) {
  header {
    height: 84px; } }
header .logo {
  padding-top: 20px; }
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  align-items: center; }
@media all and (min-width: 544px) {
  header nav ul {
    font-size: 16px; } }
@media all and (min-width: 768px) {
  header nav ul {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 64px; } }
@media all and (min-width: 1050px) {
  header nav ul {
    justify-content: space-around;
    padding: 15px 0;
    height: 84px; } }
header nav ul a {
  padding: 2px 10px;
  display: block; }
@media all and (min-width: 768px) {
  header nav ul a {
    display: inline-block;
    padding: 0 10px; } }
header nav ul a:hover {
  color: black; }

footer {
  background-color: #e4e4e4;
  padding: 25px 0 35px 0; }
footer .icons {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
footer .icons li {
  display: inline-block;
  margin: 0 2px; }
@media all and (min-width: 544px) {
  footer .icons li {
    margin: 0 12px; } }
footer .icons li a {
  display: block;
  transform: scale(1); }
footer .icons li a:hover {
  transform: scale(1.2); }
footer .icons img {
  border-radius: 100px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  width: 38px;
  height: auto; }
@media all and (min-width: 544px) {
  footer .icons img {
    width: 48px; } }
@media all and (min-width: 768px) {
  footer .icons img {
    width: auto; } }

.jumbotron {
  padding: 50% 0 20px 0;
  margin: 0;
  background: white none no-repeat center;
  background-size: cover;
  position: relative; }
@media all and (min-width: 768px) {
  .jumbotron {
    padding: 20% 0 30px 0; } }
@media all and (min-width: 1050px) {
  .jumbotron {
    padding: 15% 0 40px 0; } }
.jumbotron:before {
  content: " ";
  position: absolute;
  height: 14px;
  left: 0;
  width: 100%;
  top: 0;
  background: transparent url(https://s3.eu-central-1.amazonaws.com/eurosender-landing-pages/_common/images/shadow.png) no-repeat center; }
.jumbotron:after {
  content: " ";
  position: absolute;
  height: 14px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: transparent url(https://s3.eu-central-1.amazonaws.com/eurosender-landing-pages/_common/images/shadow-bottom.png) no-repeat center; }
.jumbotron .jumbotron-content {
  text-align: center;
  box-shadow: 0 2px 10px rgba(34, 34, 34, 0.2);
  background-color: rgba(35, 53, 97, 0.85);
  color: white;
  padding: 23px 15px 30px 15px; }
@media all and (min-width: 544px) {
  .jumbotron .jumbotron-content {
    padding: 23px 30px 30px 30px; } }
.jumbotron h1 {
  color: #faa828;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 0; }
.jumbotron p {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin-bottom: 8px; }
@media all and (min-width: 1050px) {
  .jumbotron p {
    font-size: 18px;
    line-height: 22px; } }
.jumbotron .btn-main {
  margin-top: 22px; }

.main-section {
  background: #ececec url(https://s3.eu-central-1.amazonaws.com/eurosender-landing-pages/_common/images/bg.jpg) center top;
  padding-top: 30px; }

.section {
  margin-bottom: 33px; }
.section .white-section {
  margin-bottom: 0;
  height: 100%; }
.section .blue-section {
  margin-bottom: 0;
  height: 100%; }

.white-section {
  background-color: white;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.2);
  padding-top: 17px;
  line-height: 1.18;
  padding-bottom: 17px;
  margin-bottom: 33px; }
.white-section.padding-bottom {
  padding-bottom: 48px; }
.white-section h2 {
  color: #faa828;
  text-align: center;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px; }
.white-section h3 {
  color: #2c4386;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-top: 16px; }
.white-section h4 {
  color: #2c4386;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px; }
.white-section .row {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
.white-section .row p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px; }
.white-section .icon {
  line-height: 95px;
  padding-top: 9px;
  display: block; }
.white-section .icon img {
  vertical-align: middle; }
.white-section .icon-left {
  float: left;
  width: 33.33%;
  text-align: center;
  line-height: 80px;
  margin: 0; }
.white-section .icon-left img {
  vertical-align: middle; }
.white-section .icon-left + div {
  text-align: left;
  margin: 30px 0 0 33.33%; }
@media all and (min-width: 1050px) {
  .white-section .icon-left + div {
    margin: 0 0 0 33.33%; } }
.white-section .icon-left + div p {
  padding-left: 0;
  padding-right: 0; }

.blue-section {
  background-color: #2c4386;
  color: white;
  margin-bottom: 33px;
  line-height: 1.18;
  padding: 24px 15px 14px 15px; }
@media all and (min-width: 544px) {
  .blue-section {
    padding-left: 30px;
    padding-right: 30px; } }
@media all and (min-width: 1050px) {
  .blue-section {
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.2);
    padding-left: 0;
    padding-right: 0; } }
.blue-section form {
  padding-top: 9px; }
.blue-section .small-text {
  padding-left: 0;
  padding-right: 0;
  top: 0;
  transform: none; }

@media all and (min-width: 768px) {
  section .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; } }
.photo-panel {
  background: white no-repeat center;
  background-size: cover;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.2);
  position: relative;
  height: 300px; }
@media all and (min-width: 1050px) {
  .photo-panel {
    height: 100%; } }
.photo-panel p {
  margin: 0;
  padding: 0 30px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%); }

.col-md-5 .small-text {
  padding: 30px 15px; }
@media all and (min-width: 544px) {
  .col-md-5 .small-text {
    padding: 30px 30px; } }
@media all and (min-width: 1050px) {
  .col-md-5 .small-text {
    padding: 30px 20%; } }

.small-text {
  padding: 0 15px; }
@media all and (min-width: 544px) {
  .small-text {
    padding: 15px 30px; } }
@media all and (min-width: 1050px) {
  .small-text {
    padding: 13px 16.66%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); } }
@media all and (min-width: 1050px) {
  .blue-section .small-text {
    padding: 13px 16.66%; } }
.small-text h3 {
  color: #faa828;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 3px; }
.small-text p {
  margin: 0 0 5px 0; }

.video {
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.2); }
.video img {
  width: 100%;
  height: auto; }
.video a {
  display: block;
  position: relative; }
.video a:hover:before {
  transform: scale(1.2); }
.video a:hover:after {
  transform: scale(1.2); }
.video a:before {
  content: " ";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  background-color: white;
  opacity: 0.5;
  border-radius: 50px;
  transition: all 0.3s;
  transform: scale(1); }
.video a:after {
  content: " ";
  border-left: 33px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -20px;
  transition: all 0.3s;
  transform: scale(1); }

.center-item {
  text-align: center;
  margin-bottom: 30px !important; }
@media all and (min-width: 1050px) {
  .center-item {
    margin-bottom: 0 !important; } }
.center-item .item {
  display: inline-block; }

  
.error:empty{
  display: none;
}
.error{
  color: #FF8888;
  padding-top: 5px;
  display: inline-block;
}

.confirm-subscription{
  color: lightgreen;
  font-size: 24px;
  line-height: 50px;
}