@import url("sprite.css");


/*  Header 
========================================================================== */

.main-nav__link{display: none !important;}
.bare-list{display: none !important;}
.search-form__wrapper{display: none !important;}
.offices-link{display: none !important;}

/* Reset
========================================================================== */


.lp p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.lp textarea:focus,
.lp input:focus {
  outline: none;
}

.lp h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.owl-page {
  visibility: visible !important;
}
.owl-controls {
  display: block !important;
}
/* Banner
========================================================================== */
.lp__banner {
  display: flex;
  background: url("../../../assets/americas-food-and-beverage/images/Americas-Food-and-Beverage-Banner.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 750px;
  margin-bottom: 50px;
  position: relative;
  flex-direction: column;
}

@media (max-width: 1015px) {
  .lp__banner {
    height: auto;
    margin-bottom: 20px;
  }
}
.lp__banner__title {
  display: block;
  font-size: 37px !important ;
  color: rgb(255, 255, 255);
  font-weight: bold;
  z-index: 2;
  margin-bottom: 10px;
  margin-top: 20px !important;
}

@media (max-width: 500px) {
  .lp__banner__title {
    font-size: 25px !important;
  }
}
.lp_banner__logo {
  display: inline-block;
  width: 360px;
  height: 108px;
  background: url("../../../assets/americas-food-and-beverage/images/logo-expo.png") no-repeat center center;
  text-indent: -9000px;
  margin-top: 30px;
}

/* Info
========================================================================== */
.lp__info {
  position: relative;
  overflow: hidden;
  background: #fe9102;
  height: 318px;
  padding-top: 40px;
  color: #ffffff;
  margin-bottom: 60px;
  margin-top: 30px;
}
.lp__info__time {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  position: absolute;
  z-index: 4;
  height: 100%;
  top: 0;
}

@media (max-width: 768px) {
  .lp__info {
    padding-top: 0;
    background: #0070ba;
  }
  .lp__info__time {
    position: relative;
  }
  .lp__info__reminder {
    position: relative !important;
  }
}

@media (max-width: 580px) {
  .lp__info {
    display: flex;
    flex-direction: column;
  }
  .lp__info__time {
    width: 100%;
  }
  .lp__info__reminder {
    width: 100% !important;
  }
}

.lp__info__time:before {
  position: absolute;
  display: block;
  top: 0px;
  right: -50px;
  content: "";
  height: 100%;
  width: 100%;
  border-right: solid 1000px #0070ba;
  -ms-transform: skew(15deg); /* IE 9 */
  -webkit-transform: skew(15deg); /* Chrome, Safari, Opera */
  transform: skew(15deg); /* Standard syntax */
  transform-origin: bottom left; /* Prevent the bottom from shifting */
  background: #0070ba;
  z-index: -1;
}

@media (max-width: 860px) {
  .lp__info__time:before {
    -ms-transform: skew(0); /* IE 9 */
    -webkit-transform: skew(0); /* Chrome, Safari, Opera */
    transform: skew(0);
    right: 0px;
  }
}

.lp__info__time h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}
.lp__info__time h4 .sprite--time {
  display: block;
  margin: 0 auto 10px auto;
}

.lp__info__countdown {
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 30px;
}
.lp__info__countdown span {
  display: inline-block;
  vertical-align: middle;
}
.lp__info__countdown small {
  display: block;
  font-size: 13px;
}
.lp__info__place {
  display: block;
  width: 100%;
  font-size: 12.3px;
  display: inline-block;
  font-weight: 500;
  background: #db7c00;
  padding: 5px 30px;
  margin-top: 30px;
}
.lp__info__place .sprite--pin {
  margin-right: 52px;
  vertical-align: middle;
}
.lp__info__place p {
  vertical-align: middle;
  display: inline-block;
}

.lp__info__reminder {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 0;
  display: block;
  font-size: 16px;
  text-align: center;
  float: right;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  z-index: 1;
}
.lp__info__reminder .sprite--logo {
  margin-bottom: 30px;
}
.lp__info__reminder i {
  display: block;
  margin: 0 auto 5px;
}
.lp__info__reminder h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
p.lp__info__reminder__text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

p.lp__info__reminder__text strong {
  font-size: 20px;
  font-weight: bold;
}

.lp__info__reminder__text-times {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 0.8!important;
}

.lp__info__reminder__title {
  color: #fff;
  font-size: 30px !important;
  line-height: 1.8;
  padding-top: 0px;
}
.lp__info__reminder__title span {
  font-size: 19px;
}

/* About AJC
========================================================================== */
.lp__ajc {
  text-align: center;
  margin-bottom: 70px;
}
.lp__ajc__title {
  margin-bottom: 50px;
}
.lp__ajc__title i.sprite {
  vertical-align: middle;
}
.lp__ajc__list {
  position: relative;
  display: inline-block;
  width: calc(100% - 60px);
}
.lp__ajc__list__item {
  height: 335.764px;
  margin: 10px;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.3);
  text-align: center;
  padding: 30px;
  min-height: 300px;
}
.lp__ajc__list__item a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lp__ajc__list__item a:hover {
  transform: scale(1.1);
}

