.error .content .btn {
  border-radius: 5px; }

.error {
  background: #02638f;
  color: #fff;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .error .content {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 2; }
    .error .content .image {
      width: 200px; }
    .error .content ._404 {
      font-size: 10rem;
      display: inline-block;
      letter-spacing: 15px; }
    .error .content .title {
      font-size: 2rem;
      margin-bottom: 10px; }
    .error .content .btn {
      background-color: #03A9F4;
      display: inline-block;
      padding: 5px 20px;
      font-size: 25px;
      color: #fff;
      text-decoration: none;
      margin-right: 10px; }
    .error .content .line {
      padding: 0;
      border: none;
      border-top: 5px solid #fff;
      color: #fff;
      text-align: center;
      margin: 0px auto;
      width: 20rem;
      height: 10px; }
  .error .cloud {
    width: 350px;
    height: 120px;
    background: #FFF;
    background: linear-gradient(top, #FFF 100%);
    background: -webkit-linear-gradient(top, #FFF 100%);
    background: -moz-linear-gradient(top, #FFF 100%);
    background: -ms-linear-gradient(top, #FFF 100%);
    background: -o-linear-gradient(top, #FFF 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    margin: 120px auto 20px;
    z-index: 1;
    transition: ease 1s; }
  .error .cloud:after, .error .cloud:before {
    content: '';
    position: absolute;
    background: #FFF;
    z-index: -1; }
  .error .cloud:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
  .error .cloud:before {
    width: 180px;
    height: 180px;
    top: -90px;
    right: 50px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px; }
  .error .x1 {
    top: -50px;
    left: 100px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.9;
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite; }
  .error .x1_5 {
    top: -80px;
    left: 250px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite; }
  .error .x2 {
    left: 250px;
    top: 30px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite; }
  .error .x3 {
    left: 250px;
    bottom: -70px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.8;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite; }
  .error .x4 {
    left: 470px;
    botttom: 20px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite; }
  .error .x5 {
    left: 200px;
    top: 300px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.8;
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite; }

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px; }
  100% {
    margin-left: -1000px; } }

@-moz-keyframes moveclouds {
  0% {
    margin-left: 1000px; }
  100% {
    margin-left: -1000px; } }

@-o-keyframes moveclouds {
  0% {
    margin-left: 1000px; }
  100% {
    margin-left: -1000px; } }

.footer .image {
  background-color: #2196F3;
  background-position: center;
  height: 200px; }
  .footer .image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5); }

.header .search-box .search-box-text, .nav .menu .items .item .link, .nav .menu .items .item .link .title, .nav .menu .items .item .subset {
  transition: 0.3s linear; }

.header .search-box {
  border-radius: 5px; }

.header {
  position: relative;
  z-index: 91;
  height: 50px;
  background-color: #fafafa;
  background-position: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 110px;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 900px) {
    .header {
      justify-content: center; } }
  .header .search-box {
    margin-top: 3px;
    height: 35px;
    border: 1px solid #03A9F4; }
    .header .search-box .search-box-text {
      border: 0;
      height: 100%;
      padding: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      width: 300px; }
      .header .search-box .search-box-text:focus {
        padding-right: 20px; }
    .header .search-box .search-box-button {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border: 0;
      height: 100%;
      padding: 5px 20px;
      color: #fff;
      background-color: #03A9F4;
      cursor: pointer; }
    @media only screen and (max-width: 900px) {
      .header .search-box {
        display: none; } }
  @media only screen and (max-width: 900px) {
    .header {
      padding: 5px; } }

.nav {
  position: relative;
  z-index: 80;
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2) 0 10px 10px 0;
  padding: 0 110px;
  width: 100%;
  top: 0; }
  .nav .navbar {
    display: flex;
    width: 30%;
    align-items: center;
    direction: ltr; }
  .nav .content {
    width: 70%; }
  .nav .menu-control {
    display: none;
    font-size: 2.5rem;
    color: #03A9F4;
    padding: 8px 15px 0 20px; }
    .nav .menu-control i {
      font-weight: 300; }
  .nav .menu {
    direction: rtl; }
    .nav .menu .items {
      display: inline-flex;
      direction: rtl; }
      .nav .menu .items .item {
        text-align: center;
        position: relative; }
        .nav .menu .items .item .link {
          display: block;
          color: #fff;
          overflow: hidden;
          cursor: pointer; }
          .nav .menu .items .item .link .title {
            display: block;
            width: 100%;
            background-color: #fff;
            color: #333;
            padding: 18px 25px;
            font-size: 1.2rem; }
        .nav .menu .items .item:hover .link .title {
          background-color: #2196F3;
          color: #fff; }
        .nav .menu .items .item:hover .subset {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
        .nav .menu .items .item.active .link .title {
          background-color: #2196F3;
          color: #fff !important; }
        .nav .menu .items .item .subset {
          z-index: -1;
          position: absolute;
          visibility: hidden;
          border-top: 3px solid #2196F3;
          opacity: 0;
          transform: translateY(-100%);
          background-color: #fff;
          right: 0;
          left: 0;
          width: 200px;
          text-align: right;
          box-shadow: rgba(51, 51, 51, 0.3) 0 0 10px; }
          .nav .menu .items .item .subset .subset__item .subset__item__link .subset__item__link__title {
            color: #333;
            padding: 20px 25px;
            display: block; }
          .nav .menu .items .item .subset .subset__item .subset__item__link:hover .subset__item__link__title {
            background-color: #e3f2fd;
            color: #333; }
      .nav .menu .items.open {
        opacity: 1;
        visibility: visible; }
  .nav .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: ltr;
    border-radius: 0 0 5px 5px;
    height: 50px; }
    .nav .logo .image {
      width: 40px; }
  .nav .sitename {
    margin: 0 10px;
    padding-top: 10px;
    width: 130px; }
  @media only screen and (max-width: 900px) {
    .nav {
      flex-direction: column;
      padding: 0; }
      .nav .navbar {
        width: 100%;
        justify-content: space-between; }
        .nav .navbar .menu-control {
          display: block; }
      .nav .content {
        width: 100%; }
      .nav .menu {
        width: 100%; }
        .nav .menu .items {
          position: absolute;
          z-index: -1;
          background-color: #fff;
          flex-direction: column;
          visibility: hidden;
          opacity: 0;
          width: 100%;
          transition: 0.3s ease;
          text-align: right;
          box-shadow: rgba(51, 51, 51, 0.3) 0 10px 10px 0; }
          .nav .menu .items .item {
            width: 100%; }
            .nav .menu .items .item .link {
              padding: 5px; }
      .nav .logo {
        height: 35px;
        margin: 10px; }
        .nav .logo .image {
          width: 40px; } }

.fixed-nav {
  position: fixed;
  z-index: 10000; }

.social-media .items .item .link {
  transition: 0.3s linear; }

.social-media .items .item .link {
  border-radius: 5px; }

.social-media {
  display: inline-block;
  padding-top: 5px; }
  .social-media .items {
    display: flex;
    height: 30px; }
    .social-media .items .item {
      height: 100%;
      margin-right: 5px; }
      .social-media .items .item .link {
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 30px;
        color: #fff;
        background-color: #999999;
        font-size: 1.5rem;
        overflow: hidden; }
        .social-media .items .item .link .icon {
          padding-top: 3px; }
      .social-media .items .item.instagram .link {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      .social-media .items .item.facebook .link {
        background-color: #395693; }
      .social-media .items .item.youtube .link {
        background-color: #f30007; }
      .social-media .items .item.twitter .link {
        background-color: #1c9cea; }
      .social-media .items .item.linkedin .link {
        background-color: #0270ad; }
      .social-media .items .item.telegram .link {
        background-color: #26a3d6; }
      .social-media .items .item.pinterest .link {
        background-color: #d9041a; }
      .social-media .items .item.aparat .link {
        background-color: #e61359; }
      .social-media .items .item:hover .link {
        box-shadow: #9E9E9E 0 0 100px 0 inset; }
      .social-media .items .item .icon-aparat {
        margin-top: 3px;
        display: inline-block;
        background-image: url("/static/img/aparat.png");
        background-size: cover;
        height: 20px;
        width: 20px; }

.footer .content .map .map-image {
  border-radius: 5px; }

.footer .content .map .map-image::before, .footer .content .map .map-image::after {
  border-radius: 50%; }

.footer {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(45deg, #042844, #011d2a);
  background-position: center; }
  .footer .content {
    position: relative;
    min-height: 200px;
    color: #fff;
    padding: 10px;
    background-origin: content-box;
    padding: 40px 120px; }
    .footer .content::before {
      content: '';
      display: block;
      height: 200px;
      width: 300px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
      background-image: url("/static/img/logo.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.1;
      filter: grayscale(100%);
      margin-top: 50px; }
    @media only screen and (max-width: 900px) {
      .footer .content {
        padding: 20px;
        text-align: center; } }
    .footer .content .title {
      display: inline-block;
      font-size: 2rem;
      color: #03A9F4;
      margin-bottom: 30px;
      margin-top: 10px; }
    .footer .content .contact-us {
      font-size: 1.2rem; }
      .footer .content .contact-us .list {
        display: flex;
        margin-bottom: 40px; }
        .footer .content .contact-us .list .list-title {
          margin-left: 5px;
          color: #b3b3b3; }
        .footer .content .contact-us .list .list-description {
          margin: 0; }
          .footer .content .contact-us .list .list-description .tel {
            color: #fff; }
          .footer .content .contact-us .list .list-description .email {
            color: #fff; }
        @media only screen and (max-width: 900px) {
          .footer .content .contact-us .list {
            flex-direction: column; }
            .footer .content .contact-us .list .list-title {
              margin-bottom: 10px; }
              .footer .content .contact-us .list .list-title .colon-sign {
                display: none; } }
    .footer .content .map {
      direction: ltr;
      display: flex; }
      .footer .content .map .map-image {
        position: relative;
        background-position: center;
        background-size: 400px;
        background-repeat: no-repeat;
        display: block;
        height: 200px;
        width: 300px;
        background-image: url("/static/img/map.png");
        box-shadow: rgba(33, 150, 243, 0.5) 0 0 100px 0 inset; }
        .footer .content .map .map-image::before {
          position: absolute;
          right: 140px;
          top: 111px;
          height: 10px;
          width: 10px;
          content: '';
          background-color: #2196F3;
          display: block; }
        .footer .content .map .map-image::after {
          position: absolute;
          right: 120px;
          top: 91px;
          height: 50px;
          width: 50px;
          content: '';
          background-color: #0960a5;
          display: block;
          transform: scale(0);
          opacity: 1;
          animation: anim-marker 1s ease infinite; }

@keyframes anim-marker {
  to {
    transform: scale(1);
    opacity: 0; } }
      @media only screen and (max-width: 900px) {
        .footer .content .map {
          justify-content: center; } }
  .footer .social {
    text-align: center;
    margin-top: 20px; }
  .footer .copyright {
    min-height: 50px;
    background-color: #064475;
    color: #82c4f8;
    direction: ltr;
    text-align: center;
    padding: 20px;
    font-size: 1.2rem; }

.page .subject, .page .video-container .video {
  border-radius: 5px; }

.page .subject {
  display: block;
  padding: 50px 110px;
  color: #2196F3;
  font-size: 2rem;
  text-align: center; }

.page .content {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2; }
  .page .content .content-box {
    padding-right: 110px;
    padding-left: 110px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 900px) {
      .page .content .content-box {
        padding: 20px; } }
    @media only screen and (min-width: 1400px) {
      .page .content .content-box {
        width: 1200px;
        margin: 0 auto; } }

@media only screen and (max-width: 900px) {
  .page .subject {
    display: block;
    text-align: center;
    padding: 50px;
    color: #2196F3;
    border-radius: 0;
    margin-bottom: 10px; }
    .page .subject::after {
      display: none; } }

.page .video-container {
  display: flex;
  justify-content: center; }
  .page .video-container .video {
    max-width: 600px; }
  @media only screen and (max-width: 900px) {
    .page .video-container {
      padding-right: 20px;
      padding-left: 20px;
      max-height: 300px; }
      .page .video-container .video {
        width: 100%;
        height: auto; } }

.about {
  text-align: right; }

.worldmap {
  background-image: url("/static/img/worldmap.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 100%;
  margin-top: 30px; }

.numbers-and-accolades > .items > .item {
  transition: 0.3s linear; }

.numbers-and-accolades > .items > .item > .content {
  border-radius: 5px; }

.numbers-and-accolades {
  padding: 10px; }
  .numbers-and-accolades > .items {
    background-image: url("/static/img/numeric_bg.jpg");
    background-size: cover; }
    @media only screen and (max-width: 900px) {
      .numbers-and-accolades > .items {
        background-image: none;
        height: initial; } }
    .numbers-and-accolades > .items > .item {
      text-align: center;
      padding: 40px;
      background-size: cover;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 900px) {
        .numbers-and-accolades > .items > .item {
          background-image: url("/static/img/numeric_bg.jpg");
          margin-bottom: 20px; } }
      .numbers-and-accolades > .items > .item > .content {
        padding: 10px; }
        .numbers-and-accolades > .items > .item > .content > .icon {
          display: block;
          text-align: center;
          color: #fff;
          font-size: 4rem;
          font-weight: 700; }
        .numbers-and-accolades > .items > .item > .content > .title {
          margin-top: 20px;
          font-size: 1.3rem;
          color: #fff;
          text-align: center; }
        .numbers-and-accolades > .items > .item > .content > .description {
          text-align: center;
          font-size: 1.2rem;
          direction: rtl;
          line-height: 2;
          padding-left: 30px;
          padding-right: 30px;
          color: #333; }
      .numbers-and-accolades > .items > .item:hover {
        transform: scale(1.2);
        box-shadow: rgba(51, 51, 51, 0.5) 0 0 30px 0;
        background-color: #1fd359;
        background-image: url("/static/img/graphics.png"); }
      @media only screen and (max-width: 900px) {
        .numbers-and-accolades > .items > .item {
          padding: 10px; } }

.contact {
  text-align: center; }

.slideshow .items {
  position: relative;
  height: 600px;
  overflow: hidden; }
  .slideshow .items .item {
    transition: 1s linear;
    position: absolute;
    height: inherit;
    width: 100%;
    opacity: 0; }
    .slideshow .items .item .image {
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center; }
    .slideshow .items .item.active {
      z-index: 1;
      opacity: initial; }
  @media only screen and (max-width: 900px) {
    .slideshow .items {
      height: 200px; } }

.intro {
  position: relative;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center; }
  .intro .content {
    background-size: cover;
    text-align: center;
    color: #2196F3;
    font-size: 3rem; }
  .intro .particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  @media only screen and (max-width: 900px) {
    .intro {
      padding: 20px;
      height: 50vh; }
      .intro .content {
        font-size: 2rem; } }

.typewriter {
  display: inline;
  justify-content: center; }
  .typewriter .typewriter-content {
    display: inline;
    font-size: inherit;
    color: inherit;
    font-size: 5rem;
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .typewriter .typewriter-content {
        font-size: 1.5rem; } }
  .typewriter .typewriter-pointer {
    font-size: 5rem;
    animation: anim-pointer 0.3s linear infinite alternate; }
    @media only screen and (max-width: 900px) {
      .typewriter .typewriter-pointer {
        font-size: 1.5rem; } }

@keyframes anim-pointer {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .typewriter .typewriter-static {
    font-size: 5rem;
    font-weight: 700;
    color: #4CAF50; }
    @media only screen and (max-width: 900px) {
      .typewriter .typewriter-static {
        font-size: 1.5rem; } }

.parallax-container .parallax {
  background-position: center;
  background-attachment: fixed; }
  .parallax-container .parallax .content {
    text-align: center;
    margin-top: 20px;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .parallax-container .parallax .content .monitor {
      background-image: url("/static/img/top-footer.svg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 400px;
      width: 800px;
      margin-top: 100px; }

@media only screen and (max-width: 900px) and (max-width: 900px) {
  .parallax-container .parallax .content .monitor {
    height: 150px;
    width: 300px; }
    .parallax-container .parallax .content .monitor .title {
      font-size: 1rem;
      font-weight: normal;
      padding: 10px; } }

.technology .items .item {
  transition: 0.3s linear; }

.technology .items .item {
  border-radius: 5px; }

.technology .items .item {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.technology .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .technology .items .item {
    background-image: url("/static/img/technology.png");
    padding: 10px;
    background-size: cover;
    height: 70px;
    width: 70px;
    border: 10px solid #fff;
    margin: 10px; }
    .technology .items .item:nth-child(1) {
      background-position-x: 50px; }
    .technology .items .item:nth-child(2) {
      background-position-x: 100px; }
    .technology .items .item:nth-child(3) {
      background-position-x: 150px; }
    .technology .items .item:nth-child(4) {
      background-position-x: 200px; }
    .technology .items .item:nth-child(5) {
      background-position-x: 250px; }
    .technology .items .item:nth-child(6) {
      background-position-x: 300px; }
    .technology .items .item:nth-child(7) {
      background-position-x: 350px; }
    .technology .items .item:nth-child(8) {
      background-position-x: 400px; }
    .technology .items .item:nth-child(9) {
      background-position-x: 450px; }
    .technology .items .item:nth-child(10) {
      background-position-x: 500px; }
    .technology .items .item:nth-child(11) {
      background-position-x: 550px; }
    .technology .items .item:nth-child(12) {
      background-position-x: 600px; }
    .technology .items .item:nth-child(13) {
      background-position-x: 650px; }
    .technology .items .item:nth-child(14) {
      background-position-x: 700px; }
    .technology .items .item:hover {
      background-position-y: 50px; }

.info > .items > .item > .content > .icon {
  transition: 0.3s linear; }

.info > .items > .item > .content {
  border-radius: 5px; }

.info > .items > .item > .content > .icon {
  border-radius: 50%; }

.info > .items > .item > .content {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.info {
  padding: 10px; }
  .info > .items > .item {
    text-align: center;
    padding: 40px; }
    .info > .items > .item > .content {
      height: 360px;
      padding: 10px; }
      .info > .items > .item > .content > .icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        color: #fff;
        font-size: 5rem;
        background-color: #5cb860; }
      .info > .items > .item > .content > .title {
        margin-top: 20px;
        font-size: 2rem;
        color: #333; }
      .info > .items > .item > .content > .description {
        text-align: center;
        font-size: 1.2rem;
        direction: rtl;
        line-height: 2;
        padding-left: 30px;
        padding-right: 30px;
        color: #333; }
      .info > .items > .item > .content:hover .icon {
        animation: anim-icon 0.3s linear 1; }

@keyframes anim-icon {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }
    @media only screen and (max-width: 900px) {
      .info > .items > .item {
        padding: 10px; }
        .info > .items > .item .content {
          height: 230px; }
          .info > .items > .item .content .icon {
            width: 80px;
            height: 80px;
            font-size: 2rem; }
          .info > .items > .item .content .title {
            font-size: 1.1rem; }
          .info > .items > .item .content > .description {
            font-size: 0.8rem; } }
      @media only screen and (max-width: 900px) and (max-width: 900px) {
        .info > .items > .item .content > .description {
          padding-left: initial;
          padding-right: initial; } }

.index-portfolio {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.index-portfolio {
  margin: 40px; }
  @media only screen and (max-width: 900px) {
    .index-portfolio {
      margin: 15px; } }
  .index-portfolio .items {
    overflow-x: hidden;
    text-align: center; }
    .index-portfolio .items .item {
      display: inline-block;
      margin: 10px;
      border-radius: 50px; }
      @media only screen and (max-width: 900px) {
        .index-portfolio .items .item {
          margin: 5px; } }
  @media only screen and (max-width: 900px) {
    .index-portfolio .items {
      overflow-x: scroll;
      white-space: nowrap; } }

.job-page {
  text-align: center; }

.job-name {
  text-align: right; }

.job-info {
  text-align: right;
  line-height: 35px; }

.mag-single .content {
  margin-left: auto;
  margin-right: auto; }

.mag-single .content .image {
  transition: 0.3s linear; }

.mag-single .subject, .mag-single .content .image, .mag-single .content .image .source {
  border-radius: 5px; }

.mag-single {
  padding: 50px 110px;
  opacity: 0;
  transform: translateY(10px);
  animation: anim-mag 1s ease 1 forwards; }
  .mag-single .subject {
    display: block;
    padding: 10px;
    color: #2196F3;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px; }
  .mag-single .content {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2;
    width: 830px; }
    @media only screen and (max-width: 1000px) {
      .mag-single .content {
        width: initial; } }
    .mag-single .content .image {
      display: flex;
      justify-content: center;
      align-items: center; }
      .mag-single .content .image .source {
        width: 800px;
        box-shadow: rgba(51, 51, 51, 0.8) 0 0 20px 0 inset; }
    .mag-single .content .hashtag .item {
      display: inline-block;
      border: 1px solid #2196F3;
      color: #03A9F4;
      margin: 3px;
      padding: 3px 10px;
      font-size: 1rem; }
  @media only screen and (max-width: 900px) {
    .mag-single {
      padding: 50px 20px; } }

@keyframes anim-mag {
  to {
    opacity: 1;
    transform: translateY(0); } }

.portfolio-website .subject, .portfolio-website .subsubject {
  border-radius: 5px; }

.portfolio-website {
  text-align: center; }
  .portfolio-website .subject {
    display: block;
    padding: 50px 110px 25px;
    color: #4d4d4d;
    font-size: 1.2rem;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .portfolio-website .subject {
        padding: 50px 25px 25px; } }
  .portfolio-website .subsubject {
    display: block;
    padding: 0 110px 50px;
    color: #2196F3;
    font-size: 2rem;
    text-align: center; }
  .portfolio-website .items {
    overflow-x: hidden;
    text-align: center; }
    .portfolio-website .items .item {
      display: inline-block;
      margin: 22px;
      border-radius: 50px; }
      @media only screen and (max-width: 900px) {
        .portfolio-website .items .item {
          margin: 10px; } }
  @media only screen and (max-width: 900px) {
    .portfolio-website .items {
      overflow-x: scroll; } }
  .portfolio-website .article .article-items .article-item .article-content {
    margin: 0 auto;
    padding: 20px;
    width: 830px; }
    @media only screen and (max-width: 900px) {
      .portfolio-website .article .article-items .article-item .article-content {
        width: initial; } }
    .portfolio-website .article .article-items .article-item .article-content .article-title {
      color: #2196F3;
      line-height: 2; }
    .portfolio-website .article .article-items .article-item .article-content .article-description {
      line-height: 2;
      font-size: 1.2rem;
      text-align: justify; }

.cardview-desktop .cardview-box .image {
  transition: 0.3s linear; }

.cardview-desktop .cardview-box .image, .cardview-desktop .cardview-box .image .source {
  border-radius: 5px; }

.cardview-desktop .cardview-box {
  display: block;
  padding: 5px; }
  .cardview-desktop .cardview-box .image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 500px; }
    @media only screen and (max-width: 900px) {
      .cardview-desktop .cardview-box .image {
        height: 200px;
        width: 300px; } }
    .cardview-desktop .cardview-box .image .source {
      position: absolute;
      height: calc(100% - 18px);
      height: 280px;
      top: 10px; }
      @media only screen and (max-width: 900px) {
        .cardview-desktop .cardview-box .image .source {
          height: 130px;
          width: 230px; } }
    .cardview-desktop .cardview-box .image .frame {
      position: absolute; }
  .cardview-desktop .cardview-box .text {
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px; }
    @media only screen and (max-width: 900px) {
      .cardview-desktop .cardview-box .text {
        padding: 5px 0;
        margin-top: 10px; } }
    .cardview-desktop .cardview-box .text .title {
      color: #333;
      font-size: 1.2rem;
      font-weight: normal; }
      @media only screen and (max-width: 900px) {
        .cardview-desktop .cardview-box .text .title {
          font-size: 1rem; } }
    .cardview-desktop .cardview-box .text .subtitle {
      color: #2196F3;
      font-size: 1rem;
      margin-top: 10px;
      font-weight: normal; }
      @media only screen and (max-width: 900px) {
        .cardview-desktop .cardview-box .text .subtitle {
          font-size: 1rem; } }
  .cardview-desktop .cardview-box:hover .image {
    animation: anim-image 0.5s ease 1; }

@keyframes anim-image {
  form {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  to {
    transform: translateY(0); } }

.portfolio-website-details .content {
  margin-left: auto;
  margin-right: auto; }

.portfolio-website-details .top .downloads-container .downloads .button-download {
  transition: 0.3s linear; }

.portfolio-website-details .top .information .title, .portfolio-website-details .top .information .sub-title, .portfolio-website-details .top .information .lead {
  border-radius: 5px; }

.portfolio-website-details .top {
  padding: 50px; }
  @media only screen and (max-width: 900px) {
    .portfolio-website-details .top {
      padding: 30px 10px 10px 10px; } }
  .portfolio-website-details .top .logo {
    height: 200px;
    width: 200px;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: rgba(51, 51, 51, 0.5) 0 0 20px 0; }
    .portfolio-website-details .top .logo .image {
      border-radius: 20px; }
    @media only screen and (max-width: 900px) {
      .portfolio-website-details .top .logo {
        height: 150px;
        width: 150px;
        margin-right: auto;
        margin-left: auto; } }
  .portfolio-website-details .top .information {
    margin-right: 50px; }
    @media only screen and (max-width: 900px) {
      .portfolio-website-details .top .information {
        margin-right: 0;
        margin-top: 20px; } }
    .portfolio-website-details .top .information .title {
      display: block;
      color: #2196F3;
      font-size: 2rem;
      margin-bottom: 20px; }
      @media only screen and (max-width: 900px) {
        .portfolio-website-details .top .information .title {
          text-align: center; } }
    .portfolio-website-details .top .information .sub-title {
      display: block;
      color: #4d4d4d;
      font-size: 1.5rem;
      margin-bottom: 20px;
      font-weight: normal; }
      @media only screen and (max-width: 900px) {
        .portfolio-website-details .top .information .sub-title {
          text-align: center; } }
    .portfolio-website-details .top .information .lead {
      display: block;
      color: #b8b8b8;
      font-size: 1.2rem;
      margin-bottom: 20px;
      font-weight: normal;
      line-height: 2; }
      @media only screen and (max-width: 900px) {
        .portfolio-website-details .top .information .lead {
          text-align: center; } }
    .portfolio-website-details .top .information .details .events {
      margin-top: 100px; }
      @media only screen and (max-width: 900px) {
        .portfolio-website-details .top .information .details .events {
          margin-top: 10px;
          margin-bottom: 10px;
          padding: 10px;
          border-radius: 5px; } }
      .portfolio-website-details .top .information .details .events .items {
        display: flex; }
        .portfolio-website-details .top .information .details .events .items .item {
          font-size: 1.3rem; }
          @media only screen and (max-width: 900px) {
            .portfolio-website-details .top .information .details .events .items .item {
              margin-bottom: 10px;
              margin-left: 0;
              padding: 10px; } }
          .portfolio-website-details .top .information .details .events .items .item .icon {
            color: #FF9800;
            margin-left: 5px; }
  .portfolio-website-details .top .downloads-container {
    display: flex;
    direction: ltr;
    align-items: center;
    height: 100%; }
    .portfolio-website-details .top .downloads-container .downloads {
      direction: ltr;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media only screen and (max-width: 900px) {
        .portfolio-website-details .top .downloads-container .downloads {
          flex-direction: row;
          justify-content: center; } }
      .portfolio-website-details .top .downloads-container .downloads .button-download {
        display: block;
        width: 200px;
        border-radius: 20px;
        direction: rtl;
        font-size: 1.5rem;
        background-image: linear-gradient(45deg, #2196F3, #03A9F4);
        color: #fff;
        padding: 20px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 900px) {
          .portfolio-website-details .top .downloads-container .downloads .button-download {
            padding: 10px 5px;
            flex-direction: row;
            width: 160px;
            font-size: 1.2rem;
            text-align: center; } }
        .portfolio-website-details .top .downloads-container .downloads .button-download:hover {
          box-shadow: rgba(51, 51, 51, 0.5) 0 0 50px 0 inset; }

.portfolio-website-details .images {
  position: relative;
  background-image: linear-gradient(to bottom, #2196F3, #fff); }

.portfolio-website-details .content {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 50px; }
  .portfolio-website-details .content .description {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify; }
  .portfolio-website-details .content .technologies {
    margin-top: 30px; }
    .portfolio-website-details .content .technologies .item {
      display: inline-block;
      border-radius: 50px;
      color: #fff;
      background-color: #FF9800;
      margin: 3px;
      padding: 3px 20px;
      font-size: 1.2rem;
      font-weight: normal; }

.portfolio .subject, .portfolio .subsubject {
  border-radius: 5px; }

.portfolio {
  text-align: center; }
  .portfolio .subject {
    display: block;
    padding: 50px 110px 25px;
    color: #4d4d4d;
    font-size: 1.2rem;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .portfolio .subject {
        padding: 50px 25px 25px; } }
  .portfolio .subsubject {
    display: block;
    padding: 0 110px 50px;
    color: #2196F3;
    font-size: 2rem;
    text-align: center; }
  .portfolio .items {
    overflow-x: hidden;
    text-align: center; }
    .portfolio .items .item {
      display: inline-block;
      margin: 22px;
      border-radius: 50px; }
      @media only screen and (max-width: 900px) {
        .portfolio .items .item {
          margin: 10px; } }
  @media only screen and (max-width: 900px) {
    .portfolio .items {
      overflow-x: scroll; } }
  .portfolio .article .article-items .article-item .article-content {
    margin: 0 auto;
    padding: 20px;
    width: 830px; }
    @media only screen and (max-width: 900px) {
      .portfolio .article .article-items .article-item .article-content {
        width: initial; } }
    .portfolio .article .article-items .article-item .article-content .article-title {
      color: #2196F3;
      line-height: 2; }
    .portfolio .article .article-items .article-item .article-content .article-description {
      line-height: 2;
      font-size: 1.2rem;
      text-align: justify; }

.cardview .cardview-box .image {
  transition: 0.3s linear; }

.cardview .cardview-box .image, .cardview .cardview-box .image .source {
  border-radius: 5px; }

.cardview .cardview-box {
  display: block;
  padding: 5px; }
  .cardview .cardview-box .image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 200px; }
    @media only screen and (max-width: 900px) {
      .cardview .cardview-box .image {
        height: 250px;
        width: 123px; } }
    .cardview .cardview-box .image .source {
      position: absolute;
      height: calc(100% - 18px); }
    .cardview .cardview-box .image .frame {
      position: absolute; }
  .cardview .cardview-box .text {
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px; }
    @media only screen and (max-width: 900px) {
      .cardview .cardview-box .text {
        padding: 5px 0;
        margin-top: 10px; } }
    .cardview .cardview-box .text .title {
      color: #333;
      font-size: 1.2rem;
      font-weight: normal; }
      @media only screen and (max-width: 900px) {
        .cardview .cardview-box .text .title {
          font-size: 1rem; } }
    .cardview .cardview-box .text .subtitle {
      color: #2196F3;
      font-size: 1rem;
      margin-top: 10px;
      font-weight: normal; }
      @media only screen and (max-width: 900px) {
        .cardview .cardview-box .text .subtitle {
          font-size: 1rem; } }
  .cardview .cardview-box:hover .image {
    animation: anim-image 0.5s ease 1; }

@keyframes anim-image {
  form {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  to {
    transform: translateY(0); } }

.portfolio-details .content {
  margin-left: auto;
  margin-right: auto; }

.portfolio-details .top .downloads-container .downloads .button-download {
  transition: 0.3s linear; }

.portfolio-details .top .information .title, .portfolio-details .top .information .sub-title, .portfolio-details .top .information .lead, .portfolio-details .top .downloads-container .downloads .button-download {
  border-radius: 5px; }

.portfolio-details .top {
  padding: 50px; }
  @media only screen and (max-width: 900px) {
    .portfolio-details .top {
      padding: 30px 10px 10px 10px; } }
  .portfolio-details .top .logo {
    height: 200px;
    width: 200px;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: rgba(51, 51, 51, 0.5) 0 0 20px 0; }
    .portfolio-details .top .logo .image {
      border-radius: 20px; }
    @media only screen and (max-width: 900px) {
      .portfolio-details .top .logo {
        height: 150px;
        width: 150px;
        margin-right: auto;
        margin-left: auto; } }
  .portfolio-details .top .information {
    margin-right: 50px; }
    @media only screen and (max-width: 900px) {
      .portfolio-details .top .information {
        margin-right: 0;
        margin-top: 20px; } }
    .portfolio-details .top .information .title {
      display: block;
      color: #2196F3;
      font-size: 2rem;
      margin-bottom: 20px; }
      @media only screen and (max-width: 900px) {
        .portfolio-details .top .information .title {
          text-align: center; } }
    .portfolio-details .top .information .sub-title {
      display: block;
      color: #4d4d4d;
      font-size: 1.5rem;
      margin-bottom: 20px;
      font-weight: normal; }
      @media only screen and (max-width: 900px) {
        .portfolio-details .top .information .sub-title {
          text-align: center; } }
    .portfolio-details .top .information .lead {
      display: block;
      color: #b8b8b8;
      font-size: 1.2rem;
      margin-bottom: 20px;
      font-weight: normal;
      line-height: 2; }
      @media only screen and (max-width: 900px) {
        .portfolio-details .top .information .lead {
          text-align: center; } }
    .portfolio-details .top .information .details .events {
      margin-top: 100px; }
      @media only screen and (max-width: 900px) {
        .portfolio-details .top .information .details .events {
          margin-top: 10px;
          margin-bottom: 10px;
          padding: 10px;
          border-radius: 5px; } }
      .portfolio-details .top .information .details .events .items {
        display: flex; }
        .portfolio-details .top .information .details .events .items .item {
          font-size: 1.3rem; }
          @media only screen and (max-width: 900px) {
            .portfolio-details .top .information .details .events .items .item {
              margin-bottom: 10px;
              margin-left: 0;
              padding: 10px; } }
          .portfolio-details .top .information .details .events .items .item .icon {
            color: #FF9800;
            margin-left: 5px; }
  .portfolio-details .top .downloads-container {
    display: flex;
    direction: ltr;
    align-items: center;
    height: 100%; }
    .portfolio-details .top .downloads-container .downloads {
      direction: ltr;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media only screen and (max-width: 900px) {
        .portfolio-details .top .downloads-container .downloads {
          flex-direction: row;
          justify-content: space-between; } }
      .portfolio-details .top .downloads-container .downloads .button-download {
        display: block;
        width: 180px;
        height: 58px;
        background-image: url("/static/img/download_link.jpg");
        background-size: cover;
        color: #fff;
        padding: 20px;
        margin-bottom: 10px;
        border: none;
        cursor: pointer;
        border: 3px solid transparent; }
        @media only screen and (max-width: 900px) {
          .portfolio-details .top .downloads-container .downloads .button-download {
            padding: 10px 5px;
            flex-direction: row;
            width: 160px;
            font-size: 1.2rem;
            text-align: center; } }
        .portfolio-details .top .downloads-container .downloads .button-download.button-download-ios {
          background-position-y: -3px; }
        .portfolio-details .top .downloads-container .downloads .button-download.button-download-android {
          background-position-y: 53px; }
        .portfolio-details .top .downloads-container .downloads .button-download:hover {
          border-color: #2196F3;
          box-shadow: rgba(33, 150, 243, 0.5) 0 5px 20px 3px; }

.portfolio-details .images {
  position: relative;
  background-image: linear-gradient(to bottom, #2196F3, #fff); }

.portfolio-details .content {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 50px; }
  .portfolio-details .content .description {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify; }
  .portfolio-details .content .technologies {
    margin-top: 30px; }
    .portfolio-details .content .technologies .item {
      display: inline-block;
      border-radius: 50px;
      color: #fff;
      background-color: #FF9800;
      margin: 3px;
      padding: 3px 20px;
      font-size: 1.2rem;
      font-weight: normal; }

.not-found-url {
  margin-top: 30px;
  text-align: center; }
  .not-found-url .not-found-url-icon {
    font-size: 5rem;
    color: #9E9E9E; }
  .not-found-url .not-found-url-description {
    font-size: 1.2rem;
    line-height: 2; }

.slidetrain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slidetrain .items {
    white-space: nowrap;
    overflow-x: hidden; }
    .slidetrain .items .item {
      display: inline-block;
      margin: 10px; }
      @media only screen and (max-width: 900px) {
        .slidetrain .items .item {
          margin: 5px; } }
  .slidetrain .control {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: space-between;
    height: 0;
    width: 100%;
    margin-top: -50px; }
    .slidetrain .control [class^=control-] {
      background-color: rgba(51, 51, 51, 0.5);
      height: 100px;
      border: none;
      cursor: pointer; }
      .slidetrain .control [class^=control-]::before {
        content: '';
        display: block;
        border-style: solid;
        border-width: 20px; }
    .slidetrain .control .control-right {
      padding-left: 25px; }
      .slidetrain .control .control-right::before {
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); }
    .slidetrain .control .control-left {
      padding-right: 25px; }
      .slidetrain .control .control-left::before {
        border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent; }
  @media only screen and (max-width: 900px) {
    .slidetrain .items {
      overflow-x: scroll; }
    .slidetrain .control {
      display: none; } }

.cardview-image .cardview-box .image {
  transition: 0.3s linear; }

.cardview-image .cardview-box .image, .cardview-image .cardview-box .image .source {
  border-radius: 5px; }

.cardview-image .cardview-box {
  display: block;
  padding: 12px; }
  .cardview-image .cardview-box .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px; }
    @media only screen and (max-width: 900px) {
      .cardview-image .cardview-box .image {
        height: 250px;
        width: 123px; } }
  .cardview-image .cardview-box:hover .image {
    animation: anim-image 0.5s ease 1; }

@keyframes anim-image {
  form {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  to {
    transform: translateY(0); } }

.last-portfolio {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.last-portfolio {
  margin: 40px; }
  @media only screen and (max-width: 900px) {
    .last-portfolio {
      margin: 15px; } }
  .last-portfolio .items {
    overflow-x: hidden;
    text-align: center; }
    .last-portfolio .items .item {
      display: inline-block;
      margin: 10px;
      border-radius: 50px; }
      @media only screen and (max-width: 900px) {
        .last-portfolio .items .item {
          margin: 5px; } }
  @media only screen and (max-width: 900px) {
    .last-portfolio .items {
      overflow-x: scroll;
      white-space: nowrap; } }

.section-subject-link-container .section-subject-link-more .icon {
  border-radius: 50%; }

.section-subject-link-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  padding: 10px; }
  @media only screen and (max-width: 900px) {
    .section-subject-link-container {
      align-items: center; } }
  .section-subject-link-container .section-subject-link-title {
    display: inline-block;
    padding: 20px;
    color: #2196F3;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 900px) {
      .section-subject-link-container .section-subject-link-title {
        padding: 10px;
        font-size: 1.2rem; } }
  .section-subject-link-container .section-subject-link-more {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background-color: #2196F3;
    height: 44px; }
    @media only screen and (max-width: 900px) {
      .section-subject-link-container .section-subject-link-more {
        width: 90px;
        color: #fff;
        padding: 10px;
        height: 33px; } }
    .section-subject-link-container .section-subject-link-more .text {
      font-size: 1.3rem; }
      @media only screen and (max-width: 900px) {
        .section-subject-link-container .section-subject-link-more .text {
          font-size: 1rem; } }
    .section-subject-link-container .section-subject-link-more .icon {
      box-shadow: #333 0 0 5px 0 inset;
      font-size: 1.3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 20px;
      width: 20px;
      margin-right: 10px;
      background-color: #0c7cd5; }
      @media only screen and (max-width: 900px) {
        .section-subject-link-container .section-subject-link-more .icon {
          display: none; } }

.section-subject-container .section-subject {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.section-subject-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px; }
  .section-subject-container .section-subject {
    background-color: #2196F3;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-weight: normal; }
    @media only screen and (max-width: 900px) {
      .section-subject-container .section-subject {
        box-shadow: none;
        font-size: 1.2rem;
        font-weight: normal;
        padding: 10px;
        width: 100%;
        border-radius: initial;
        color: #2196F3;
        background-color: #f2f2f2;
        font-weight: bold;
        line-height: 2; } }

.call {
  border-radius: 50%; }

.call {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.call {
  position: fixed;
  background-image: linear-gradient(to bottom, #44ec62, #1fc940);
  color: #fff;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none; }
  .call .link {
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff; }
    .call .link i {
      font-size: 1.8rem;
      transform: rotate(90deg); }
  @media only screen and (max-width: 900px) {
    .call {
      display: block; } }

.index-mag {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.index-mag {
  margin: 40px; }
  @media only screen and (max-width: 900px) {
    .index-mag {
      margin: 15px; } }
  .index-mag .content {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2; }
    .index-mag .content .content-box {
      padding-right: 110px;
      padding-left: 110px;
      padding-bottom: 50px; }
      @media only screen and (max-width: 900px) {
        .index-mag .content .content-box {
          padding: 20px; } }
      @media only screen and (min-width: 1400px) {
        .index-mag .content .content-box {
          width: 1200px;
          margin: 0 auto; } }
      .index-mag .content .content-box .items {
        overflow-x: hidden;
        text-align: center; }
        .index-mag .content .content-box .items .item {
          display: inline-block;
          margin: 10px;
          border-radius: 50px; }
          @media only screen and (max-width: 900px) {
            .index-mag .content .content-box .items .item {
              margin: 20px; } }
  @media only screen and (max-width: 900px) {
    .index-mag .items {
      overflow-x: scroll;
      white-space: nowrap; } }

.cardview-mag .cardview-mag-box .image {
  transition: 0.3s linear; }

.cardview-mag .cardview-mag-box .image, .cardview-mag .cardview-mag-box .image .source {
  border-radius: 5px; }

.cardview-mag .cardview-mag-box {
  box-shadow: rgba(51, 51, 51, 0.2) 0 5px 10px 0; }

.cardview-mag {
  opacity: 0;
  transform: translateY(10px);
  animation: anim-cardview-mag 1s ease 1 forwards;
  margin: 0; }
  .cardview-mag .cardview-mag-box {
    margin: 10px;
    padding: 10px; }
    .cardview-mag .cardview-mag-box .image {
      height: 150px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .cardview-mag .cardview-mag-box .image .source {
        background-size: cover;
        background-position: center;
        height: 200px;
        width: 100%;
        box-shadow: rgba(51, 51, 51, 0.8) 0 0 20px 0 inset; }
    .cardview-mag .cardview-mag-box .text {
      position: relative;
      padding-right: 10px;
      padding-left: 10px;
      text-align: right;
      border-radius: 0 0 5px 5px; }
      @media only screen and (max-width: 900px) {
        .cardview-mag .cardview-mag-box .text {
          height: 120px; } }
      .cardview-mag .cardview-mag-box .text .title {
        color: #0960a5;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 1.4rem; }
      .cardview-mag .cardview-mag-box .text .description {
        color: #666666;
        margin-top: 10px;
        font-size: 1rem; }
      .cardview-mag .cardview-mag-box .text .information {
        position: absolute;
        bottom: 0;
        color: gray;
        left: 0;
        direction: ltr; }

@keyframes anim-cardview-mag {
  to {
    opacity: 1;
    transform: translateY(0); } }

.pagination .items .item .button {
  border-radius: 5px; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 10px; }
  .pagination .items {
    overflow-x: hidden;
    text-align: center; }
    .pagination .items .item {
      display: inline-block;
      margin: 2px;
      border-radius: 50px; }
      .pagination .items .item .button {
        height: 30px;
        width: 30px;
        cursor: pointer;
        border: 2px solid #2196F3;
        background-color: #fff;
        color: #2196F3;
        font-size: 1.4rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .pagination .items .item .button.active {
          background-color: #2196F3;
          color: #fff; }

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  overflow: hidden;
  animation-delay: 1s; }
  .loading .item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #45b6fe;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center; }

@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
  75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .loading .item-1:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #45b6fe;
      opacity: 0.7;
      animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      animation-delay: 200ms;
      transition: 0.5s all ease;
      transform: scale(1); }
  .loading .item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #6ac5fe;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center; }

@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
  75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .loading .item-2:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #6ac5fe;
      opacity: 0.7;
      animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      animation-delay: 400ms;
      transition: 0.5s all ease;
      transform: scale(1); }
  .loading .item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #8fd3fe;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center; }

@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
  75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .loading .item-3:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #8fd3fe;
      opacity: 0.7;
      animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      animation-delay: 600ms;
      transition: 0.5s all ease;
      transform: scale(1); }
  .loading .item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #b5e2ff;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center; }

@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
  75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .loading .item-4:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #b5e2ff;
      opacity: 0.7;
      animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      animation-delay: 800ms;
      transition: 0.5s all ease;
      transform: scale(1); }
  .loading .item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #daf0ff;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center; }

@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
  75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
    .loading .item-5:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #daf0ff;
      opacity: 0.7;
      animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
      animation-delay: 1000ms;
      transition: 0.5s all ease;
      transform: scale(1); }

.cardview-logo .cardview-box {
  transition: 0.3s linear; }

.cardview-logo .cardview-box, .cardview-logo .cardview-box .image, .cardview-logo .cardview-box .image .source {
  border-radius: 5px; }

.cardview-logo .cardview-box {
  height: 180px;
  width: 180px;
  display: block;
  padding: 12px;
  border: 1px solid #ebebeb; }
  .cardview-logo .cardview-box .image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    text-align: center;
    width: 100%; }
    .cardview-logo .cardview-box .image .source {
      position: absolute;
      height: calc(100% - 18px); }
  .cardview-logo .cardview-box .text {
    padding: 5px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px; }
    @media only screen and (max-width: 900px) {
      .cardview-logo .cardview-box .text {
        padding: 5px 0;
        margin-top: 10px; } }
    .cardview-logo .cardview-box .text .title {
      color: #333;
      font-size: 1rem;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .cardview-logo .cardview-box .text .title {
          font-size: 1rem; } }
    .cardview-logo .cardview-box .text .subtitle {
      color: #2196F3;
      font-size: 1rem;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .cardview-logo .cardview-box .text .subtitle {
          font-size: 1rem; } }
  .cardview-logo .cardview-box:hover {
    box-shadow: rgba(51, 51, 51, 0.3) 0 0 10px 0; }

/* -- container -- */
.rodal,
.rodal-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.rodal {
  position: fixed;
}

/* -- mask -- */
.rodal-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

/* -- dialog -- */
.rodal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 101;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.rodal-dialog:focus {
  outline: none;
}

/* -- close button -- */
.rodal-close {
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
}

.rodal-close:before,
.rodal-close:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #999;
  border-radius: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.rodal-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rodal-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rodal-close:hover:before,
.rodal-close:hover:after {
  background: #333;
}

/* -- fade -- */
@-webkit-keyframes rodal-fade-enter {
  from {
    opacity: 0;
  }
}

@keyframes rodal-fade-enter {
  from {
    opacity: 0;
  }
}

.rodal-fade-enter {
  -webkit-animation: rodal-fade-enter both ease-in;
  animation: rodal-fade-enter both ease-in;
}

@-webkit-keyframes rodal-fade-leave {
  to {
    opacity: 0;
  }
}

@keyframes rodal-fade-leave {
  to {
    opacity: 0;
  }
}

.rodal-fade-leave {
  -webkit-animation: rodal-fade-leave both ease-out;
  animation: rodal-fade-leave both ease-out;
}

/* -- zoom -- */
@-webkit-keyframes rodal-zoom-enter {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes rodal-zoom-enter {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.rodal-zoom-enter {
  -webkit-animation: rodal-zoom-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: rodal-zoom-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-zoom-leave {
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes rodal-zoom-leave {
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.rodal-zoom-leave {
  -webkit-animation: rodal-zoom-leave both;
  animation: rodal-zoom-leave both;
}

/* -- slideDown -- */
@-webkit-keyframes rodal-slideDown-enter {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

@keyframes rodal-slideDown-enter {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

.rodal-slideDown-enter {
  -webkit-animation: rodal-slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: rodal-slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideDown-leave {
  to {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

@keyframes rodal-slideDown-leave {
  to {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

.rodal-slideDown-leave {
  -webkit-animation: rodal-slideDown-leave both;
  animation: rodal-slideDown-leave both;
}

/* -- slideLeft -- */
@-webkit-keyframes rodal-slideLeft-enter {
  from {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
}

@keyframes rodal-slideLeft-enter {
  from {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
}

.rodal-slideLeft-enter {
  -webkit-animation: rodal-slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: rodal-slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideLeft-leave {
  to {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
}

@keyframes rodal-slideLeft-leave {
  to {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
}

.rodal-slideLeft-leave {
  -webkit-animation: rodal-slideLeft-leave both;
  animation: rodal-slideLeft-leave both;
}

/* -- slideRight -- */
@-webkit-keyframes rodal-slideRight-enter {
  from {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }
}

@keyframes rodal-slideRight-enter {
  from {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }
}

.rodal-slideRight-enter {
  -webkit-animation: rodal-slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: rodal-slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideRight-leave {
  to {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }
}

@keyframes rodal-slideRight-leave {
  to {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }
}

.rodal-slideRight-leave {
  -webkit-animation: rodal-slideRight-leave both;
  animation: rodal-slideRight-leave both;
}

/* -- slideUp -- */
@-webkit-keyframes rodal-slideUp-enter {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}

@keyframes rodal-slideUp-enter {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}

.rodal-slideUp-enter {
  -webkit-animation: rodal-slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: rodal-slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-slideUp-leave {
  to {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}

@keyframes rodal-slideUp-leave {
  to {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}

.rodal-slideUp-leave {
  -webkit-animation: rodal-slideUp-leave both;
  animation: rodal-slideUp-leave both;
}

/* -- flip -- */
@-webkit-keyframes rodal-flip-enter {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes rodal-flip-enter {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.rodal-flip-enter {
  -webkit-animation: rodal-flip-enter both ease-in;
  animation: rodal-flip-enter both ease-in;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes rodal-flip-leave {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
  }
}

@keyframes rodal-flip-leave {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
  }
}

.rodal-flip-leave {
  -webkit-animation: rodal-flip-leave both;
  animation: rodal-flip-leave both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/* -- rotate -- */
@-webkit-keyframes rodal-rotate-enter {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes rodal-rotate-enter {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
  }
}

.rodal-rotate-enter {
  -webkit-animation: rodal-rotate-enter both;
  animation: rodal-rotate-enter both;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rodal-rotate-leave {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes rodal-rotate-leave {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
  }
}

.rodal-rotate-leave {
  -webkit-animation: rodal-rotate-leave both;
  animation: rodal-rotate-leave both;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* -- door -- */
@-webkit-keyframes rodal-door-enter {
  from {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
}

@keyframes rodal-door-enter {
  from {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }
}

.rodal-door-enter {
  -webkit-animation: rodal-door-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: rodal-door-enter both cubic-bezier(0.4, 0, 0, 1.5);
}

@-webkit-keyframes rodal-door-leave {
  60% {
    -webkit-transform: scale3d(0.01, 1, 1);
    transform: scale3d(0.01, 1, 1);
  }
  to {
    -webkit-transform: scale3d(0, 1, 0.1);
    transform: scale3d(0, 1, 0.1);
  }
}

@keyframes rodal-door-leave {
  60% {
    -webkit-transform: scale3d(0.01, 1, 1);
    transform: scale3d(0.01, 1, 1);
  }
  to {
    -webkit-transform: scale3d(0, 1, 0.1);
    transform: scale3d(0, 1, 0.1);
  }
}

.rodal-door-leave {
  -webkit-animation: rodal-door-leave both;
  animation: rodal-door-leave both;
}


