#goto-sides .side:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

#main {
  padding-bottom: 90px;
}

/*
	goto-heading
*/
#goto-heading .heading-outer {
  height: 597px;
}

@media (max-width: 767px) {
  #goto-heading .heading-outer {
    height: 320px;
  }
}
/*
	goto-thepage
*/
#goto-thepage .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1600px;
}

/*
	goto-sides
*/
#goto-sides {
  padding-top: 40px;
}

#goto-sides .sides {
  margin: 0 auto;
  max-width: 1600px;
}
#goto-sides .side {
  margin-bottom: 70px;
}
#goto-sides .side-image {
  background: #333 url(../../images/svg/ajax-loading.svg.php) no-repeat center center;
  background-size: 120px auto;
  height: 414px;
  width: 50%;
  position: relative;
  overflow: hidden;
}
#goto-sides .side-image a {
  display: block;
}
#goto-sides .side-image a:after {
  position: absolute;
  top: 50%;
  margin-top: -54px;
}
#goto-sides .side-image a:after {
  background: url(../../images/svg/banner-play.svg.php) no-repeat center center;
  background-size: 100% auto;
  border-radius: 50%;
  content: "";
  display: block;
  height: 108px;
  width: 108px;
}
#goto-sides .side-image a:hover:after {
  background-color: #1DC2FF;
}
#goto-sides .side-image img {
  display: block;
  opacity: 0;
  height: auto;
  width: 100%;
}
#goto-sides .side-container {
  display: table;
  height: 414px;
  width: 50%;
}
#goto-sides .side-outer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
#goto-sides .side-inner {
  max-width: 532px;
}
#goto-sides .side-title {
  color: #092F57;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 37px;
  line-height: 1.2333333333;
  margin: 0;
}
#goto-sides .side-content {
  padding-top: 22px;
}
#goto-sides .side-cta {
  padding-top: 22px;
}
#goto-sides .side-trigger {
  padding-top: 22px;
}
#goto-sides .side-lightbox {
  padding-top: 22px;
  display: none;
}
#goto-sides .side:nth-child(odd) .side-image {
  float: left;
}
#goto-sides .side:nth-child(odd) .side-image a:after {
  right: 70px;
}
#goto-sides .side:nth-child(odd) .side-container {
  float: right;
}
#goto-sides .side:nth-child(odd) .side-outer {
  padding-left: 82px;
}
#goto-sides .side:nth-child(odd) .side-inner {
  margin-right: auto;
}
#goto-sides .side:nth-child(even) .side-image {
  float: right;
}
#goto-sides .side:nth-child(even) .side-image a:after {
  left: 70px;
}
#goto-sides .side:nth-child(even) .side-container {
  float: left;
}
#goto-sides .side:nth-child(even) .side-outer {
  padding-right: 72px;
}
#goto-sides .side:nth-child(even) .side-inner {
  margin-left: auto;
}
#goto-sides .slides {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
}
#goto-sides .slide {
  width: 100%;
}
#goto-sides .slide-inner {
  padding: 10px;
}

.nojs #goto-sides .side-trigger {
  display: none;
}
.nojs #goto-sides .side-lightbox {
  display: block;
}

.fancybox-container .side-lightbox {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  #goto-sides .side {
    margin: 0;
  }
  #goto-sides .side-image {
    height: auto;
    width: auto;
  }
  #goto-sides .side-container {
    display: block;
    height: auto;
    width: auto;
  }
  #goto-sides .side-outer {
    display: block;
    padding: 0;
  }
  #goto-sides .side-inner {
    max-width: none;
    padding: 20px 10px;
  }
  #goto-sides .side:nth-child(odd) .side-image,
  #goto-sides .side:nth-child(even) .side-image {
    float: none;
  }
  #goto-sides .side:nth-child(odd) .side-container,
  #goto-sides .side:nth-child(even) .side-container {
    float: none;
  }
  #goto-sides .side:nth-child(odd) .side-outer,
  #goto-sides .side:nth-child(even) .side-outer {
    padding: 0;
  }
  #goto-sides .side:nth-child(odd) .side-inner,
  #goto-sides .side:nth-child(even) .side-inner {
    margin-right: auto;
  }
}
/*
	goto-after
*/
#goto-after .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1600px;
}
/*# sourceMappingURL=tpl-page-sbs.min.css.map */