/**
	Sass Variables
*/
/**
	Prevent User Selection
*/
* {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none; }

html, button, input, select, textarea {
  -webkit-user-select: text; }

/**
	Page Definitions, with transition for pageslider
*/
html, body {
  width: 1024px;
  height: 748px; }

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

table.styled {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #175B9F;
  border-right: 1px solid #175B9F;
  border-left: 1px solid #175B9F; }
  table.styled th {
    background: #175B9F;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 6px; }
  table.styled td {
    padding: 6px;
    background-color: #FFF;
    border-top: 1px dotted #175B9F;
    text-align: left; }
  table.styled td:first-child {
    font-weight: 400; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.center-vertical-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.center-vertical-parent-70 {
  height: 75px; }

.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0 !important; }

/**
	Page Definitions, with transition for pageslider
*/
#stage {
  position: absolute;
  overflow: hidden;
  width: 1024px;
  height: 748px;
  background-color: #FFF;
  padding: 0;
  margin: 0; }

#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 768px;
  background-color: #FFF;
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 1; }

#preloader {
  position: absolute;
  left: -9999px;
  top: -9999px; }
  #preloader img {
    display: block; }

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 748px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.page-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.page-center {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.page-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.transition {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s; }

.navlink {
  position: relative;
  display: block; }

.navlink-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0; }

@keyframes btrans {
  0% {
    opacity: 0.5; }

  100% {
    opacity: 0; } }

@-webkit-keyframes btrans {
  0% {
    opacity: 0.5; }

  100% {
    opacity: 0; } }

.navlink-overlay-active {
  animation: btrans 0.5s 1;
  -webkit-animation: btrans 0.5s 1; }

/**
	For all 1
*/
p, h1, h2, h3 {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

video {
  width: 1024px;
  height: 576px;
  z-index: 10;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0); }

