/*
   float

  */
.left {
  float: left; }

.right {
  float: right; }

@media (max-width: 768px) {
  .float-none {
    float: none; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix:before {
  content: '';
  display: block;
  clear: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fades {
  -webkit-animation-name: opac;
  animation-name: opac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  content: "";
  display: block;
  clear: both; }

.container {
  width: 800px;
  max-width: 90%;
  min-height: 300px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .container .title {
    font-size: 1.8em;
    color: #1f5daa;
    line-height: 1.8em;
    margin-left: 0px;
    clear: both; }
  .container h2.title {
    margin-top: 50px;
    clear: both; }
  .container .download-box {
    height: 100px;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px; }
    @media (max-width: 768px) {
      .container .download-box {
        padding: 0px; } }
    .container .download-box .download-file {
      width: 100%;
      height: 100%;
      display: block;
      border: 1px solid #e0e0e0;
      border-radius: 4px; }
    .container .download-box:hover {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.04);
      box-shadow: 0 10px 18px rgba(0, 0, 0, 0.04); }
    .container .download-box .left-box {
      height: 100%;
      position: relative; }
      @media (max-width: 420px) {
        .container .download-box .left-box {
          width: 60px; } }
      .container .download-box .left-box .download-icon {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #1f5daa;
        border-radius: 4px;
        text-align: center;
        font-weight: normal; }
        @media (max-width: 420px) {
          .container .download-box .left-box .download-icon {
            width: 40px;
            height: 40px; } }
        .container .download-box .left-box .download-icon .fa {
          color: #fff;
          font-size: 1.5em;
          line-height: 50px; }
          @media (max-width: 420px) {
            .container .download-box .left-box .download-icon .fa {
              line-height: 40px;
              font-size: 1.1em; } }
    .container .download-box .right-box {
      height: 100%; }
      @media (max-width: 420px) {
        .container .download-box .right-box {
          width: calc(100% - 65px); } }
      .container .download-box .right-box .download-link {
        text-align: center;
        line-height: 100px;
        font-size: 1em;
        margin: 0px; }
        .container .download-box .right-box .download-link .fa {
          margin-left: 20px; }
  .container .multiple {
    margin-bottom: 3px; }
    .container .multiple .right-box p {
      text-align: center;
      line-height: 50px;
      margin: 0px;
      font-size: 0.9em; }
    .container .multiple .right-box .download-link {
      line-height: 30px;
      font-size: 0.95em;
      margin: 0px; }
