@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
  background-color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-family: 'sinkin_sans400_regular', sans-serif;
  color: #666;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1080px) {
  body {
    background: #eee;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  text-transform: uppercase;
  margin: 0;
}

h3 {
  font-family: 'BrandonGrotesqueWeb-Regular';
}

h1 {
  font-size: 100px;
  line-height: 1.2em;
  font-family: 'BrandonGrotesqueWeb-Bold';
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  h1 {
    font-size: 86px;
  }
}

h2 {
  font-size: 44px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 30px;
  line-height: 0.833em;
  letter-spacing: 0.05em;
}

h5 {
  font-size: 22px;
  line-height: 0.833em;
  letter-spacing: 0.05em;
}

a {
  color: #ee5432;
}

a:hover {
  color: #ee5432;
}

.orange-color {
  color: #ee5432;
}

.btn {
  border: 3px solid;
  line-height: 1.2;
  padding: 12px 25px;
  display: inline-block;
  min-height: 52px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  background: transparent;
  white-space: inherit;
}

.btn.active,
.btn:focus,
.btn:hover {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .btn {
    font-size: 18px;
  }
}

.btn.orange {
  border-color: #ee5432;
  color: #ee5432;
}

.btn.orange:hover {
  border-color: #203138;
  color: #203138;
}

.btn.blue {
  border-color: #203138;
  color: #203138;
}

.btn.blue:hover {
  border-color: #ee5432;
  color: #ee5432;
}

.btn.white {
  border-color: #fff;
  color: #fff;
}

.btn.white:hover {
  border-color: #ee5432;
  color: #ee5432;
}

.slick-slide img {
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .main-slider .slick-dots {
    bottom: 6% !important;
  }
}

.slick-prev,
.slick-next {
  z-index: 2;
  display: none !important;
}

@media screen and (max-height: 414px) {

  .slick-prev,
  .slick-next {
    display: initial !important;
  }
}

/*.slick-prev{
    left: 10px;
}
.slick-next{
    right:10px;
} */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .row-eq-height {
    display: block;
  }
}

/*.juicer-feed.modern .j-poster {
    display:none;
}*/
.juicer-feed .j-paginate {
  width: 204px;
  font-weight: 100;
}

.juicer-feed h1.referral {
  display: none;
}

video {
  vertical-align: top;
}

.juicer-feed h1.referral {
  display: none !important;
}

#social-bar {
  position: fixed;
}

.menu-icon-wrapper {
  text-align: center;
}

.menu-icon-wrapper .hamburger {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 33px;
  border-top: 0.2em solid #ee5432;
  border-bottom: 0.2em solid #ee5432;
  font-size: 30px;
  cursor: pointer;
}

.menu-icon-wrapper .hamburger:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #ee5432;
}

.menu-info {
  text-align: center;
  font-family: 'BrandonGrotesqueWeb-Bold';
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 3px;
}

#menu-bar {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #menu-bar {
    background: #fff;
  }
}

#menu-bar .menu-header {
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  #menu-bar .menu-header {
    position: fixed;
    text-align: center;
    z-index: 2;
    display: none;
    background: #eeeeee;
  }
}

#menu-bar .menu-header .menu-close {
  float: right;
  background-image: url(../images/close.png);
  font-family: 'BrandonGrotesqueWeb-Bold';
  font-size: 12px;
  width: 35px;
  height: 35px;
  opacity: 1;
  margin: 30px 26px 0px 30px;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #menu-bar .menu-header .menu-close {
    float: none;
    margin: 0;
    margin-top: 20px;
    background-size: 75%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -35px;
  }
}

#menu-bar .menu-header .menu-close.left {
  float: left;
  margin: 30px 10px 0px 30px;
}

@media screen and (max-width: 1024px) {
  #menu-bar .menu-header .menu-close.left {
    float: none;
    margin: 0;
    margin-top: 20px;
    background-size: 75%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -35px;
  }
}

#menu-bar .menu-header .text-close {
  margin: 0px 23px 0px 28px;
  padding-top: 5px;
  clear: both;
  float: right;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueWeb-Bold';
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  #menu-bar .menu-header .text-close {
    margin: 0;
    float: none;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    position: absolute;
  }
}

#menu-bar .menu-header .text-close.left {
  margin: 0px 0px 0px 28px;
  float: initial;
}

@media screen and (max-width: 1024px) {
  #menu-bar .menu-header .text-close.left {
    margin: 0;
    float: none;
    display: inline-block;
    padding: 20px 0px 0px 0px;
    position: absolute;
  }
}

#menu-bar .main-logo {
  display: block;
  clear: both;
  padding-left: 20%;
}

@media screen and (max-width: 1024px) {
  #menu-bar .main-logo {
    padding-left: 0%;
    margin: 100px auto 0px auto;
  }
}

@media screen and (max-width: 1440px) {
  #menu-bar .main-logo img {
    width: 270px;
  }
}

@media screen and (max-width: 1024px) {
  #menu-bar .main-logo img {
    padding-left: 0%;
    margin: 100px auto 0px auto;
  }
}

#menu-bar hr {
  margin-top: 40px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #d2d2d2;
  width: 60%;
}

@media screen and (max-width: 1024px) {
  #menu-bar hr {
    width: 80%;
  }
}

#menu-bar .social-links {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
  display: block;
  clear: both;
}

@media screen and (max-width: 1024px) {
  #menu-bar .social-links {
    width: 100%;
    padding: 20px 0px 10px 0px;
  }
}

#menu-content2 .main-logo {
  margin-top: 50px;
  padding-left: initial;
}

@media screen and (max-width: 1024px) {
  #menu-content2 .main-logo {
    margin-top: 100px;
  }
}

#menu-content2 .main-logo img {
  margin: 0 auto;
}

#menu-content2 hr {
  width: 80%;
}

#menu-content,
#menu-content2 {
  height: 99%;
  overflow: auto;
}

.vertical-logo {
  margin-top: 570%;
  text-align: center;
}

.vertical-logo.right {
  margin-top: 512%;
}

.feed-icon {
  cursor: pointer;
}

