/* MYTHEMES TOPPER */
div.mythemes-topper {
  background-color: #1b1f23;
}
@media ( max-width: 1024px ) {
  div.mythemes-topper {
    padding: 15px 0px;
  }
}
div.mythemes-topper div.mythemes-header-antet,
div.mythemes-topper div.mythemes-header-menu {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.mythemes-topper div.mythemes-header-antet {
  padding: 15px;
}
div.mythemes-topper div.mythemes-header-antet div.overflow-wrapper {
  height: 70px;
}
@media ( max-width: 480px ) {
  div.mythemes-topper div.mythemes-header-antet div.overflow-wrapper {
    max-width: -webkit-calc( 100% - 65px );
    max-width: -moz-calc( 100% - 65px );
    max-width: -ms-calc( 100% - 65px );
    max-width: -o-calc( 100% - 65px );
    max-width: calc( 100% - 65px );
  }
}
div.mythemes-topper div.mythemes-header-antet div.overflow-wrapper div.valign-cell-wrapper div.valign-cell {
  padding: 0px;
}
div.mythemes-topper div.mythemes-header-antet div.overflow-wrapper img {
  max-width: 100%;
  max-height: 70px;
}
div.mythemes-topper div.mythemes-header-antet a.mythemes-logo {
  float: left;
  max-width: 100% !important;
}
div.mythemes-topper div.mythemes-header-antet a.mythemes-site-title {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 20px;
  margin: 0px;
}
div.mythemes-topper div.mythemes-header-antet a.mythemes-tagline {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 12px;
  margin-bottom: -5px;
}
div.mythemes-topper div.mythemes-header-antet a:hover {
  color: #ffffff;
}
@media ( min-width: 1025px ) {
  div.mythemes-topper div.mythemes-header-antet {
    width: 25%;
  }
  div.mythemes-topper div.mythemes-header-menu {
    width: 75%;
  }
}
@media ( max-width: 1024px ) {
  div.mythemes-topper div.mythemes-header-antet {
    width: 100%;
  }
  div.mythemes-topper div.mythemes-header-menu {
    width: 100%;
  }
}
div#tubular-container {
  z-index: -10 !important;
}
div#tubular-container iframe {
  left: 0px !important;
  top: 0px !important;
}
@media ( min-width: 1025px ) {
  div#tubular-container iframe {
    display: block;
  }
}
@media ( max-width: 1024px ) {
  div#tubular-container iframe {
    display: none;
  }
}
div#tubular-shield {
  z-index: -9 !important;
}
@media ( min-width: 1025px ) {
  div.mythemes-header.header-video div.mythemes-background-image,
  div.mythemes-header.header-video div.mythemes-parallax,
  div.mythemes-header.header-video div.scene-wrapper {
    display: none;
  }
}
@media ( max-width: 1024px ) {
  div.mythemes-header.header-video div.mythemes-background-image,
  div.mythemes-header.header-video div.mythemes-parallax,
  div.mythemes-header.header-video div.scene-wrapper {
    display: block;
  }
}
div.mythemes-header div.valign-cell-wrapper.mythemes-header-mask {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
div.mythemes-header.mythemes-header-btn div.valign-cell-wrapper.mythemes-header-mask .valign-cell {
  margin-top: -80px;
}
@media ( max-width: 1024px ) {
  div.mythemes-header.mythemes-header-btn div.valign-cell-wrapper.mythemes-header-mask .valign-cell {
    margin-top: 0px;
  }
}
div.mythemes-header span.header-title,
div.mythemes-header a.header-title {
  color: #ffffff;
}
@media ( min-width: 1200px ) {
  div.mythemes-header span.header-title,
  div.mythemes-header a.header-title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  div.mythemes-header span.header-title,
  div.mythemes-header a.header-title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  div.mythemes-header span.header-title,
  div.mythemes-header a.header-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media ( min-width: 481px ) and ( max-width: 767px ) {
  div.mythemes-header span.header-title,
  div.mythemes-header a.header-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media ( max-width: 480px ) {
  div.mythemes-header span.header-title,
  div.mythemes-header a.header-title {
    font-size: 26px;
    line-height: 32px;
  }
}
div.mythemes-header a.header-title,
div.mythemes-header span.header-title,
div.mythemes-header a.header-description,
div.mythemes-header span.header-description {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
@media ( max-width: 1024px ) {
  div.mythemes-header a.header-title,
  div.mythemes-header span.header-title,
  div.mythemes-header a.header-description,
  div.mythemes-header span.header-description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
div.mythemes-header a.header-description,
div.mythemes-header span.header-description {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 15px;
}
@media ( min-width: 1200px ) {
  div.mythemes-header a.header-description,
  div.mythemes-header span.header-description {
    font-size: 24px;
    line-height: 32px;
  }
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  div.mythemes-header a.header-description,
  div.mythemes-header span.header-description {
    font-size: 22px;
    line-height: 30px;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  div.mythemes-header a.header-description,
  div.mythemes-header span.header-description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media ( min-width: 481px ) and ( max-width: 767px ) {
  div.mythemes-header a.header-description,
  div.mythemes-header span.header-description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media ( max-width: 480px ) {
  div.mythemes-header a.header-description,
  div.mythemes-header span.header-description {
    font-size: 16px;
    line-height: 24px;
  }
}
div.mythemes-header a.header-description:hover,
div.mythemes-header span.header-description:hover {
  color: #ffffff;
}
div.mythemes-header div.header-button-wrapper {
  z-index: 1;
}
div.mythemes-header div.header-button-wrapper .cell-wrapper {
  width: 80%;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
div.mythemes-header div.header-button-wrapper .cell-wrapper.valign-cell {
  padding-top: 0px;
  padding-bottom: 40px;
}
@media ( max-width: 600px ) {
  div.mythemes-header div.header-button-wrapper .cell-wrapper.valign-cell {
    padding-bottom: 20px;
  }
}
div.mythemes-header div.header-button-wrapper .cell-wrapper a.btn.header-button {
  font-size: 14px;
  line-height: 14px;
  padding: 16px 40px;
  margin: 0px 5px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
div.mythemes-header div.header-button-wrapper .cell-wrapper a.btn.header-button.first-btn {
  background-color: #26ad60;
  color: rgba(255, 255, 255, 0.8);
}
div.mythemes-header div.header-button-wrapper .cell-wrapper a.btn.header-button.first-btn:hover {
  background-color: #00aeef;
  color: #ffffff;
}
div.mythemes-header div.header-button-wrapper .cell-wrapper a.btn.header-button.second-btn {
  background-color: #636363;
  color: rgba(255, 255, 255, 0.8);
}
div.mythemes-header div.header-button-wrapper .cell-wrapper a.btn.header-button.second-btn:hover {
  background-color: #424242;
  color: #ffffff;
}
@media ( max-width: 600px ) {
  div.mythemes-header div.header-button-wrapper .cell-wrapper a.btn.header-button {
    display: block;
    margin: 10px 0px;
  }
}
@media ( max-width: 1024px ) {
  div.mythemes-header div.header-button-wrapper .cell-wrapper {
    padding-bottom: 0px;
  }
}
@media ( max-width: 1024px ) {
  div.mythemes-header div.header-button-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