.lp__ajc__list__item__img-container {
    position: relative;
    min-height: 210px;
    display: block;
    width: 150px;
	overflow: hidden;
}

.lp__ajc__list__item__img-container__img {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
}

.lp__ajc__list__item i {
  margin-bottom: 55px;
}

p.lp__ajc__list__item__description {
  font-size: 14px;
  color: #005aa3;
  font-weight: normal;
}
.lp__ajc__list .owl-prev.disabled,
.lp__ajc__list .owl-next.disabled {
  display: none !important;
}
.lp__ajc__list .owl-prev,
.lp__ajc__list .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer !important;
  padding: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background: none !important;
}
.lp__ajc__list .owl-prev {
  left: -25px;
}
.lp__ajc__list .owl-next {
  right: -25px;
}

/* About AJC
========================================================================== */
.lp__about {
  padding: 0px 0 30px 0;
  background: #fc9200;
  text-align: center;
  margin-bottom: 60px;
}
.lp__about__title {
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 37px !important;
  font-weight: bolder !important;
}

.lp__about__title span {
  font-size: 30px;
  font-weight: bold;
}

.lp__about__title .sprite--logo {
  vertical-align: middle;
}
.lp__about__list {
  overflow: hidden;
  margin-bottom: 20px;
}
.lp_about__list__item {
  display: block;
  float: left;
  width: 20%;
  margin-left: 10%;
  text-align: center;
}
.lp_about__list__item__container {
  height: 65px;
  position: relative;
}
.lp_about__list__item__title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
}
.lp_about__list__item__description {
  font-size: 14px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-weight: 400 !important;
}

a.lp__about__button {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  background: #dd4e00;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.lp__about__button:hover {
  color: #ffffff;
  background: #122549;
}

/* Contact
========================================================================== */
.lp__contact {
  position: relative;
  background: #00aced;
  padding: 60px;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
  margin-top: -270px;
}

@media (max-width: 1015px) {
  .lp__contact {
    margin-top: 0;
  }
  .list-container__list {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .lp__contact {
    padding: 20px;
  }
}

.lp__contact__info {
  display: block;
  width: 40%;
  float: left;
  padding-right: 70px;
}
h2.lp__contact__info__title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
}
p.lp__contact__info__description {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5em;
}

.lp__contact__form {
  display: block;
  width: 60%;
  float: left;
}
.lp__contact__form__field {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  margin-right: -4px;
  padding-left: 20px;
}
.lp__contact__form__field--last {
  display: inline-block;
  width: 100%;
}

.lp__contact__form__field:nth-child(odd) {
  padding-left: 0px;
}

input.lp__contact__form__input,
textarea.lp__contact__form__input {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #ffffff;
  min-height: 35px;
}
.lp__contact__form__input.input-error {
  border: solid 1px #800000;
}
.lp__contact__form input[type="submit"]:disabled {
  background: #999999;
  color: #cccccc;
}

.lp__contact__form__label {
  font-size: 14px;
  margin-bottom: 5px;
}
.lp__contact__form__button {
  padding: 8px 0;
  border: none;
  width: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: #122549;
  border-radius: 5px;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lp__contact__form__button:hover {
  background: #fc9200;
}

.lp__contact__form__required {
  font-size: 12px;
  font-weight: 100;
  display: block;
  clear: both;
}
.lp__contact__success {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aced;
}
.lp__contact__success__title {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.lp__contact__success__close {
  display: block;
  font-size: 14px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
}
/* Responsive
========================================================================== */
@media only screen and (max-width: 768px) {
  .lp__info {
    height: auto;
  }

  .lp__info__reminder:before {
    display: none;
  }

  .lp__info__reminder {
    background: #fe9102;
  }
}

@media only screen and (max-width: 480px) {
  h2.lp__banner__title {
    font-size: 18px;
  }

  .lp_banner__logo {
    width: 80%;
    height: 100px;
    background-size: contain;
  }

  .lp__info__time {
    width: 100%;
  }

  .lp__info__reminder {
    position: relative;
    width: 100%;
  }

  .lp_about__list__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .lp__contact__info {
    width: 100%;
    float: none;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .lp__contact__form {
    width: 100%;
    float: none;
  }
  .lp__contact__form__field {
    width: 100%;
    padding: 0;
  }
}

.list-container {
  margin: 0 auto;
}

.list-container__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  text-align: center;
  min-width: 1024px;
}

@media (max-width: 1045px) {
  .list-container__list {
    min-width: auto;
  }
}

.list-container__list__item {
  padding: 0 20px;
  position: relative;
}

.list-container__list__item::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 665px) {
  .list-container__list__item::before {
    display: none;
  }
}

.list-container__list__item:last-of-type::before {
  width: 0;
}

.list-container__list__item__title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.list-container__list__item__list {
  margin-top: 20px;
  list-style: none;
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
}

.list-container__list__item__container {
  display: flex;
}

@media (max-width: 500px) {
  .list-container__list__item__container {
    display: block;
  }
}

.list-container__list__item__list__item {
  font-weight: normal;
}

.lp__info__place i.no-block {
  display: inherit;
}

@media (max-width: 960px) {
  .l-wrapper.no-over-flow {
    overflow: inherit;
  }
}