progress {
  color: #CCC;
  width: 600px;
  height: 20px;
  border: 1px solid #CCC;
  background: #fff; }

progress::-webkit-progress-bar {
  background: #fff; }

progress::-webkit-progress-value {
  background: #CCC; }

/**
	For all 2
*/
.backbutton {
  display: block;
  height: 49px;
  /* 60px - padding-top */
  padding-top: 11px;
  padding-left: 57px;
  font-family: 'KlinicSlab';
  font-weight: 600;
  font-size: 30px;
  color: #FFF; }

.backbutton-svg {
  background: url(images/backbutton.svg) no-repeat top left;
  background-size: contain; }

.homebutton {
  background: url(images/homebutton.jpg) no-repeat top left;
  display: block;
  height: 60px;
  width: 60px;
  margin-left: -8px; }

.header-category {
  padding-top: 10px;
  padding-left: 13px; }

.font-big {
  font-weight: 400;
  font-size: 24px; }

.font-small {
  margin-left: 10px;
  font-weight: 200;
  font-size: 16px; }

.img-line-top {
  position: absolute;
  top: 2px;
  left: 0; }

.img-line-bottom {
  position: absolute;
  bottom: 2px;
  left: 0; }

.button-font-big {
  font-family: 'KlinicSlab';
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: block;
  padding: 12px 0 0 10px; }

.button-font-small {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 5px 0 23px 10px; }

.button-font-normal {
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 5px 0 23px 10px; }

.button-font-nopadding {
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  display: block; }

.btn {
  border: 1px solid #CCC;
  padding: 4px 8px;
  background-color: #175B9F;
  color: #FFF;
  font-weight: 400; }

/**
	Select
*/
.styled-select {
  margin: 0 2px 0 0;
  width: 277px;
  height: 50px;
  padding-top: 10px;
  padding-left: 13px;
  background: url(images/button-select.svg) no-repeat right top #DDD;
  position: relative; }

.styled-select-empty {
  width: 290px;
  height: 60px;
  background-color: #DDD; }

.heapBox {
  clear: both;
  display: inline-block;
  line-height: 35px;
  position: absolute;
  top: 33px;
  left: 634px; }

.heapBox * {
  margin: 0;
  padding: 0;
  outline: none; }

.heapBox a {
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  border-top: 2px solid #FFF; }

.heapBox .heap {
  display: none;
  position: absolute;
  list-style-type: none;
  left: 0;
  width: 290px;
  top: 37px;
  overflow: hidden; }
  .heapBox .heap .heapOptions {
    display: block;
    overflow: hidden;
    position: relative; }
  .heapBox .heap.big {
    width: 580px;
    left: -290px; }
    .heapBox .heap.big .heapOptions {
      border-right: 1px solid #FFF;
      float: left;
      width: 289px; }
      .heapBox .heap.big .heapOptions > .heapOption > a {
        border-right: 1px solid #FFF; }

.heapBox .heap .heapOptions .heapOption {
  z-index: 20;
  position: relative;
  display: block; }

.heapBox .heap .heapOptions .heapOption a {
  height: 45px;
  line-height: 44px;
  width: 100%;
  display: block;
  background: #999;
  text-indent: 20px; }

.searchCategory {
  text-transform: capitalize; }

.search-filtercategory-link {
  display: block;
  padding: 46px 0 46px 0;
  margin: 20px 20px 0 0;
  border: 1px solid #CCC;
  float: left;
  width: 445px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  font-weight: 400; }

.search-filtercategory-reset {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  display: block;
  padding-top: 115px;
  color: #FFF !important; }

/**
	Modal > Home
*/
/*  BLOCK */
.block {
  margin-top: 10px;
  display: block;
  background-color: #F1F1F1; }

.block:first-child {
  margin-top: 0; }

/**
	Home Definitions
*/
.home {
  padding: 10px; }

.home-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
  display: block;
  height: 80px; }
  .home-nav > .button-font-big {
    padding: 8px 0 0 10px; }

.home-left_1 {
  height: 314px;
  position: relative; }

.home-left_1 .home-nav {
  background: url(images/button-white-line.svg) no-repeat left bottom;
  color: #FFF; }

.home-left_2 {
  height: 314px;
  position: relative; }

.home-left_2 .home-nav {
  background: url(images/button-white-line.svg) no-repeat left bottom;
  color: #FFF; }

.home-left_3 {
  height: 80px;
  position: relative; }

.home-left_3 .home-nav {
  background: url(images/button-white-line.svg) no-repeat left bottom;
  color: #FFF; }

.home-right_1 {
  height: 314px;
  position: relative; }

.home-right_1 .home-nav {
  background: url(images/button-white-line.svg) no-repeat left bottom;
  color: #FFF; }

.home-right_2 {
  height: 314px;
  position: relative; }

.home-right_2 .home-nav {
  background: url(images/button-white-line.svg) no-repeat left bottom;
  color: #FFF; }

.home-right_3 {
  height: 80px;
  position: relative; }

.home-right_3 .home-nav {
  background: url(images/button-white-line.svg) no-repeat left bottom;
  color: #FFF; }

.home-logo {
  padding: 0; }

.home-info-block {
  background-color: #F06A00;
  height: 229px;
  font-family: 'KlinicSlab';
  font-weight: 600;
  line-height: 1.3em;
  font-size: 25px;
  color: #FFF; }

.home-preferences {
  margin-top: 10px;
  height: 80px;
  overflow: hidden;
  background: url(images/button-white-line-small.svg) no-repeat right top;
  padding: 0; }
  .home-preferences a {
    padding: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
    height: 70px;
    width: 264px;
    color: #000; }

.home-preferences:last-child {
  background: url(images/button-white-line-small.svg) no-repeat right -4px; }
  .home-preferences:last-child a {
    padding: 13px 0 0 0; }

/**
	Category Definitions
*/
.category-block {
  display: block;
  background-color: #F0F;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 497px;
  height: 325px;
  float: left; }

.category-block:first-child {
  margin-left: 0; }

.category-block:nth-child(3) {
  margin-left: 0; }

.category-block-wrap {
  position: relative;
  width: 497px;
  height: 325px; }

.category-block-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 497px;
  color: #000;
  background: url(images/button-white.svg) no-repeat right center;
  background-size: 60px 60px; }

/**
	Subcategory Definitions
*/
.subcategory-wrap {
  background-color: #F5F5F5;
  position: relative;
  padding: 0;
  width: 1004px;
  height: 658px;
  overflow: hidden; }

.subcategory-left {
  left: 0;
  top: 285px;
  background: url(images/left.svg) no-repeat top left;
  background-size: contain; }

.subcategory-right {
  right: 0;
  top: 285px;
  background: url(images/right.svg) no-repeat top left;
  background-size: contain; }

.subcategory-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #000;
  color: #FFF;
  transition: 0.5s; }

.subcategory-button-inactive {
  opacity: 0; }

.subcategory-slider {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 30000px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.subcategory-slider li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 1004px;
  height: 658px;
  float: left; }

.subcategory-slider-inner {
  width: 1004px;
  height: 600px; }

.subcategory-inner {
  position: relative;
  margin-top: 30px;
  margin-left: 102px;
  width: 800px;
  height: 600px; }

.subcategory-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  height: 150px; }
  .subcategory-caption > .button-font-big {
    padding: 0 0 0 10px;
    margin-top: -5px;
    width: 560px;
    font: 24px "Open Sans", helvetica, arial, sans-serif;
    font-weight: 200; }

.subcategory-image-inner {
  position: relative;
  width: 1004px;
  height: 658px; }

.subcategory-image-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1004px;
  color: #000; }

.subcategory-action-button {
  position: absolute;
  bottom: 48px;
  right: 10px;
  width: 160px;
  margin: 0;
  height: 60px;
  background-repeat: no-repeat; }

/**
	Detail Definitions
*/
.detail-block {
  border-top: 1px solid #CCC;
  padding: 10px; }

.detail-block-video {
  padding: 0;
  border: none;
  margin-top: -5px;
  height: 92px; }

.detail-video {
  padding: 10px 0 0 0; }

.detail-video .span_1_of_1 {
  width: 1024px;
  background-color: #FFF; }

.detail-text-scroller {
  overflow: hidden;
  position: absolute;
  top: 80px;
  bottom: 10px;
  left: 10px;
  right: 8px;
  padding-right: 20px; }
  .detail-text-scroller h1 {
    font-sizfe: 42px; }
  .detail-text-scroller p {
    margin-bottom: 20px;
    font-size: 20px; }

.detail-text-scroller-inner {
  min-height: 600px; }

.image-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.detail-text-wrapper-up-down {
  position: absolute;
  bottom: 0;
  right: 43%;
  padding: 10px;
  background-color: #FFF; }

.navDown {
  margin-left: 10px;
  background: url(images/down.svg) no-repeat top center;
  background-size: contain; }

.navUp {
  background: url(images/up.svg) no-repeat top center;
  background-size: contain; }

.detail-text-nav {
  padding: 10px 20px 10px 20px;
  background-color: #666;
  cursor: pointer;
  display: block;
  float: left;
  width: 20px;
  height: 20px; }

.disabled {
  background-color: #EEE; }

/**
	Search Definitions
*/
.search-resultbox {
  width: 482px;
  height: 272px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 1px dotted #000;
  float: left;
  background-size: cover; }
  .search-resultbox a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000; }
    .search-resultbox a strong {
      display: block;
      padding: 10px;
      width: 221px;
      min-height: 20px;
      background-color: rgba(255, 255, 255, 0.75); }

.search-resultbox-nothing-found {
  font-weight: 400; }

.search-scroll-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 100px;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.search-scroll-options {
  padding: 10px 0 10px 0;
  display: none; }

.topcoat-select {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  user-select: none;
  cursor: pointer;
  appearance: button;
  text-indent: 0.01px;
  text-overflow: '';
  padding: 0 10px 0 10px;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  width: 494px;
  margin-right: 10px;
  color: #000;
  border-radius: 10px;
  background-color: #EEE;
  border: 1px solid #999;
  background-image: url('images/dropdown.svg');
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center right;
  min-width: 3.4rem;
  -moz-appearance: none;
  -webkit-appearance: none; }

.search-input {
  width: 45%;
  border-radius: 10px;
  margin-left: 10px; }
  .search-input.search-locations {
    width: 95%;
    margin-left: 0px;
    margin-top: 5px; }

/**
	Search Preferences
*/
.preferences-wrap {
  background-color: #F5F5F5;
  position: relative;
  padding: 0;
  width: 1004px;
  height: 658px;
  overflow: hidden; }

.preferences-inner {
  padding: 10px; }

.preferences-box-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 80px;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.preferences-box {
  border-bottom: 1px dotted #000;
  padding: 30px; }

.preferences-box:nth-of-type(even) {
  background-color: #F1F1F1; }

.preferences-box-inner p, .preferences-box-inner-border p {
  margin-top: 10px;
  margin-bottom: 5px; }

.preferences-box-inner-border {
  border-top: 1px dotted #000; }

.preferences-box-col-1, .preferences-box-col-2, .preferences-box-col-3 {
  display: block;
  float: left; }

.preferences-box-col-1 {
  margin-right: 1%;
  padding-right: 1%; }
  .preferences-box-col-1.dates {
    width: 48%; }
  .preferences-box-col-1.links {
    width: 18%; }
  .preferences-box-col-1.locations {
    width: 18%; }

.preferences-box-col-2 {
  margin-left: 1%;
  padding-left: 1%; }
  .preferences-box-col-2.dates {
    width: 48%; }
  .preferences-box-col-2.links {
    width: 78%; }
  .preferences-box-col-2.locations {
    width: 78%; }

.preferences-box-col-3 {
  width: 100%; }

.preferences-badge {
  padding: 5px;
  background-color: #175B9F;
  color: #FFF;
  margin-left: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0.65em;
  position: relative;
  top: -3px;
  text-transform: uppercase; }

.logoimage {
  width: 175px;
  height: 175px; }
  .logoimage img {
    max-width: 100%; }

/**
	ScrollBar from iScroll
*/
.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 10px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  overflow: hidden; }

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px; }

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 10px;
  bottom: 0px;
  top: 0px;
  right: 2px;
  overflow: hidden;
  background-color: #666; }

.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px; }

.iScrollIndicator {
  position: absolute;
  background: #CCC; }

.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%; }

.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%; }

/**
	Textviews
*/
.textview-page {
  width: 1004px;
  height: 658px;
  overflow: hidden; }
  .textview-page p {
    font-weight: 500; }
  .textview-page p.last {
    margin-bottom: 0; }
  .textview-page .m-top {
    margin-top: 10px; }
  .textview-page .m-left {
    margin-left: 10px; }
  .textview-page .m-right {
    margin-right: 10px; }

.textview-page--inner {
  padding: 40px; }
