.is-builder .animated {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
html {
  position: relative;
  min-height: 100%;
}
.tt-embedded-video {
  position: relative;
}
.tt-background-video,
.tt-background-video-preview {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.tt-parallax-background,
.tt-background {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.tt-hidden-scrollbar .tt-parallax-background {
  background-size: auto 130%;
}
.mobile .tt-parallax-background {
  background-attachment: scroll !important;
}
.tt-background {
  background-attachment: scroll !important;
}
.tt-navbar {
  position: relative;
  width: 100%;
}
.tt-navbar:before {
  content: "";
  display: block;
}
.tt-navbar__brand-link:after,
.tt-navbar__brand-img {
  max-height: 74px;
}
.tt-navbar:before,
.tt-navbar__container {
  height: 98px;
}
.tt-navbar--ss .tt-navbar__brand-link:after,
.tt-navbar--ss .tt-navbar__brand-img {
  height: 74px;
}
.tt-navbar--ss:before,
.tt-navbar--ss .tt-navbar__container {
  height: 98px;
}
.tt-navbar--xs .tt-navbar__brand-link:after,
.tt-navbar--xs .tt-navbar__brand-img {
  height: 32px;
}
.tt-navbar--xs:before,
.tt-navbar--xs .tt-navbar__container {
  height: 56px;
}
.tt-navbar--s .tt-navbar__brand-link:after,
.tt-navbar--s .tt-navbar__brand-img {
  height: 48px;
}
.tt-navbar--s:before,
.tt-navbar--s .tt-navbar__container {
  height: 72px;
}
.tt-navbar--m .tt-navbar__brand-link:after,
.tt-navbar--m .tt-navbar__brand-img {
  height: 64px;
}
.tt-navbar--m:before,
.tt-navbar--m .tt-navbar__container {
  height: 88px;
}
.tt-navbar--l .tt-navbar__brand-link:after,
.tt-navbar--l .tt-navbar__brand-img {
  height: 96px;
}
.tt-navbar--l:before,
.tt-navbar--l .tt-navbar__container {
  height: 120px;
}
.tt-navbar--xl .tt-navbar__brand-link:after,
.tt-navbar--xl .tt-navbar__brand-img {
  height: 128px;
}
.tt-navbar--xl:before,
.tt-navbar--xl .tt-navbar__container {
  height: 152px;
}
.tt-navbar--short .tt-navbar__brand-link:after,
.tt-navbar--short .tt-navbar__brand-img {
  height: 40px;
}
.tt-navbar--short .tt-brand__logo .tt-iconfont{
  font-size: 40px;
}
.tt-navbar--short:before,
.tt-navbar--short .tt-navbar__container {
  height: 64px;
}
.tt-navbar--short .tt-navbar__container {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .tt-navbar--short .tt-navbar__brand-link:after,
  .tt-navbar--short .tt-navbar__brand-img {
    height: 31px;
  }
  .tt-navbar--short:before,
  .tt-navbar--short .tt-navbar__container {
    height: 45px;
  }
  .tt-navbar--short .tt-navbar__container {
    padding: 7px 0;
  }
}
.tt-navbar__brand-img {
  position: relative;
}
.tt-navbar__brand-img,
.tt-navbar__container,
.tt-navbar__section {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.tt-navbar__section {
  background: #2c2c2c;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.tt-navbar__container {
  display: table;
  padding: 12px 0;
  width: 100%;
}
.tt-navbar__menu-box {
  display: table;
  width: 100%;
}
.tt-navbar__menu-box--inline-left,
.tt-navbar__menu-box--inline-center,
.tt-navbar__menu-box--inline-right {
  display: block;
  text-align: left;
}
.tt-navbar__menu-box--inline-center {
  text-align: center;
}
.tt-navbar__menu-box--inline-right {
  text-align: right;
}
.tt-navbar__column {
  display: table-cell;
  vertical-align: middle;
}
.tt-navbar__column--xxs {
  width: 1%;
}
.tt-navbar__column--xs {
  width: 10%;
}
.tt-navbar__column--s {
  width: 20%;
}
.tt-navbar__column--m {
  width: 30%;
}
.tt-navbar__column--l {
  width: 40%;
}
.tt-navbar__column--xl {
  width: 50%;
}
.tt-navbar__menu-box--inline-left .tt-navbar__column,
.tt-navbar__menu-box--inline-center .tt-navbar__column,
.tt-navbar__menu-box--inline-right .tt-navbar__column {
  display: inline-block;
}
.tt-navbar__items {
  float: left;
  padding-left: 0px;
  position: relative;
  left: -20px;
}
.tt-navbar__items--right {
  float: right;
  left: 0;
}
.float-left {
  float: left;
}
.tt-navbar__item {
  display: block;
  float: left;
  position: relative;
}
.tt-navbar__hamburger {
  display: none;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10000;
}
.tt-navbar--collapsed .tt-navbar__container {
  position: relative;
}
.tt-navbar--collapsed .tt-navbar__column {
  display: block;
  width: 100%;
}
.tt-navbar--collapsed .tt-navbar__items--right {
  padding-top: 13px;
}
.tt-navbar--collapsed .tt-navbar__menu {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.tt-navbar--collapsed .tt-navbar__menu-box {
  display: table-cell;
  vertical-align: middle;
}
.tt-navbar--collapsed .tt-navbar__items {
  float: none;
}
.tt-navbar--collapsed .tt-navbar__item {
  float: none;
}
.tt-navbar--collapsed .tt-navbar__hamburger {
  display: block;
}
.tt-navbar--collapsed.tt-navbar--open .tt-navbar__menu {
  display: table;
}
.tt-navbar--collapsed.tt-navbar--open:not(.tt-navbar--sticky) .tt-navbar__section {
  background: none;
  position: fixed;
}
.tt-navbar--collapsed.tt-navbar--open .tt-navbar__brand {
  visibility: hidden;
}
.tt-navbar--collapsed.tt-navbar--sticky.tt-navbar--open .tt-navbar__brand {
  visibility: visible;
}
.tt-navbar--collapsed.tt-navbar--open .tt-navbar__brand-img,
.tt-navbar--collapsed.tt-navbar--open .tt-navbar__container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tt-navbar--freeze.tt-navbar--collapsed.tt-navbar--open .tt-navbar__hamburger,
.tt-navbar--freeze.tt-navbar--collapsed.tt-navbar--open .tt-navbar__hamburger:hover {
  color: #fff !important;
}
.tt-navbar--sticky .tt-navbar__section {
  position: fixed;
}
.tt-navbar--absolute {
  position: absolute;
}
/* fix for popup menu conflict */
@media (max-width: 480px) {
  .tt-navbar--absolute.tt-navbar[id^=menu-] {
    position: absolute;
  }
}
.tt-navbar--transparent .tt-navbar__section {
  background: none;
}
.tt-navbar--stuck .tt-navbar__section,
.tt-navbar--relative .tt-navbar__section {
  background: #2c2c2c;
}
@media (max-width: 991px) {
  .tt-navbar--auto-collapse .tt-navbar__container {
    position: relative;
  }
  .tt-navbar--auto-collapse .tt-navbar__column {
    display: block;
    width: 100%;
  }
  .tt-navbar__column {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y:auto;
  }
  .tt-navbar__column::-webkit-scrollbar {
    display:none;
  }
  .tt-navbar--auto-collapse .tt-navbar__items--right {
    padding-top: 13px;
  }
  .tt-navbar--auto-collapse .tt-navbar__menu {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .tt-navbar--auto-collapse .tt-navbar__menu-box {
    display: table-cell;
    vertical-align: middle;
  }
  .tt-navbar--auto-collapse .tt-navbar__items {
    float: none;
  }
  .tt-navbar--auto-collapse .tt-navbar__item {
    float: none;
  }
  .tt-navbar--auto-collapse .tt-navbar__hamburger {
    display: block;
  }
  .tt-navbar--auto-collapse.tt-navbar--open .tt-navbar__menu {
    display: table;
  }
  .tt-navbar--auto-collapse.tt-navbar--open:not(.tt-navbar--sticky) .tt-navbar__section {
    background: none;
    position: fixed;
  }
  .tt-navbar--auto-collapse.tt-navbar--open .tt-navbar__brand {
    visibility: hidden;
  }
  .tt-navbar--auto-collapse.tt-navbar--sticky.tt-navbar--open .tt-navbar__brand {
    visibility: visible;
  }
  .tt-navbar--auto-collapse.tt-navbar--open .tt-navbar__brand-img,
  .tt-navbar--auto-collapse.tt-navbar--open .tt-navbar__container {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.tt-after-navbar:before {
  content: "";
  display: block;
  height: 98px;
}
.tt-hamburger {
  cursor: pointer;
  height: 23px;
  width: 30px;
}
.tt-hamburger:focus {
  outline: none;
}
.tt-hamburger__line,
.tt-hamburger__line:before,
.tt-hamburger__line:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  cursor: pointer;
}
.tt-hamburger__line,
.tt-hamburger__line:before,
.tt-hamburger__line:after {
  width: 30px;
  border-bottom: 5px solid;
  top: 9px;
}
.tt-hamburger__line:before {
  top: -9px;
}
.tt-hamburger__line:after {
  top: 9px;
}
.tt-hamburger__line,
.tt-hamburger__line:before,
.tt-hamburger__line:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tt-hamburger--open .tt-hamburger__line {
  border-color: transparent;
}
.tt-hamburger--open .tt-hamburger__line:before,
.tt-hamburger--open .tt-hamburger__line:after {
  top: 0;
}
.tt-hamburger--open .tt-hamburger__line:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tt-hamburger--open .tt-hamburger__line:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
@media (max-width: 767px) {
  .tt-hamburger {
    height: 23px;
    width: 27px;
  }
  .tt-hamburger__line,
  .tt-hamburger__line:before,
  .tt-hamburger__line:after {
    width: 27px;
    border-bottom: 4px solid;
    top: 9px;
  }
  .tt-hamburger__line:before {
    top: -9px;
  }
  .tt-hamburger__line:after {
    top: 9px;
  }
}
.tt-brand {
  display: block;
  float: left;
  position: relative;
}
.tt-brand,
.tt-brand:hover {
  text-decoration: none;
}
.tt-brand__name {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
.tt-brand__name,
.tt-brand__name:hover {
  text-decoration: none;
}
.tt-brand--inline {
  display: table;
}
.tt-brand--inline:after {
  content: "";
  display: table-cell;
  width: 1px;
}
.tt-brand--inline .tt-brand__logo,
.tt-brand--inline .tt-brand__name {
  display: table-cell;
  vertical-align: middle;
}
.tt-brand--inline .tt-brand__logo {
  padding-right: 10px;
}
.tt-brand--inline .tt-brand__name {
  margin: 0;
  text-align: left;
}
.tt-form {
  display: table;
  margin-top: -13px;
  position: relative;
  top: 14px;
  width: 100%;
}
.tt-form__left,
.tt-form__right {
  display: table-cell;
  vertical-align: top;
}
.tt-form__left {
  padding-right: 3px;
}
.tt-form__right {
  width: 1px;
}
@media (max-width: 530px) {
  .tt-form {
    display: block;
    margin-top: -27px;
    position: relative;
    top: 26px;
  }
  .tt-form__left,
  .tt-form__right {
    display: block;
  }
  .tt-form__left {
    margin-bottom: 12px;
    padding-right: 0;
  }
  .tt-form__right {
    width: 100%;
  }
}
.tt-section {
  padding: 0 20px;
}
.tt-section--no-padding {
  padding: 0;
}
.tt-section--relative {
  position: relative;
}
.tt-section--fixed-size {
  overflow: hidden;
}
.tt-section--full-height {
  height: 100vh;
}
.tt-section--full-height.tt-after-navbar:before {
  display: none;
}
.tt-section--bg-adapted {
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.tt-section--gray {
  background-color: #444444;
}
.tt-section--light-gray {
  background-color: #f0f0f0;
}
.tt-section--dark-gray {
  background-color: #3c3c3c;
}
.tt-section__container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.tt-section__container--center {
  text-align: center;
}
.tt-section__container--std-padding {
  padding: 93px 0;
}
.tt-section__container--std-top-padding {
  padding-top: 93px;
}
.tt-section__container--std-bot-padding {
  padding-bottom: 93px;
}
.tt-section__container--sm-padding {
  padding: 41px 0;
}
.tt-section__container--sm-top-padding {
  padding-top: 41px;
}
.tt-section__container--sm-bot-padding {
  padding-bottom: 41px;
}
.tt-section__container--isolated {
  padding-bottom: 93px;
  padding-top: 93px;
}
.tt-section__container--first {
  padding-top: 93px;
  padding-bottom: 41px;
}
.tt-section__container--middle {
  padding-bottom: 41px;
}
.tt-section__container--last {
  padding-bottom: 93px;
}
.tt-section__row {
  margin-left: -24px;
  margin-right: -24px;
}
.tt-section__col {
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}
.tt-section__left {
  padding-right: 40px;
}
.tt-section__right {
  padding-left: 15px;
}
.tt-section__header {
  line-height: 1.5em;
  margin: -10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tt-section--short-paddings .tt-section__container--std-padding {
    padding: 59px 0;
  }
  .tt-section--short-paddings .tt-section__container--std-top-padding {
    padding-top: 59px;
  }
  .tt-section--short-paddings .tt-section__container--std-bot-padding {
    padding-bottom: 59px;
  }
  .tt-section--short-paddings .tt-section__container--sm-padding {
    padding: 41px 0;
  }
  .tt-section--short-paddings .tt-section__container--sm-top-padding {
    padding-top: 41px;
  }
  .tt-section--short-paddings .tt-section__container--sm-bot-padding {
    padding-bottom: 41px;
  }
  .tt-section--short-paddings .tt-section__container--isolated {
    padding-bottom: 59px;
    padding-top: 59px;
  }
  .tt-section--short-paddings .tt-section__container--first {
    padding-top: 59px;
    padding-bottom: 41px;
  }
  .tt-section--short-paddings .tt-section__container--middle {
    padding-bottom: 41px;
  }
  .tt-section--short-paddings .tt-section__container--last {
    padding-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .tt-section__left {
    padding-right: 15px;
  }
  .tt-section__right {
    padding-left: 15px;
    padding-top: 51px;
  }
}
.tt-arrow {
  bottom: 71px;
  left: 0;
  line-height: 1px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.tt-arrow__link {
  display: inline-block;
  font-size: 26px;
}
.tt-arrow__link,
.tt-arrow__link:hover,
.tt-arrow__link:focus {
  color: #fff;
}
.tt-arrow--floating .tt-arrow__link {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.tt-arrow--dark .tt-arrow__link,
.tt-arrow--dark .tt-arrow__link:hover,
.tt-arrow--dark .tt-arrow__link:focus {
  color: #252525;
}
@media (max-width: 767px) {
  .tt-arrow {
    bottom: 41px;
  }
}
@media (max-width: 320px) {
  .tt-arrow {
    bottom: 21px;
    text-align: center;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .tt-arrow {
    bottom: 31px;
  }
}
.tt-box {
  display: table;
  width: 100%;
}
.tt-box--fixed {
  table-layout: fixed;
}
.tt-box--stretched {
  height: 100%;
}
.tt-box__magnet {
  display: table-cell;
  float: none;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
}
.tt-box__magnet--sm-padding {
  padding: 41px 0;
}
.tt-box__magnet--top-left,
.tt-box__magnet--top-center,
.tt-box__magnet--top-right {
  vertical-align: top;
}
.tt-box__magnet--bottom-left,
.tt-box__magnet--bottom-center,
.tt-box__magnet--bottom-right {
  vertical-align: bottom;
}
.tt-box__magnet--top-left,
.tt-box__magnet--center-left,
.tt-box__magnet--bottom-left {
  text-align: left;
}
.tt-box__magnet--top-right,
.tt-box__magnet--center-right,
.tt-box__magnet--bottom-right {
  text-align: right;
}
.tt-box__container {
  height: 50%;
}
@media (max-width: 767px) {
  .tt-box__container {
    height: 100%;
  }
  .tt-box--adapted {
    display: block;
  }
  .tt-box--adapted > .tt-box__magnet {
    display: block;
    height: auto;
  }
}
.tt-overlay {
  background: #222;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.tt-google-map__marker {
  color: #252525;
  display: none;
  margin: 0;
}
.tt-google-map--loaded .tt-google-map__marker {
  display: block;
}
.tt-hero {
  color: #fff;
  position: relative;
}
.tt-hero__text {
  font-size: 46px;
  font-weight: bold;
  left: -2px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: -18px 0 1px 0;
  padding-bottom: 41px;
  position: relative;
  top: 8px;
}
.tt-hero__subtext {
  font-size: 21px;
  line-height: 29px;
  margin: -32px 0 3px 0;
  padding: 0 0 41px 0;
  position: relative;
  top: 6px;
}
.tt-figure {
  display: inline-block;
  /*line-height: 1px;*/
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.tt-figure--no-bg {
  background: none;
}
.tt-figure--full-width {
  display: block;
  width: 100%;
}
.tt-figure.tt-after-navbar:before {
  display: none;
}
.tt-figure--full-width iframe,
.tt-figure--full-width .tt-figure__img,
.tt-figure--full-width .tt-figure__map {
  width: 100%;
}
.tt-figure iframe,
.tt-figure__img,
.tt-figure__map {
  max-width: 100%;
}
@-webkit-keyframes mapCircleLoading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes mapCircleLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.tt-figure__map {
  height: 400px;
  position: relative;
}
.tt-figure__map--short {
  height: 300px;
}
.tt-figure__map iframe {
  height: 100%;
  width: 100%;
}
.tt-figure__map [data-state-details] {
  color: #6b6763;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.tt-figure__map[data-state] {
  background: #e9e5dc;
}
.tt-figure__map[data-state="loading"] [data-state-details] {
  display: none;
}
.tt-figure__map[data-state="loading"]::after {
  content: "";
  -webkit-animation: mapCircleLoading .6s infinite linear;
  animation: mapCircleLoading .6s infinite linear;
  border-radius: 50%;
  border: 6px rgba(255, 255, 255, 0.35) solid;
  border-top-color: #fff;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.tt-figure__caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 17px;
  left: 0;
  line-height: 1.3em;
  min-height: 53px;
  padding: 17px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.tt-figure__caption--no-padding {
  padding: 17px 0;
}
.tt-figure--wysiwyg .tt-figure__caption a,
.tt-figure--wysiwyg .tt-figure__caption a:hover {
  color: inherit;
  text-decoration: underline;
}
.tt-figure--caption-inside-top .tt-figure__caption {
  bottom: auto;
  top: 0;
}
.tt-figure--caption-outside-top .tt-figure__caption,
.tt-figure--caption-outside-bottom .tt-figure__caption {
  background: none;
  position: relative;
}
.tt-figure--no-bg.tt-figure--caption-outside-top .tt-figure__caption,
.tt-figure--no-bg.tt-figure--caption-outside-bottom .tt-figure__caption {
  color: #252525;
}
.tt-figure--no-bg.tt-figure--caption-outside-top .tt-figure__caption {
  margin-top: -3px;
  padding-top: 0;
}
.tt-figure--no-bg.tt-figure--caption-outside-bottom .tt-figure__caption {
  margin-top: -2px;
  padding-bottom: 0;
  top: 2px;
}
.tt-figure__caption--std-grid {
  background: none;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tt-figure__caption--std-grid {
    width: 715px;
    left: 50%;
    margin-left: -357.5px;
    padding: 17px 0;
  }
}
@media (min-width: 992px) {
  .tt-figure__caption--std-grid {
    width: 935px;
    margin-left: -467.5px;
  }
}
@media (min-width: 1200px) {
  .tt-figure__caption--std-grid {
    width: 1150px;
    margin-left: -575px;
  }
}
.tt-figure__caption--std-grid:before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
  margin-left: -50%;
}
.tt-figure--caption-inside-top .tt-figure__caption--std-grid:before,
.tt-figure--caption-inside-bottom .tt-figure__caption--std-grid:before {
  background: rgba(0, 0, 0, 0.6);
}
.tt-figure__caption-small {
  color: #ccc;
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
.tt-figure--no-bg.tt-figure--caption-outside-top .tt-figure__caption-small,
.tt-figure--no-bg.tt-figure--caption-outside-bottom .tt-figure__caption-small {
  color: #777;
}
@media (max-width: 767px) {
  .tt-figure--adapted {
    display: block;
    width: 100%;
  }
  .tt-figure--adapted iframe,
  .tt-figure--adapted .tt-figure__img,
  .tt-figure--adapted .tt-figure__map {
    width: 100%;
  }
  .tt-figure--caption-inside-top .tt-figure__caption,
  .tt-figure--caption-inside-bottom .tt-figure__caption {
    background: none;
    position: relative;
  }
  .tt-figure--caption-inside-top .tt-figure__caption--std-grid:before,
  .tt-figure--caption-inside-bottom .tt-figure__caption--std-grid:before {
    display: none;
  }
}
.tt-reviews {
  list-style: none;
  margin: 0 -15px;
  padding: 3px 0 0 0;
}
.tt-reviews__item {
  position: relative;
  margin-top: 39px;
}
.tt-reviews__text {
  background: #fafafa;
  border-radius: 3px;
  border: 1px solid #ededed;
  color: #777;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  position: relative;
}
.tt-reviews__text:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #fafafa;
  border-color: #ededed;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  bottom: -8px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
}
.tt-reviews__p {
  margin: 0;
}
.tt-reviews__author {
  margin-top: 30px;
  padding-left: 102px;
  position: relative;
}
.tt-reviews__author--short {
  margin-top: 27px;
  padding-left: 32px;
}
.tt-reviews__author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 33px;
  position: absolute;
  top: 0;
}
.tt-reviews__author-name {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.tt-reviews__author-bio {
  color: #999;
  font-size: 12px;
}
@media (max-width: 767px) {
  .tt-reviews__author {
    padding-bottom: 32px;
  }
  .tt-reviews__author--short {
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tt-reviews__item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .tt-reviews__item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .tt-header--reduce .tt-header__text {
    padding-top: 1em;
    margin-top: -1em;
  }
}
.tt-header {
  margin-top: -20px;
  padding: 0;
  position: relative;
  /*text-align: center;*/
  top: 10px;
}
.tt-header--std-padding {
  padding-bottom: 41px;
}
.tt-header--center {
  text-align: center;
}
.tt-header__text {
  color: #007cc3;
  display: block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1.5em;
  margin: 0;
}
.tt-header__subtext {
  color: #777;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  margin: 8px 0 7px 0;
}
.tt-header--inline {
  margin-top: 0;
  padding: 41px 0 28px 0;
  top: 0;
}
.tt-header--inline .tt-header__text {
  letter-spacing: 4px;
  line-height: 1em;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .tt-header--inline {
    padding: 47px 0 38px 0;
  }
  .tt-header--inline .tt-header__text {
    display: block;
    margin: 0 0 38px 0;
  }
  .tt-header--auto-align .tt-header__text,
  .tt-header--auto-align .tt-header__subtext {
    left: 0;
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .tt-header--reduce {
    margin-top: -5px;
    top: 2px;
  }
  .tt-header--reduce .tt-header__text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding-top: 0.4em;
    margin-top: -0.4em;
  }
}
.tt-social-icons__icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  height: 56px;
  line-height: 61px;
  margin: 0 10px 13px 0;
  position: relative;
  text-align: center;
  width: 56px;
}
.tt-social-icons__icon:hover {
  color: #fff;
}
.tt-social-icons--style-1 .tt-social-icons__icon:hover {
  background: #252525 !important;
}
.tt-contacts {
  color: #007cc3; /* 9c9c9c */
  font-size: 18px;
  line-height: 1.7em;
  padding: 45px 0 46px;
}
.tt-contacts__img {
  max-width: 100%;
  margin: 6px 0 5px 40px;
}
.tt-contacts__img--left {
  margin-left: 0;
}
.tt-contacts__text {
  color: #1e9ae1; /* 1490d7 */
  font-size: 16px;
  list-style: none;
  margin: 0;
}
.tt-contacts__title{
  color: #0066ad;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.tt-contacts__header {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 3px;
}
.tt-contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .tt-contacts__img {
    margin-bottom: 10px;
  }
  .tt-contacts__header {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .tt-contacts__column {
    margin-top: 37px;
  }
}
.tt-footer {
  color: #9c9c9c;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 37px 0 39px;
  word-spacing: 1px;
}
.tt-footer__copyright {
  margin: 0;
}
.tt-buttons {
  margin: -26px 0 13px 0;
  position: relative;
  text-align: left;
  top: 26px;
}
.tt-buttons__btn,
.tt-buttons__link {
  margin: 0 10px 13px 0;
}
.tt-buttons__btn,
.tt-buttons__link,
.tt-buttons__btn:hover,
.tt-buttons__link:hover {
  text-decoration: none;
}
.tt-buttons--top {
  top: 44px;
  margin-top: -62px;
}
.tt-buttons--no-offset {
  margin-top: 0;
  top: 0;
}
.tt-buttons--only-links {
  left: -20px;
}
.tt-buttons--center {
  left: 5px;
  text-align: center;
}
.tt-buttons--center.tt-buttons--only-links {
  left: 0;
}
.tt-buttons--right {
  text-align: right;
}
.tt-buttons--right .tt-buttons__btn,
.tt-buttons--right .tt-buttons__link {
  margin: 0 0 13px 10px;
}
.tt-buttons--right.tt-buttons--only-links {
  left: 20px;
}
.tt-buttons--activated {
  left: 5px;
  text-align: center;
}
.tt-buttons--activated .tt-buttons__btn,
.tt-buttons--activated .tt-buttons__link {
  margin-left: 0;
  margin-right: 0;
}
.tt-buttons--activated .tt-buttons__link {
  font-size: 25px;
  padding: 10px 30px 2px;
}
.tt-buttons--activated .tt-buttons__btn {
  font-size: 15px;
  margin-top: 9px;
  padding: 15px 30px;
}
.tt-buttons--freeze.tt-buttons--activated .tt-buttons__link {
  font-size: 25px !important;
}
.tt-buttons--freeze.tt-buttons--activated .tt-buttons__link,
.tt-buttons--freeze.tt-buttons--activated .tt-buttons__link:hover {
  color: #fff !important;
}
.tt-buttons--freeze.tt-buttons--activated .tt-buttons__btn {
  font-size: 15px !important;
}
@media (max-width: 991px) {
  .tt-buttons {
    top: 0;
  }
  form:not(.tt-form) .tt-buttons {
    top: 26px;
  }
  .tt-buttons:first-child {
    margin-top: 0;
  }
  .tt-buttons--active {
    left: 5px;
    text-align: center;
  }
  .tt-buttons--active .tt-buttons__btn,
  .tt-buttons--active .tt-buttons__link {
    margin-left: 0;
    margin-right: 0;
  }
  .tt-buttons--right.tt-buttons--only-links {
    left: 0;
  }
  .tt-buttons--active .tt-buttons__link {
    font-size: 25px;
    padding: 10px 30px 2px;
  }
  .tt-buttons--active .tt-buttons__btn {
    font-size: 15px;
    margin-top: 9px;
    padding: 15px 30px;
  }
  .tt-buttons--freeze.tt-buttons--active .tt-buttons__link {
    font-size: 25px !important;
  }
  .tt-buttons--freeze.tt-buttons--active .tt-buttons__link,
  .tt-buttons--freeze.tt-buttons--active .tt-buttons__link:hover {
    color: #fff !important;
  }
  .tt-buttons--freeze.tt-buttons--active .tt-buttons__btn {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .tt-buttons--auto-align {
    left: 5px;
    margin-top: -26px;
    text-align: center;
    top: 26px;
  }
  .tt-buttons--auto-align.tt-buttons--only-links {
    left: 0;
  }
}
@media (max-width: 530px) {
  .tt-buttons {
    left: 0;
  }
  .tt-buttons__btn,
  .tt-buttons__link,
  .tt-buttons--right .tt-buttons__btn,
  .tt-buttons--right .tt-buttons__link {
    display: inline-block;
    margin: 0 0 13px 0;
    text-align: center;
    width: 100%;
  }
  .tt-buttons--activated .tt-buttons__btn,
  .tt-buttons--activated .tt-buttons__link,
  .tt-buttons--active .tt-buttons__btn,
  .tt-buttons--active .tt-buttons__link {
    width: auto;
  }
  .tt-buttons--activated .tt-buttons__btn,
  .tt-buttons--active .tt-buttons__btn {
    margin-top: 9px;
  }
}
.tt-article {
  color: #666;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  position: relative;
  margin-top: -21px;
  top: 14px;
}
.tt-article--wysiwyg h1,
.tt-article--wysiwyg h2,
.tt-article--wysiwyg h3,
.tt-article--wysiwyg h4,
.tt-article--wysiwyg h5,
.tt-article--wysiwyg h6 {
  color: #252525;
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.tt-article--wysiwyg h1 {
  font-size: 27px;
  letter-spacing: 3px;
}
.tt-article--wysiwyg h2 {
  font-size: 23px;
  letter-spacing: 2px;
}
.tt-article--wysiwyg h3 {
  font-size: 19px;
  letter-spacing: 1px;
}
.tt-article--wysiwyg h4 {
  font-size: 14px;
}
.tt-article--wysiwyg h5 {
  font-size: 11px;
}
.tt-article--wysiwyg h6 {
  font-size: 10px;
}
.tt-article--wysiwyg p,
.tt-article--wysiwyg ul,
.tt-article--wysiwyg ol,
.tt-article--wysiwyg blockquote {
  margin: 0 0 10px 0;
}
.tt-article--wysiwyg blockquote {
  font-size: 17px;
  border-color: #f97352;
}
@media (max-width: 767px) {
  .tt-article--auto-align.tt-article--wysiwyg p,
  .tt-article--auto-align {
    text-align: left !important;
  }
}
.social-likes__counter {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #3c3c3c;
  border-radius: 23px;
  font-size: 12px;
  height: 23px;
  line-height: 24px;
  min-width: 23px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
}
.social-likes__counter_empty {
  display: none;
}
.social-likes_style-1 .social-likes__icon:hover {
  background: #252525 !important;
}
.social-likes_style-1 .social-likes__icon:hover .social-likes__counter {
  background: #f97352;
}
.social-likes_style-2 .social-likes__icon {
  background: #252525;
}
.social-likes_style-2 .social-likes__counter {
  background: #f97352;
}
.social-likes_style-2 .social-likes__icon:hover .social-likes__counter {
  background: #3c3c3c;
}
.tt-plan {
  padding-bottom: 41px;
  padding-left: 1px;
  padding-right: 0;
  position: relative;
}
.tt-plan--first,
.tt-plan:first-child {
  padding-left: 0;
}
.tt-plan--last,
.tt-plan:last-child {
  padding-bottom: 93px;
}
.tt-plan__box {
  background: #fff;
}
.tt-plan__header {
  background: #444;
  overflow: hidden;
  padding: 20px 15px;
  color: #fff;
}
.tt-plan__number {
  border-bottom: 1px dotted #ddd;
  color: #333;
  font-size: 80px;
  line-height: 0;
  margin: 0px 10px;
  padding: 41px 0;
  text-align: center;
  margin-bottom: 41px;
}
.tt-plan__details {
  padding-bottom: 41px;
}
.tt-plan__details ul,
.tt-plan__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-plan__details ul {
  text-align: center;
}
.tt-plan__details li,
.tt-plan__item {
  line-height: 40px;
  padding: 0 15px;
}
.tt-plan__item {
  text-align: center;
}
.tt-plan__buttons {
  overflow: hidden;
  padding: 0 15px 41px;
}
.tt-plan--favorite {
  margin-right: -1px;
  margin-top: -30px;
  padding-left: 0;
  top: 15px;
  z-index: 5;
}
.tt-plan--favorite .tt-plan__number:before {
  content: "";
  display: block;
  height: 15px;
}
.tt-plan--favorite .tt-plan__box {
  padding-bottom: 15px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.tt-plan--primary .tt-plan__header {
  background: #4c6972;
}
.tt-plan--success .tt-plan__header {
  background: #7ac673;
}
.tt-plan--info .tt-plan__header {
  background: #27aae0;
}
.tt-plan--warning .tt-plan__header {
  background: #faaf40;
}
.tt-plan--danger .tt-plan__header {
  background: #f97352;
}
@media (max-width: 767px) {
  .tt-plan,
  .tt-plan--first,
  .tt-plan:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-plan__number {
    font-size: 79px;
  }
  .tt-plan__details {
    font-size: 17px;
  }
  .tt-plan--favorite {
    margin: 0;
    top: 0;
  }
}
.tt-number {
  display: inline-block;
  margin-top: -0.12em;
}
.tt-number__num {
  display: inline-table;
  height: 1em;
}
.tt-number__group {
  display: table-cell;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.tt-number__left {
  display: none;
  font-size: 0.34em;
  line-height: 0;
  padding: 0px 5px;
  vertical-align: super;
}
.tt-number__right {
  display: none;
  font-size: 0.25em;
  padding: 0px 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.tt-number__caption {
  display: block;
  font-size: 0.19em;
  line-height: 1em;
  opacity: 0.5;
  padding-top: 0.5em;
  text-align: center;
}
.tt-number--price .tt-number__value {
  padding-right: 0.28em;
}
.tt-number--price .tt-number__left {
  display: inline;
}
.tt-number--short-price .tt-number__left,
.tt-number--short-price .tt-number__right {
  display: inline;
}
.tt-number--short-price .tt-number__caption {
  display: none;
}
.tt-number--inverse-price .tt-number__group {
  top: 0.1em;
}
.tt-number--inverse-price .tt-number__left {
  display: none;
}
.tt-number--inverse-price .tt-number__value {
  padding-left: 0.28em;
}
.tt-number--inverse-price .tt-number__right {
  display: inline;
}


/* iconfont default styling */
/* for buttons */
.tt-iconfont.tt-iconfont-btn,
.tt-buttons__btn .tt-iconfont{ /* depricated, used only for compatibility */
  padding-right: 0.3em;
  font-size: 2em;
  line-height: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.1em;
  text-decoration:none;
}

/* menu links */
.tt-iconfont.tt-iconfont-btn-parent,
.tt-buttons__link .tt-iconfont{ /* depricated, used only for compatibility */
  padding-right: 0.3em;
  font-size: 1.5em;
  position: relative;
  top: -0.2em;
  vertical-align:middle
}

/* msg-box4 */
.tt-iconfont.tt-iconfont-msg-box4,
.tt-iconfont.tt-iconfont-msg-box5{
  font-size: 357px;
  text-decoration:none;
  color:#FFFFFF;
}


/*menu logo */
.tt-iconfont.tt-iconfont-menu,
.tt-iconfont.tt-iconfont-ext__menu{
  font-size: 74px;
  text-decoration:none;
  color:#FFFFFF;
}

/* contacts1 */
.tt-iconfont.tt-iconfont-contacts1{
  font-size: 119px;
  text-decoration:none;
  color:#9C9C9C;
}

.tt-iconfont.tt-iconfont-features1{
  font-size: 250px; /* ~ image.height */
  text-decoration:none;
}
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
}