@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');
@charset "utf-8";
/*                                                            */
/*  ACTION LESS CSS                                           */
/*                                                            */
.android_browser_suxx {
  width: 10%;
}
.action {
  display: block;
  position: relative;
  margin: 30px auto;
  color: #ffffff;
  background: #a00000;
  box-shadow: 0px 6px 14px 2px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,.5);
  border-radius: 10px;
  width: calc(100% - 2 *  20px);
  max-width: 900px;
  height: auto;
}
.action:before,
.action:after {
  display: block;
  clear: both;
  content: "";
  width: 100%;
  height: 0px;
}
@media (min-width:480px) and (max-width:799px), (max-width:479px) {
  .action {
    max-width: 500px;
  }
}
.action img {
  display: block;
  position: absolute;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
  mask-image: linear-gradient(to right, #000000 40%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, #000000 40%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width:480px) and (max-width:799px), (max-width:479px) {
  .action img {
    width: 100%;
    height: 70%;
    mask-image: linear-gradient(to bottom, #000000 40%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000000 40%, rgba(0, 0, 0, 0) 100%);
  }
}
.action .action_container {
  display: block;
  position: relative;
  z-index: 2;
  float: right;
  width: 65%;
  height: auto;
  padding: 20px;
  text-align: right;
}
.action .action_container .big {
  margin: 0;
  color: #ffffc0;
  font-size: 1.6em;
  line-height: .8em;
}
.action .action_container h1 {
  font-size: 3.5em;
  line-height: .95em;
  margin: 5px 0;
  color: #ffffff;
}
.action .action_container h2 {
  font-size: 2.4em;
  line-height: .95em;
  margin: 5px 0;
  color: #ffffff;
}
.action .action_container h3 {
  font-size: 1.6em;
  line-height: .95em;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.6);
}
.action .action_container span {
  margin-left: 1em;
  margin-right: .3em;
}
.action .action_container a {
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width:480px) and (max-width:799px), (max-width:479px) {
  .action .action_container {
    text-align: center;
    width: 100%;
    float: none;
    margin: 60% 0 0;
  }
}
