.action {
  background-size: cover;
  background-position: center center;
}
.action .action-ct {
  padding: 60px 0;
}

.action .action-cts {
  padding: 20px 0;
}


.action-1 {
  text-align: center;
}
.action-1 .action-header .action-title {
  font-size: 30px;
}
.action-1 .action-header .action-intro {
  font-size: 16px;
}
.action-1 .action-links {
  margin-top: 40px;
}
.action-1 .action-links a {
  margin-left: 20px;
  border: none;
}
.action-1 .action-links a:first-child {
  margin-left: 0;
}
.action-1 .action-links a.btn-default {
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .action-1 {
    text-align: left;
  }
  .action-1 .action-header {
    display: inline-block;
    width: 60%;
    padding-right: 15px;
  }
  .action-1 .action-links {
    display: inline-block;
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .action-promo .action-1 {
    text-align: center;
  }
  .action-promo .action-1 .action-header {
    display: block;
    width: 100%;
  }
  .action-promo .action-1 .action-links {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
}

.action-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.action-2.container .action-row {
  margin: 0 -15px;
}
.action-2 .action-row {
  margin: 0;
}
.action-2 .action-row .action-image img {
  margin: 0 auto;
}
.action-2 .action-row .action-content .action-intro {
  font-size: 15px;
}
.action-2 .action-row .action-content .action-links a {
  margin-left: 20px;
  margin-top: 40px;
}
.action-2 .action-row .action-content .action-links a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .action-2 .action-row .action-image {
    margin-bottom: 40px;
  }
}
.big-border-right .action-ct {
  position: relative;
}
.big-border-right .action-ct:after {
  content: "";
  width: 15px;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 0;
  display: inline-block;
  background-color: #ec027f;
}
@media screen and (min-width: 992px) {
  .big-border-right .action-content {
    padding-left: 85px;
    margin-top: 0px;
  }
  .big-border-right .action-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 5px;
    background-color: #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .big-border-right .action-ct {
    padding-right: 15px;
  }
}
.big-border-left .action-ct {
  position: relative;
}
.big-border-left .action-ct:before {
  content: "";
  width: 15px;
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 0;
  display: inline-block;
  background-color: #ec027f;
}
@media screen and (min-width: 992px) {
  .big-border-left .action-content {
    padding-left: 85px;
    margin-top: 60px;
  }
  .big-border-left .action-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 5px;
    background-color: #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .big-border-left .action-ct {
    padding-left: 15px;
  }
}
.image-boxed .action-2 .img-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 20px;
  padding-top: 10px;
  text-align: center;
}
.image-padded .action-2 .img-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 20px;
  padding: 5px 0;
  text-align: center;
}
.action-flat .action-2 {
  margin: 0;
}
.action-flat .action-2 .action-header .action-subtitle {
  text-transform: none;
}
.action-flat .action-2 .action-content {
  background-color: #ffffff;
  padding: 100px 30px 100px 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action-flat .action-2 .action-content {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .action-flat .action-2 .action-image {
    min-height: 500px;
  }
}
.big-block .action-2 .action-image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .big-block .action-2 .action-content {
    padding-left: 8.33333333%;
  }
}
.big-block .action-2 .action-content .action-links a {
  margin-top: 10px;
}
.white-color .action-2 .action-header .action-title {
  color: #ffffff;
}
.white-color .action-2 .action-links a {
  background: #333333;
  border-color: #333333;
}