@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

.section-projects--content {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #F8F8F8;
  margin-bottom: 150px; }
  @media (max-width: 1100px) {
    .section-projects--content {
      margin-bottom: 120px; } }
  @media (max-width: 800px) {
    .section-projects--content {
      margin-bottom: 90px; } }
  @media (max-width: 650px) {
    .section-projects--content {
      margin-bottom: 75px; } }
  @media (max-width: 500px) {
    .section-projects--content {
      margin-bottom: 67.5px; } }
  .theme-black .section-projects--content {
    padding-bottom: 90px;
    padding-top: 90px;
    background-color: #202020; }
    @media (max-width: 1100px) {
      .theme-black .section-projects--content {
        padding-bottom: 72px; } }
    @media (max-width: 800px) {
      .theme-black .section-projects--content {
        padding-bottom: 54px; } }
    @media (max-width: 650px) {
      .theme-black .section-projects--content {
        padding-bottom: 45px; } }
    @media (max-width: 500px) {
      .theme-black .section-projects--content {
        padding-bottom: 40.5px; } }
    @media (max-width: 1100px) {
      .theme-black .section-projects--content {
        padding-top: 72px; } }
    @media (max-width: 800px) {
      .theme-black .section-projects--content {
        padding-top: 54px; } }
    @media (max-width: 650px) {
      .theme-black .section-projects--content {
        padding-top: 45px; } }
    @media (max-width: 500px) {
      .theme-black .section-projects--content {
        padding-top: 40.5px; } }
  .section-projects--content__left {
    min-height: 1px;
    width: 31.6129%;
    margin-right: 2.58065%;
    float: left; }
    @media (max-width: 800px) {
      .section-projects--content__left {
        width: 100%;
        margin-bottom: 60px; } }
  @media (max-width: 800px) and (max-width: 1100px) {
    .section-projects--content__left {
      margin-bottom: 48px; } }
  @media (max-width: 800px) and (max-width: 800px) {
    .section-projects--content__left {
      margin-bottom: 36px; } }
  @media (max-width: 800px) and (max-width: 650px) {
    .section-projects--content__left {
      margin-bottom: 30px; } }
  @media (max-width: 800px) and (max-width: 500px) {
    .section-projects--content__left {
      margin-bottom: 27px; } }
  .section-projects--content__right {
    width: 65.80645%;
    float: left; }
    @media (max-width: 800px) {
      .section-projects--content__right {
        width: 100%; } }

.section-projects .section-title {
  color: #202020; }
  .theme-black .section-projects .section-title {
    color: #fff; }

.section-projects .field-projects > .items > .item {
  width: 48.70968%;
  margin-right: 2.58065%;
  float: left;
  margin-bottom: 30px;
  margin-bottom: 30px; }
  .section-projects .field-projects > .items > .item:nth-child(2n) {
    margin-right: 0; }
  .section-projects .field-projects > .items > .item:nth-child(2n+1) {
    clear: left; }
  @media (max-width: 1100px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 24px; } }
  @media (max-width: 800px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 18px; } }
  @media (max-width: 650px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 15px; } }
  @media (max-width: 500px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 13.5px; } }
  @media (max-width: 500px) {
    .section-projects .field-projects > .items > .item {
      width: 100%;
      margin-bottom: 60px; } }
  @media (max-width: 500px) and (max-width: 1100px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 48px; } }
  @media (max-width: 500px) and (max-width: 800px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 36px; } }
  @media (max-width: 500px) and (max-width: 650px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 30px; } }
  @media (max-width: 500px) and (max-width: 500px) {
    .section-projects .field-projects > .items > .item {
      margin-bottom: 27px; } }

/*# sourceMappingURL=../../_maps/entity/section/section--projects.css.map */
