body {
  font-size: 16pt;
  font-family: 'Assistant', sans-serif;
  line-height: 1.25;
  background: #FFF;
  color: #302d2b;
  font-weight: 300;
  /* overflow-x: hidden; */
}

em {
  font-family: 'Source Sans Pro', sans-serif;
}

hr {
  border-top: 1px solid #a2a1a0;
}

/* HEADER */

header {
  width: 100%;
  height: 90px;
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  background-color: transparent;
}

body.contact-us__shown header {
  position: absolute;
  background-color: #fff;
}

a#logo-ciclus {
  position: absolute;
  left: 30px;
  top: 25px;
  display: block;
  width: 129px;
  height: 40px;
  background-image: url('../img/logo-ciclus-dark.png');
  background-size: cover;
  background-repeat: none;
}

body.dark a#logo-ciclus {
  background-image: url('../img/logo-ciclus-light.png');
}

body.opened a#logo-ciclus {
  /* background-image: url('../img/logo-ciclus-dark.png'); */
  display: none;
}

body.contact-us__shown a#logo-ciclus {
  display: none;
}

body.dark .nav-toggle [class*='bar-'] {
  background: #ffffff;
}

.nav-toggle {
  cursor: pointer;
  position: absolute;
  background: transparent;
  border: 1px solid transparent;
  margin: 7px 0;
  top: 28px;
  right: 30px;
}

.nav-toggle.opened {
  height: 22px;
}

.nav-toggle:focus {
  outline-width: 0;
  outline: 0;
}

.nav-toggle [class*='bar-'] {
  background: #312D2C;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  border-radius: 50px;
  height: 2px;
  width: 28px;
  margin-bottom: 6px;
}

.nav-toggle.opened [class*='bar-'] {
  background-color: #312D2C !important;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
  transform-origin: 15% 15%;
}

.opened .bar-mid {
  opacity: 0;
}

.opened .bar-bot {
  position: absolute;
  right: 2px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
  transform-origin: 15% 95%;
}

/* SLIDES */

.project img {
  max-width: 100%;
  display: block;
}

.b-lazy {
  min-height: 50px;
  background: url(../img/squares.gif) 50% 50% no-repeat;
}

.b-loaded {
  min-height: 0;
  background-image: none;
}

.main-header {
  position: fixed;
  top: 0;
  right: 0px;
  left: 0;
  z-index: 160;
  padding: 45px 50px;
  background: #FFF;
}

.main-header img {
  max-width: auto;
}

.main-header--name {
  width: 1px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2em;
}

.project {
  position: relative;
}

.project--header h2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.slides {
  margin-top: 4.5em;
}

.slides-navigation {
  display: none;
}

.project .featured-logo .logo-moma {
  position: absolute;
  top: 25%;
  width: 25%;
  right: 30px;
}

body.no-logo h1.main-header--name, body.no-logo .contact-link {
  display: none;
}

.slides .text-slide {
  background-image: none;
  background: #312D2C;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slides .text-slide h1, .slides .text-slide h2 {
  line-height: 62px;
  font-size: 50px;
  font-weight: 300;
  margin: 0 70px;
}

.slides .text-slide h2 {
  font-weight: 300;
}

.text-slide .text-slide-main-title {
  color: #fff;
}

.text-slide .text-slide-sub-title {
  color: #989695;
}

.first-slide h1 {
  color: #fff;
}

.first-slide .text-slide-main-title {
  color: #C1C0C0;
}

.first-slide .text-slide-sub-title {
  color: #838180;
}

.slides .text-slide .project--header {
  margin: 0 auto;
  padding: 0;
}

.project--dot {
  position: absolute;
  top: 100px;
  right: 30px;
  display: block;
}

.contact-link {
  position: absolute;
  top: 50%;
  right: 66px;
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  color: #302d2b;
  text-decoration: none;
  transition: all ease .5s;
  font-size: 30px;
}

body.contact-us__shown header h1 {
  display: none;
}

.contact-link:after {
  content: url(../img/icon-menu.png);
  font-size: 35px;
}

/* Choose Language */