.overlay-social-feeds,
.overlay-menu {
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  top: 0;
  background-color: #eeeeee;
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-social-feeds {
  right: 0;
  width: 50%;
  display: none;
}

.overlay-social-feeds .social-links {
  padding: 0px !important;
  padding-top: 30px !important;
}

.overlay-social-feeds .social-links li a {
  color: #203138;
}

.overlay-social-feeds .social-links svg {
  fill: #203138;
}

.overlay-menu {
  left: 0;
}

.social-icons-feed {
  text-align: center;
}

.social-icons-feed .feed-item {
  display: inline-block;
}

.social-icons-feed .feed-item img {
  vertical-align: bottom;
  padding-right: 10px;
}

.juicer-wrapper {
  padding: 20px 80px 0 80px;
}

@media screen and (max-width: 1024px) {
  .juicer-wrapper {
    max-width: initial;
  }
}

@media screen and (max-width: 1024px) {
  .juicer-wrapper {
    max-width: 963px;
    margin-left: -4%;
  }
}

@media screen and (max-width: 414px) {
  .juicer-wrapper {
    padding: 0px 30px 0 30px;
  }
}

/* Position the content inside the overlay */
.overlay-menu-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: left;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.primary-menu {
  list-style: none;
  z-index: 1;
  width: 100%;
  padding: 0px;
  margin: 0;
  text-align: left;
  padding-left: 20%;
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {
  .primary-menu {
    padding-left: 12%;
  }
}

@media screen and (max-width: 414px) {
  .primary-menu {
    padding-left: 8%;
  }
}

.primary-menu li {
  display: block;
  font-family: 'BrandonGrotesqueWeb-Regular';
}

.primary-menu li a {
  font-weight: bold;
  color: #fff;
}

.primary-menu li a:hover {
  text-decoration: none;
}

.primary-menu .menu-item-has-children {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .primary-menu .menu-item-has-children {
    font-size: 22px;
  }
}

.primary-menu .menu-item-has-children a {
  color: #b9b9b9;
  margin-bottom: 20px;
}

.primary-menu .menu-item-has-children .sub-menu {
  margin-top: 15px;
}

.primary-menu .menu-item-has-children .sub-menu li {
  font-size: 22px;
  line-height: 50px;
}

@media screen and (max-width: 1024px) {
  .primary-menu .menu-item-has-children .sub-menu li {
    font-size: 18px;
  }
}

.primary-menu .menu-item-has-children .sub-menu li a {
  color: #203138;
}

.primary-menu .menu-item-has-children .sub-menu li a:hover {
  color: #ef5227;
}

.primary-menu .menu-item-has-children .sub-menu:after {
  content: "\00a0";
  border-bottom: solid 1px #cccccc;
  top: 0;
  width: 80%;
  margin-left: 3px;
  display: block;
}

.navbar-header {
  float: none;
}

.navbar-transparent {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.no-padding {
  padding: 0;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

.centered {
  text-align: center;
  font-size: 0;
}

.centered>div {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.overlay-page {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
}

.left-bar-wrap {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap {
    width: 100% !important;
    position: fixed;
    z-index: 1;
    background-color: #eeeeee;
    height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .left-bar {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {

  .left-bar-wrap .menu-wrap,
  .left-bar-wrap .social-wrap {
    width: 50% !important;
    text-align: center;
    float: left;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .menu-wrap .affix {
    position: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.left-bar-wrap .social-wrap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .social-wrap {
    display: initial;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .social-wrap .feed-icon {
    width: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .social-wrap .feed-icon img {
    width: 18px;
    height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .social-wrap .menu-info {
    vertical-align: text-top;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .vertical-logo {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .menu-icon-wrapper {
    margin-top: 23px;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .left-bar-wrap .menu-icon-wrapper {
    margin-top: 20px;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .menu-icon-wrapper .hamburger {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .left-bar-wrap .menu-info {
    display: inline-block;
    margin-top: 0;
    vertical-align: text-bottom;
    font-size: 16px;
  }
}

.right-bar-wrap {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .right-bar-wrap {
    display: none;
  }
}

.left-bar {
  -webkit-transform: translate(35%, 6%);
  -moz-transform: translate(35%, 6%);
  -ms-transform: translate(35%, 6%);
  -o-transform: translate(35%, 6%);
  transform: translate(35%, 6%);
}

@media screen and (max-width: 991px) {
  .left-bar {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.social-bar {
  -webkit-transform: translate(30%, 6%);
  -moz-transform: translate(30%, 6%);
  -ms-transform: translate(30%, 6%);
  -o-transform: translate(30%, 6%);
  transform: translate(30%, 6%);
}

.move-to-left {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}

.main-content-area {
  padding: 0px;
  background: #fff;
}

.block-section {
  display: block;
  clear: both;
}

.block-section section {
  text-align: center;
  padding: 100px 0px 100px 0px !important;
}

@media screen and (max-width: 640px) {
  .block-section section {
    padding: 100px 40px 100px 40px !important;
  }
}

.parallax-fullwith {
  color: #fff;
}

.parallax-fullwith section {
  padding: 300px 0px 300px 0px !important;
}

@media screen and (max-width: 640px) {
  .parallax-fullwith section {
    padding: 50px 40px 50px 40px !important;
  }
}

.parallax-fullwith .descripcion {
  line-height: 20px;
}

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.caption-slide {
  position: absolute;
  /*top: 110px;*/
  /*left: 118px;*/
  top: 60px;
  z-index: 3;
  color: #fff;
  padding: 0 8%;
  width: 100%;
}

.caption-slide .logo {
  margin-bottom: 60px;
}

.caption-slide .logo img {
  width: 288px;
}

.caption-slide .logo .back-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
}

.caption-slide .logo .back-link i {
  position: relative;
  top: -2px;
}

.caption-slide h1 {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .caption-slide {
    width: 60%;
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 20px;
    margin: 30px auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .caption-slide .logo {
    margin-bottom: 80px;
    text-align: center;
  }

  .caption-slide .logo img {
    height: 60px;
    width: 235px;
    display: inline-block;
  }

  .caption-slide h1 {
    /*font-size: 46px;*/
    font-size: 32px;
  }

  .caption-slide .description {
    font-size: 20px !important;
  }

  .caption-slide .description br {
    display: none;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .caption-slide {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }

  .caption-slide h1 br {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .caption-slide {
    /*top: 20%;*/
  }

  .caption-slide .logo {
    margin-bottom: 60px;
  }

  .caption-slide h1 {
    font-size: 66px;
  }
}

@media screen and (max-width: 680px) {
  .caption-slide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 460px) {
  .caption-slide {
    /*padding: 20px 0;*/
  }
}

.center-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  padding: 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .center-caption {
    width: 100%;
  }
}

.main-slider {
  background-color: #000;
}

.main-slider .slide-item {
  position: relative;
  max-height: 840px;
}

.main-slider .slide-item .caption-slide .slide-link .btn {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width:1025px) {
  .main-slider .slide-item .caption-slide .slide-link.btn_left {
    display: flex;
    justify-content: flex-start;
  }

  .main-slider .slide-item .caption-slide .slide-link.btn_center {
    display: flex;
    justify-content: center;
  }

  .main-slider .slide-item .caption-slide .slide-link.btn_right {
    display: flex;
    justify-content: flex-end;
  }
}


/*
.main-slider .slide-item .img-holder {
  min-height: 640px;
}*/

.main-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-slider .slick-slide .img-holder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.main-slider .slick-dots {
  bottom: 70px;
}

@media screen and (max-height: 414px) {
  .main-slider .slick-dots {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .main-slider .slick-dots {
    bottom: 38px;
  }
}

.main-slider .slick-dots li {
  border-radius: 50%;
  /*padding: 9px;*/
  border: 3px solid #fff;
  width: 22px;
  height: 22px;
}

.main-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.main-slider .slick-dots li button:before {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 0;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.main-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  /*color: #ffffff;*/
  background: #fff;
}

.main-slider .description {
  font-family: 'BrandonGrotesqueWeb-Regular';
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  /*@media screen and (max-width:1024px) {
            font-size: 16px;
        }*/
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .main-slider .description {
    font-size: 22px;
  }
}

.main-slider .slide-link {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .main-slider .slide-link .btn {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .main-slider .slide-link .btn {
    margin: 0 7px;
  }
}

@media screen and (max-width: 640px) {
  .main-slider .slide-link {
    margin: 30px -15px 0;
  }
}

@media screen and (max-width: 414px) {
  .main-slider .slide-link .btn {
    margin: 0 5px 10px;
  }
}

@media screen and (max-width: 414px) {
  .main-slider .logo img {
    height: 58px;
    width: 235px;
    margin: 0 auto;
  }
}

.gradient-image {
  background-image: url('../images/hero-overlay.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.top-right-triangle,
.top-right-triangle2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.top-left-triangle,
.top-left-triangle2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.top-right-triangle,
.top-left-triangle {
  height: 72px;
  width: 52px;
}

@media screen and (max-width: 680px) {

  .top-right-triangle,
  .top-left-triangle {
    width: 26px;
    height: 36px;
  }
}

.top-right-triangle2,
.top-left-triangle2 {
  height: 186px;
  width: 130px;
  opacity: 0.5;
}

@media screen and (max-width: 680px) {

  .top-right-triangle2,
  .top-left-triangle2 {
    width: 77px;
    height: 110px;
  }
}

.top-right-triangle.orange {
  background-image: url(../images/top-right-triangle-orange.png);
}

.top-left-triangle.orange {
  background-image: url(../images/top-left-triangle-orange.png);
  background-size: cover;
}

.top-right-triangle2.orange {
  background-image: url(../images/top-right-triangle2-orange.png);
  background-size: cover;
}

.top-left-triangle2.orange {
  background-image: url(../images/top-left-triangle2-orange.png);
  background-size: cover;
}

.top-right-triangle.green {
  background-image: url(../images/top-right-triangle-green.png);
}

.top-left-triangle.green {
  background-image: url(../images/top-left-triangle-green.png);
}

.top-right-triangle2.green {
  background-image: url(../images/top-right-triangle2-green.png);
  background-size: contain;
}

.top-left-triangle2.green {
  background-image: url(../images/top-left-triangle2-green.png);
  background-size: contain;
}

.top-right-triangle.gold {
  background-image: url(../images/top-right-triangle-gold.png);
}

.top-right-triangle2.gold {
  background-image: url(../images/top-right-triangle2-gold.png);
}

.bottom-left-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 99px;
  width: 70px;
  z-index: 10;
}

@media screen and (max-width: 680px) {
  .bottom-left-triangle {
    width: 39px;
    height: 58px;
  }
}

.bottom-right-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 99px;
  width: 70px;
  z-index: 10;
}

.bottom-left-triangle.orange {
  background-image: url(../images/bottom-left-triangle-orange.png);
}

.bottom-right-triangle.orange {
  background-image: url(../images/bottom-right-triangle-orange.png);
}

.bottom-left-triangle.green {
  background-image: url(../images/bottom-left-triangle-green.png);
}

.bottom-right-triangle.green {
  background-image: url(../images/bottom-right-triangle-green.png);
}

.bottom-left-triangle.gold {
  background-image: url(../images/bottom-left-triangle-gold.png);
}

.btn.green:hover {
  background-color: #a1cc3a;
}

.featured-block {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 97px 0;
}

@media screen and (max-width: 736px) {
  .featured-block {
    padding: 80px 40px;
  }
}

.featured-block hr {
  max-width: 60%;
  margin: 60px auto;
  border: 0;
  height: 1px;
  background: #ccc;
}

@media screen and (max-width: 736px) {
  .featured-block hr {
    max-width: 100%;
  }
}

.featured-block p {
  margin: 0;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 0.05em;
}

.featured-block .main-featured-text,
.featured-block .secondary-featured-text {
  width: 80%;
  max-width: 1096px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {

  .featured-block .main-featured-text,
  .featured-block .secondary-featured-text {
    width: 100%;
  }
}

.featured-block .main-featured-text {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .featured-block .main-featured-text {
    font-size: 22px;
  }
}

.featured-block .secondary-featured-text {
  font-family: 'sinkin_sans400_regular';
  line-height: 37px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .featured-block .secondary-featured-text {
    font-size: 15px;
    line-height: 28px;
  }
}

.j-carousel-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .j-carousel-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .j-carousel-content {
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
  }
}

.j-vline {
  border-left: 1px solid #ddd;
  background-size: 120%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .j-vline {
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .j-vline {
    border: 0;
  }
}

.rich-block {
  text-align: center;
  padding: 100px;
}

.rich-block h2 {
  font-size: 64px;
  line-height: normal;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: normal;
}

.rich-block .rich-block-description {
  margin: 50px 30px;
}

.rich-block .rich-block-description p {
  line-height: 37px;
  letter-spacing: 0.05em;
  font-family: 'sinkin_sans400_regular';
}

@media screen and (max-width: 1400px) {
  .rich-block .rich-block-description p {
    margin: 0;
  }
}

@media screen and (max-width: 680px) {
  .rich-block .rich-block-description p {
    line-height: 28px;
  }
}

@media screen and (max-width: 680px) {
  .rich-block .rich-block-description {
    margin: 50px 0;
  }
}

@media screen and (max-width: 1600px) {
  .rich-block {
    padding: 80px 0;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .rich-block .rich-block-description {
    max-width: 80%;
    margin: 50px auto;
  }
}

@media screen and (max-width: 1600px) {
  h2 {
    font-size: 42px !important;
  }

  h5 {
    font-size: 18px !important;
  }
}

.video-block {
  position: relative;
  display: block;
}

.video-block .center-caption {
  z-index: 10;
}

.video-block .video-caption {
  position: absolute;
  top: 100px;
  right: 124px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-wrap: normal;
  width: 454px;
}

.video-block .video-caption h2 {
  font-size: 64px;
  line-height: 76px;
  letter-spacing: 0.05em;
  font-family: 'BrandonGrotesqueWeb-Bold';
}

.video-block .video-caption .subtitle {
  font-size: 30px;
  font-family: 'BrandonGrotesqueWeb-Regular';
  width: 315px;
  float: right;
}

@media screen and (max-width: 1440px) {
  .video-block .video-caption {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 70px 40px;
    text-align: center;
  }

  .video-block .video-caption h2 {
    font-size: 42px;
    font-family: 'BrandonGrotesqueWeb-Medium';
  }

  .video-block .video-caption .subtitle {
    font-size: 20px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  .video-block .video-caption {
    top: 35%;
  }

  .video-block .video-caption h2 {
    line-height: 54px;
  }

  .video-block .video-caption .subtitle {
    margin: 20px 0 40px;
    font-size: 20px;
  }
}

@media screen and (min-width: 680px) and (max-width: 1080px) {
  .video-block .video-caption h2 {
    font-size: 60px !important;
    margin-bottom: 20px;
  }

  .video-block .video-caption .subtitle {
    margin: 0 0 50px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1224px) {
  .video-block .video-caption h2 {
    font-size: 54px !important;
  }
}

@media screen and (min-width: 1224px) and (max-width: 1440px) {
  .video-block .video-caption h2 {
    font-size: 64px !important;
  }

  .video-block .video-caption .subtitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .video-block .play-btn {
    display: none;
  }
}

.video-block .play-btn .icon-play {
  cursor: pointer;
  display: inline-block;
}

.video-block .play-btn .icon-play div {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.video-block .play-btn .icon-play:hover div {
  transform: scale(1.1);
}

.video-block .play-btn .icon-play i {
  font-size: 180px;
}

.video-block .play-btn.mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .video-block .play-btn.mobile {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .video-block .play-btn.mobile .icon-play i {
    font-size: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .video-block img {
    width: 15%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 736px) {
  .video-block img {
    width: 10%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .video-block img {
    width: 25%;
    margin: 0 auto;
  }
}

.gradient-image-video {
  /*background-image:url('../images/video-overlay.png');*/
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subscription-block {
  text-align: center;
  padding: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .subscription-block {
    padding: 60px 20px;
  }
}

.subscription-block h2 {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-size: 30px !important;
  display: inline-block;
  margin: 0;
  line-height: 44px;
}

@media screen and (max-width: 1260px) {
  .subscription-block h2 {
    line-height: normal;
    margin-bottom: 30px;
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .subscription-block h2 {
    font-size: 20px !important;
  }
}

.subscription-block .rm_form_container {
  width: auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .subscription-block .rm_form_container {
    width: 100%;
  }
}

.subscription-block .rm_form_el_set {
  display: inline-block;
  width: auto;
  padding: 0;
  vertical-align: super;
}

.subscription-block .rm_form_el_set.rm_form_el_button {
  vertical-align: bottom;
}

.subscription-block .rm_form_label {
  display: none;
}

.subscription-block .rm_form_el_email .rm_form_field {
  width: 280px;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 10px 0 20px;
  margin: 0 20px 0 38px;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
}

@media screen and (max-width: 1440px) {
  .subscription-block .rm_form_el_email .rm_form_field {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1224px) and (max-width: 1440px) {
  .subscription-block .rm_form_el_email .rm_form_field {
    margin: 0 20px 0 10px;
  }
}

@media screen and (max-width: 476px) {
  .subscription-block .rm_form_el_email .rm_form_field {
    width: 200px;
  }
}

@media screen and (max-width: 385px) {
  .subscription-block .rm_form_el_email .rm_form_field {
    width: 100% !important;
  }
}

.subscription-block .rm_form_el_email .rm_form_field::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .subscription-block .rm_form_el_email .rm_form_field::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.subscription-block .rm_form_el_email .rm_form_field:-moz-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .subscription-block .rm_form_el_email .rm_form_field:-moz-placeholder {
    font-size: 15px;
  }
}

.subscription-block .rm_form_el_email .rm_form_field:-ms-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .subscription-block .rm_form_el_email .rm_form_field:-ms-input-placeholder {
    font-size: 15px;
  }
}

.subscription-block .rm_form_el_email :focus::-webkit-input-placeholder {
  color: transparent;
}

.subscription-block .rm_form_el_email :focus:-moz-placeholder {
  color: transparent;
}

.subscription-block .rm_form_el_email :focus::-moz-placeholder {
  color: transparent;
}

.subscription-block .rm_form_el_email :focus:-ms-input-placeholder {
  color: transparent;
}

.subscription-block .rm_form_el_button .rm_form_field {
  border: 3px solid;
  line-height: 0;
  height: 52px;
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  border-color: #ee5432;
  color: #ee5432 !important;
  background: transparent;
}

.subscription-block .rm_form_el_button .rm_form_field:hover {
  border-color: #203138;
  color: #203138 !important;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .subscription-block .rm_form_el_button .rm_form_field {
    font-size: 18px;
  }
}

@media screen and (max-width: 385px) {
  .subscription-block .rm_form_el_button .rm_form_field {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 385px) {
  .subscription-block .rm_form_el_button {
    display: block;
  }
}

.subscription-block .rm-loader {
  position: absolute;
  left: 45%;
}

.subscription-block .rm_form_message {
  color: #ef532f;
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 30px;
  width: 485px;
}

.subscription-block .subscription-text,
.subscription-block .subscription-form {
  display: inline-block;
}

.subscription-block .subscription-text {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 30px;
  letter-spacing: 2px;
  color: #666;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .subscription-block .subscription-text {
    font-size: 20px;
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  .subscription-block .subscription-text {
    width: 70%;
  }
}

.form-contact .send-message input[type=submit]:hover {
  border-color: #203138;
  color: #203138 !important;
  background: transparent;
}

.modal-bio {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 2000;
}

.modal-bio .bio-badge {
  bottom: 20px;
  left: 0;
}

.modal-bio>div:first-child {
  margin: 15vh auto;
  width: 100%;
  max-width: 866px;
  padding: 40px;
  background: #fff;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
  position: relative;
  z-index: 200;
}

.modal-bio>div:first-child .social-acc,
.modal-bio>div:first-child .close-bio-top {
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 5;
}

.modal-bio>div:first-child .social-acc i,
.modal-bio>div:first-child .close-bio-top i {
  color: #ee5432;
  font-size: 36px;
}

.modal-bio>div:first-child .social-acc span,
.modal-bio>div:first-child .close-bio-top span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #203138;
  font-family: 'BrandonGrotesqueWeb-Black';
  text-transform: uppercase;
}

.modal-bio>div:first-child .social-acc a,
.modal-bio>div:first-child .close-bio-top a {
  text-decoration: none;
}

.modal-bio>div:first-child .social-acc {
  left: 0;
}

.modal-bio>div:first-child .close-bio-top {
  right: 0;
}

.modal-bio>div:first-child .sub-title {
  cursor: default;
}

.modal-bio>div:first-child .sub-title:hover {
  color: #203138;
}

.modal-bio>div:first-child .desc {
  text-align: left;
  padding: 20px 0;
  margin-bottom: 20px;
  line-height: 37px;
}

.modal-bio>div:first-child .circle-frame {
  cursor: default;
}

.modal-bio>div:first-child .circle-frame img {
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .modal-bio br {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .modal-bio>div:first-child {
    margin: 0;
    padding-top: 0;
    max-width: 1080px;
    min-height: 100vh;
  }

  .modal-bio>div:first-child .desc {
    line-height: 28px !important;
  }

  .modal-bio>div:first-child .social-acc {
    top: 100px;
    left: -20px;
  }

  .modal-bio>div:first-child .social-acc i {
    font-size: 22px;
  }

  .modal-bio>div:first-child .social-acc span {
    font-size: 10px;
  }

  .modal-bio>div:first-child .close-bio-top {
    right: 0;
    display: none;
  }

  .modal-bio>div:first-child .content-bio {
    padding-top: 100px;
  }

  .modal-bio>div:first-child .circle-frame {
    position: fixed;
    margin-top: 0;
    margin-left: -100px;
  }

  .modal-bio>div:first-child .sub-title {
    margin-top: 215px;
  }
}

.contact-form .form-content {
  max-width: 1011px;
  margin: 80px auto 40px;
}

.contact-form .item-form {
  font-size: 30px;
  color: #666;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueWeb-Medium';
  display: block;
  margin-bottom: 29px;
}

@media screen and (max-width: 991px) {
  .contact-form .item-form {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.contact-form .send-message {
  position: relative;
}

.contact-form .send-message input[type=submit] {
  float: none;
  margin: 40px auto 0;
}

.contact-form .send-message input[type=submit]:disabled {
  color: #D4D4D4 !important;
  border-color: #D4D4D4 !important;
}

.contact-form .message-sent {
  display: none;
  max-width: 712px;
  margin: 0 auto;
}

.contact-form .message-sent p {
  font-size: 18px;
  margin: 118px 0 83px;
  line-height: 34px;
  font-family: 'sinkin_sans400_regular';
}

.contact-form>div:first-child {
  margin: 5vh auto;
  max-width: 1258px;
}

@media screen and (max-width: 991px) {
  .contact-form>div:first-child {
    margin: 0;
  }
}

.contact-form h2,
.contact-form p {
  text-align: center;
}

.contact-form h2 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .contact-form h2 {
    font-size: 36px !important;
    padding-top: 0;
  }
}

.contact-form br {
  display: none;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  border: 1px solid #D4D4D4;
  width: 100%;
  box-sizing: border-box;
  font-family: 'sinkin_sans400_regular', sans-serif;
  font-size: 18px;
  padding: 14px 26px;
  color: #213138;
  border-radius: 0;
}

.contact-form input[type=text],
.contact-form input[type=email] {
  height: 52px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {

  .contact-form input[type=text],
  .contact-form input[type=email] {
    margin-bottom: 30px;
  }
}

.contact-form textarea {
  height: 100%;
  max-height: 252px;
  resize: none;
}

.form-content input[type=text]::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .form-content input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.form-content input[type=text]:-moz-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .form-content input[type=text]:-moz-placeholder {
    font-size: 15px;
  }
}

.form-content input[type=email]::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .form-content input[type=email]::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.form-content input[type=email]:-moz-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .form-content input[type=email]:-moz-placeholder {
    font-size: 15px;
  }
}

.form-content textarea::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .form-content textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.form-content textarea:-moz-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .form-content textarea:-moz-placeholder {
    font-size: 15px;
  }
}

.form-contact .send-message input[type=submit] {
  border: 3px solid;
  line-height: 0;
  height: 52px;
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  border-color: #ee5432;
  color: #ee5432 !important;
  background: transparent;
}

/*****************************/
/***   Juan M. | Squeaky   ***/
.j-wrapped {
  position: fixed;
  z-index: 1024;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .j-wrapped {
    visibility: hidden;
  }

  .j-wrapped .j-mobile-menu-items,
  .j-wrapped .j-panel-left,
  .j-wrapped .j-panel-right {
    float: left;
    display: inline-block;
    position: relative;
    visibility: visible;
  }

  .j-wrapped .j-panel-left,
  .j-wrapped .j-panel-right {
    border: 0;
  }
}

.j-mobile-menu-items {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  display: none;
}

.j-mobile-menu-items,
.j-mobile-close {
  background: #eee;
  line-height: 60px;
  text-align: center;
  display: none;
  border-bottom: 1px solid #ddd;
}

.j-mobile-menu-items .col-xs-6:nth-child(2),
.j-mobile-close .col-xs-6:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.j-mobile-menu-items a,
.j-mobile-close a {
  color: #203138;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'BrandonGrotesqueWeb-Black';
  display: block;
}

.j-mobile-menu-items a i,
.j-mobile-close a i {
  color: #ee5432;
  margin: 0 5px;
  font-size: 18px;
}

@media screen and (max-width: 1080px) {

  .j-mobile-menu-items,
  .j-mobile-close {
    display: block;
  }

  .j-mobile-menu-items a,
  .j-mobile-close a {
    font-family: 'BrandonGrotesqueWeb-Bold';
  }
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
}

.center-container {
  width: calc(100% - 200px);
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .center-container {
    width: 100%;
  }
}

.social-links {
  width: 100%;
}

.social-links li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}

.social-links li a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  display: block;
  text-decoration: none;
  color: #ee5432;
}

.social-links li a i {
  font-size: 39px;
  transition: color 0.3s ease;
}

@media screen and (max-width: 1290px) {
  .social-links li a i {
    font-size: 30px;
  }
}

.social-links li a:hover i {
  color: #203138;
}

.current-menu-item a {
  color: #ee5432 !important;
}

.j-panel-left,
.j-panel-right {
  position: fixed;
  z-index: 1024;
  top: 0;
  bottom: 0;
  background: #eee;
  text-transform: uppercase;
}

.j-panel-left i,
.j-panel-right i {
  font-size: 36px;
  color: #ee5432;
}

.j-panel-left .j-icon-close,
.j-panel-right .j-icon-close {
  display: none;
  cursor: pointer;
}

.j-panel-left .j-menu-hidden,
.j-panel-right .j-menu-hidden {
  padding: 30px 0;
  position: absolute;
  width: 100px;
  height: 100vh;
  top: 0;
  z-index: 100;
  background: #eee;
  cursor: pointer;
}

.j-panel-left .j-menu-hidden span,
.j-panel-right .j-menu-hidden span {
  display: block;
  font-family: 'BrandonGrotesqueWeb-Black';
  font-size: 12px;
  margin-top: 5px;
  color: #203138;
}

.j-panel-left .j-menu-hidden .j-logo,
.j-panel-right .j-menu-hidden .j-logo {
  position: absolute;
  left: 50px;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.j-panel-left .j-menu-hidden .j-logo img,
.j-panel-right .j-menu-hidden .j-logo img {
  width: 210px;
  height: 51px;
  max-width: inherit;
}

.j-panel-left .j-menu-hidden .j-community,
.j-panel-right .j-menu-hidden .j-community {
  position: absolute;
  left: 50px;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 22px;
  color: #203138;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {

  .j-panel-left,
  .j-panel-right {
    position: inherit;
    z-index: 1;
    top: inherit;
    bottom: inherit;
  }

  .j-panel-left .j-menu-hidden,
  .j-panel-right .j-menu-hidden {
    display: none;
  }
}

.j-panel-left .j-panel,
.j-panel-right .j-panel {
  height: 100vh;
  font-family: 'BrandonGrotesqueWeb-Medium';
  text-transform: uppercase;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1080px) {

  .j-panel-left .j-panel,
  .j-panel-right .j-panel {
    padding-bottom: 60px;
  }
}

.j-panel-left .j-panel .j-nav,
.j-panel-right .j-panel .j-nav {
  width: 362px;
  margin: 100px auto 50px;
}

.j-panel-left .j-panel .j-nav .j-logo,
.j-panel-right .j-panel .j-nav .j-logo {
  margin-bottom: 37px;
}

.j-panel-left .j-panel .j-nav .j-logo img,
.j-panel-right .j-panel .j-nav .j-logo img {
  width: 361px;
}

.j-panel-left {
  border-right: 1px solid #ddd;
  left: -474px;
  width: 574px;
}

@media screen and (max-width: 1080px) {
  .j-panel-left {
    left: inherit;
    width: auto;
  }
}

.j-panel-left .j-menu-hidden {
  right: 0;
}

.j-panel-left .j-panel .j-nav ul#main-menu>li.menu-item {
  border-top: 1px solid #ddd;
  padding: 0;
}

.j-panel-left .j-panel .j-nav h5 {
  font-size: 30px !important;
  font-weight: 500;
  color: #203138;
  opacity: 0.3;
  padding: 50px 0 18px;
  margin: 0;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.j-panel-left .j-panel .j-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.j-panel-left .j-panel .j-nav li {
  padding: 14px 0;
}

.j-panel-left .j-panel .j-nav li:last-child {
  padding-bottom: 50px;
}

.j-panel-left .j-panel .j-nav a {
  color: #203138;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.j-panel-left .j-panel .j-nav a:hover {
  color: #ee5432;
}

.j-panel-left .j-panel .j-nav hr {
  height: 1px;
  border: 0;
  background: #ccc;
  margin: 0;
}

.j-panel-left .j-panel .j-nav .social-links {
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.j-panel-left .j-panel .j-nav .social-links li {
  padding: 0;
}

@media screen and (max-width: 1080px) {
  .j-panel-left .j-panel .j-nav {
    background: #fff;
    margin: 0;
    width: 100%;
    padding: 50px;
  }

  .j-panel-left .j-panel .j-nav .j-logo {
    max-width: 300px;
    margin: 0 auto 37px;
  }

  .j-panel-left .j-panel .j-nav h5 {
    font-size: 22px !important;
    padding: 40px 0 15px;
  }

  .j-panel-left .j-panel .j-nav li {
    padding: 10px 0;
    margin: 0 5px;
  }

  .j-panel-left .j-panel .j-nav li a {
    line-height: 1;
    font-size: 18px;
  }

  .j-panel-left .j-panel .j-nav li:last-child {
    padding-bottom: 40px;
  }

  .j-panel-left .j-panel .j-nav .social-links li a i {
    font-size: 30px;
  }
}

.j-panel-right {
  border-left: 1px solid #ddd;
  right: -854px;
  width: 954px;
}

@media screen and (max-width: 1080px) {
  .j-panel-right {
    right: inherit;
    width: auto;
    background: #fff;
  }
}

.j-panel-right .j-menu-hidden {
  left: 0;
}

.j-panel-right .j-nav {
  width: auto !important;
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.j-panel-right .j-nav .j-logo {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 37px;
  margin-bottom: 54px;
}

@media screen and (max-width: 1080px) {
  .j-panel-right .j-nav .j-logo img {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .j-panel-right .j-nav {
    margin: 30px 20px !important;
  }
}

.j-panel-right ul.j-filters {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
}

.j-panel-right ul.j-filters li {
  padding: 0;
  background: transparent !important;
  color: #203138;
  width: 50px;
  text-align: center;
  line-height: normal;
}

.j-panel-right ul.j-filters li i {
  color: #203138;
}

.j-panel-right ul.j-filters li:before {
  margin: 0 !important;
  font-size: 34px;
}

.j-panel-right ul.j-filters li.all:before {
  content: '' !important;
}

.j-panel-right ul.j-filters li.all i {
  font-size: 32px;
}

.j-panel-right ul.j-filters li:hover,
.j-panel-right ul.j-filters li.selected,
.j-panel-right ul.j-filters li.highlight {
  color: #ee5432;
}

.j-panel-right ul.j-filters li:hover i,
.j-panel-right ul.j-filters li.selected i,
.j-panel-right ul.j-filters li.highlight i {
  color: #ee5432;
}

.j-panel-right ul.j-filters li:hover:after,
.j-panel-right ul.j-filters li.selected:after,
.j-panel-right ul.j-filters li.highlight:after {
  height: 0;
  background: transparent;
}

.j-panel-right ul.j-filters .j-all {
  order: 1;
}

.j-panel-right ul.j-filters .j-facebook {
  order: 2;
}

.j-panel-right ul.j-filters .j-twitter {
  order: 3;
}

.j-panel-right ul.j-filters .j-twitter:before {
  font-size: 36px;
}

.j-panel-right ul.j-filters .j-linkedin {
  order: 4;
}

.j-panel-right ul.j-filters .j-youtube {
  order: 5;
}

.j-panel-right ul.j-filters .j-instagram {
  order: 5;
}

.j-panel-right .j-stacker li.feed-item {
  border-width: 1px;
}

.j-panel-right .juicer-feed {
  font-family: inherit;
  text-transform: capitalize;
}

.j-panel-right .juicer-feed.modern .j-text,
.j-panel-right .juicer-feed.modern li.feed-item.words .j-message {
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
}

@media screen and (max-width: 1080px) {

  .j-panel-right .juicer-feed.modern .j-text,
  .j-panel-right .juicer-feed.modern li.feed-item.words .j-message {
    font-size: 15px;
  }
}

.j-panel-right .juicer-feed a:hover {
  color: #ee5432;
}

.j-panel-right .juicer-feed .j-paginate {
  border: 3px solid;
  line-height: 17px;
  padding: 15px 25px;
  height: 52px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  border-color: #ee5432;
  color: #ee5432;
  width: 215px;
  margin: 50px auto 100px;
}

.j-panel-right .juicer-feed .j-paginate:hover {
  border-color: #203138;
  color: #203138;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .j-panel-right .juicer-feed .j-paginate {
    font-size: 18px;
  }
}

.j-slider-logo {
  display: block;
  background: url("../images/hero-logo.svg") 0 0 no-repeat;
  height: 70px;
  margin-bottom: 57px;
}

.main-footer ul {
  padding: 0;
}

.main-footer .footer-logo {
  margin-bottom: 10px !important;
  height: 60px;
}

.main-footer .social-links {
  text-align: right;
  margin-bottom: 28px;
}

.main-footer .social-links li {
  margin: 0 0 0 10px;
  line-height: normal;
}

@media screen and (max-width: 1290px) {
  .main-footer .social-links li a i {
    font-size: 30px;
  }
}

.main-footer #footer-menu {
  width: 100%;
  text-align: right;
}

.main-footer #footer-menu li {
  padding: 0 !important;
  line-height: 34px;
}

/* .main-footer #footer-menu li:nth-child(1),
.main-footer #footer-menu li:nth-child(3) {
  width: 60% !important;
}

.main-footer #footer-menu li:nth-child(2),
.main-footer #footer-menu li:nth-child(4) {
  width: 38% !important;
} */

.main-footer #footer-menu a {
  text-decoration: none;
}

.main-footer #footer-menu a:hover {
  color: #ee5432;
}

@media screen and (max-width: 990px) {

  .main-footer #footer-menu li:nth-child(1),
  .main-footer #footer-menu li:nth-child(2),
  .main-footer #footer-menu li:nth-child(3),
  .main-footer #footer-menu li:nth-child(4) {
    width: 100% !important;
    line-height: 46px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1440px) {

  .main-footer #footer-menu li:nth-child(1),
  .main-footer #footer-menu li:nth-child(2),
  .main-footer #footer-menu li:nth-child(3),
  .main-footer #footer-menu li:nth-child(4) {
    display: inline-block;
    line-height: 34px;
  }
}

@media screen and (max-width: 1290px) {
  .social-links li a i {
    font-size: 30px;
  }
}

.slider-events {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .slider-events .event-list-detail {
    padding: 31px 0;
  }
}

@media screen and (max-width: 991px) {
  .slider-events .col-md-3 {
    max-width: inherit;
  }

  .slider-events .col-md-9 {
    width: 100%;
  }

  .slider-events .slick-list {
    height: auto !important;
  }

  .slider-events .event-list-detail {
    text-align: center;
    padding: 31px 30px;
  }

  .slider-events .event-list-detail .post-date {
    float: none;
    margin: 0 auto 10px;
  }
}

.slider-events .col-md-3 {
  max-width: 110px;
}

.slider-events .col-md-9 {
  width: calc(100% - 110px);
}

.slider-events .slick-prev,
.slider-events .slick-next {
  display: block !important;
  width: 48px;
  height: 27px;
  margin-left: -24px;
  left: 50%;
  top: inherit;
}

.slider-events .slick-prev:before,
.slider-events .slick-next:before {
  content: '';
}

.slider-events .slick-prev {
  top: -13px;
  background: url(../images/up_arrow.png) 0 0 no-repeat;
}

.slider-events .slick-next {
  bottom: -40px;
  right: inherit;
  background: url(../images/down_arrow.png) 0 0 no-repeat;
}

.slider-events .event-list-detail {
  padding: 31px 38px;
}

.slider-events .event-list-detail .post-date {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 18px;
  color: #203138;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 80px;
  height: 80px;
  float: right;
  overflow: hidden;
  background: #eee;
}

.slider-events .event-list-detail .post-date div {
  line-height: 1;
}

.slider-events .event-list-detail .post-date .day {
  margin-top: 16px;
  font-size: 30px;
}

.slider-events .event-list-detail .post-category,
.slider-events .event-list-detail .post-title {
  text-transform: uppercase;
}

.slider-events .event-list-detail .post-category {
  font-size: 16px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.3em;
  font-family: 'BrandonGrotesqueWeb-Bold';
  color: #666;
}

.slider-events .event-list-detail .post-title {
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: normal;
  display: block;
  color: #203138;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.slider-events .event-list-detail .post-title:hover {
  color: #ee5432;
}

@media screen and (max-width: 1400px) {
  .slider-events .event-list-detail .post-title {
    font-size: 22px;
  }
}

.slider-events .event-list-detail .location {
  text-transform: none;
  margin: 0;
}

.slider-events .event-list-detail .location .agenda {
  font-family: 'BrandonGrotesqueWeb-Medium';
  color: #203138;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 22px;
  cursor: pointer;
}

.slider-events .event-list-detail .location .agenda:hover {
  text-decoration: none;
}

.slider-events .event-list-detail .location .agenda i {
  font-size: 18px;
  position: relative;
  bottom: -2px;
}

/** Section Pages **/
.banner-section .img-holder {
  height: 552px;
  min-height: inherit !important;
  padding: inherit !important;
}

.banner-section h1 {
  font-family: 'BrandonGrotesqueWeb-Bold';
  font-size: 66px;
}

@media screen and (max-width: 1024px) {
  .banner-section h1 {
    font-size: 46px;
    max-width: inherit !important;
  }
}

.speakers .team-content {
  width: 80%;
  max-width: 1096px;
  margin: 120px auto;
}

@media screen and (max-width: 1024px) {
  .speakers .team-content {
    margin: 80px auto;
  }
}

.mission-content,
.team-content {
  width: 80%;
  max-width: 1096px;
  margin: 120px auto;
}

.mission-content h2,
.team-content h2 {
  margin-bottom: 80px;
}

.mission-content h2 .subtitle,
.team-content h2 .subtitle {
  font-size: 18px;
  text-transform: initial;
  display: block;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: normal;
  margin-top: -14px;
  line-height: 1.6em;
  padding-top: 1em;
}

.mission-content p,
.team-content p {
  line-height: 37px;
  margin: 0;
}

.mission-content .height-space,
.team-content .height-space {
  height: 120px;
}

@media screen and (max-width: 1024px) {

  .mission-content,
  .team-content {
    margin: 80px auto;
  }

  .mission-content h2,
  .team-content h2 {
    font-size: 36px !important;
    margin-bottom: 60px;
  }

  .mission-content h2 .subtitle,
  .team-content h2 .subtitle {
    line-height: normal;
    margin-top: 0;
    font-size: 15px;
    padding: 0 10px;
  }

  .mission-content p,
  .team-content p {
    line-height: 28px;
  }

  .mission-content .height-space,
  .team-content .height-space {
    height: 80px;
  }
}

@media screen and (max-width: 640px) {

  .mission-content .btn-load-more,
  .team-content .btn-load-more {
    position: relative;
    top: -22px;
  }
}

@media screen and (max-width: 410px) {

  .mission-content h2,
  .team-content h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .mission-content br {
    display: none;
  }
}

.wide-content {
  max-width: 90%;
}

.items-sections {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.items-sections .frame-img {
  background: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.items-sections .frame-img:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.items-sections .frame-img .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.items-sections .frame-img img {
  opacity: 0.5;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.items-sections .frame-img:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

@media screen and (max-width: 900px) {
  .items-sections {
    display: -webkit-block;
    display: block;
    -webkit-flex-direction: inherit;
    flex-direction: inherit;
  }

  .items-sections .frame-img {
    height: 100%;
    max-height: 300px;
  }

  .items-sections .frame-img img {
    margin-top: -10%;
  }

  .items-sections .frame-img:nth-child(2) {
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .team-content h2 .subtitle {
    line-height: 28px;
  }
}

/*.team-content {
    max-width: 80%;
    margin: 118px auto;

    p {
        line-height: 37px;
    }
    .height-space {
        height: 62px;
        clear: both;
    }

    @media screen and (max-width:640px){
        margin: 79px auto;

        .height-space {
            height: 40px;
        }
    }
}*/
.team-members {
  margin-top: -84px;
}

.team-members .col-md-3 {
  margin-top: 84px;
}

.team-members .col-md-3 p {
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .team-members .col-md-3 p {
    line-height: 22px;
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .team-members .col-md-3 {
    margin-top: 62px;
  }
}

.last-row-members .col-md-3 {
  margin-bottom: 0;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 1081px) {
  .no-scroll .j-panel-right {
    margin-right: 17px;
  }
}

.modal-close {
  position: absolute;
  min-height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.close-bio-top-mobile i {
  color: #ee5432;
  font-size: 36px;
}

.close-bio-top-mobile span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #203138;
  font-family: 'BrandonGrotesqueWeb-Black';
  text-transform: uppercase;
}

.close-bio-top-mobile a {
  text-decoration: none;
}

@media screen and (min-width: 1081px) {
  .close-bio-top-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1080px) {
  .close-bio-top-mobile {
    top: -80px;
    left: -40px;
    right: -40px;
    background: #eee;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 2500;
    cursor: pointer;
  }

  .close-bio-top-mobile a {
    color: #203138;
    display: block;
  }

  .close-bio-top-mobile span {
    margin: 0;
    display: inline-block;
    font-size: 18px;
    font-family: 'BrandonGrotesqueWeb-Bold';
  }

  .close-bio-top-mobile i {
    font-size: 18px;
    margin: 0 5px;
  }
}

.standard-popup-content h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 42px;
}

.standard-popup-content .agenda-content {
  padding: 0;
  max-width: 100%;
}

.standard-popup-content .panel {
  margin: 0;
}

.standard-popup-content .panel-heading {
  line-height: 80px !important;
}

.standard-popup-content .panel-heading h5 {
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  .standard-popup-content {
    margin: 0 -20px;
  }

  .standard-popup-content .panel-heading {
    line-height: normal !important;
    padding: 20px 0 10px !important;
  }

  .standard-popup-content .panel-heading h5 {
    line-height: 22px;
  }

  .standard-popup-content .panel-heading a {
    position: inherit !important;
    line-height: normal !important;
  }
}

.bio-badge {
  bottom: 10px;
  left: 0;
  line-height: 16px;
  max-width: 130px;
  position: absolute;
  text-align: left;
  z-index: 10;
}

.winner-badge {
  top: -2px;
}

.bio-badge span {
  background-color: #213138;
  color: #fff;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueWeb-Bold';
  font-size: 10px;
  display: inline;
  padding: 3px 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.winner-badge span {
  background-color: #ee5432;
}

.sub-title {
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  text-transform: uppercase;
  color: #203138;
  text-decoration: none;
  cursor: pointer;
}

.sub-title:hover {
  color: #ee5432;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .sub-title {
    font-size: 18px;
  }
}

.item-member {
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  margin: 0 auto 10px;
  max-width: 200px;
  width: 100%;
}

.item-member img {
  border-radius: 50%;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.item-member .ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.item-member .ch-item:hover {
  box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.5);
}

.item-member .ch-item:hover .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.item-member .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  padding-top: 35%;
}

.item-member .ch-info i {
  font-size: 41px;
  color: #ee5432;
}

.item-member .ch-info span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BrandonGrotesqueWeb-Black';
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .item-member .team-members .col-md-3 {
    margin-bottom: 59px;
  }
}

.circle-frame {
  display: inline-block;
  vertical-align: top;
  margin: 20px auto;
  background: #000;
  cursor: pointer;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}

.md-modal {
  text-align: center;
}

.md-modal .circle-frame,
.md-modal .sub-title {
  cursor: default;
}

.md-modal .sub-title:hover {
  color: #203138;
}

.md-modal .desc {
  text-align: left;
  padding: 20px 0;
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 20px;
}

.md-modal .social-acc,
.md-modal .close-tr {
  position: absolute;
  top: 40px;
  display: block;
  cursor: pointer;
}

.md-modal .social-acc i,
.md-modal .close-tr i {
  color: #ee5432;
  font-size: 36px;
}

.md-modal .social-acc span,
.md-modal .close-tr span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #203138;
  font-family: 'BrandonGrotesqueWeb-Black';
  text-transform: uppercase;
}

.md-modal .social-acc a,
.md-modal .close-tr a {
  text-decoration: none;
}

.md-modal .close-tr {
  right: 40px;
}

.md-modal .max-height {
  overflow-y: auto;
  max-height: 80vh;
}

.md-modal .agenda-content {
  max-width: 100%;
  padding: 40px 0;
}

.md-modal .agenda-content .panel {
  margin: 0;
}

.md-modal .agenda-content .panel-heading {
  line-height: normal !important;
  padding: 20px 0 !important;
}

.md-modal.text-left {
  text-align: left;
}

#modal-program h2 {
  margin-bottom: 0;
}

#modal-program #accordionProgram .panel-heading {
  cursor: pointer;
}

.tabs-holder .tabs-items {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #eee;
  overflow: hidden;
}

.tabs-holder .tabs-items li {
  display: inline-block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 39px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tabs-holder .tabs-items li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.tabs-holder .tabs-items li:first-child {
  border-left: 0;
}

@media screen and (max-width: 680px) {
  .tabs-holder .tabs-items li {
    font-size: 20px;
    padding: 23px 0;
  }
}

.tabs-holder .tabs-content {
  padding: 0 0 120px;
}

.tabs-holder .tabs-content .tabs-filters {
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #ddd;
}

.tabs-holder .tabs-content .tabs-filters>div {
  margin: 120px 15px;
  height: 52px;
  min-width: 249px;
}

.tabs-holder .tabs-content .tabs-filters>div .btn {
  border-color: #ee5432;
  color: #ee5432;
  padding: 15px 57px 15px 25px;
}

.tabs-holder .tabs-content .tabs-filters>div .btn .filter-option {
  text-align: center;
  overflow: hidden;
  padding-top: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.tabs-holder .tabs-content .tabs-filters>div .btn .caret {
  right: 25px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #ee5432;
  border-bottom: 0;
}

.tabs-holder .tabs-content .tabs-filters>div div.dropdown-menu {
  border: 3px solid #ee5432;
  border-top: 0;
  font-size: inherit;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  margin: 15px 0 0;
  padding: 0;
  overflow: hidden;
}

.tabs-holder .tabs-content .tabs-filters>div div.dropdown-menu li a {
  padding: 14px;
  line-height: inherit;
  font-weight: inherit;
  color: #203138;
  font-family: 'BrandonGrotesqueWeb-Medium';
  text-transform: uppercase;
  font-size: 22px;
  white-space: inherit;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .tabs-holder .tabs-content .tabs-filters>div div.dropdown-menu li a {
    font-size: 18px;
  }
}

.tabs-holder .tabs-content .tabs-filters>div .select-dropdown.open .btn .caret {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid;
  border-top: 0;
}

.tabs-holder .tabs-content .tabs-filters>div .select-dropdown.dropup.open .btn {
  border-top: 0;
}

.tabs-holder .tabs-content .tabs-filters>div .select-dropdown.dropup.open .dropdown-menu {
  border-bottom: 0;
  border-top: 2px solid #ee5432;
}

.tabs-holder .tabs-content .tabs-filters .relative {
  position: relative;
}

.tabs-holder .tabs-content .tabs-filters .relative i {
  position: absolute;
  right: 22px;
  top: 18px;
  color: #ee5432;
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text] {
  height: 52px;
  width: 100%;
  max-width: 274px;
  padding-left: 26px;
  padding-right: 52px;
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .tabs-holder .tabs-content .tabs-filters .relative input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]:-moz-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .tabs-holder .tabs-content .tabs-filters .relative input[type=text]:-moz-placeholder {
    font-size: 15px;
  }
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]:-ms-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .tabs-holder .tabs-content .tabs-filters .relative input[type=text]:-ms-input-placeholder {
    font-size: 15px;
  }
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]:focus:-moz-placeholder {
  color: transparent;
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]:focus::-moz-placeholder {
  color: transparent;
}

.tabs-holder .tabs-content .tabs-filters .relative input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}

@media screen and (max-width: 991px) {
  .tabs-holder .tabs-content .tabs-filters {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    align-content: inherit;
  }

  .tabs-holder .tabs-content .tabs-filters input[type=text] {
    max-width: 100% !important;
  }
}

.tabs-holder .tabs-content ul.honoreesList {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 80%;
  max-width: 1096px;
}

.tabs-holder .tabs-content ul.honoreesList li {
  margin-bottom: 71px;
}

.tabs-holder .tabs-content ul.honoreesList li p {
  margin: 40px 0;
}

@media screen and (max-width: 991px) {
  .tabs-holder .tabs-content ul.honoreesList li {
    margin-bottom: 60px;
  }

  .tabs-holder .tabs-content ul.honoreesList p {
    margin: 0 0 30px;
  }
}

.tabs-holder .tabs-content h3 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  margin: 0 0 41px;
}

@media screen and (max-width: 991px) {
  .tabs-holder .tabs-content h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.tabs-holder .tabs-content .row {
  margin: 0;
}

.tabs-holder .tabs-content .row ul {
  width: 100%;
  margin-bottom: 98px;
  padding: 0;
}

.tabs-holder .tabs-content .row ul li {
  width: 30%;
  display: inline-block;
  margin: 10px 0 62px;
  padding: 0 30px;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .tabs-holder .tabs-content .row ul li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .tabs-holder .tabs-content .row ul li {
    width: 100%;
  }
}

.tabs-holder .tabs-content .futuresList {
  width: 80%;
  max-width: 1096px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .tabs-holder .tabs-content {
    padding: 0 0 100px;
  }

  .tabs-holder .tabs-content .tabs-filters {
    padding: 30px 0;
    margin-bottom: 79px;
  }

  .tabs-holder .tabs-content .tabs-filters>div {
    width: 80%;
    margin: 30px auto;
  }
}

.jury-members h3 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  margin: 0 0 41px;
}

.jury-members ul {
  width: 100%;
  margin: 0 0 98px;
  padding: 0;
}

.jury-members ul li {
  width: 30%;
  display: inline-block;
  margin: 10px 0 62px;
  padding: 0 30px;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .jury-members ul li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .jury-members ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.award-categories {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 121px 0;
}

.award-categories h2 {
  margin: 0;
}

.award-categories h3 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  margin: 80px 0 32px;
}

.award-categories p {
  margin: 0;
  line-height: 37px;
}

.award-categories .row {
  width: 80%;
  max-width: 1096px;
  margin: 30px auto;
}

@media screen and (max-width: 640px) {
  .award-categories {
    margin-top: 60px;
    padding: 80px 0;
  }

  .award-categories h3 {
    margin-top: 30px;
  }

  .award-categories p {
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .awards-content br {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .awards-content {
    line-height: 28px;
  }

  .awards-content h5 {
    line-height: 28px;
  }

  .awards-content h4 {
    line-height: 36px;
  }
}

.agenda-content {
  padding: 121px 0 118px;
  max-width: 85%;
  margin: 0 auto;
}

.agenda-content .bottom-dates ul li a,
.agenda-content .bottom-dates ul li a:focus {
  color: #203138;
  text-decoration: none;
}

.agenda-content .bottom-dates ul .active a {
  color: #ee5432;
}

.agenda-content .agenda-days {
  margin: 60px 0 28px;
}

.agenda-content .agenda-days ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agenda-content .agenda-days ul .active {
  color: #ee5432;
}

.agenda-content .agenda-days ul .active:hover {
  opacity: 1;
}

@media screen and (max-width: 640px) {

  .agenda-content .agenda-days ul li,
  .agenda-content .bottom-dates ul li {
    margin: 0 12px !important;
  }

  .agenda-content .agenda-days ul .day,
  .agenda-content .bottom-dates ul .day {
    font-size: 36px !important;
  }

  .agenda-content .agenda-days ul .month,
  .agenda-content .bottom-dates ul .month {
    font-size: 18px !important;
  }
}

.agenda-content .agenda-days ul li,
.agenda-content .bottom-dates ul li {
  display: inline-block;
  margin: 0 26px;
  cursor: pointer;
  color: #203138;
}

.agenda-content .agenda-days ul li span,
.agenda-content .bottom-dates ul li span {
  display: block;
  line-height: 1;
  font-family: 'BrandonGrotesqueWeb-Regular';
  text-transform: uppercase;
}

.agenda-content .agenda-days ul li .day,
.agenda-content .bottom-dates ul li .day {
  font-size: 44px;
}

.agenda-content .agenda-days ul li .month,
.agenda-content .bottom-dates ul li .month {
  font-size: 26px;
}

.agenda-content .agenda-days ul li a,
.agenda-content .bottom-dates ul li a {
  text-decoration: none;
}

.agenda-content .agenda-days ul li a:focus,
.agenda-content .bottom-dates ul li a:focus {
  color: #ee5432;
}

.agenda-content .agenda-days ul li:hover,
.agenda-content .bottom-dates ul li:hover {
  color: #ee5432;
}

.agenda-content .agenda-days ul .active:hover,
.agenda-content .bottom-dates ul .active:hover {
  opacity: 1;
}

.agenda-content .expandAll {
  color: #203138;
  font-family: 'BrandonGrotesqueWeb-Bold';
  text-transform: uppercase;
  font-size: 16px;
}

.agenda-content .expandAll:focus {
  text-decoration: none;
}

.agenda-content .agenda-list {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.agenda-content .agenda-list .agenda-days {
  border-bottom: 1px solid #ddd;
}

.agenda-content .agenda-list {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.agenda-content .agenda-list .panel {
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  position: relative;
}

.agenda-content .agenda-list .panel .panel-heading {
  padding: 0;
  margin: 0;
  line-height: 122px;
  cursor: pointer;
}

.agenda-content .agenda-list .panel .panel-heading h5 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.agenda-content .agenda-list .panel .panel-heading h5 .e-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}

.agenda-content .agenda-list .panel .panel-heading h5 em {
  font-size: 12px;
  text-transform: initial;
  font-family: 'sinkin_sans400_regular';
  font-style: normal;
}

.agenda-content .agenda-list .panel .panel-heading a {
  float: right;
  display: inline-block;
  text-decoration: none;
}

.agenda-content .agenda-list .panel .panel-heading a:focus,
.agenda-content .agenda-list .panel .panel-heading a:hover {
  color: #ee5432;
}

.agenda-content .agenda-list .panel .panel-heading a i {
  font-size: 18px;
}

.agenda-content .agenda-list .panel .panel-heading a .sqk-icon-minus {
  font-size: 3px;
  position: relative;
  top: -6px;
}

@media screen and (max-width: 991px) {
  .agenda-content .agenda-list .panel .panel-heading {
    text-align: center;
    line-height: normal;
    padding: 20px 0;
  }

  .agenda-content .agenda-list .panel .panel-heading .e-title {
    overflow: inherit;
    white-space: inherit;
  }

  .agenda-content .agenda-list .panel .panel-heading .col-md-2 {
    position: inherit;
  }

  .agenda-content .agenda-list .panel .panel-heading h5 {
    display: inherit;
    overflow: inherit;
    white-space: inherit;
    margin: 19px 0 17px;
  }

  .agenda-content .agenda-list .panel .panel-heading a {
    float: none;
    /*position: absolute;
                        bottom: 15px;
                        margin-left: -9px;*/
  }

  .agenda-content .agenda-list .panel .panel-heading span {
    display: block;
  }
}

@media screen and (max-width: 1340px) {
  .agenda-content .agenda-list .panel .panel-heading .col-md-3 {
    font-size: 14px;
  }
}

.agenda-content .agenda-list .panel .panel-body {
  border: 0;
  padding: 16px 16px 38px;
}

.agenda-content .agenda-list .panel .panel-body h5 {
  margin: 61px 0 39px;
}

@media screen and (max-width: 640px) {
  .agenda-content .agenda-list .panel .panel-body .place {
    text-align: center;
  }

  .agenda-content .agenda-list .panel .panel-body .place span {
    display: block;
  }

  .agenda-content .agenda-list .panel .panel-body h5 {
    margin: 43px 0 21px;
  }
}

@media screen and (max-width: 640px) {
  .agenda-content {
    padding: 80px 0;
    max-width: 90%;
  }

  .agenda-content .text-right {
    text-align: center;
  }
}

.speeches {
  border-top: 1px solid #ddd;
  padding-top: 110px;
}

.speeches .video-gallery {
  max-width: 80%;
  margin: 72px auto 110px;
}

.gallery-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 80px 0;
}

.gallery-section h2 {
  text-align: center;
}

.slider-gallery {
  max-width: 1024px;
  margin: 80px auto 0;
}

.slider-gallery button {
  display: inline-block !important;
  width: auto;
  height: auto;
  /*text-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);*/
  background: #fff;
  padding: 10px;
}

.slider-gallery button:before {
  font-family: 'squeaky-icons' !important;
  font-size: 70px;
  opacity: 1;
  color: #212121;
}

.slider-gallery img {
  display: inline-block !important;
  width: auto;
  max-height: 720px;
  margin: 0 auto;
  vertical-align: middle;
}

.slider-gallery .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-gallery .slick-slide {
  text-align: center;
}

.slider-gallery .slick-next {
  right: 0;
}

.slider-gallery .slick-prev {
  left: 0;
}

.slider-gallery .slick-prev:before {
  content: "\e911";
}

.slider-gallery .slick-next:before {
  content: "\e912";
}

.slider-gallery .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  line-height: normal;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1520px) {
  .slider-gallery .slick-next {
    right: -146px;
  }

  .slider-gallery .slick-prev {
    left: -146px;
  }
}

@media screen and (max-width: 640px) {
  .slider-gallery button:before {
    font-size: 30px;
    /*color: @grey-color;
            font-weight: 700;*/
  }

  .slider-gallery .desc {
    position: inherit;
    color: #666;
    background: transparent;
    padding: 20px 60px;
    font-size: 15px;
  }
}

.conference-text p,
.conference-text2 p {
  margin-bottom: 40px;
}

.conference-text2 {
  display: none;
}

.attend-conference .heading {
  padding: 120px 0 100px;
}

.attend-conference .padding {
  padding: 98px 20px 80px;
}

.attend-conference .row {
  margin: 0;
  border-top: 1px solid #ddd;
  display: flex;
}

.attend-conference .row>div {
  border-left: 1px solid #ddd;
}

.attend-conference .row>div:first-of-type {
  border: 0;
}

.attend-conference .row h3 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  margin-bottom: 52px;
}

.attend-conference .row .btn {
  margin-top: 52px;
}

@media screen and (max-width: 991px) {
  .attend-conference h2 {
    font-size: 36px !important;
  }

  .attend-conference .row {
    display: inherit;
  }

  .attend-conference .row>div {
    border-left: 0;
  }

  .attend-conference .col-md-4 {
    border-top: 1px solid #ddd;
  }

  .attend-conference .col-md-4 p {
    line-height: 28px;
  }
}

@media screen and (max-width: 640px) {
  .attend-conference .heading {
    padding: 79px 0 0;
  }

  .attend-conference .row {
    border: 0;
  }

  .attend-conference .row h3 {
    margin: 60px 49px;
  }

  .attend-conference .row .btn {
    margin-top: 40px;
  }

  .attend-conference .padding {
    padding: 0 0 60px;
  }

  .attend-conference .col-md-4:last-child .padding {
    border: 0;
  }
}

.speakers {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.no-borders {
  border: 0;
}

.border-top {
  border-top: 1px solid #ddd;
}

.hackaton-paper h4 {
  margin-bottom: 40px;
}

.hackaton-paper p {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .hackaton-paper {
    text-align: center;
  }

  .hackaton-paper h4 {
    margin: 20px 0 22px;
    font-size: 20px;
  }

  .hackaton-paper img {
    width: 100%;
    max-width: 500px;
  }
}

ul.bullet {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
}

ul.bullet li {
  padding-left: 40px;
  margin: 40px 0;
  position: relative;
}

ul.bullet li:before {
  font-family: 'squeaky-icons' !important;
  content: "\e913";
  color: #ee5432;
  position: absolute;
  left: 0;
  top: 5px;
}

.padding-left {
  padding: 20px 0 0 20px;
}

@media screen and (max-width: 1440px) {
  .futures-video .center-caption {
    display: none;
  }
}

.btn-spacing {
  display: inline-block;
  width: 30px;
}

@media screen and (max-width: 991px) {
  .btn-spacing {
    display: block;
  }

  .btn-xs {
    min-width: 230px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .futures-video .img-holder {
    min-height: 255px !important;
  }

  .futures-video .video-caption {
    padding: 0;
  }

  .futures-video .video-caption .play-btn.mobile {
    position: initial;
  }
}

.event-content {
  max-width: 80%;
  margin: 122px auto 121px;
}

.event-content h3 {
  margin: 80px 0 59px;
}

.event-content .event-links {
  margin-top: 80px;
}

.event-content .event-links .btn.blue {
  font-size: 16px;
  margin-right: 30px;
}

.event-content .map {
  margin: 121px 0 61px;
  max-width: 100%;
  height: 497px;
  background: #eee;
}

@media screen and (max-width: 640px) {
  .event-content {
    max-width: 85%;
    margin: 79px auto;
  }

  .event-content h3 {
    margin: 58px 0 40px;
  }

  .event-content .event-links {
    text-align: center;
  }

  .event-content .event-links .btn.blue {
    margin: 20px 0;
  }

  .event-content .map {
    margin: 60px 0;
  }
}

.pager-nav {
  text-align: left;
}

.pager-nav a {
  color: #203138;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 18px;
}

.pager-nav a i {
  position: relative;
  top: -2px;
}

.pager-nav a:hover {
  color: #ee5432;
}

.pager-nav a.disabled {
  color: #E8E9EB;
  cursor: default;
}

.pager-nav a.disabled:hover {
  color: #E8E9EB;
}

@media screen and (max-width: 640px) {
  .pager-nav {
    text-align: center;
  }

  .pager-nav .text-right {
    text-align: center;
    margin-top: 39px;
  }
}

.blog {
  max-width: 80%;
  margin: 80px auto;
}

.blog .breadcrumb {
  float: none;
  padding: 0;
}

.blog .breadcrumb a {
  color: #666;
}

.blog h2 {
  margin: 41px 0 79px;
}

.blog h3 {
  font-family: 'BrandonGrotesqueWeb-Medium';
}

.blog .post {
  border: 0;
  margin-bottom: 120px;
}

.blog .post .post-header {
  /*margin: 59px 0 39px;*/
  margin: 0 0 39px;
}

.blog .post .post-header h3 {
  color: #203138;
  margin: 0;
}

.blog .post .post-header h3 a {
  color: #203138;
}

.blog .post .post-header h3 a:hover {
  color: #ee5432;
  text-decoration: none;
}

.blog .post p {
  line-height: 37px;
}

.blog .post a {
  margin-top: 40px;
}

.blog .post .picture {
  margin-bottom: 60px;
}

.blog .post .video-block {
  margin: 60px 0;
}

.blog .post .footer-post {
  margin: 55px 0 0;
}

.blog .post .footer-post h3 {
  margin-bottom: 58px;
}

.blog .post .footer-post .share-post {
  margin-top: 78px;
}

.blog .post .footer-post .share-post h3 {
  margin-bottom: 45px;
}

.blog .post .footer-post .share-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .post .footer-post .share-post ul li {
  display: inline-block;
  margin-right: 29px;
}

.blog .post .footer-post .share-post ul li a {
  color: #ee5432;
  font-size: 36px;
}

@media screen and (max-width: 991px) {
  .blog .post .footer-post {
    margin-bottom: 80px;
  }

  .blog .post .footer-post h3 {
    margin-bottom: 38px;
  }

  .blog .post .footer-post .share-post {
    margin-top: 56px;
  }
}

@media screen and (max-width: 991px) {
  .blog .post p {
    line-height: 28px;
  }
}

.blog .post-detail {
  margin-bottom: 0;
}

.blog .blog-aside .relative {
  position: relative;
}

.blog .blog-aside .relative .search-submit {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 0;
}

.blog .blog-aside .relative .search-submit i {
  color: #ee5432;
}

.blog .blog-aside .relative input[type=text] {
  height: 52px;
  width: 100%;
  padding-left: 26px;
  padding-right: 52px;
}

.blog .blog-aside .relative input[type=text]::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .blog .blog-aside .relative input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }
}

.blog .blog-aside .relative input[type=text]:-moz-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .blog .blog-aside .relative input[type=text]:-moz-placeholder {
    font-size: 15px;
  }
}

.blog .blog-aside .relative input[type=text]:-ms-input-placeholder {
  color: #e6e6e6;
  font-size: 18px;
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .blog .blog-aside .relative input[type=text]:-ms-input-placeholder {
    font-size: 15px;
  }
}

.blog .blog-aside .relative input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}

.blog .blog-aside .relative input[type=text]:focus:-moz-placeholder {
  color: transparent;
}

.blog .blog-aside .relative input[type=text]:focus::-moz-placeholder {
  color: transparent;
}

.blog .blog-aside .relative input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}

.blog .blog-aside .box {
  margin: 80px 0 0;
}

.blog .blog-aside h3 {
  margin-bottom: 40px;
  font-size: 26px;
}

.blog .blog-aside .categories ul,
.blog .blog-aside .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .blog-aside .categories ul li,
.blog .blog-aside .tags ul li {
  margin-bottom: 24px;
  /*40px;*/
}

.blog .blog-aside .categories ul li a,
.blog .blog-aside .tags ul li a {
  display: block;
}

.blog .blog-aside .categories ul li span,
.blog .blog-aside .tags ul li span {
  float: right;
}

.blog .blog-aside .clear-search {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: 0;
  text-decoration: none;
  right: 20px;
}

.blog .blog-aside .pr-contact a {
  width: 100%;
  max-width: 200px;
  display: block;
}

@media screen and (min-width: 1599px) {
  .blog .blog-aside .pr-contact a {
    font-size: 13px;
    max-width: inherit;
  }
}

@media screen and (max-width: 1080px) {
  .blog .blog-aside .pr-contact a {
    max-width: inherit;
  }
}

.blog .footer-post a,
.blog .categories a,
.blog .tags a {
  color: #203138;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 22px;
  text-decoration: none;
  line-height: 40px;
}

.blog .footer-post a:hover,
.blog .categories a:hover,
.blog .tags a:hover {
  color: #ee5432;
}

.blog .categories a,
.blog .tags a {
  font-size: 18px;
}

.blog .categories a {
  line-height: normal;
}

@media screen and (max-width: 640px) {
  .blog .blog-header {
    text-align: center;
  }

  .blog .blog-header h2 {
    font-size: 36px !important;
    margin: 38px 0 59px;
  }
}

@media screen and (max-width: 991px) {
  .blog {
    margin: 40px auto;
    max-width: 85%;
  }

  .blog h3 {
    font-size: 20px;
  }

  .blog .post .post-header {
    margin: 19px 0 39px;
  }

  .blog .post .readmore {
    text-align: center;
  }

  .blog .pager-nav {
    text-align: left;
    margin-bottom: 80px;
  }

  .blog .pager-nav .text-right {
    text-align: right;
    margin: 0;
  }

  .blog .blog-aside {
    border-top: 1px solid #ddd;
    padding-top: 80px;
  }

  .blog .blog-aside .box {
    margin: 59px 0 0;
  }

  .blog .blog-aside .tags a {
    line-height: 36px;
  }
}

@media screen and (max-width: 1080px) {

  .blog .col-md-9,
  .blog .col-md-3 {
    width: 100%;
  }
}

.partners-content {
  max-width: 90%;
  margin: 0 auto;
}

.partners-content h3 {
  margin-bottom: 50px;
}

.partners-content ul {
  margin: 0 0 120px;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

.partners-content ul li {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  margin: 30px 0;
  font-family: 'BrandonGrotesqueWeb-Medium';
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 22px;
}

.partners-content ul li a {
  color: inherit;
}

.partners-content ul li a:hover {
  color: #ee5432;
}

.partners-content ul.logos-list {
  margin: 0 0 60px;
  text-align: left;
}

.partners-content ul.logos-list li {
  line-height: 36px;
  width: 24%;
  margin-bottom: 80px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .partners-content h3 {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .partners-content ul {
    margin-bottom: 80px;
  }

  .partners-content ul li {
    line-height: normal;
    width: 100% !important;
    display: list-item !important;
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0 24px;
  }

  .partners-content ul.logos-list {
    text-align: center;
  }

  .partners-content ul.logos-list li {
    margin-bottom: 60px;
  }
}

.partners-content>.row:first-of-type .partner-logo img {
  max-width: 350px;
  max-height: 100%;
}

@media screen and (max-width: 1630px) {
  .partners-content>.row:first-of-type li {
    width: 50%;
  }
}

.partners-content .partner-logo img {
  width: 100%;
  max-width: 250px;
  max-height: 100%;
  /*max-height: 60px;*/
  vertical-align: middle;
}

.partners-content .partner-logo img:last-child {
  display: none;
}

.partners-content .partner-logo a:hover img:last-child {
  display: inline-block;
}

.partners-content .partner-logo a:hover img:first-child {
  display: none;
}

/*.partners-content .partner-logo.diamond img {
  max-height: 100%;
  vertical-align: middle;
}*/

.partners-content .partner-logo.activation img {
  max-height: 100%;
  max-width: 80%;
}

.partners-content .color-svg {
  background-color: #203138;
  display: inline-block;
  height: 200px;
  width: 100%;
}

.partners-content .logo-omnicom {
  -webkit-mask: url(../images/partners/omnicom.svg) no-repeat;
  mask: url(../images/partners/omnicom.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 285px;
  max-height: 34px;
}

.partners-content .logo-gsdm {
  -webkit-mask: url(../images/partners/gsdm.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 239px;
  max-height: 51px;
}

.partners-content .logo-diageo {
  -webkit-mask: url(../images/partners/diageo.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 180px;
  max-height: 39px;
}

.partners-content .logo-bing {
  -webkit-mask: url(../images/partners/bing.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 159px;
  max-height: 64px;
}

.partners-content .logo-adweek {
  -webkit-mask: url(../images/partners/adweek.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 168px;
  max-height: 61px;
}

.partners-content .logo-apple {
  -webkit-mask: url(../images/partners/apple.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 85px;
  max-height: 104px;
}

.partners-content .logo-das {
  -webkit-mask: url(../images/partners/das.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 108px;
  max-height: 119px;
}

.partners-content .logo-facebook {
  -webkit-mask: url(../images/partners/facebook.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 168px;
  max-height: 33px;
}

.partners-content .logo-revolt {
  -webkit-mask: url(../images/partners/revolt.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 169px;
  max-height: 40px;
}

.partners-content .logo-edelman {
  -webkit-mask: url(../images/partners/edelman.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 232px;
  height: 87px;
}

.partners-content .logo-bbdo {
  -webkit-mask: url(../images/partners/bbdo.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 156px;
  max-height: 45px;
}

.partners-content .logo-bet {
  -webkit-mask: url(../images/partners/bet.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 138px;
  max-height: 63px;
}

.partners-content .logo-ddb {
  -webkit-mask: url(../images/partners/ddb.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 150px;
  max-height: 56px;
}

.partners-content .logo-google {
  -webkit-mask: url(../images/partners/google.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 157px;
  max-height: 51px;
}

.partners-content .logo-hilton {
  -webkit-mask: url(../images/partners/hilton.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 178px;
  max-height: 60px;
}

.partners-content .logo-squeaky {
  -webkit-mask: url(../images/partners/squeaky.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 172px;
  max-height: 53px;
}

.partners-content .logo-twitter {
  -webkit-mask: url(../images/partners/twitter.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 92px;
  max-height: 75px;
}

.partners-content .logo-wk {
  -webkit-mask: url(../images/partners/wk.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 158px;
  max-height: 74px;
}

.partners-content .logo-yahoo {
  -webkit-mask: url(../images/partners/yahoo.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 177px;
  max-height: 42px;
}

.partners-content .logo-tbwa {
  -webkit-mask: url(../images/partners/tbwa.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 152px;
  max-height: 56px;
}

.partners-content .logo-digitas {
  -webkit-mask: url(../images/partners/digitas.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 98px;
  max-height: 111px;
}

.partners-content .logo-pandora {
  -webkit-mask: url(../images/partners/pandora.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 165px;
  max-height: 23px;
}

.partners-content .logo-omnicomMedia {
  -webkit-mask: url(../images/partners/omnicomMedia.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 205px;
  max-height: 19px;
}

.partners-content .logo-publicis {
  -webkit-mask: url(../images/partners/publicis.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 106px;
  max-height: 99px;
}

.partners-content .logo-omnicomHead {
  -webkit-mask: url(../images/partners/omnicomHead.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 95px;
  max-height: 95px;
}

.partners-content .logo-gtb {
  -webkit-mask: url(../images/partners/gtb.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 100px;
  max-height: 88px;
}

.partners-content .logo-oglivy {
  -webkit-mask: url(../images/partners/oglivy.svg) no-repeat;
  mask: url(../images/partners/gsdm.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 121px;
  max-height: 90px;
}

.sponsorship-content {
  border-top: 1px solid #ddd;
}

.sponsorship-content p {
  max-width: 1080px;
  margin: 0 auto 60px;
}

.download-content {
  max-width: 80%;
  margin: 0 auto;
  margin: 118px auto;
}

.download-content .row {
  margin-bottom: 118px;
}

.download-content h4 {
  margin: 0;
  line-height: 1.2em;
}

.download-content p {
  margin: 40px 0 0;
}

.download-content .btn {
  margin-top: 39px;
}

.download-content .image {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .download-content {
    text-align: center;
  }

  .download-content h4 {
    margin-bottom: 24px;
  }

  .download-content .image img {
    width: 100%;
    max-width: 500px;
  }
}

.videos-content {
  margin-top: 1px;
}

.videos-content .btn {
  border: 0;
  display: block;
  height: inherit;
}

.videos-content .btn span {
  display: block;
  margin-bottom: 29px;
}

.videos-content .btn i {
  font-size: 97px;
}

.videos-content .modal-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1400;
  width: 75%;
  display: none;
}

.videos-content .modal-video .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  font-size: inherit;
  font-family: inherit;
}

.videos-content .modal-video .close i {
  font-size: 36px;
}

.videos-content .modal-video .close span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueWeb-Black';
}

.videos-content .modal-video video {
  margin-top: 15px;
  width: 100%;
}

.videos-content .overlay-video {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1200;
  display: none;
}

.error-page {
  border-bottom: 1px solid #ddd;
  padding: 51px 0 119px;
  background: #fff;
}

.error-page .error-content {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.error-page .trymenu {
  font-size: 14px;
  margin: 0;
}

.error-page .desktop-content {
  display: block;
}

.error-page .mobile-content {
  display: none;
}

.error-page h1 {
  margin: 119px 0 0;
}

.error-page h2 {
  font-size: 30px !important;
  margin: 79px 0 59px;
}

.error-page .mobile-404 {
  max-width: 60%;
  display: inline-block;
}

.error-page .left-content {
  width: 100%;
  max-width: 40%;
  display: inline-block;
  float: left;
}

.error-page .right-content {
  width: 50%;
  display: inline-block;
  float: right;
}

@media screen and (max-width: 1080px) {
  .error-page {
    text-align: center;
    padding: 40px 0 80px;
  }

  .error-page .left-content,
  .error-page .right-content {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
  }

  .error-page .right-content {
    display: none;
  }

  .error-page .desktop-content {
    display: none;
  }

  .error-page .mobile-content {
    display: block;
  }

  .error-page .trymenu {
    text-align: left;
    margin-bottom: 40px;
  }

  .error-page br {
    display: none;
  }

  .error-page h1 {
    font-size: 36px;
    margin: 29px 0 0;
  }

  .error-page h2 {
    font-size: 20px;
    margin: 38px 0;
  }
}

.page-id-202 .full-width-template .page-content {
  border-bottom: 1px solid #ddd;
}

/** Events Page **/
#tribe-events-pg-template {
  max-width: 80%;
  margin: 122px auto 121px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 1080px) {
  #tribe-events-pg-template {
    max-width: 100%;
    margin: 0;
    padding: 80px 18px;
  }
}

.tribe-bar-filters,
.tribe-events-notices {
  display: none !important;
}

h2.tribe-events-page-title {
  font-size: 44px !important;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  h2.tribe-events-page-title {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 1080px) {
  h2.tribe-events-page-title {
    font-size: 36px !important;
  }
}

a.tribe-events-button {
  border: 3px solid !important;
  line-height: 17px !important;
  padding: 15px 25px !important;
  display: inline-block !important;
  height: 52px !important;
  font-family: 'BrandonGrotesqueWeb-Medium';
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  border-color: #203138 !important;
  color: #203138 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  float: right !important;
  width: auto;
  margin: 0 !important;
  background-color: transparent !important;
  font-weight: normal !important;
}

a.tribe-events-button:hover {
  border-color: #ee5432 !important;
  color: #ee5432 !important;
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  a.tribe-events-button {
    float: none !important;
    width: 188px;
    margin: 0 auto !important;
    padding: 15px 0 !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tribe-bar-views-list {
  border: 3px solid !important;
  line-height: 17px !important;
  padding: 15px 25px !important;
  display: inline-block !important;
  height: 52px !important;
  font-family: 'BrandonGrotesqueWeb-Medium';
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  border-color: #203138 !important;
  color: #203138 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  float: right !important;
  width: auto;
  margin: 0 !important;
  background-color: transparent !important;
  font-weight: normal !important;
}

.tribe-bar-disabled {
  position: absolute;
  right: 0;
  z-index: 1;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  left: inherit;
  right: inherit;
  width: auto;
}

.tribe-bar-disabled .tribe-bar-views-inner {
  position: relative;
  padding: 0;
  border-radius: 0;
}

@media screen and (max-width: 1180px) {
  .tribe-bar-disabled {
    display: none;
  }
}

#tribe-bar-form {
  background: transparent;
}

.tribe-bar-views-inner {
  background: transparent;
}

.tribe-bar-views-inner h3,
.tribe-bar-views-inner label {
  display: none !important;
}

.tribe-bar-views-select.tribe-no-param {
  display: none !important;
}

#tribe-bar-views .tribe-bar-views-list {
  display: none !important;
}

#tribe-bar-views li {
  border-left: 3px solid #203138 !important;
  border-right: 3px solid #203138 !important;
  background: #fff !important;
}

#tribe-bar-views li a:hover {
  background: transparent !important;
  color: #ee5432 !important;
}

#tribe-bar-views li:last-child {
  border-bottom: 3px solid #203138 !important;
}

#tribe-events-bar,
#tribe-events-header,
#tribe-events-footer {
  margin: 0;
}

@media screen and (max-width: 1080px) {
  #tribe-events-bar {
    display: inline-block;
  }
}

#tribe-events-header {
  margin: 80px 0 60px;
  display: block !important;
  /* DEAIL EVENT */
  display: none !important;
}

@media screen and (max-width: 991px) {
  #tribe-events-header {
    margin: 59px 0 39px;
  }
}

#tribe-events-footer {
  margin: 60px 0 80px;
}

.tribe-events-sub-nav a {
  color: #203138 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-family: 'BrandonGrotesqueWeb-Medium';
}

.tribe-events-sub-nav a:hover {
  color: #ee5432 !important;
}

.tribe-events-sub-nav a span {
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1080px) {
  .tribe-events-sub-nav li a {
    background: transparent;
    color: inherit;
    padding: 0;
    display: inline-block;
  }
}

.tribe-events-calendar {
  font-family: 'BrandonGrotesqueWeb-Bold';
  color: #999;
  margin: 0 !important;
  font-size: 16px !important;
  border-color: #bbb;
}

.tribe-events-calendar th {
  font-family: 'BrandonGrotesqueWeb-Medium';
  background: transparent;
  color: #999;
  height: 66px;
  padding: 0;
  border-left: 1px solid #bbb;
}

@media screen and (max-width: 991px) {
  .tribe-events-calendar th {
    height: auto !important;
    border-left: 0 !important;
  }
}

.tribe-events-calendar td.tribe-events-present {
  background-color: #f4f4f4;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: transparent;
  color: #666;
  background: transparent;
  color: #203138;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background: transparent;
  color: #203138;
}

.tribe-events-calendar td.tribe-events-present.mobile-active {
  background: transparent;
  color: #203138;
}

@media screen and (max-width: 1080px) {
  .tribe-events-calendar td.tribe-events-present.mobile-active {
    background-color: #f4f4f4;
  }
}

.tribe-events-calendar td.tribe-events-past a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
  opacity: 1;
  color: #999;
}

@media screen and (max-width: 991px) {
  .tribe-events-calendar td.mobile-active {
    background: #f4f4f4;
    color: #666 !important;
  }
}

.tribe-events-calendar td a {
  color: #203138;
  font-family: 'BrandonGrotesqueWeb-Bold';
  text-transform: uppercase;
}

.tribe-events-calendar div[id*=tribe-events-daynum-] {
  background-color: transparent;
  color: #666;
}

.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: transparent;
  color: #666;
}

.tribe-events-calendar .tribe-events-tooltip {
  display: none !important;
}

.tribe-events-calendar .tribe-events-present {
  background: transparent;
  color: #203138;
}

.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
  background: transparent;
  color: #203138;
}

.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
  background: transparent;
  color: #203138;
}

@media screen and (max-width: 1080px) {
  .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] {
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after {
    background: #f4f4f4;
    color: #666 !important;
  }
}

.tribe-events-calendar .tribe-events-has-events:after {
  background-color: #203138 !important;
}

@media screen and (max-width: 1080px) {
  .tribe-events-calendar .tribe-events-has-events:after {
    background-color: #203138 !important;
  }
}

@media screen and (max-width: 991px) {

  .tribe-events-calendar.mobile-active div[id*=tribe-events-daynum-],
  .tribe-events-calendar.mobile-active div[id*=tribe-events-daynum-] a {
    background: #f4f4f4;
    color: #666 !important;
  }
}

@media screen and (max-width: 991px) {
  .tribe-mobile-day-heading {
    color: #666;
    text-align: center;
    margin: 60px 0 40px;
    font-size: 20px;
    font-family: 'BrandonGrotesqueWeb-Medium';
  }
}

@media screen and (max-width: 991px) {
  #tribe-mobile-container .type-tribe_events {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
  }

  #tribe-mobile-container .type-tribe_events a {
    color: #203138 !important;
  }
}

@media screen and (max-width: 991px) {
  .tribe-events-footer {
    margin: 60px 0;
  }
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0 5%;
  padding: 0;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  padding: 10px 0;
}

.tribe-events-othermonth .tribe-events-month-event-title,
.tribe-events-othermonth div[id*=tribe-events-daynum-] {
  opacity: 1;
  color: #999;
}

.tribe-events-cal-links a.tribe-events-button {
  width: auto;
  padding: 15px !important;
  margin: 0 10px 0 0 !important;
  float: none !important;
}

@media screen and (max-width: 1080px) {
  .tribe-events-cal-links a.tribe-events-button {
    position: inherit;
    left: inherit;
  }
}

@media screen and (max-width: 768px) {
  .tribe-events-cal-links a.tribe-events-button {
    width: 100%;
    margin: 5px !important;
  }
}

/* DEAIL EVENT */
.event-detail-content {
  padding-bottom: 60px;
}

.event-detail-content h4 {
  font-size: 30px !important;
  line-height: 0.833em;
  letter-spacing: 0.05em;
}

.tribe-events-single-section.tribe-events-event-meta.primary {
  display: none;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
  display: none;
}

.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
  background: transparent;
  border: 0;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

/* VIDEO PLUGIN FORMAT */
.yrc-item-title {
  font-size: 18px;
  color: #666;
  font-family: 'sinkin_sans400_regular', sans-serif;
  margin: 5px 0 30px !important;
}

@media screen and (max-width: 991px) {
  .yrc-item-title {
    font-size: 15px;
  }
}

.yrc-video-date {
  display: none;
}

.yrc-load-more-button {
  border: 3px solid #ee5432 !important;
  line-height: 17px;
  padding: 15px 25px !important;
  display: inline-block;
  height: 52px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  background: transparent !important;
  color: #ee5432 !important;
}

.yrc-load-more-button:hover {
  color: #203138 !important;
  border-color: #203138 !important;
}

.nodecoration {
  text-decoration: none !important;
}

/* CONTACT */
span.wpcf7-not-valid-tip {
  position: relative;
  top: -40px;
}

@media screen and (max-width: 991px) {
  span.wpcf7-not-valid-tip {
    top: -20px;
  }
}

.footer-contact {
  cursor: pointer;
}

.wpcf7-response-output {
  display: none !important;
}

.main-footer {
  padding: 60px 25px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .main-footer {
    padding: 40px 25px 40px 25px;
  }
}

.main-footer .footer-logo {
  margin-bottom: 27px;
}

@media screen and (max-width: 991px) {
  .main-footer .footer-logo {
    text-align: center;
    display: none;
  }
}

.main-footer .footer-logo img {
  width: 247px;
}

.main-footer .footer-logo.mobile {
  display: none;
}

@media screen and (max-width: 990px) {
  .main-footer .footer-logo.mobile {
    display: inherit;
    margin-top: 30px;
  }

  .main-footer .footer-logo.mobile img {
    width: 250px;
    height: 61px;
  }
}

@media only screen and (width: 1024px) {
  .main-footer .footer-logo.mobile {
    display: none;
  }
}

.main-footer .copy {
  font-family: 'sinkin_sans400_regular';
  letter-spacing: 1px;
  color: #666666;
  line-height: 34px;
}

@media screen and (max-width: 1440px) {
  .main-footer .copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 990px) {
  .main-footer .copy {
    display: none;
  }
}

.main-footer .copy.mobile {
  display: none;
}

@media screen and (max-width: 990px) {
  .main-footer .copy.mobile {
    display: inherit;
    margin-top: 30px;
    text-align: center;
  }
}

.main-footer #footer-menu {
  text-transform: uppercase;
}

@media screen and (max-width: 990px) {
  .main-footer #footer-menu {
    width: 100%;
    float: initial;
    text-align: center;
    padding: 0;
  }
}

.main-footer #footer-menu li {
  border-right: none;
  /*width: 251px;*/
  padding: 0px 0px 15px 0px;
}

.main-footer #footer-menu li a {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 22px;
  letter-spacing: 2px;
  color: #203138;
}

@media screen and (max-width: 1440px) {
  .main-footer #footer-menu li {
    display: block;
    width: initial;
  }

  .main-footer #footer-menu li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .main-footer .social-links {
    text-align: center;
    padding: 0px;
  }
}

/*
.ad-music .caption-slide {
  top: inherit !important;
  bottom: 150px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 !important;
  transform: inherit;
}

.ad-music .caption-slide .btn,
.main-slider .ad-music .logo,
.main-slider .ad-music .slide-link {
  margin: 0 !important;
}

@media (min-width:1530px) {
  .ad-music .caption-slide {
    bottom: 170px;
  }
}*/

/*------- New Landing -------*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);

@font-face {
  font-family: 'lydiacondensed-bold';
  src: url('./../fonts/landing/lydiacondensed-bold-web/web/lydiacondensed-bold.eot');
  src: url('lydiacondensed-bold.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/landing/lydiacondensed-bold-web/web/lydiacondensed-bold.woff2') format('woff2'),
    url('./../fonts/landing/lydiacondensed-bold-web/web/lydiacondensed-bold.woff') format('woff'),
    url('./../fonts/landing/lydiacondensed-bold-web/web/lydiacondensed-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('./../fonts/landing/commercial-type-2105-QSXJHW-web/Druk-Bold-Web.woff2') format('woff2'),
    url('./../fonts/landing/commercial-type-2105-QSXJHW-web/Druk-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Practice';
  src: url('./../fonts/landing/Optimo-2105GSDCHL/Practice/Practice-Book/Practice-Book.eot');
  src: url('Practice-Book.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/landing/Optimo-2105GSDCHL/Practice/Practice-Book/Practice-Book.woff2') format('woff2'),
    url('./../fonts/landing/Optimo-2105GSDCHL/Practice/Practice-Book/Practice-Book.woff') format('woff');
  font-weight: 450;
  font-style: normal;
}

.new_landing img {
  max-width: 100%;
  vertical-align: top;
}

.new_landing {
  font-family: 'Practice';
  font-size: 16px;
  color: #000;
}

.new_landing #go_top {
  /*background: #FF5432;
  position: fixed;
  bottom: 10%;
  right: 10%;
  position: sticky;
  top: 96%;
  left: 92%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999em;
  width: 50px;
  height: 50px;
  cursor: pointer;*/

  display: none;
  background: #FF5432;
  position: sticky;
  top: 90%;
  left: 85%;
  width: 50px;
  height: 50px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999em;
  cursor: pointer;
}

.new_landing #go_top img {
  width: 40%;
}

.new_landing .pullup_heading {
  padding: 30px;
}

.new_landing .pullup_logo_heading {
  text-align: center;
  margin-bottom: 2em;
}

.new_landing .pullup_logo_heading img {
  width: 260px;
}

.new_landing .heading_banner {
  max-width: 700px;
  margin: 0 auto;
}

.new_landing .container {
  width: 80% !important;
  padding: 0 !important;
}

.new_landing .black_block {
  color: #fff;
  background: url(../images/pullup/black_bg.png) center top no-repeat;
  background-size: cover;
}

.new_landing .white_block {
  background: url(../images/pullup/white_bg.jpg) center center no-repeat;
  background-size: cover;
}

/*.new_landing .pullup_logo {
  padding: 3em;
  display: flex;
  justify-content: center;
}*/

.pullup_logo {
  display: flex;
  align-items: center;
  padding: 2em;
}

.pullup_logo img {
  width: 260px;
  position: relative;
  left: 50%;
  margin-left: -125px;
  transition: all .8s ease;
}

.pullup_logo span {
  font-size: 21px;
  font-family: 'Druk Web';
  position: absolute;
  display: none;
}

.pullup_head.fixed {
  padding-top: 2em;
}

.hola .pullup_logo img,
.pullup_head.fixed .pullup_logo img {
  width: 100px;
  left: 0;
  margin-left: 0;
  margin-right: 1em;
}

.hola .pullup_head span,
.pullup_head.fixed span {
  position: inherit;
  display: inline-block;
}


.pullup_block .video_arrows {
  transition: all 0.4s ease;
  text-align: center;
}

.pullup_block.hola .video_arrows {
  transform: scale(1.5) translateY(15%);
  padding-top: 0;
}

.pullup_block.hola .video_arrows .arrow_top,
.pullup_head.fixed .video_arrows .arrow_top,
.pullup_head.fixed .video_arrows .arrow_bottom {
  display: none;
}

.video_arrows {
  position: relative;
  padding: 1em 1em 0;
  max-width: 65%;
  margin: 0 auto;
  transition: all .4s ease;
}

.video_arrows .arrow_top,
.video_arrows .arrow_bottom {
  width: 50px;
  position: absolute;
  -webkit-transform: scale(-1) rotate(25deg);
  transform: scale(-1) rotate(25deg);
  transition: all .3s ease;
  z-index: 5;
}

.video_arrows .arrow_top *,
.video_arrows .arrow_bottom * {
  fill: #FF5432;
}

.video_arrows .arrow_top {
  top: -30px;
  right: 3%;
}

.video_arrows .arrow_bottom {
  bottom: -30px;
  left: 3%;
}

.video_arrows iframe {
  width: 100%;
}

.pullup_head.fixed .video_arrows {
  max-width: 100%;
  padding-top: 0;
}

.cols_flex_2 {
  display: flex;
}

.cols_flex_2>div {
  width: 50%;
}

.cols_flex_2 iframe {
  height: 234px;
}

.new_landing .black_block,
.new_landing .white_block {
  padding: 5em 0;
}

.new_landing h2 {
  text-transform: inherit;
  font-weight: inherit;
  font-size: 48px !important;
  letter-spacing: inherit;
  font-family: 'lydiacondensed-bold';
  line-height: 1;
  margin: 0 0 0.5em;
}

.new_landing .skew_video {
  position: relative;
  margin: 0 0 3em;
}

.new_landing .skew_video .caption_skew {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: rotate(-5deg) translateY(-50%);
  width: 30%;
  margin: 0;
}

.new_landing .skew_video .video {
  margin-left: 20%;
  position: relative;
}

.new_landing .skew_video .video .video_frame {
  overflow: hidden;
}

.new_landing .skew_video .video img {
  width: 100%;
}

.new_landing .skew_video .video .arrow_top,
.new_landing .skew_video .video .arrow_bottom {
  width: 50px;
  position: absolute;
  -webkit-transform: scale(-1) rotate(25deg);
  transform: scale(-1) rotate(25deg);
}

.new_landing .skew_video .video .arrow_top {
  top: -30px;
  right: 3%;
}

.new_landing .skew_video .video .arrow_bottom {
  bottom: -30px;
  left: 3%;
}

.new_landing .links_for_action_block {
  padding-bottom: 0 !important;
  position: relative;
}

.new_landing .links_for_action_block .container {
  display: none;
  padding-bottom: 5em !important;
}

.new_landing .links_action {
  /*background-position: right 0;
  background-size: 200%;
  width: 100%;
  max-width: 620px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  padding: .5em 1em;
  border-radius: 9999em;*/
  cursor: pointer;
  text-align: center;
  background: url(../images/pullup/subheading.png) center bottom no-repeat;
  background-size: 100%;
  padding: 0;
}

.new_landing .links_action h2 {
  margin: 0;
  position: relative;
  top: -20px;
}

.new_landing .links_action h2 span {
  color: #FF5432;
  font-size: 21px;
  font-family: 'Druk Web';
  text-transform: uppercase;
  background: url(../images/pullup/black_bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: .5em .6em;
  letter-spacing: 1;
  display: inline-flex;
  transform: rotate(-2deg) translateY(-50%);
  position: relative;
  bottom: -12px;
}

.new_landing .links_action h2 span img {
  display: inline-block;
}

.new_landing .links_action a {
  color: #FF5432;
  font-size: 21px;
  font-family: 'Druk Web';
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1;
  pointer-events: none;
}


.new_landing .links_for {
  max-width: 70%;
}

.new_landing .links_for p {
  margin-bottom: 1em;
}

.new_landing .dropdown_filter {
  background: url(../images/pullup/black_bg.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-flex;
  position: relative;
  top: -6px;
  /*transform: rotate(-2deg);*/
}

.new_landing .dropdown_filter img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.new_landing .dropdown_filter select {
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  font-family: 'Druk Web';
  color: #FF5432;
  font-size: 21px;
  width: 100%;
  height: 42px;
  padding: 0 2em 0 1em;
  letter-spacing: 2px;
}

.new_landing .dropdown_filter select option {
  background: #000;
  color: #FF5432;
}

.new_landing .description {
  padding: 2em;
  display: flex;
  align-items: center;
}

.slick_cards {
  /*opacity: 0;*/
  transition: all .3s ease;
  margin: 1em 0;
}

.slick_cards.slick-dotted.slick-slider {
  margin-bottom: 3em;
}

.slick_cards .slick-prev,
.slick_cards .slick-next {
  display: block !important;
}

.slick_cards .slick-prev:before,
.slick_cards .slick-next:before {
  display: none;
}

.slick_cards .slick-prev {
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  transform: rotate(-43deg);
}

.slick_cards .slick-next {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  transform: rotate(43deg);
}

.slick_cards .slick-dots {
  display: flex !important;
  justify-content: center;
  position: inherit;
  bottom: inherit;
  padding-top: 2em;
  width: 100%;
  margin: 0 auto;
}

.slick_cards .slick-dots li {
  /*width: 10px;
  height: 10px;
  margin: 0 4px;*/
  /*width: 100%;
  height: 100%;*/
  margin: 2px;
  width: 100%;
  height: 100%;
}

.slick_cards .slick-dots li button {
  padding: 0;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 25px;
  width: 100%;
  height: 100vh;
  max-width: 6px;
  max-height: 6px;
  opacity: .3;
}

.slick_cards .slick-dots li button:before {
  display: none !important;
}

.slick_cards .slick-dots li.slick-active button {
  background: #000;
  opacity: 1;
}

/*.slick_cards .slick-dots li.slick-active button:before {
  background: #000;
}*/

.slick_cards .slick-slide {
  height: auto;
}

.slick_cards .slick-slide>div {
  display: flex;
}

.slick_cards .card_item {
  padding: 5px;
}

.slick_cards .card_item a {
  display: flex;
  padding: 1em;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-family: 'lydiacondensed-bold';
  background-color: transparent;
  background-image: none;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  transition: all .3s ease;
  height: 100%;
  min-height: 180px;
  position: relative;
}

.slick_cards .card_donateto a {
  background-image: url(../images/pullup/orange.png);
}

.slick_cards .card_learnmore a {
  background-image: url(../images/pullup/pink.png);
}

.slick_cards .card_purchase a {
  background-image: url(../images/pullup/blue-green.png);
}

.slick_cards .card_follow a {
  background-image: url(../images/pullup/orange-blue.png);
}

.slick_cards .card_item a:hover {
  background: #000;
}

.slick_cards .card_item .card_category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: .5em;
  text-transform: uppercase;
  text-decoration: underline;
}

.slick_cards .card_item h3 {
  font-family: 'Druk Web';
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

.new_landing .close_links {
  font-family: 'Druk Web';
  text-transform: capitalize;
  color: #ee5432;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  padding-bottom: 2em;
}

.new_landing .flex_results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5em;
  row-gap: 2em;
}

.new_landing .flex_results .block_item {
  padding: 36px 10px 10px;
  position: relative;
  transition: all 0.3s ease;
}

.new_landing .flex_results .learn_item .links_label {
  background: url(../images/pullup/pink.png);
}

.new_landing .flex_results .purchase_item .links_label {
  background: url(../images/pullup/blue-green.png);
}

.new_landing .flex_results .donate_item .links_label {
  background: url(../images/pullup/orange.png);
}

.new_landing .flex_results .follow_item .links_label {
  background: url(../images/pullup/orange-blue.png);
}

.new_landing .flex_results .block_item .links_label {
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  min-width: 50%;
  height: 30%;
  font-family: 'lydiacondensed-bold';
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

.new_landing .flex_results .block_item:hover .links_label {
  top: -10%;
  right: -15%;
  transform: rotate(20deg);
}

.new_landing .flex_results .block_item .links_label a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.new_landing .flex_results .block_item .picture {
  padding: 10px;
  background: url(../images/pullup/white_bg.jpg) 0 0 repeat;
  background-size: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.new_landing .flex_results .block_item:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.new_landing .flex_results .block_item .picture img {
  width: 100%;
}

.new_landing .flex_results .block_item .links_caption {
  background: url(../images/pullup/black_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: 3;
  width: 80%;
  font-family: 'lydiacondensed-bold';
  line-height: 1;
  transition: all 0.3s ease;
}

.new_landing .flex_results .block_item:hover .links_caption {
  bottom: -5%;
  transform: rotate(-15deg);
}

.new_landing .flex_results .block_item .links_caption a {
  padding: 10px 30px 10px 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.new_landing .flex_results .block_item img {
  vertical-align: top;
}

@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.new_landing .ad_video_block {
  margin: 3em 0;
}

.new_landing .ad_video_block .video_container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  position: relative;
}

.new_landing .ad_video_block .video_container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.new_landing .ad_video_block .description {
  padding: 0 0 0 2em;
  font-family: 'Druk Web';
  color: #ccc;
}

.new_landing .ad_video_block .description .date {
  font-size: 21px;
  letter-spacing: 1;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.new_landing .ad_video_block .description h3 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: normal;
  font-family: 'Druk Web';
  text-transform: none;
  margin-bottom: 1em;
}

.new_landing .ad_video_block .description a {
  border: 2px solid #FF5432;
  padding: .5em 1em;
  color: #FF5432;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2;
  display: inline-block;
}

.new_landing .ad_video_block .description a:hover {
  background: #FF5432;
  color: #000;
  text-decoration: none;
}

.new_landing .merch_block h2 {
  margin: 2em 0 0.5em;
}

.new_landing .merch_block h2,
.new_landing .merch_block p {
  text-align: center;
}

.new_landing .merch_block .merch_container {
  position: relative;
  columns: 6 50px;
  column-gap: 0;
  padding: 2em 0;
  text-align: center;

  /*display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 5vw);
  grid-gap: 15px;*/
}

.new_landing .merch_block .merch_container a {
  z-index: 1;
  position: relative;
  display: inline-block;
  transform: rotate(5deg);
  /*padding: 1em 0;*/
  margin: 2em 0 0;
}

.new_landing .merch_block .merch_container a:nth-child(1n) {
  transform: none;

}

.new_landing .merch_block .merch_container a:nth-child(2n) {
  transform: rotate(-5deg);

}

.new_landing .merch_block .merch_container a:nth-child(3n) {
  transform: rotate(35deg);

}

.new_landing .merch_block .merch_container a:nth-child(5n) {
  transform: scale(1.1);

}

.new_landing .merch_block .merch_container a:nth-child(6n) {
  transform: rotate(25deg);

}

.new_landing .merch_block .merch_container a:nth-child(7n) {
  transform: rotate(-15deg);

}

.new_landing .merch_block .merch_container a:last-child {
  transform: rotate(45deg);
}

.new_landing .merch_block .merch_container img {
  position: relative;
  z-index: 1;
  vertical-align: top;
  transition: all 0.3s ease;
  max-height: 230px;
}

.new_landing .merch_block .merch_container a:hover img {
  -webkit-filter: drop-shadow(5px 5px 5px #FF5432);
  filter: drop-shadow(5px 5px 5px #FF5432);
}

.new_landing .instagram_block .title {
  max-width: 198px;
  margin: 0 auto 3em;
}

.new_landing .instagram_block h2 {
  letter-spacing: normal;
  line-height: 30px;
  font-family: 'Druk Web';
  text-transform: none;
  margin: 0;
  color: #fff;
}

.new_landing .instagram_block h2 span {
  display: block;
  line-height: 1;
}

.new_landing .instagram_block h2 span:last-child {
  text-align: right;
  position: relative;
  top: -9px;
}

.new_landing .instagram_block .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.new_landing .instagram_block .flex div {
  width: 25%;
  padding: 6px;
}

.new_landing .black_footer_block {
  background: url(../images/pullup/black_bg.png) center 94% no-repeat;
  background-size: cover;
}

@media (max-width: 1080px) {

  .new_landing #go_top {
    left: 92%;
  }

  .pullup_block.hola .video_arrows {
    transform: inherit;
  }

  .new_landing .arrow_top,
  .video_arrows .arrow_bottom {
    display: none;
  }

  .pullup_head .pullup_logo img,
  .pullup_head.fixed .pullup_logo img {
    margin: 0 auto;
  }

  .new_landing .pullup_logo {
    align-items: inherit;
    flex-direction: column;
  }

  .new_landing .caption_logo {
    position: inherit;
    display: block;
    text-align: center;
    font-size: 28px;
  }

  .new_landing .pullup_logo img {
    left: inherit;
    width: 100% !important;
    max-width: 170px;
    margin-bottom: 10px;
  }

  .new_landing .video_arrows {
    max-width: 100%;
    padding: 0 1em;
  }

  .new_landing .skew_video .video {
    background: #111;
    height: 60vh;
  }
}

@media (max-width: 768px) {

  .new_landing #go_top {
    left: 84%;
    bottom: 5%;
  }

  .new_landing h2 {
    font-size: 36px !important;
  }

  .new_landing .black_block,
  .new_landing .white_block {
    padding: 2em 0;
  }

  .new_landing .skew_video .video .arrow_top,
  .new_landing .skew_video .video .arrow_bottom {
    width: 30px;
  }

  .new_landing .dropdown_filter select,
  .new_landing .ad_video_block .description .date {
    font-size: 18px;
  }

  .new_landing .ad_video_block .description h3 {
    font-size: 24px;
  }

  .new_landing .instagram_block .title {
    max-width: 174px;
    margin-bottom: 1.5em;
  }

  .new_landing .links_for_action_block .container {
    padding-bottom: 0 !important;
  }

  .new_landing .links_action {
    /*padding: .5em 0;
    width: 90%;*/
    padding: 15px 0 0;
  }
}

@media (max-width: 640px) {

  .new_landing h2 {
    font-size: 30px !important;
  }

  .new_landing .cols_flex_2 {
    flex-direction: column;
  }

  .new_landing .cols_flex_2>div {
    width: 100%;
  }

  .new_landing .links_for {
    max-width: 100%;
  }

  .new_landing .flex_results {
    margin: 1em 0;
  }

  .new_landing .ad_video_block div.description {
    display: block;
    padding: 1.5em 0 0;
    text-align: center;
  }

  .new_landing .ad_video_block .description h3 {
    font-size: 28px;
  }

  .new_landing .merch_block .merch_container {
    /*columns: 3 70px;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-rows: repeat(4, 15vw);*/

    position: relative;
    columns: 4 50px;
    column-gap: 0;
    padding: 2em 0;
  }

  .slick_cards .slick-dots {
    width: 100%;
  }

  .slick_cards .card_item h3 {
    font-size: 24px;
  }

  .new_landing .links_action {
    background-size: 140%;
    padding: 0;
  }

  .new_landing .links_action h2 {
    font-size: 24px !important;
    top: -8px;
  }
}

.purple_sponsor {
  padding: 1em 2em;
  position: absolute;
  right: 2em;
  bottom: 0;
}

.purple_sponsor img {
  height: 50px;
}

.leader_google {
  display: flex;
  justify-content: center;
  padding: 4em 1em;
}

.leader_google img {
  max-height: 40px;
}

@media (max-width:1024px) {
  .purple_sponsor {
    bottom: 2em;
    width: 100%;
    right: inherit;
  }
}

table.agenda_table {
  width: 70%;
  margin: 0 auto;
}


@media (max-width:767px) {
  table.agenda_table {
    width: 100%;
  }
}

.j-paginate.juicer-button {
  font-size: 17px;
  border: 3px solid;
  line-height: 17px;
  padding: 15px 25px;
  height: 52px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'BrandonGrotesqueWeb-Medium';
  letter-spacing: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  border-color: #ee5432;
  color: #ee5432;
  width: 215px;
  margin: 50px auto 100px;
}

.j-paginate.juicer-button:hover {
  background: none;
  border-color: #000;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.landing_report .pullup_heading {
  background: #fafafa url(../images/pullup/BG-dark-texture@2x.png) 0 bottom no-repeat;
  background-size: cover;
  padding-top: 60px;
}

@media (max-width:767px) {
  .landing_report .pullup_heading {
    padding-top: 30px;
  }
}

.landing_report .pullup_logo_heading {
  margin: 0;
}

.landing_report .pullup_heading h2 {
  color: #fff;
  font-size: 48rem;
  font-family: 'lydiacondensed-bold';
  text-transform: none;
  line-height: 65px;
  margin: 0;
}

.landing_report .report_form {
  background: #fafafa;
  padding: 30px 30px 60px 30px;
}

.landing_report .report_form form {
  max-width: 474px;
  margin: 0 auto;
}

.landing_report .report_form form div * {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.landing_report .report_form form div {
  padding: .5em 0 1em;
}

.landing_report .report_form label,
.landing_report .report_form .wpcf7-radio .wpcf7-list-item {
  display: block;
  opacity: 1;
  margin-bottom: .5em;
  margin-left: 0;
}

.landing_report .report_form form input[type=checkbox],
.landing_report .report_form form input[type=radio] {
  margin-right: 5px;
}

.landing_report .report_form hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
}

.landing_report .report_form .disclaimer p {
  font-size: 12px;
  color: #6E777C;
}

.landing_report .report_form .wpcf7-list-item.last {
  margin-left: 0;
}

.landing_report form input[type=submit] {
  background-color: transparent;
  color: #ee5432 !important;
  border: 3px solid;
  line-height: 1.2;
  padding: 12px 25px;
  display: inline-block;
  font-size: 22px;
  border-radius: 0;
  border-color: #ee5432;
  float: none;
  margin-right: 1em;
}

@media (max-width:460px) {
  .landing_report form input[type=submit] {
    width: 100%;
  }
}

.landing_report form input[type=submit]:hover {
  color: #000 !important;
}

.landing_report .report_form br {
  display: none;
}

.landing_report span.wpcf7-not-valid-tip {
  position: inherit;
  top: inherit;
}

.page-template-templatesawards-template-php .banner-section h1 {
  font-size: 4rem;
}

.awards_template {
  border-bottom: 1px solid #ddd;
  padding-bottom: 100px;
}

.awards_template .team-content .btn {
  margin: 1em 0;
  /* display: block; */
}

.awards_template .speakers .team-content {
  margin: 0 auto;
}

.awards_template .members_container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 0;
}

.awards_template .item_member_container {
  width: 33.33%;
  position: relative;
}

.awards_template .item_member_container .item-member {
  width: 168px;
  height: 168px;
}

.awards_template .item_member_container .bio-badge {
  left: 10%;
  top: 8%;
  transform: inherit;
}

.awards_template .item_member_container p {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-bio .item_member_container {
  width: 100% !important;
  text-align: center;
}

.modal-bio .item_member_container .item-member {
  width: 200px;
  height: 200px;
}

.modal-bio .item_member_container .bio-badge {
  left: 50%;
  transform: translateX(-50%) !important;
}

.modal-bio .item_member_container .sub-title {
  margin-top: inherit !important;
}

.video-responsive {
  margin: 4em 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.team-content .btn-container-title {
  margin-bottom: 1em;
}

@media (max-width:1023px) {
  .awards_template .members_container {
    row-gap: 40px;
    column-gap: 0;
  }

  .awards_template .item_member_container {
    width: 100%;
  }
}

@media (max-width:767px) {
  .awards_template .item_member_container {
    width: 100%;
  }
}

@media (min-width:992px) {
  .panel.mainstage {
    padding: 1em 0;
  }

  .panel-heading {
    display: flex;
    align-items: center;
  }
}

.panel-group .panel {
  margin-top: 0 !important;
}

.panel.mainstage {
  background-color: #EFEFEF80;
}

.panel.mainstage .mainstage_tag {
  background-color: #EE5432;
  color: #fff;
  font-size: 8px;
  display: inline-block !important;
  line-height: 23px;
  padding: 0 1em;
}

.panel.mainstage .e-title {
  margin: .5em 0;
}


/*** Conference Schedule Styles ***/
.conference-schedule #conference-events {
  border: none;
  display: flex;
  justify-content: center;
}

.conference-schedule #conference-events li{
  background-color: #f6f6f6;
  margin-left: 32px;
}
.conference-schedule #conference-events li.active{
  background-color: #e8551a;
}
.conference-schedule #conference-events li a{
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.2px;
  margin: 10px 30px;
  color: #666666;
}
.conference-schedule #conference-events li.active a{
  color: #ffffff;
}
.conference-schedule .tab-content{
  border: 2px solid #e8551a;
  background-color: #eaeaea;
  padding: 22px;
  margin-top: 1px;
}
.conference-schedule .event {
  padding: 92px 38px ;
  
}
.conference-schedule .event:nth-child(even) {
      background-color: #ffffff; /* Color de fondo para filas pares */
}
.conference-schedule .event .time-information{

}

.conference-schedule .event .time-information .time,
.conference-schedule .event .time-information .presented-by{
  display: block;
  color: #203138;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.conference-schedule .event .time-information .presented-by{
  font-size: 16px;
}
.conference-schedule .event .time-information a.link{
  font-size: 16px;
  display: inline-block;
  color: #666666;
  text-decoration: underline;
  margin-bottom: 24px;
}
.conference-schedule .event .time-information a.link:hover{
  text-decoration: none;
}
.conference-schedule .event .time-information .logo{
  width: 70%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.conference-schedule .event  .content-information h4{
  font-size: 28px;
  line-height: 29px;
  color: #203138;
  text-transform: uppercase;
  font-weight: bold;
}  
.conference-schedule .event  .content-information .breakout {
  margin-top: 15px;
  margin-bottom: 10px;
  background-image: url("../images/label-bluelight.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  display: inline-flex;
  padding: 3px 40px 3px 22px;
  color: #203138;
}
.conference-schedule .event  .content-information .breakout span {
  margin-top: 10%;
  display: inline-block;
}
.conference-schedule .event  .content-information p{
  font-size: 18px;
  color: #203138;
}
.conference-schedule .event  .content-information .breakout.orange{
  background-image: url("../images/label-orange.png");
  color: #ffffff;
}

.event .content-information .speakers,
.featured-speakers-container .speakers{
  display: flex;
  gap: 10px;
  text-align: center;
  flex-wrap: wrap;
  border: none;
  margin: 20px 0 15px;
}
.event .content-information .speakers .speaker,
.featured-speakers-container .speakers .speaker{
  flex-grow: 1;
  width: 200px;
}


.event .content-information .speakers .speaker .picture,
.featured-speakers-container .speakers .speaker .picture{
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin: 0 auto 10px;
}
.event .content-information .speakers .speaker .picture img,
.featured-speakers-container .speakers .speaker .picture img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.event .content-information .speakers .speaker .picture .box-item,
.featured-speakers-container .speakers .speaker .picture .box-item{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.event .content-information .speakers .speaker .picture .box-item:hover,
.featured-speakers-container .speakers .speaker .picture .box-item:hover{
  box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.5);
}
.event .content-information .speakers .speaker .picture .box-item:hover .box-info,
.featured-speakers-container .speakers .speaker .picture .box-item:hover .box-info{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.event .content-information .speakers .speaker .picture .box-item .box-info,
.featured-speakers-container .speakers .speaker .picture .box-item .box-info{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  padding-top: 35%;
  text-align: center;
}

.event .content-information .speakers .speaker .picture .box-item .box-info i,
.featured-speakers-container .speakers .speaker .picture .box-item .box-info i{
  font-size: 41px;
  color: #ee5432;
}
.event .content-information .speakers .speaker .picture .box-item .box-info span,
.featured-speakers-container .speakers .speaker .picture .box-item .box-info span{
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: 'BrandonGrotesqueWeb-Black';
  font-size: 12px;
}

.event .content-information .speakers .speaker .sub-title{
  color: #203138;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold
}
.event .content-information .speakers .speaker p{
  font-size: 15px;
  line-height: 25px;
}

.conference-schedule  .tap-mob-heading {
  display: none;
  width: 100%;
}
.conference-schedule  .tap-mob-heading a{
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #203138;
  position: relative;
}

.tap-mob-heading a::after{

  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute; 
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  font-weight: bold; 
  color: #203138; 
  font-size: 24px;
}

.tap-mob-heading a.active::after{

  content: "\f106";
  
  font-weight: bold; 
  color: #ffffff; 
  font-size: 24px;
}

@media(max-width: 768px){
  .conference-schedule .event {
    padding: 72px 23px;
  }
  .conference-schedule #conference-events {
    display: none;
  }
  .conference-schedule  .tap-mob-heading {
    display: block;
  }
  .conference-schedule  .tap-mob-heading a.active{
    background-color: #ee5432;
    color: #ffffff;
  }
  .conference-schedule .event .time-information,
  .conference-schedule .event .content-information {
    text-align: center;
  }
  .conference-schedule .event .time-information .time, 
  .conference-schedule .event .time-information .presented-by,
  .conference-schedule .event .content-information p,
  .conference-schedule .event .time-information a.link,
  .event .content-information .speakers .speaker .sub-title,
  .event .content-information .speakers .speaker p {
    font-size: 15px;
  }
  .conference-schedule .event .content-information h4{
    font-size: 25px;
    line-height: 25px;
  }
  .event .content-information .speakers .speaker{
    margin-top: 15px;
  }
}

.featured-speakers {
  background-color: #e8551a;
  background-image: url('../images/arrows-left.png'), url('../images/arrows-right.png');
  background-position: top left, bottom right;
  background-size: calc(35%), calc(50%);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.featured-speakers-container {
  width: 80%;
  max-width: 1096px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 96px;
  
}

.featured-speakers-container h2{
  color: #ffffff;
  text-align: center;
}
.featured-speakers-container .speakers{
  gap: 40px;
  margin-top: 50px;
}
.featured-speakers-container .speakers .speaker{
  width: 200px;
  margin-top: 10px;
}

.featured-speakers-container .speakers .speaker .picture{
  width: 200px;
  height: 200px;
}

.featured-speakers-container .speakers .speaker .sub-title,
.featured-speakers-container .speakers .speaker p {
  color: #ffffff;
  margin-top: 10px;
}
.featured-speakers-container .speakers .speaker p{
  font-size: 15px;
  color: #ffffff;
}
.featured-speakers-container .slide-link {
  text-align: center;
  margin-top: 100px;

}

.featured-speakers-container .slide-link .btn.white:hover{
  background-color: #fff;
}



@media(max-width: 490px){
  .conference-schedule.team-content{
    width: 85%;
  }

  .conference-schedule .tab-content,
  .conference-schedule .event .time-information, .conference-schedule .event .content-information {
    padding-right: 10px;
    padding-left: 10px;
  }
}