.select-language {
  display: none;
}

body.contact-us__shown .select-language {
  display: inline-block;
  position: absolute;
  /* left: 40px; */
  top: 28px;
}

.select-language ul {
  display: inline-block;
}

div.select-language ul li {
  display: inline-block;
}

div.select-language ul li {}

.select-language ul li a, .select-language ul li p {
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  color: #302d2b;
  display: inline-block;
}

.select-language ul li p.active {
  color: #c1c0c0;
}

.select-language ul li:first-child {
  margin-right: 12px;
  border-right {
    1px solid #000;
  }
}

/* FOOTER */

.contact-us {
  background: #ffffff;
}

.contact-us .sub-menu {
  margin-top: 5em;
}

.contact-us a {
  color: #c1c0c0;
  text-decoration: none;
}

.contact-us a.active {
  color: #302d2b;
  opacity: 0.4;
  text-decoration: none;
}

.contact-us li a {
  font-size: 36px;
  line-height: 43px;
  font-weight: 300;
  color: #302d2b;
}

.contact-us li a:focus {
  outline: 0;
}

.contact-us li a.grey-color {
  color: #c1c0c0;
}

.contact-us li a:hover {
  transition: 0.5s;
  opacity: 0.4;
  transition-timing-function: ease-out;
}

.contact-us li {
  list-style: none;
}

.contact-us li.ciclus p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200;
  /* color: #a2a1a0; */
  color:#3a3a3a;
}

.contact-us li.ciclus p strong {
  color: #302d2b;
}

.contact-us li.que-ofrecemos p {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  /* color: #c1c0c0; */
  /* color: #999999; */
  color: #3a3a3a;
}

.contact-us li p strong {
  font-weight: 400;
}

.contact-us li.asi-disenyamos h2 {
  /* line-height:45px;
	font-size:35px; */
  line-height: 32px;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  /* margin-top: 22px; */
  margin-bottom: 30px;
}

.contact-us li.ciclus h2, .contact-us li.sobre p {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 300;
  text-align: left;
}

.contact-us li.ciclus, .contact-us li.que-ofrecemos {
  max-width: 1550px;
}

.contact-us hr {
  margin-bottom: 30px;
}

.contact-us h3 {
  background: #302d2b;
  padding: 5px 12px 9px 12px;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 200;
  margin-top: 20px;
}

#panel-que-ofrecemos h3 {
  margin-top: 10px;
}

#panel-que-ofrecemos p {
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-us h4 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: vic 8px;
}

.contact-us .asi-pensamos .panel {
  margin-top: 30px;
}

.contact-us .asi-pensamos h4 {
  font-size: 36pxpx;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 8px;
}

.contact-us li.asi-pensamos p {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  /* color: #999999; */
  color: #3a3a3a;
  margin-bottom: 30px;
}

.contact-us li.sobre p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
  text-align: left;
  line-height: 32px;
}

.contact-us h5 {
  font-size: 28px;
  font-weight: 700;
  background-color: #f4f4f4;
  padding: 0 5px 0 0;
  display: inline-block;
}

.contact-us .sobre img {
  float: left;
  display: inline-block;
  margin: 0 40px 40px 0px;
  max-width: 50%;
}

.contact-us .sobre h4 {
  margin-bottom: 20px;
}

.contact-us .sobre h4 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  /* margin-top: 40px; */
  /* max-width:100%;; */
}

.contact-us .asi-disenyamos .panel {
  text-align: center;
}

#sobre {
  margin-top: 40px;
}

.contact-us h4.address {
  /* color: #302d2b !important;
  font-weight: 200;
  font-size: 24px;
  line-height: 30px; */
  /* margin-top: 26px; */
}

.contactamos {
  margin-bottom: 40px;
}

#panel-contactamos a, #panel-contactamos p {
  color: #312d2c;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: none;
  display: block;
}

.panel {
  margin: 20px 0 40px 0;
}

.contact-us .asi-disenyamos .panel {
  margin-bottom: 30px;
}

.panel-trigger.active {
  color: #222;
}

.awards-list {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em 2em;
  margin: 0 -2em;
  text-align: center;
  border-top: 1px solid #302d2b;
}

.awards-list figure {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 0 0;
}

.awards-list img {
  max-width: 100% !important;
}

.social {
  text-align: center;
}

.social p {
  margin-bottom: 12px;
}

.social img {
  margin: 0 5px;
}

.contact-us__shown .contact-us {
  top: 0;
  height: 100%;
}

.contact-us__shown .contact-link:after {
  content: '×';
  font-size: 77px;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}

.project--header p br {
  display: none;
}
.only-mobile {
  display:none;
}
.only-mobile br {
  display: none;
}


@media (max-width: 768px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .only-mobile br {
    display: block;
  }
  .select-language {
    left: 20px;
  }
  /* HEADER */
  header {
    background-color: #ffffff;
  }
  a#logo-ciclus {
    background-image: url('../img/logo-ciclus-dark.png') !important;
  }
  .nav-toggle [class*='bar-'] {
    background: #312D2C !important;
  }
  .project--header p br {
    display: block;
  }
  .contact-us__shown .slides {
    display: none;
  }
  .contact-us {
    /* padding: 0 20px; */
  }
  figure.project--images {
    background-image: none !important;
    /* margin: -17px -1em 0 -1em; */
    margin-bottom: 15px;
    position: relative;
  }
  body.no-logo h1.main-header--name, body.no-logo .contact-link {
    display: block;
  }
  .main-header {
    padding: 22px;
    min-height: 44px;
  }
  .main-header img {
    width: 95px;
    height: auto;
    margin-top: 4px;
  }
  .contact-link {
    margin-top: 0;
    top: 26px;
    right: 26px;
  }
  .slides {
    margin-top: 90px;
    background: #ffffff;
  }
  .slides .text-slide {
    background-color: #f9f9f9;
  }
  .slides .text-slide.first-slide {
    background-color: #312D2C;
  }
  .slides .text-slide h1, .slides .text-slide h2 {
    line-height: 62px;
    font-size: 60px;
    font-weight: 300;
    margin: 0 70px;
  }
  .slides .text-slide h2 {
    font-weight: 300;
  }
  .text-slide .text-slide-main-title {
    color: #312D2C;
  }
  .text-slide .text-slide-sub-title {
    color: #989695;
  }
  .first-slide h1 {
    color: #fff;
  }
  .first-slide .text-slide-main-title {
    color: #C1C0C0;
  }
  .first-slide .text-slide-sub-title {
    color: #838180;
  }
  .slides .text-slide {
    padding: 40px 40px;
  }
  .slider.text-slide.first-slide {
    padding: 30px;
  }
  .slides .text-slide.first-slide h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    font-weight: 300;
    margin: 0;
  }
  .slides .text-slide.first-slide h2 {
    font-size: 36px;
    text-align: left;
    font-weight: 300;
    line-height: 40px;
    margin: 0 auto;
  }
  .slides .text-slide h1, .slides .text-slide h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin: 0;
  }
  .project--images img {
    /* margin-top: 16px;
    margin-bottom: 30px; */
  }
  .project.image-slide {
    background-color: #FFF !important;
  }
  .project.image-slide .project--header {
    background: #FFF !important;
    text-align: center;
    margin: 25px 0 25px 0;
    /* margin-left: -1em;
    margin-right: -1em; */
  }
  .slides .text-slide img.b-lazy {
    display: none;
  }
  .project--header h1, .project--header h2 {
    font-size: 18px;
    /* line-height: 18px; */
    line-height: 22px;
    font-weight: 600;
  }
  .project--header p {
    font-size: 16px;
    font-weight: 300;
  }
  .project.image-slide .project--header h2, .project.image-slide .project--header h1 {
    margin: 0 auto;
  }
  .project--header h1 {
    margin-bottom: 5px !important;
  }
  .project.image-slide .project--header p {
    color: #999999;
    max-width: 95%;
    margin: 0 auto;
    line-height: 19px;
  }
  .contact-us li a {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
  }
  .contact-us h4.address {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-top: 40px;
  }
  .contact-us li.ciclus h2, .contact-us li.sobre p {
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 200;
    line-height: 30px;
  }
  .contact-us li.ciclus p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
  }
  .contact-us li.ciclus p strong {
    display: block;
    margin-bottom: -10px;
  }
  .contact-us hr {
    margin-bottom: 20px;
  }
  .contact-us h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-us h3, .contact-us h5 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 15px;
  }
  .contact-us li.que-ofrecemos p {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 200;
    line-height: 25px;
  }
  .contact-us li.asi-disenyamos h2 {
    line-height: 30px;
    font-size: 25px;
    font-weight: 200;
  }
  .contact-us .asi-pensamos h4 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 8px;
    max-width: 250px;
  }
  .contact-us li.asi-pensamos p {
    font-size: 25px;
    font-weight: 200;
    line-height: 30px;
    /* color: #a2a1a0; */
    color: #3a3a3a;
    margin-bottom: 30px;
  }
  .contact-us li.sobre p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 25px;
  }
  .contact-us .sobre h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .contact-us .asi-disenyamos img {
    max-width: 90%;
    margin: 0 auto;
  }
  .awards-list figure {
    width: 31%;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
  }
  .awards-list {
    margin-top: 40px;
    border-bottom: 1px solid #302d2b;
  }
  .contact-us .sub-menu {
    /* min-height: calc(100vh - 50px - 144px - 177px); */
    min-height: calc(100vh - 90px);
    padding-top: 90px;
    margin-top: 0;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.contact-us__shown .main-header--name img {
    display: none !important;
  }
  body.contact-us__shown .main-header {
    background: transparent;
  }
  .contact-us {
    display: none;
  }
  .contact-us .sobre img {
    max-width: 100%;
  }
  body.opened .contact-us {
    display: block;
  }
  body.contact-us__shown .contact-us {
    display: block;
  }
  .contact-us__shown .contact-link:after {
    font-size: 55px;
  }
  .featured-logo .logo-cavallum {
    /* position: absolute;
    top: 25%;
    width: 25%;
    height: auto;
    right: 30px; */
    /* transform: translateY(0%); */

    /* position: absolute;
    top: 50%;
    width: 25%;
    height: auto;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
  }
  .featured-logo.cavallum{
    background-image: url(../img/awards/logos-cavallum.png);
    position: absolute;
    width: 25%;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

}

@media (min-width: 769px) {
  body {
    transition: color ease .5s, background ease .5s;
  }
  body.contact-us__shown .main-header {
    /* background: #fff; */
    background: transparent;
  }
  body.dark.contact-us__shown {
    color: #312d2c;
  }
  body.dark.contact-us__shown .main-header img {
    -webkit-filter: none;
    filter: none;
  }
  body.dark.contact-us__shown .contact-link {
    color: #302d2b;
  }
  body.dark {
    color: #FFF;
    background: #302d2b;
  }
  body.dark .project--header h1, body.dark .project--header p {
    color: #fff;
  }
  body.dark .slides-navigation a {
    color: white;
  }
  body.dark .main-header img, body.dark .slides-navigation img, body.dark .contact-link:after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
  .select-language {
    left: 40px;
  }
  .main-header {
    background: transparent;
  }
  .main-header--name {
    padding: 0px;
    font-size: 16px;
  }
  .slides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
  }
  .project {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
  }
  .text-slide .project--header {
    position: relative;
    z-index: 90;
    margin: 1em;
    padding-left: 11%;
  }
  .image-slide .project--header {
    position: absolute;
    z-index: 90;
    bottom: 50px;
    left: 30px;
  }
  .image-slide .project--header h1, .image-slide .project--header h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .image-slide .project--header p {
    padding: 0;
    font-size: 18px;
    font-weight: 200;
    color: #999999;
  }
  .image-slide .project--header p strong {
    font-weight: 300;
  }
  .project--images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .project--images img {
    opacity: 0;
  }
  .project.active, .project--images img.active {
    display: block;
  }
  .project.text-slide {
    display: flex;
    align-items: center;
  }
  .project .featured-logo .logo-moma {
    position: absolute;
    bottom: 50px;
    top: auto;
    right: 30px;
    width: 180px;
  }

  .project .featured-logo .logo-cavallum {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    right: 25%;
    width: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* SLIDE NAV */
  .slides-navigation {
    display: block;
    height: 100%;
    min-height: 100%;
    position: relative;
  }
  .slides-navigation .prev, .slides-navigation .next {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 120;
    padding: 10px;
    line-height: 1em;
    box-sizing: border-box;
    font-weight: 200;
    text-decoration: none;
    color: #302d2b;
    cursor: pointer;
    transition: opacity ease .5s;
    vertical-align: middle;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
  }
  button:focus {
    outline: 0;
  }
  .slides-navigation .prev {
    margin-left: 20px;
  }
  .slides-navigation .next {
    left: auto;
    right: 0;
    margin-right: 20px;
  }
  .slides-navigation .prev:hover, .slides-navigation .next:hover {
    opacity: 0.8;
  }
  .contact-us {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 0;
    z-index: 140;
    /* overflow: auto; */
    padding-top: 0;
    padding-bottom: 0;
    transition: top ease .25s, height ease .25s;
  }
  .contact-us .sub-menu {
    /* min-height: calc(100vh - 50px - 90px - 177px); */
    min-height: calc(100% - 80px);
    padding-top: 80px;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    /* padding-bottom: 70px; */
  }
  .dark .contact-link {
    color: #FFF;
  }
  .featured-logo.cavallum{
    background-image: url(../img/awards/logos-cavallum.png);
    position: absolute;
    width: 25%;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* Animation */
  .project.inactive {
    z-index: 1;
    animation-duration: 1s;
    animation-name: fadeout;
  }
  .project.active {
    z-index: 10;
    animation-duration: 4s;
    animation-name: fadein;
    animation-fill-mode: forwards;
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeout {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  #panel-que-ofrecemos p {
    max-width: 70%;
  }
}

/* -------- Updates --------- */

.contact-us img {
  max-width: 400px;
}

footer {
  /* display: none; */
  overflow: auto;
}

body.contact-us__shown {
  background-color: #fff;
}

body.contact-us__shown footer {
  /* display: block; */
  overflow: visible;
}

.sub-menu {
  min-height: 100%;
  margin-bottom: -256px;
  background-color: #ffffff;
}

.sub-menu:after {
  content: "";
  display: block;
  height: 256px;
}

.social-and-awards {
  height: 256px;
}

.social-and-awards .social {
  margin-bottom: 40px;
}

.social-and-awards hr {
  margin-top: 0;
  margin-bottom: 0;
}

.awards-list-slide {
  margin-top: 20px;
  margin-bottom: 18px;
}

.awards-list-slide div img {
  margin: 0 25px;
  height: 100px;
  width: auto;
}

/* Quick hack css for Cavallum*/

#cavallum.project {
  background-image: url("https://www.ciclus.com/assets/img/cavallum/Cavallum_Thank_You_Note.jpg") !important;
}


@media (max-width: 800px) {

  #cavallum {
    position: relative;
  }

  #cavallum .mov-img {
    display: none !important;
  }

  #cavallum.project {
    background-position: right;
  }

  #cavallum .main-page-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    transform: translate(-50%,-50%);
    display: block;
  }

  #cavallum .cavallum-header .cavallum-title {
    background: none !important;
    text-align: center !important;
    color: #ffffff !important;
  }

  #cavallum .cavallum-header .cavallum-title h1{
    background: none !important;
    text-align: center !important;
    color: #ffffff !important;
  }

  #cavallum .cavallum-header p {
    background: none !important;
    text-align: center !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
   }

  #cavallum .cavallum-header p strong{
    color: #ffffff !important;
  }

  #cavallum .cavallum-cta {
    background: transparent !important;
  }

}

@media (max-width: 540px) {

  #cavallum .cavallum-header .cavallum-title h1{
    font-size: 44px !important;
  }

}

.cavallum-header p.main-subtitle {
  margin: 0;
}



