.wrapper, .row {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.column, [class*=content-grid] .grid-item {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  float: left; }

.page-fade-out {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s; }

.side-navigation-wrapper {
  width: 35rem;
  height: 100%;
  padding: 0;
  background: #292929;
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: visibility 0s, -webkit-transform 550ms;
  transition: transform 550ms, visibility 0s;
  transition: transform 550ms, visibility 0s, -webkit-transform 550ms; }
  .side-navigation-wrapper.active {
    visibility: visible; }
  .side-navigation-wrapper.enter-right {
    text-align: left;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.6);
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
    .side-navigation-wrapper.enter-right.push-in-reset {
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0); }
    .side-navigation-wrapper.enter-right.push-in {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .side-navigation-wrapper.enter-right.reveal-reset {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .side-navigation-wrapper.enter-right.scale-in-reset {
      -webkit-transform: translate3d(0, 0, 0) scale(0.9);
      transform: translate3d(0, 0, 0) scale(0.9); }
    .side-navigation-wrapper.enter-right.scale-in {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
    .side-navigation-wrapper.enter-right.hide {
      right: -35rem; }
  .side-navigation-wrapper.no-scrollbar {
    overflow: hidden; }
  .side-navigation-wrapper.no-transition-reset {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .side-navigation-wrapper.slide-in-reset {
    z-index: 104; }
  .side-navigation-wrapper.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .side-navigation-wrapper.push-in-reset {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  .side-navigation-wrapper.push-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .side-navigation-wrapper.reveal-reset {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .side-navigation-wrapper.scale-in-reset {
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9); }
  .side-navigation-wrapper.scale-in {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .side-navigation-wrapper.hide {
    visibility: hidden;
    left: -35rem; }
  .side-navigation-wrapper .navigation-hide {
    position: absolute;
    right: 0;
    top: 0; }
  .side-navigation-wrapper.center .logo {
    text-align: center; }
  .side-navigation-wrapper.center .side-navigation {
    text-align: center; }
    .side-navigation-wrapper.center .side-navigation .sub-menu a {
      padding-left: 4rem; }
  .side-navigation-wrapper.center .side-navigation-footer {
    text-align: center; }

.thumbnail {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  margin-bottom: 3rem; }
  .thumbnail .overlay-info {
    width: 100.1%;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .thumbnail .caption-over-inner {
    width: 100%;
    height: auto; }
    .thumbnail .caption-over-inner.v-align-top {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      align-self: flex-start;
      vertical-align: top; }
    .thumbnail .caption-over-inner.v-align-bottom {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      align-self: flex-end;
      vertical-align: bottom; }
    .thumbnail .caption-over-inner * {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
    .thumbnail .caption-over-inner:first-child {
      margin-top: 0; }
    .thumbnail .caption-over-inner:last-child {
      margin-bottom: 0; }
  .thumbnail video {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
    .thumbnail video + img {
      position: absolute;
      top: 0;
      z-index: 0; }
  .thumbnail.pull-left {
    margin: 0 1.5rem 1rem 0; }
  .thumbnail.pull-right {
    margin: 0 0 1.5rem 1rem; }
  .thumbnail .background-image {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
    transition-property: background, border-color, color, opacity, box-shadow, transform;
    transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out; }
  .thumbnail.rounded {
    border-radius: .3rem; }
  .thumbnail.circle {
    border-radius: 50%; }
  .thumbnail > a {
    border-radius: inherit;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    outline: 0;
    border: none;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0; }
  .thumbnail > span {
    border-radius: inherit;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    outline: 0;
    border: none;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0; }
  .thumbnail:hover {
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important; }
    .thumbnail:hover .overlay-info {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1); }
    .thumbnail:hover .background-image {
      -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1); }
    .thumbnail:hover img {
      -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1); }
  .thumbnail.background-image-container {
    width: 100%;
    min-height: 30rem; }
  .thumbnail .caption-over-outer {
    width: 100%;
    height: 100%;
    padding: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 2; }
  .thumbnail.shadow {
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15); }
  .thumbnail img {
    transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
    transition-property: background, border-color, color, opacity, box-shadow, transform;
    transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out; }

.wrapper {
  overflow: hidden; }
  .wrapper.inactive .header-fixed {
    position: relative !important; }
  .wrapper.inactive .tm-slider-parallax-container .tm-slider-container {
    position: relative !important; }
  .wrapper.inactive .header-fixed-on-mobile .header-inner {
    position: absolute !important; }

.wrapper-inner {
  max-width: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }

body {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #666;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  background-color: #fff; }
  body.boxed {
    background-color: #000; }
    body.boxed .wrapper-inner {
      max-width: 114rem;
      background-color: #fff; }
    body.boxed .section-block {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      body.boxed .section-block.featured-media {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: -1.5rem;
        margin-right: -1.5rem; }
    body.boxed .team-3 {
      padding-left: 0;
      padding-right: 0; }
    body.boxed .social-2 {
      padding-left: 0;
      padding-right: 0; }
    body.boxed .fullscreen-section {
      padding-left: 0;
      padding-right: 0; }
      body.boxed .fullscreen-section .fullscreen-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
    body.boxed .pagination-2 {
      padding-left: 0;
      padding-right: 0; }
    body.boxed .footer .footer-bottom {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    body.boxed .footer .footer-top {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    body.boxed .grid-container.small-margins.full-width > .row > .column {
      padding-left: 1rem;
      padding-right: 1rem; }
    body.boxed .header .header-inner {
      max-width: 114rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    body.boxed .fullscreen-sections-wrapper .fullscreen-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    body.boxed .blog-masonry.full-width [class*=content-grid] {
      margin-left: 0;
      margin-right: 0; }

html {
  max-width: 100%;
  font-size: 62.5%; }

.column > :first-child {
  margin-top: 0; }

.row {
  margin-top: 0;
  max-width: 114rem;
  margin-bottom: 0; }
  .row.flex {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial; }
    .row.flex > .v-align-top {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .row.flex > .v-align-top > .box {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        .row.flex > .v-align-top > .box > div {
          margin-top: 0;
          margin-bottom: auto; }
    .row.flex > .column > div {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .row.flex > .column > .box > div {
      margin-top: auto;
      margin-bottom: auto; }
    .row.flex > .v-align-middle {
      height: auto;
      display: inherit; }
      .row.flex > .v-align-middle > .box {
        height: auto;
        display: inherit; }
    .row.flex > .v-align-bottom {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
      .row.flex > .v-align-bottom > .box {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end; }
        .row.flex > .v-align-bottom > .box > div {
          margin-top: auto;
          margin-bottom: 0; }
    .row.flex.v-align-middle {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .row.flex.v-align-middle > .column > div {
        width: initial; }
    .row.flex.v-align-top {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .row.flex.v-align-bottom {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row.flex:after {
      content: "";
      display: none; }
    .row.flex:before {
      content: "";
      display: none; }
    .row.flex.boxes > .v-align-top {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .row.flex.boxes > .column {
      height: auto;
      display: inherit; }
    .row.flex.boxes > .v-align-middle {
      height: auto;
      display: inherit; }
    .row.flex.boxes > .v-align-bottom {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .row.flex .row.flex {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
  .row.full-width {
    max-width: 100%; }
    .row.full-width.collapse .row {
      margin: auto; }
  .row .row {
    width: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .row.small {
    padding: 3rem 0; }
  .row.medium {
    padding: 5rem 0; }
  .row.large {
    padding: 7rem 0; }
  .row.xlarge {
    padding: 9rem 0; }
  .row:after {
    height: 0;
    content: ".";
    display: block;
    overflow: hidden;
    clear: both; }
  .row:before {
    height: 0;
    content: ".";
    display: block;
    overflow: hidden; }
  .row.collapse > .column {
    padding-left: 0;
    padding-right: 0; }
  .row.prototype .column:nth-child(odd) {
    background: #f9f9f9; }
  .row.prototype .column:nth-child(even) {
    background: #eee; }
  .row [class*=content-grid-].no-margins {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.overlay-navigation {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  margin-bottom: 0; }
  .overlay-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .overlay-navigation ul li {
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .overlay-navigation ul li a {
        text-decoration: none;
        word-wrap: break-word;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #878787;
        display: block;
        transition-property: background, color;
        transition-duration: .3s; }
        .overlay-navigation ul li a:hover {
          color: #fff; }
      .overlay-navigation ul li.current > a {
        color: #fff;
        font-weight: 700; }
        .overlay-navigation ul li.current > a:hover {
          color: #fff; }
      .overlay-navigation ul li:hover > .sub-menu {
        opacity: 1; }
  .overlay-navigation:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .overlay-navigation:before {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .overlay-navigation .sub-menu {
    overflow: hidden;
    height: 0;
    transition-property: height, border-color;
    transition-duration: .3s; }
    .overlay-navigation .sub-menu a {
      color: #666; }
    .overlay-navigation .sub-menu:not(.custom-content) a {
      padding: 1.1rem 4rem 1.1rem 5.5rem; }
    .overlay-navigation .sub-menu .sub-menu a {
      padding-left: 7rem; }
  .overlay-navigation:first-child {
    padding-top: 5rem; }
  .overlay-navigation .cart-indication {
    margin-left: .5rem;
    position: relative; }
    .overlay-navigation .cart-indication .badge {
      top: .3rem;
      left: .3rem; }
  .overlay-navigation > ul > li > a {
    padding: .6rem 0; }
  .overlay-navigation.center .sub-menu:not(.custom-content) a {
    padding: 1.1rem 4rem; }
  .overlay-navigation .cart.dropdown-list {
    width: 100%;
    padding: 0;
    margin-top: 0;
    right: 0; }
  .overlay-navigation .cart.sub-menu {
    width: 100%;
    padding: 0;
    margin-top: 0;
    right: 0; }
  .overlay-navigation .cart-overview li:first-child {
    padding-top: 2rem; }
  .overlay-navigation .cart-overview li:last-child {
    padding-bottom: 2rem; }

.side-navigation {
  width: 100%;
  margin-bottom: 3rem; }
  .side-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .side-navigation ul li {
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .side-navigation ul li a {
        text-decoration: none;
        word-wrap: break-word;
        font-size: 1.2rem;
        line-height: 1;
        color: #999;
        display: block;
        transition-property: background, color;
        transition-duration: .3s; }
        .side-navigation ul li a:hover {
          color: #fff; }
      .side-navigation ul li.current > a {
        color: #fff;
        font-weight: 700; }
        .side-navigation ul li.current > a:hover {
          color: #fff; }
      .side-navigation ul li:hover > .sub-menu {
        opacity: 1; }
  .side-navigation:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .side-navigation:before {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  .side-navigation .sub-menu {
    overflow: hidden;
    height: 0;
    transition-property: height;
    transition-duration: .3s; }
    .side-navigation .sub-menu:not(.custom-content) a {
      padding: 1.1rem 4rem 1.1rem 5.5rem;
      padding-left: 7rem; }
  .side-navigation .cart-indication {
    margin-left: .5rem;
    position: relative; }
    .side-navigation .cart-indication .badge {
      top: .3rem;
      left: .3rem; }
  .side-navigation .custom-content {
    width: 100%;
    padding: 0 4rem;
    margin-top: 0;
    right: 0; }
  .side-navigation > ul > li > a {
    padding: 1.3rem 4rem; }
  .side-navigation.center .sub-menu:not(.custom-content) a {
    padding: 1.1rem 4rem; }
  .side-navigation:not(.center) .sub-menu .sub-menu {
    padding-left: 1.5rem; }
  .side-navigation .cart-overview li:first-child {
    padding-top: 2rem; }
  .side-navigation .cart-overview li:last-child {
    padding-bottom: 2rem; }

#tml-caption {
  opacity: 0;
  width: 100%;
  position: absolute;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  bottom: 0; }
  #tml-caption span {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 1rem 1.5rem;
    border-top: 0.1rem solid #eee; }

.tms-caption {
  z-index: 2;
  position: absolute;
  display: inline-block !important;
  opacity: 0; }
  .tms-caption:not([class*=width-]) {
    width: auto; }
  .tms-caption.scale {
    line-height: 1; }
  .tms-caption embed {
    width: 100% !important;
    height: 100% !important; }
  .tms-caption iframe {
    width: 100% !important;
    height: 100% !important; }
  .tms-caption object {
    width: 100% !important;
    height: 100% !important; }
  .tms-caption video {
    width: 100% !important;
    height: 100% !important; }
  .tms-caption.no-transition {
    opacity: 1 !important;
    visibility: hidden;
    display: block !important; }
  .tms-caption + .tms-caption [class*=icon-] {
    margin-left: 1rem; }

.clear {
  overflow: hidden;
  width: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden; }

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  color: #666;
  outline: 0;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #333; }
  a.announcement {
    padding: 1rem 2rem;
    line-height: inherit;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    a.announcement.rounded {
      border-radius: .3rem; }
      a.announcement.rounded .label {
        border-radius: .3rem; }
    a.announcement.pill {
      border-radius: 5rem; }
      a.announcement.pill .label {
        border-radius: 5rem; }
    a.announcement .label {
      border-radius: inherit; }
    a.announcement .messaage {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    a.announcement.left .label {
      margin-right: 1rem; }
    a.announcement.right .label {
      margin-left: 1rem; }
  a.overlay-info:hover {
    color: #fff; }

button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.4;
  display: inline-block;
  padding: 1.3rem 2.5rem;
  margin: 0 1rem 1rem 0;
  font-family: inherit;
  font-size: 1.3rem;
  color: #666;
  background-color: #eee;
  border: 1px solid #eee;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }
  button:focus {
    outline: 0; }
  button:hover {
    text-decoration: none;
    color: #666;
    background-color: #ccc;
    border-color: #ccc; }
  button.small {
    padding: 1rem 1.5rem;
    font-size: 1.1rem !important; }
  button.medium {
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem !important; }
  button.large {
    padding: 1.6rem 3rem;
    font-size: 1.4rem !important; }
  button.xlarge {
    padding: 1.9rem 3.5rem;
    font-size: 1.5rem !important; }
  button [class*=icon-] {
    line-height: inherit; }
    button [class*=icon-].left {
      margin-right: .5rem; }
    button [class*=icon-].right {
      margin-left: .5rem; }
  button.rounded {
    border-radius: .3rem; }
  button.pill {
    border-radius: 10.5rem; }
  button.shadow {
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.3); }
  button.hard-shadow {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15); }
  button.disabled {
    background-color: #f9f9f9;
    border-color: #eee;
    cursor: default;
    color: #ccc; }
    button.disabled:hover {
      background-color: #f9f9f9;
      border-color: #eee; }

input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.4;
  width: 100%;
  padding: 1.3rem 2.5rem;
  margin: 0 0 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }
  input:focus {
    outline: 0; }
  input:disabled {
    opacity: .6;
    cursor: default !important; }

select {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit; }
  select:focus {
    outline: 0; }
  select:disabled {
    opacity: .6;
    cursor: default !important; }

textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
  padding: 1.3rem 2.5rem;
  margin: 0 0 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9f9f9;
  font-size: 1.3rem;
  color: #666;
  border: 1px solid #eee;
  border-radius: 0;
  min-width: 10rem;
  min-height: 20rem;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }
  textarea:focus {
    outline: 0;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    outline: 0; }
  textarea:disabled {
    opacity: .6;
    cursor: default !important; }
  textarea.rounded {
    border-radius: .3rem; }

.button {
  line-height: 1.4;
  display: inline-block;
  padding: 1.3rem 2.5rem;
  margin: 0 1rem 1rem 0;
  font-family: inherit;
  font-size: 1.3rem;
  color: #666;
  background-color: #eee;
  border: 1px solid #eee;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .button:focus {
    outline: 0; }
  .button:hover {
    text-decoration: none;
    color: #666;
    background-color: #ccc;
    border-color: #ccc; }
  .button.small {
    padding: 1rem 1.5rem;
    font-size: 1.1rem !important; }
  .button.medium {
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem !important; }
  .button.large {
    padding: 1.6rem 3rem;
    font-size: 1.4rem !important; }
  .button.xlarge {
    padding: 1.9rem 3.5rem;
    font-size: 1.5rem !important; }
  .button [class*=icon-] {
    line-height: inherit; }
    .button [class*=icon-].left {
      margin-right: .5rem; }
    .button [class*=icon-].right {
      margin-left: .5rem; }
  .button.rounded {
    border-radius: .3rem; }
  .button.pill {
    border-radius: 10.5rem; }
  .button.shadow {
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.3); }
  .button.hard-shadow {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15); }
  .button.disabled {
    background-color: #f9f9f9;
    border-color: #eee;
    cursor: default;
    color: #ccc; }
    .button.disabled:hover {
      background-color: #f9f9f9;
      border-color: #eee; }

.page-fade-reset {
  opacity: 1;
  transition-duration: 0s; }

.scroll-to-top {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: .5s; }
  .scroll-to-top.active {
    opacity: 1;
    visibility: visible; }
  .scroll-to-top.fixed {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    background-color: #333;
    content: "\e63e";
    text-align: center;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    top: auto;
    z-index: 999; }
    .scroll-to-top.fixed a {
      color: #fff; }

.column[class*=push-] {
  position: relative; }

.column[class*=pull-] {
  position: relative; }

.nav-bar-inner {
  position: relative; }

.navigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .navigation ul li {
    position: relative;
    margin: 0;
    float: left; }
    .navigation ul li.contains-mega-sub-menu {
      position: inherit; }
    .navigation ul li a {
      transition-property: background, border-color, color, line-height;
      transition-duration: .5s; }
    .navigation ul li > a:not(.button) {
      font-size: 1.1rem;
      color: #878787;
      text-decoration: none;
      display: block;
      word-wrap: break-word; }
      .navigation ul li > a:not(.button):hover {
        background: 0 0;
        color: #fff; }
    .navigation ul li:hover > .sub-menu {
      visibility: visible;
      opacity: 1; }
    .navigation ul li:hover > .mega-sub-menu {
      visibility: visible;
      opacity: 1; }
    .navigation ul li.current > a {
      color: #fff; }
      .navigation ul li.current > a:hover {
        color: #fff; }

.navigation.nav-center {
  float: none !important;
  display: block; }
  .navigation.nav-center > ul {
    text-align: center; }
    .navigation.nav-center > ul > li {
      margin-left: -.4rem;
      float: none;
      display: inline-block !important;
      vertical-align: top; }

.navigation.nav-left {
  float: left !important;
  margin-right: 2.5rem; }
  .navigation.nav-left > ul > li:first-child > a {
    padding-left: 0;
    margin-left: 0; }

.navigation.nav-right {
  float: right !important;
  margin-left: 2.5rem; }
  .navigation.nav-right > ul > li:last-child > a {
    padding-right: 0;
    margin-right: 0; }

.navigation:last-child {
  margin: 0; }

.navigation .dropdown .button {
  width: auto; }

.navigation .dropdown.pull-right .dropdown-list {
  right: 0; }

.navigation .dropdown-list {
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  line-height: 1.8;
  position: absolute;
  width: 18rem;
  text-align: left;
  background: #232323;
  background: #232323;
  border: none;
  border-radius: 0; }
  .navigation .dropdown-list li {
    background: 0 0;
    border-bottom: 1px solid #333;
    float: none; }
    .navigation .dropdown-list li > a:not(.button):hover {
      background: 0 0;
      color: #fff; }
  .navigation .dropdown-list.custom-content {
    width: auto;
    min-width: 25rem;
    padding: 2rem; }
  .navigation .dropdown-list:not(.custom-content) li a {
    font-size: 1.1rem;
    color: #878787;
    text-decoration: none;
    display: block;
    word-wrap: break-word;
    padding: 1.2rem 1.5rem;
    color: #666; }
  .navigation .dropdown-list:not(.custom-content) li:last-child {
    border-bottom: none; }

.navigation .mega-sub-menu {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  line-height: 1.8;
  position: absolute;
  height: auto;
  padding: 2rem 0 0;
  margin-left: 0;
  margin-right: 0;
  background: #232323;
  background: #232323;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 1.5rem;
  right: 1.5rem;
  transition-property: opacity, visibility, border-color, -webkit-transform;
  transition-property: transform, opacity, visibility, border-color;
  transition-property: transform, opacity, visibility, border-color, -webkit-transform;
  transition-duration: .4s; }
  .navigation .mega-sub-menu > li {
    margin-bottom: 2rem;
    padding: 0 2rem;
    text-align: left;
    float: left;
    border-right: 1px solid #333; }
    .navigation .mega-sub-menu > li:last-child {
      border-right: none; }
    .navigation .mega-sub-menu > li:not(.column) {
      width: 33.33333%; }
    .navigation .mega-sub-menu > li > a:not(.button) {
      background: 0 0;
      font-weight: 700;
      font-size: 1.2rem;
      line-height: 1.8;
      text-transform: uppercase;
      padding: 0 1.5rem .7rem; }
    .navigation .mega-sub-menu > li:hover > a:not(.button) {
      background: 0 0; }
  .navigation .mega-sub-menu li.content-column ul li {
    padding: .6rem 1.5rem; }
    .navigation .mega-sub-menu li.content-column ul li > a:not(.button) {
      padding: 0; }
  .navigation .mega-sub-menu li ul > li {
    float: none; }
  .navigation .mega-sub-menu ul li p {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0 1.5rem .7rem; }
  .navigation .mega-sub-menu ul li .title {
    padding: 0 1.5rem; }
  .navigation .mega-sub-menu ul li > a:not(.button) {
    padding: .6rem 1.5rem; }
  .navigation .mega-sub-menu ul li.current > a:not(.button) {
    color: #fff; }
  .navigation .mega-sub-menu ul li:hover > a:not(.button) {
    background: #333; }

.navigation .sub-menu {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  line-height: 1.8;
  position: absolute;
  width: 18rem;
  text-align: left;
  background: #232323;
  background: #232323;
  border: none;
  border-radius: 0;
  transition-property: opacity, visibility, border-color, -webkit-transform;
  transition-property: transform, opacity, visibility, border-color;
  transition-property: transform, opacity, visibility, border-color, -webkit-transform;
  transition-duration: .4s; }
  .navigation .sub-menu li {
    background: 0 0;
    border-bottom: 1px solid #333;
    float: none; }
    .navigation .sub-menu li.contains-sub-menu > a {
      padding-right: 2.2rem; }
      .navigation .sub-menu li.contains-sub-menu > a:after {
        font-family: icomoon;
        font-size: inherit;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        display: inline-block;
        position: absolute;
        right: .8rem;
        content: "\e640"; }
  .navigation .sub-menu.custom-content {
    width: auto;
    min-width: 25rem; }
    .navigation .sub-menu.custom-content .custom-content-inner {
      padding: 2rem; }
    .navigation .sub-menu.custom-content ul {
      padding: 0 2rem 2rem; }
      .navigation .sub-menu.custom-content ul:first-child {
        padding-top: 2rem; }
    .navigation .sub-menu.custom-content ul[class*=bkg-] {
      padding: 2rem; }
  .navigation .sub-menu ul {
    top: 0;
    left: 18rem; }
  .navigation .sub-menu:not(.custom-content) li a {
    padding: 1.2rem 1.5rem;
    color: #666; }
  .navigation .sub-menu:not(.custom-content) li:last-child {
    border-bottom: none; }

.navigation > ul > li > a {
  padding: 0 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  line-height: 5rem; }

.navigation > ul > li.sub-menu-left .sub-menu {
  left: 0; }

.navigation > ul > li.sub-menu-right .sub-menu {
  right: 0; }
  .navigation > ul > li.sub-menu-right .sub-menu ul {
    right: 18rem;
    left: auto; }

.navigation > ul > li:last-child > .sub-menu {
  right: 0; }
  .navigation > ul > li:last-child > .sub-menu ul {
    right: 18rem;
    left: auto; }

.navigation .custom-content li:last-child:last-child {
  margin-bottom: 0; }

.navigation.sub-menu-indicator > ul > li.contains-mega-sub-menu {
  padding-right: 1.2rem; }
  .navigation.sub-menu-indicator > ul > li.contains-mega-sub-menu > a:after {
    font-family: icomoon;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    display: inline-block;
    position: absolute;
    margin-left: .5rem;
    content: "\e63e"; }

.navigation.sub-menu-indicator > ul > li.contains-sub-menu {
  padding-right: 1.2rem; }
  .navigation.sub-menu-indicator > ul > li.contains-sub-menu > a:after {
    font-family: icomoon;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    display: inline-block;
    position: absolute;
    margin-left: .5rem;
    content: "\e63e"; }

.ie-browser .row {
  max-width: 1140px; }

.ie-browser:not(.webkit) .thumbnail .caption-over-outer {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: table;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 2; }

.ie-browser:not(.webkit) .thumbnail .caption-over-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.ie-browser:not(.webkit) .overlay-info > div {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-style: normal;
  display: table; }
  .ie-browser:not(.webkit) .overlay-info > div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.ie-browser:not(.webkit) .overlay-info > span {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-style: normal;
  display: table; }
  .ie-browser:not(.webkit) .overlay-info > span > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.ie-browser:not(.webkit) .row.flex.v-align-middle {
  height: 100%;
  display: table;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .ie-browser:not(.webkit) .row.flex.v-align-middle > .column {
    display: table-cell;
    vertical-align: middle;
    float: none; }

.ie-browser:not(.webkit) .row.flex.v-align-top {
  vertical-align: top; }

.ie-browser:not(.webkit) .row.flex.v-align-bottom {
  vertical-align: bottom; }

.ie-browser:not(.webkit) .tm-loader #circle {
  border: 3px solid transparent;
  border-bottom-color: #ddd;
  -webkit-animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite; }

.ie-browser .wrapper.inactive .header-bottom {
  position: absolute; }

.ie-browser.webkit .fullscreen-section.background-fixed .background-image-wrapper {
  height: 100vh;
  position: absolute !important; }

.ie-browser.webkit .fullscreen-section.background-fixed .background-image {
  background-attachment: fixed; }

[class*=content-grid] .grid-item {
  margin: 0 0 3rem;
  float: left; }

[class*=content-grid] .thumbnail {
  max-width: 100%;
  float: none; }

.footer {
  width: 100%;
  background-color: #232323;
  position: relative;
  z-index: 1; }
  .footer .footer-logo {
    width: 17rem;
    margin-bottom: 1rem;
    display: inline-block;
    line-height: 1; }
    .footer .footer-logo a {
      transition-property: opacity, background, color, visibility, -webkit-transform;
      transition-property: opacity, background, color, visibility, transform;
      transition-property: opacity, background, color, visibility, transform, -webkit-transform;
      transition-duration: .5s; }
      .footer .footer-logo a:hover {
        opacity: .6; }
  .footer ul {
    margin-left: 0;
    list-style: none; }
  .footer .footer-top {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .footer .widget {
    margin-bottom: 3rem; }
    .footer .widget:last-child > :first-child {
      margin-top: 0; }
    .footer .widget:last-child > :last-child {
      margin-bottom: 0; }
  .footer .footer-bottom {
    padding-bottom: 2rem;
    color: #555; }
    .footer .footer-bottom .copyright {
      font-size: 1.1rem;
      float: left;
      margin-bottom: 1rem; }
    .footer .footer-bottom .navigation {
      float: right;
      margin-bottom: 1rem; }
    .footer .footer-bottom .social-list {
      float: right;
      margin-bottom: 1rem; }
  .footer .footer-bottom-inner {
    padding-top: 3rem;
    border-top: 1px solid #333; }
  .footer .navigation {
    float: none; }
    .footer .navigation a {
      line-height: 2rem;
      text-transform: uppercase;
      background: 0 0;
      padding: 0 1rem; }
      .footer .navigation a:hover {
        background: 0 0;
        color: #fff; }
    .footer .navigation li:hover a {
      background: 0 0; }
    .footer .navigation li:first-child a {
      padding-left: 0;
      margin-left: 0; }
    .footer .navigation li:last-child a {
      padding-right: 0;
      margin-right: 0; }
    .footer .navigation li.current a {
      background: 0 0;
      color: #fff; }
      .footer .navigation li.current a:hover {
        background: 0 0;
        color: #fff; }
  .footer .social-list {
    float: none; }
  .footer .row.flex > .column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer .footer-top-inner > :first-child {
    margin-top: 0; }
  .footer .footer-top-inner > :last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .merged-form-elements .column:first-child {
    padding-right: 0; }
  .merged-form-elements .column:last-child {
    padding-left: 0; }
  .merged-form-elements .column + .column {
    padding-left: 0; }
    .merged-form-elements .column + .column .button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      width: 100%; }
    .merged-form-elements .column + .column .form-element {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .merged-form-elements .column + .column .form-element:not(:focus) {
        border-left-color: transparent; }
    .merged-form-elements .column + .column:not(:last-child) {
      padding-right: 0; }
  .merged-form-elements .column:not(:last-child) .form-element {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .merged-form-elements .column .form-element:focus {
    position: relative;
    z-index: 1; }
  .merged-form-elements .field-wrapper {
    overflow: visible; }
  .feature-2 > .row > .column {
    height: auto;
    display: inherit; }
    .feature-2 > .row > .column > .box {
      height: auto;
      display: inherit; }
    .feature-2 > .row > .column > :not(.box) {
      height: auto;
      margin-top: auto;
      margin-bottom: auto; }
    .feature-2 > .row > .column > div > :not(.box) {
      height: auto;
      margin-top: auto;
      margin-bottom: auto; }
  .feature-2 .feature-content-inner:last-child {
    margin-bottom: 0; }
  .call-to-action-2 .inline {
    display: block; }
  .call-to-action-2 p + .button {
    margin-left: 2rem; }
  .row.flex .v-align-middle > :not(.box) {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto; }
  .row.flex.boxes .v-align-middle > div > :not(.box) {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto; }
  .ie-browser:not(.webkit) .flex > .column {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-block.section-overlap {
    padding-top: 0;
    margin-top: -7rem;
    background-color: transparent !important;
    z-index: 2; }
  .feature-3 > .row > .column {
    height: auto;
    display: inherit; }
    .feature-3 > .row > .column > .box {
      height: auto;
      display: inherit; }
    .feature-3 > .row > .column > :not(.box) {
      height: auto;
      margin-top: auto;
      margin-bottom: auto; }
    .feature-3 > .row > .column > div > :not(.box) {
      height: auto;
      margin-top: auto;
      margin-bottom: auto; }
  .signup-form-container .merged-form-elements {
    padding-bottom: 1rem; }
  .team-4 .thumbnail {
    margin-bottom: 0; } }

.width-1 {
  width: 8.33333%; }

.width-2 {
  width: 16.66667%; }

.width-3 {
  width: 25%; }

.width-4 {
  width: 33.33333%; }

.width-5 {
  width: 41.66667%; }

.width-6 {
  width: 50%; }

.width-7 {
  width: 58.33333%; }

.width-8 {
  width: 66.66667%; }

.width-9 {
  width: 75%; }

.width-10 {
  width: 83.33333%; }

.width-11 {
  width: 91.66667%; }

.width-12 {
  width: 100%; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.alpha {
  padding-left: 0; }

.omega {
  padding-right: 0; }

.clearfix:after {
  height: 0;
  content: ".";
  display: block;
  overflow: hidden;
  clear: both; }

.clearfix:before {
  height: 0;
  content: ".";
  display: block;
  overflow: hidden; }

.left {
  text-align: left; }

.right {
  text-align: right !important; }
  .right .dropdown-list {
    right: 0; }
  .right .separator {
    margin-left: auto; }
  .right .button + .button {
    margin-right: 0;
    margin-left: 1rem; }
  .right button + button {
    margin-right: 0;
    margin-left: 1rem; }
  .right .social-list a {
    margin-left: 1rem;
    margin-right: 0; }

.center {
  text-align: center; }
  .center .button {
    margin-right: .5rem;
    margin-left: .5rem; }
  .center button {
    margin-right: .5rem;
    margin-left: .5rem; }
  .center .separator {
    margin-right: auto;
    margin-left: auto; }
  .center .social-list a {
    margin-right: .5rem;
    margin-left: .5rem; }
  .center .social-list li:last-child a {
    margin-right: .5rem;
    margin-left: .5rem; }
  .center .testimonial-slider blockquote {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem; }

.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

pre {
  white-space: pre;
  max-width: 100%;
  margin: 0 0 3rem;
  word-break: break-all;
  word-wrap: break-word; }
  pre code {
    white-space: pre;
    line-height: 1.5; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.flex {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.v-align-top {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  vertical-align: top !important; }

.v-align-bottom {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  vertical-align: bottom !important; }

.hide {
  display: none !important;
  visibility: hidden !important; }

.show {
  display: block !important;
  visibility: visible !important; }

.mobile .hide-on-mobile {
  display: none !important;
  visibility: visible !important; }
  .mobile .hide-on-mobile * {
    display: none !important;
    visibility: visible !important; }

.mobile header .primary-nav-column {
  display: none !important; }

.mobile header .logo-column {
  width: auto;
  float: left; }

.mobile header .secondary-nav-column {
  width: auto;
  float: right; }

.mobile header .navigation:not(.secondary-navigation) {
  display: none !important; }

.mobile .aux-navigation {
  display: table !important;
  visibility: visible !important; }

.mobile .tms-slide {
  background-size: cover !important;
  opacity: 1 !important;
  transition-property: opacity;
  transition-duration: 1s; }

.mobile .background-fixed {
  background-attachment: scroll; }
  .mobile .background-fixed:after {
    background-attachment: scroll; }
  .mobile .background-fixed:before {
    background-attachment: scroll; }

.mobile .header {
  position: static !important;
  height: 8rem !important;
  padding-top: 0;
  background: #232323; }
  .mobile .header .logo {
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: table;
    float: left;
    transition: none; }
    .mobile .header .logo a:first-child {
      display: table-cell;
      display: table-cell;
      vertical-align: middle; }
    .mobile .header .logo a + a {
      display: none !important; }
    .mobile .header .logo span {
      transition: none; }
  .mobile .header .header-inner {
    height: 8rem !important;
    padding-top: 0;
    background: #232323;
    border-top: none !important;
    transition: none; }
  .mobile .header .nav-bar {
    border-top: none !important;
    height: 100%; }
  .mobile .header .header-inner-top {
    display: none; }
  .mobile .header .nav-bar-inner {
    height: 100%; }
  .mobile .header .logo-inner {
    display: table-cell;
    vertical-align: middle; }
    .mobile .header .logo-inner a {
      display: block;
      position: relative; }
  .mobile .header .navigation-show {
    display: block !important;
    visibility: visible !important;
    transition: none; }
    .mobile .header .navigation-show a span {
      transition: none; }

.mobile .team-4 .overlay-info {
  height: auto;
  background: 0 0;
  position: relative;
  color: #999;
  transition: none;
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mobile .team-4 .overlay-info > span {
    padding-left: 1rem;
    padding-right: 1rem; }

.mobile .team-4 .social-list a {
  color: #999; }

.mobile .fullscreen-section {
  height: auto; }
  .mobile .fullscreen-section .background-image {
    width: 100vw;
    position: relative !important; }
  .mobile .fullscreen-section .background-image-wrapper {
    width: 100vw;
    position: relative !important; }
  .mobile .fullscreen-section.background-fixed .background-image-wrapper {
    width: 100vw;
    position: relative !important; }
  .mobile .fullscreen-section.background-fixed .background-image {
    background-attachment: scroll; }

.mobile .fs-pagination {
  display: none; }

.mobile .fullscreen-section[class*=error-] {
  height: 100vh;
  display: table; }
  .mobile .fullscreen-section[class*=error-] .background-image-wrapper {
    position: fixed; }

.mobile .fullscreen-section[class*=coming-soon-] {
  height: 100vh;
  display: table; }
  .mobile .fullscreen-section[class*=coming-soon-] .background-image-wrapper {
    position: fixed; }

.mobile .footer-fixed {
  position: relative;
  bottom: auto; }

.mobile .logo.logo-center {
  float: left; }

.mobile .tm-slider-parallax-container .tm-slider-container {
  background: 0 0;
  position: relative; }

.mobile [data-video-bkg-vimeo] iframe {
  opacity: 0 !important; }

.mobile [data-video-bkg-youtube] iframe {
  opacity: 0 !important; }

.mobile .header-fixed-on-mobile .header-inner {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0; }

.mobile .header-sticky .header-inner {
  position: relative; }

.mobile [class*=error-] .fullscreen-inner {
  display: table-cell; }

.mobile [class*=coming-soon-] .fullscreen-inner {
  display: table-cell; }

.mobile.shop .products .product .product-actions-mobile {
  margin-top: 1rem;
  display: block; }

.mobile.shop .products .product .product-thumbnail .product-actions {
  display: none; }

.inline-block {
  width: auto !important;
  display: inline-block !important; }

[class*=border-] {
  border: 1px solid #eee; }
  [class*=border-].inline-block {
    width: auto !important;
    display: inline-block !important; }
  [class*=border-] .pricing-table-column {
    border-width: 1px 1px 1px 0;
    border-style: solid; }
  [class*=border-].padded {
    padding: 1rem 2rem; }
  [class*=border-]:not([class*=bkg-]) {
    background: 0 0;
    background: rgba(0, 0, 0, 0); }
  [class*=border-].solid {
    border-style: solid;
    border-width: 1px; }
  [class*=border-].dashed {
    border-style: dashed;
    border-width: 1px; }
  [class*=border-].dotted {
    border-style: dotted;
    border-width: 1px; }
  [class*=border-].thick {
    border-width: .2rem; }
    [class*=border-].thick * {
      border-width: .2rem; }
  [class*=border-]:-ms-input-placeholder {
    color: inherit; }

[class*=bkg-].inline-block {
  width: auto !important;
  display: inline-block !important; }

[class*=bkg-].padded {
  padding: 1rem 2rem; }

[class*=bkg-]:-ms-input-placeholder {
  color: inherit; }

.no-margins {
  margin: 0 !important; }
  .no-margins .masonry-stamp {
    padding: 0; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.overflow-visible {
  overflow: visible !important; }

.no-scroll {
  overflow: hidden !important; }

.clear-height {
  height: auto !important; }

.full-width {
  width: 100% !important; }

.prototype {
  font-size: 1.1rem;
  line-height: 3.5rem; }

.nav-bar {
  width: 100%;
  min-height: 5rem; }
  .nav-bar .logo {
    height: 5rem;
    line-height: 5rem;
    float: left;
    margin-right: 3rem; }
    .nav-bar .logo img {
      margin-top: -4px; }
    .nav-bar .logo.logo-center {
      margin: 0 auto;
      float: none; }
  .nav-bar .logo-right {
    margin-left: 3rem;
    margin-right: 0;
    float: right; }

.aux-navigation {
  display: none; }

.navigation-hide {
  width: 4.4rem;
  height: 4.4rem;
  text-align: center;
  float: right;
  position: relative;
  z-index: 10; }
  .navigation-hide a {
    height: 4.4rem;
    text-align: center;
    display: block;
    color: #666; }
    .navigation-hide a:hover {
      color: #fff; }
  .navigation-hide span {
    width: 100%;
    line-height: 4.4rem; }

.navigation-show {
  width: 4.4rem;
  height: 4.4rem;
  text-align: center;
  float: right; }
  .navigation-show a {
    height: 4.4rem;
    text-align: center;
    display: block;
    color: #666; }
    .navigation-show a:hover {
      color: #fff; }
  .navigation-show span {
    width: 100%;
    line-height: 4.4rem; }

.reveal-side-navigation {
  transition: visibility 0s, -webkit-transform 550ms;
  transition: transform 550ms, visibility 0s;
  transition: transform 550ms, visibility 0s, -webkit-transform 550ms; }
  .reveal-side-navigation > div:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0);
    content: '';
    opacity: 0;
    z-index: 110;
    transition: opacity .3s, width 0s, height 0s; }

.element-reveal-left {
  -webkit-transform: translate3d(35rem, 0, 0);
  transform: translate3d(35rem, 0, 0); }
  .element-reveal-left.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.element-reveal-right {
  -webkit-transform: translate3d(-35rem, 0, 0);
  transform: translate3d(-35rem, 0, 0); }
  .element-reveal-right.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.side-navigation-inner {
  width: 35rem;
  min-height: 100%;
  position: relative; }
  .side-navigation-inner > :nth-last-child(2) {
    padding-bottom: 8rem;
    margin-bottom: 0; }

.no-scrollbar .side-navigation-scroll-pane {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  left: 0; }

.no-scrollbar .side-navigation-scroll-pane::-webkit-scrollbar {
  display: none; }

.no-scrollbar .overlay-navigation-scroll-pane {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  left: 0; }

.no-scrollbar .overlay-navigation-scroll-pane::-webkit-scrollbar {
  display: none; }

.element-show-left {
  left: 35rem;
  position: relative !important; }

.element-show-right {
  left: -35rem;
  position: relative !important; }

.overlay-navigation-inner {
  width: 100vw;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.overlay-navigation-wrapper {
  width: 100vw;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  visibility: hidden;
  position: fixed;
  top: -100%;
  z-index: 101;
  transition: opacity 550ms, -webkit-transform 550ms;
  transition: transform 550ms, opacity 550ms;
  transition: transform 550ms, opacity 550ms, -webkit-transform 550ms; }
  .overlay-navigation-wrapper.active {
    visibility: visible;
    top: 0 !important; }
  .overlay-navigation-wrapper.no-scrollbar {
    overflow: hidden; }
  .overlay-navigation-wrapper.no-transition-reset {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .overlay-navigation-wrapper.fade-in-reset {
    opacity: 0; }
  .overlay-navigation-wrapper.fade-in {
    opacity: 1; }
  .overlay-navigation-wrapper.slide-in-reset {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; }
  .overlay-navigation-wrapper.enter-top.slide-in-reset {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0; }
  .overlay-navigation-wrapper.enter-top.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .overlay-navigation-wrapper.enter-right.slide-in-reset {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }
  .overlay-navigation-wrapper.enter-right.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .overlay-navigation-wrapper.enter-bottom.slide-in-reset {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 100%;
    opacity: 0; }
  .overlay-navigation-wrapper.enter-bottom.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .overlay-navigation-wrapper.slide-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .overlay-navigation-wrapper.scale-in-reset {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 0; }
  .overlay-navigation-wrapper.scale-in {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1; }
  .overlay-navigation-wrapper .navigation-hide {
    min-height: 4rem;
    line-height: 4rem;
    position: absolute;
    right: 3rem;
    top: 0; }

.overlay-navigation-scroll-pane {
  height: 100%; }

.video-container {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
  margin-bottom: 3rem; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: inherit;
  outline: 0; }
  img.pull-left {
    margin: 0 1.5rem 1rem 0; }
  img.pull-right {
    margin: 0 0 1.5rem 1rem; }
  img.rounded {
    border-radius: .3rem; }
  img.circle {
    border-radius: 50%; }

.caption-below {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-style: italic;
  border: 1px solid #eee;
  float: left; }

.overlay-info {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  border: none;
  border-radius: inherit;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }
  .overlay-info > div {
    width: 100%;
    height: 100%;
    padding: 3rem;
    font-size: 1.2rem;
    font-style: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .overlay-info > div > div {
      width: 100%;
      height: auto; }
  .overlay-info > span {
    width: 100%;
    height: 100%;
    padding: 3rem;
    font-size: 1.2rem;
    font-style: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .overlay-info > span > span {
      width: 100%;
      height: auto; }
  .overlay-info.v-align-top > div > div {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    vertical-align: top; }
  .overlay-info.v-align-top > span > span {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    vertical-align: top; }
  .overlay-info.v-align-bottom > div > div {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    vertical-align: bottom; }
  .overlay-info.v-align-bottom > span > span {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    vertical-align: bottom; }
  .overlay-info.left > span > span {
    text-align: left; }
  .overlay-info.right > span > span {
    text-align: right; }

.fill-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.overlay-fade-img-scale-in .overlay-info {
  opacity: 1; }

.overlay-fade-img-scale-in:hover .overlay-info {
  opacity: 0; }

.overlay-fade-img-scale-in:hover .background-image {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-fade-img-scale-in:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-fade-img-scale-out .overlay-info {
  opacity: 1; }

.overlay-fade-img-scale-out .background-image {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-fade-img-scale-out img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-fade-img-scale-out:hover .overlay-info {
  opacity: 0; }

.overlay-fade-out .overlay-info {
  opacity: 1; }

.overlay-fade-out:hover .overlay-info {
  opacity: 0; }

.overlay-img-slide-right .overlay-info {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.overlay-img-slide-right:hover .background-image {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.overlay-img-slide-right:hover img {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.overlay-img-slide-left .overlay-info {
  opacity: 1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.overlay-img-slide-left:hover .background-image {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.overlay-img-slide-left:hover img {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.overlay-img-slide-down .overlay-info {
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.overlay-img-slide-down:hover .background-image {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.overlay-img-slide-down:hover img {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.overlay-img-slide-up .overlay-info {
  opacity: 1;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.overlay-img-slide-up:hover .background-image {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.overlay-img-slide-up:hover img {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.img-scale-out .background-image {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.img-scale-out img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-img-scale-in:hover .background-image {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-img-scale-in:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.overlay-img-scale-in .overlay-info {
  -webkit-transform: scale3d(0.4, 0.4, 1);
  transform: scale3d(0.4, 0.4, 1); }

.text-column {
  margin-bottom: 3rem;
  margin-bottom: 3rem; }
  .text-column > :last-child {
    margin-bottom: 0; }

.feature-column {
  margin-bottom: 3rem;
  margin-bottom: 3rem; }
  .feature-column.left .feature-icon {
    float: left; }
  .feature-column.left.small .feature-text {
    padding-left: 4rem; }
  .feature-column.left.small .icon-boxed {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.8rem; }
    .feature-column.left.small .icon-boxed + .feature-text {
      padding-left: 9rem; }
  .feature-column.left.small .icon-circled {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.8rem; }
    .feature-column.left.small .icon-circled + .feature-text {
      padding-left: 9rem; }
  .feature-column.left.medium .feature-text {
    padding-left: 5rem; }
  .feature-column.left.medium .icon-boxed + .feature-text {
    padding-left: 9.8rem; }
  .feature-column.left.medium .icon-circled + .feature-text {
    padding-left: 9.8rem; }
  .feature-column.left.large .feature-text {
    padding-left: 6rem; }
  .feature-column.left.large .icon-boxed + .feature-text {
    padding-left: 10.6rem; }
  .feature-column.left.large .icon-circled + .feature-text {
    padding-left: 10.6rem; }
  .feature-column.left.xlarge .feature-text {
    padding-left: 7rem; }
  .feature-column.left.xlarge .icon-boxed + .feature-text {
    padding-left: 12.2rem; }
  .feature-column.left.xlarge .icon-circled + .feature-text {
    padding-left: 12.2rem; }
  .feature-column.left .icon-boxed + .feature-text {
    padding-left: 9.8rem; }
  .feature-column.left .icon-circled + .feature-text {
    padding-left: 9.8rem; }
  .feature-column.right .feature-text {
    padding-right: 5rem;
    padding-left: 0; }
  .feature-column.right.small .feature-text {
    padding-right: 4rem;
    padding-left: 0; }
  .feature-column.right.small .icon-boxed + .feature-text {
    padding-right: 9rem;
    padding-left: 0; }
  .feature-column.right.small .icon-circled + .feature-text {
    padding-right: 9rem;
    padding-left: 0; }
  .feature-column.right.medium .icon-boxed + .feature-text {
    padding-right: 9.8rem;
    padding-left: 0; }
  .feature-column.right.medium .icon-circled + .feature-text {
    padding-right: 9.8rem;
    padding-left: 0; }
  .feature-column.right.large .feature-text {
    padding-right: 6rem;
    padding-left: 0; }
  .feature-column.right.large .icon-boxed + .feature-text {
    padding-right: 10.6rem;
    padding-left: 0; }
  .feature-column.right.large .icon-circled + .feature-text {
    padding-right: 10.6rem;
    padding-left: 0; }
  .feature-column.right.xlarge .feature-text {
    padding-right: 7rem;
    padding-left: 0; }
  .feature-column.right.xlarge .icon-boxed + .feature-text {
    padding-right: 12.2rem;
    padding-left: 0; }
  .feature-column.right.xlarge .icon-circled + .feature-text {
    padding-right: 12.2rem;
    padding-left: 0; }
  .feature-column.right .feature-icon {
    float: right;
    margin-left: auto;
    margin-right: auto; }
  .feature-column.right .icon-boxed + .feature-text {
    padding-right: 9.8rem;
    padding-left: 0; }
  .feature-column.right .icon-circled + .feature-text {
    padding-right: 9.8rem;
    padding-left: 0; }
  .feature-column.medium .icon-boxed {
    width: 6.6rem;
    height: 6.6rem;
    line-height: 6.6rem; }
  .feature-column.medium .icon-circled {
    width: 6.6rem;
    height: 6.6rem;
    line-height: 6.6rem; }
  .feature-column.large .feature-icon {
    font-size: 4rem; }
  .feature-column.large .icon-boxed {
    width: 7.4rem;
    height: 7.4rem;
    line-height: 7.4rem; }
  .feature-column.large .icon-circled {
    width: 7.4rem;
    height: 7.4rem;
    line-height: 7.4rem; }
  .feature-column.xlarge .feature-icon {
    font-size: 5rem; }
  .feature-column.xlarge .icon-boxed {
    width: 8rem;
    height: 8rem;
    line-height: 7.8rem; }
  .feature-column.xlarge .icon-circled {
    width: 8rem;
    height: 8rem;
    line-height: 7.8rem; }
  .feature-column > :last-child {
    margin-bottom: 0; }
  .feature-column.small .feature-icon {
    font-size: 2rem; }
  .feature-column.center .feature-icon {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    .feature-column.center .feature-icon + .feature-text {
      padding-left: 0;
      padding-right: 0; }

.feature-icon {
  font-size: 3rem;
  margin-bottom: 2rem;
  display: inline-block;
  position: relative; }

.feature-text.left {
  padding-left: 5rem; }

.feature-text:first-child {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  .width-1 {
    width: 100%; }
  .width-10 {
    width: 100%; }
  .width-11 {
    width: 100%; }
  .width-12 {
    width: 100%; }
  .width-2 {
    width: 100%; }
  .width-3 {
    width: 100%; }
  .width-4 {
    width: 100%; }
  .width-5 {
    width: 100%; }
  .width-6 {
    width: 100%; }
  .width-7 {
    width: 100%; }
  .width-8 {
    width: 100%; }
  .width-9 {
    width: 100%; }
  .row {
    max-width: 60rem; }
    .row.flex.v-align-middle {
      display: block; }
  [class*=offset-] {
    margin-left: 0; }
  .column[class*=push-] {
    position: static;
    left: 0;
    right: 0; }
  .column[class*=pull-] {
    position: static;
    left: 0;
    right: 0; }
  .left-on-mobile {
    text-align: left !important; }
    .left-on-mobile .dropdown-list {
      left: 0; }
  blockquote {
    width: 100% !important; }
  .lead {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 200; }
  .hide-on-mobile {
    display: none !important;
    visibility: hidden !important; }
  .show-on-mobile {
    display: block !important;
    visibility: visible !important; }
  .pull-left-on-mobile {
    float: left !important; }
  .pull-right-on-mobile {
    float: right !important; }
  .clear-float-on-mobile {
    float: none !important; }
  .v-align-top {
    padding-top: 2rem !important;
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    vertical-align: top !important; }
  .v-align-top-on-mobile {
    padding-top: 2rem !important;
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    vertical-align: top !important; }
  .v-align-bottom {
    padding-bottom: 2rem !important;
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    vertical-align: bottom !important; }
  .v-align-bottom-on-mobile {
    padding-bottom: 2rem !important;
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    vertical-align: bottom !important; }
  .no-padding-on-mobile {
    padding: 0 !important; }
  .no-background-on-mobile {
    background: 0 0 !important;
    border: none !important; }
  .thumbnail .v-align-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .thumbnail .v-align-bottom-on-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .thumbnail .v-align-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .thumbnail .v-align-top-on-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .center-on-mobile {
    text-align: center !important; }
  .right-on-mobile {
    text-align: right !important; }
  .no-transition-on-mobile {
    transition-duration: 0s !important; }
  .grid-container.full-width .grid .grid-item {
    width: 50%; }
  .grid-container.full-width.no-margins .grid .grid-item {
    width: 50%; }
  .grid-container.full-width.small-margins .grid .grid-item {
    width: 50%; }
  .grid-container .grid .grid-item.large {
    width: 100%; }
  .grid-container .grid .grid-item.portrait.large {
    width: 100%; }
  .hero-1 {
    height: auto !important; }
  .hero-2 {
    height: auto !important; }
  .hero-3 {
    height: auto !important; }
  .hero-4 {
    height: auto !important; }
    .hero-4 > .row:after {
      width: 100%;
      left: 0;
      top: 0; }
    .hero-4 > .row:before {
      width: 100%;
      left: 0;
      top: 0; }
  .hero-5 {
    height: auto !important; }
    .hero-5 .media-column {
      display: none;
      visibility: hidden; }
      .hero-5 .media-column .split-hero-content {
        max-width: 60rem;
        margin: 0 auto; }
      .hero-5 .media-column .hero-content-inner {
        padding: 1.5rem; }
    .hero-5.show-media-column-on-mobile {
      padding-top: 0; }
      .hero-5.show-media-column-on-mobile .media-column {
        display: block;
        visibility: visible;
        width: 100%;
        position: relative;
        height: 40rem; }
        .hero-5.show-media-column-on-mobile .media-column iframe {
          height: 40rem; }
        .hero-5.show-media-column-on-mobile .media-column video {
          height: 40rem; }
    .hero-5 .column:first-child:not(.media-column) .split-hero-content {
      margin-top: 11rem; }
    .hero-5 .column:not(.media-column) .split-hero-content {
      margin-top: 5rem;
      margin-bottom: 0; }
    .hero-5 .tms-pagination {
      text-align: center !important; }
    .hero-5 .row + .media-column {
      margin-top: 8rem;
      margin-bottom: -11rem; }
  .hero-content {
    text-align: center; }
  .hero-3[class*=center] {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .hero-slider .tms-pagination {
    width: 100%;
    padding: 0;
    text-align: center; }
  .hero-slider .hero-content-inner {
    padding-left: 3rem;
    padding-right: 3rem; }
  .hero-slider .hero-content {
    width: 100%;
    height: inherit;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6); }
  .hero-slider .media-column + .row {
    max-width: 100% !important; }
    .hero-slider .media-column + .row .tms-content-scalable {
      padding-top: 50rem; }
  .hero-slider .tms-slide > .media-column {
    height: 40rem; }
  .feature-2.left {
    padding-bottom: 0; }
  .feature-2 .column {
    height: auto !important; }
  .feature-2.right .feature-image {
    margin-bottom: 5rem; }
  .feature-2.right .column + .column .feature-content {
    margin-bottom: 0; }
  .feature-2 .row .feature-image {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none; }
  .feature-3 .column {
    height: auto !important; }
    .feature-3 .column:last-child .feature-content {
      padding-bottom: 0; }
    .feature-3 .column:last-child .feature-image {
      margin-bottom: 0; }
    .feature-3 .column:last-child .feature-column:last-child {
      margin-bottom: 0; }
  .feature-3 .feature-image {
    text-align: center;
    margin-bottom: 5rem; }
    .feature-3 .feature-image img {
      max-width: 60%;
      margin: 0 auto; }
  .feature-3 .feature-slider {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 5rem; }
  [class*=call-to-action] {
    height: auto; }
  .call-to-action-3 .call-to-action-content-inner {
    padding-bottom: 2.5rem;
    text-align: center; }
  .call-to-action-3 .row {
    max-width: 100%; }
  .call-to-action-3 .call-to-action-button {
    position: static;
    padding-left: 0;
    padding-right: 0; }
  .testimonial-3 blockquote {
    height: 100%;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd; }
  .testimonial-3 .grid-item:last-child blockquote {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .logos-2 a {
    padding: 3rem 1.5rem; }
  .logos-2 span {
    padding: 3rem 1.5rem; }
  .logos-3 a {
    padding: 3rem 1.5rem; }
  .logos-3 span {
    padding: 3rem 1.5rem; }
  .logos-4 a {
    padding: 3rem 1.5rem; }
  .logos-4 span {
    padding: 3rem 1.5rem; }
  [class*=clients-] .grid-item {
    width: 33.3333%; }
  [class*=clients-] .client-description {
    display: none; }
  [class*=clients-] .client-name {
    font-size: 1.4rem; }
  .stats-2 .grid-item {
    border-bottom: 1px solid #ddd;
    border-right: none; }
  .stats-2 .row-1 {
    border-bottom: 1px solid #ddd; }
    .stats-2 .row-1:nth-of-type(even) {
      border-right: none !important; }
  .stats-2 .row-2:nth-of-type(even) {
    border-right: none !important; }
  [class*=stats-] {
    height: auto !important; }
    [class*=stats-].center-on-mobile .stat-inner {
      text-align: center; }
  .stats-3 .description {
    border-bottom: 1px dotted #ddd; }
  .stats-3 .grid-item {
    border-right: none; }
    .stats-3 .grid-item.row-1 {
      border-bottom: 1px dotted #ddd;
      border-right: none; }
  .stats-3 .row-1:nth-of-type(even) {
    border-right: none !important; }
  .stats-3 .row-2:nth-of-type(even) {
    border-right: none !important; }
  .fs-pagination {
    display: none; }
  .fullscreen-section footer {
    position: relative; }
  .fullscreen-section.content-below-on-mobile {
    height: auto;
    display: block; }
    .fullscreen-section.content-below-on-mobile .fullscreen-inner {
      padding-top: 7rem !important;
      padding-bottom: 7rem !important;
      background-color: transparent;
      display: block;
      text-align: left; }
    .fullscreen-section.content-below-on-mobile .alt-color-on-mobile {
      color: #fff; }
  .fullscreen-section .background-image {
    max-width: 100vw;
    background-attachment: scroll; }
  .fullscreen-section .background-image-wrapper {
    max-width: 100vw;
    background-attachment: scroll; }
  .fullscreen-section.background-fixed .background-image {
    max-width: 100vw;
    background-attachment: scroll; }
  .fullscreen-section.background-fixed .background-image-wrapper {
    max-width: 100vw;
    background-attachment: scroll; }
  .fullscreen-section .column:last-child > :last-child:not(.hero-content):not(input[type=submit]) {
    margin-bottom: 0; }
  .fullscreen-section.no-overlay.content-below-on-mobile .background-on-mobile {
    padding: 0;
    margin-bottom: 0;
    background-color: #f4f4f4; }
  .fullscreen-section.no-overlay.content-below-on-mobile * {
    color: #666; }
  .fullscreen-section .background-on-mobile * {
    color: #666; }
  .fullscreen-section.background-contain .background-image {
    background-position: center !important;
    background-size: 100% !important; }
  .content-below-on-mobile .background-image {
    position: relative !important; }
  .content-below-on-mobile .background-image-wrapper {
    position: relative !important; }
  .content-below-on-mobile .background-slider-wrapper {
    position: relative !important; }
  .fs-image-scale .background-image {
    position: relative !important; }
  .fs-image-scale .background-image-wrapper {
    position: relative !important; }
  .error-404 .form-submit {
    width: auto; }
  .error-404 h1 {
    font-size: 10rem; }
  .pagination-1 .page-list {
    text-align: left;
    padding-bottom: 3.8rem;
    margin-bottom: 3.8rem;
    border-bottom: 1px solid #ddd;
    display: block; }
  .pagination-1 .pagination-next {
    text-align: left; }
    .pagination-1 .pagination-next [class*=icon-] {
      margin-left: 0; }
  .pagination-1 .return-to-index {
    text-align: left;
    padding-bottom: 3.8rem;
    margin-bottom: 3.8rem;
    border-bottom: 1px solid #ddd;
    display: block; }
  .pagination-1 .pagination-previous {
    padding-bottom: 3.8rem;
    margin-bottom: 3.8rem;
    border-bottom: 1px solid #ddd;
    display: block; }
    .pagination-1 .pagination-previous [class*=icon-] {
      margin-right: 0;
      float: right; }
  .pagination-2 .pagination-previous {
    text-align: left; }
    .pagination-2 .pagination-previous:after {
      width: 10rem;
      height: 1rem;
      bottom: 0; }
    .pagination-2 .pagination-previous [class*=icon-] {
      margin-left: 0;
      margin-right: 1rem;
      float: left; }
  .pagination-2 [class*=pagination-] {
    padding: 4rem 1.5rem; }
  .post-info [class*=icon-] {
    display: inline-block !important; }
  .post-info .show-on-mobile a {
    display: inline-block !important; }
  .post-info span.show-on-mobile {
    display: inline-block !important; }
  .post-author-aside {
    display: none !important; }
    .post-author-aside + .author-bio {
      padding-left: 0 !important; }
  .post-comments-aside {
    display: none !important; }
    .post-comments-aside + .comments-inner {
      padding-left: 0 !important; }
  .post-info-aside {
    display: none !important; }
    .post-info-aside + .post-content {
      padding-left: 0 !important; }
  .title-xlarge {
    font-size: 4.5rem;
    line-height: 4.5rem; }
  .title-large {
    font-size: 4rem;
    line-height: 4rem; }
  .title-medium {
    font-size: 3rem;
    line-height: 3rem; }
  .title-small {
    font-size: 2rem;
    line-height: 2rem; }
  .text-xlarge {
    font-size: 2rem;
    line-height: 1.7; }
  .text-large {
    font-size: 1.6rem;
    line-height: 1.6; }
  .text-medium {
    font-size: 1.3rem;
    line-height: 1.5; }
  .text-small {
    font-size: 1.2rem;
    line-height: 1.3; }
  .mt-mobile-0 {
    margin-top: 0; }
  .mt-mobile-5 {
    margin-top: .5rem; }
  .mt-mobile-10 {
    margin-top: 1rem; }
  .mt-mobile-20 {
    margin-top: 2rem; }
  .mt-mobile-30 {
    margin-top: 3rem; }
  .mt-mobile-40 {
    margin-top: 4rem; }
  .mt-mobile-50 {
    margin-top: 5rem; }
  .mt-mobile-60 {
    margin-top: 6rem; }
  .mt-mobile-70 {
    margin-top: 7rem; }
  .mt-mobile-80 {
    margin-top: 8rem; }
  .mt-mobile-90 {
    margin-top: 9rem; }
  .mt-mobile-100 {
    margin-top: 10rem; }
  .mt-mobile-110 {
    margin-top: 11rem; }
  .mt-mobile-120 {
    margin-top: 12rem; }
  .mt-mobile-130 {
    margin-top: 13rem; }
  .mt-mobile-140 {
    margin-top: 14rem; }
  .mt-mobile-150 {
    margin-top: 15rem; }
  .mb-mobile-0 {
    margin-bottom: 0; }
  .mb-mobile-5 {
    margin-bottom: .5rem; }
  .mb-mobile-10 {
    margin-bottom: 1rem; }
  .mb-mobile-20 {
    margin-bottom: 2rem; }
  .mb-mobile-30 {
    margin-bottom: 3rem; }
  .mb-mobile-40 {
    margin-bottom: 4rem; }
  .mb-mobile-50 {
    margin-bottom: 5rem; }
  .mb-mobile-60 {
    margin-bottom: 6rem; }
  .mb-mobile-70 {
    margin-bottom: 7rem; }
  .mb-mobile-80 {
    margin-bottom: 8rem; }
  .mb-mobile-90 {
    margin-bottom: 9rem; }
  .mb-mobile-100 {
    margin-bottom: 10rem; }
  .mb-mobile-110 {
    margin-bottom: 11rem; }
  .mb-mobile-120 {
    margin-bottom: 12rem; }
  .mb-mobile-130 {
    margin-bottom: 13rem; }
  .mb-mobile-140 {
    margin-bottom: 14rem; }
  .mb-mobile-150 {
    margin-bottom: 15rem; }
  [class*=pu-] {
    top: 0; }
  [class*=pd-] {
    top: 0; }
  .feature-column.center-on-mobile .feature-icon {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    .feature-column.center-on-mobile .feature-icon + .feature-text {
      padding-left: 0;
      padding-right: 0; }
  .two-columns-on-tablet > .column[class*=width-] {
    width: 100%; }
  [class*=content-grid-] .grid-item {
    width: 100%; }
  body.boxed .wrapper-inner {
    max-width: 60rem; }
  body.boxed .header-fixed-on-mobile .header-inner {
    max-width: 60rem; }
  .dropdown .login-form-container .button {
    width: 100%;
    display: block;
    text-align: center; }
  .button.no-label-on-mobile [class*=icon-] {
    margin: 0; }
  .button.no-label-on-mobile span:not([class*=icon-]) {
    display: none; }
  .timeline.vertical-indication .timeline-description {
    padding-left: 7rem; }
    .timeline.vertical-indication .timeline-description:before {
      left: 2rem; }
  .timeline.vertical-indication .timeline-title {
    padding-left: 7rem; }
    .timeline.vertical-indication .timeline-title:before {
      width: .1rem;
      content: "";
      background-color: #e7e7e7;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 2rem; }
    .timeline.vertical-indication .timeline-title:after {
      left: 1.5rem; }
  .timeline.vertical-indication.thick .timeline-title:before {
    width: .3rem;
    left: 1.9rem; }
  .timeline.vertical-indication.thick .timeline-description:before {
    left: 1.9rem; }
  .timeline.vertical-indication li:last-child .timeline-title:before {
    display: none; }
  button.no-label-on-mobile [class*=icon-] {
    margin: 0; }
  button.no-label-on-mobile span:not([class*=icon-]) {
    display: none; }
  .feature-column-group .width-3 {
    width: 100%; }
  .pricing-table.columns-3 .pricing-table-column {
    margin-bottom: .5rem; }
    .pricing-table.columns-3 .pricing-table-column.callout {
      top: 0; }
  .tms-slide .row .tms-content {
    display: block; }
  .tms-slide .row .tms-content-inner {
    display: block; }
  .tms-caption.hide-on-mobile {
    display: none !important; }
  .tml-modal-mode .modal-dialog .modal-dialog-inner {
    padding: 1rem; }
    .tml-modal-mode .modal-dialog .modal-dialog-inner .full-width {
      margin: 0 -1rem 3rem; }
    .tml-modal-mode .modal-dialog .modal-dialog-inner .modal-header {
      margin: 0 -1rem 3rem;
      margin-top: -1rem; }
  .overlay-navigation:not(:last-child) {
    padding-bottom: 0; }
  [class*=intro-title-] h1 {
    font-size: 4rem; }
  [class*=hero-] .column:first-child .hero-content {
    margin-bottom: 5rem; }
  [class*=hero-] .column:last-child .hero-content {
    margin-bottom: 0; }
  .feature-1.overlap-bottom .feature-image {
    margin-bottom: -15rem; }
  .feature-1.overlap-bottom + .section-block:before {
    padding-bottom: 15rem; }
  .call-to-action-2 .call-to-action-content-inner {
    padding-bottom: 2.5rem;
    text-align: center; }
  .signup-form-container input[type=submit] {
    width: auto; }
  .testimonial-2 .brief {
    border-right: none; }
    .testimonial-2 .brief h6:last-child {
      margin-bottom: 3rem; }
    .testimonial-2 .brief p:last-child {
      margin-bottom: 3rem; }
  .testimonial-slider.center-on-mobile {
    margin: 0 auto; }
    .testimonial-slider.center-on-mobile .tms-pagination {
      text-align: center; }
    .testimonial-slider.center-on-mobile blockquote {
      text-align: center;
      padding: 0 !important; }
  .masonry-set-dimensions-2 .two-third.horizontal {
    width: 100% !important;
    height: auto !important; }
    .masonry-set-dimensions-2 .two-third.horizontal .thumbnail {
      width: 100% !important;
      height: auto !important; }
  .masonry-set-dimensions-2 .two-third.image-left .item-description {
    width: 100%;
    float: left; }
    .masonry-set-dimensions-2 .two-third.image-left .item-description:after {
      margin-left: -1rem;
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      top: auto !important;
      bottom: 100%;
      left: 50%; }
  .masonry-set-dimensions-2 .two-third.image-right .item-description {
    width: 100%;
    float: left; }
    .masonry-set-dimensions-2 .two-third.image-right .item-description:after {
      margin-left: -1rem;
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      top: auto !important;
      bottom: 100%;
      left: 50%; }
  [class*=logos-] .grid-item {
    width: 33.3333%; }
  .webkit .fullscreen-section .background-image-wrapper {
    max-width: 100vw;
    background-attachment: scroll; }
  .webkit .fullscreen-section.background-fixed .background-image {
    max-width: 100vw;
    background-attachment: scroll; }
  .webkit .fullscreen-section.background-fixed .background-image-wrapper {
    max-width: 100vw;
    background-attachment: scroll; }
  .mobile .fullscreen-section {
    margin-top: -1px; }
    .mobile .fullscreen-section .background-image {
      max-width: 114rem;
      height: inherit; }
  .coming-soon-2 h1 {
    font-size: 6rem; }
  .error-500 h1 {
    font-size: 10rem; }
  .pagination-5 ul li a.pagination-next {
    width: 6rem;
    padding: 0;
    text-align: center; }
    .pagination-5 ul li a.pagination-next span:first-child {
      display: none; }
  .pagination-5 ul li a.pagination-previous {
    width: 6rem;
    padding: 0;
    text-align: center; }
    .pagination-5 ul li a.pagination-previous span:last-child {
      display: none; }
  .pagination-5 ul li a span {
    float: none; }
  .footer-top > .row > .column {
    width: 100%; }
  [class*=footer-] .footer-bottom .copyright {
    display: block;
    float: none; }
  [class*=footer-] .footer-bottom .navigation {
    display: block;
    float: none; }
  [class*=footer-] .footer-bottom .social-list {
    display: block;
    float: none; }
  .footer .navigation li {
    display: inline-block;
    float: none; }
  .blog-regular .post-media .post-slider {
    width: 57rem;
    height: 38rem; }
  .blog-wide .post-media .post-slider {
    width: 57rem;
    height: 38rem; }
  .comment-list ul {
    margin-left: 0 !important; } }

.checkbox-label {
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #666;
  position: relative; }
  .checkbox-label ~ .checkbox-label {
    margin-left: 1rem; }

.radio-label {
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #666;
  position: relative; }
  .radio-label ~ .radio-label {
    margin-left: 1rem; }

label {
  margin-bottom: .8rem;
  color: #666;
  font-size: 1.2rem;
  display: block; }
  label.pull-right {
    margin-left: 1rem;
    margin-bottom: 0;
    padding: 1.4rem 0;
    line-height: normal;
    float: left; }
  label.pull-left {
    margin-bottom: 0;
    padding: 1.4rem 0;
    line-height: normal;
    float: left;
    margin-right: 1rem; }
  label.emphasized {
    color: #666;
    font-size: 1.2rem;
    font-weight: 700; }

input[type=submit] {
  width: auto; }

.disabled {
  opacity: .6;
  cursor: default !important; }
  .disabled * {
    cursor: default !important; }

.checkbox {
  opacity: 0;
  position: absolute;
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .checkbox:disabled {
    opacity: 0;
    cursor: default; }
    .checkbox:disabled + .checkbox-label {
      opacity: .6; }
      .checkbox:disabled + .checkbox-label:before {
        opacity: .6; }
  .checkbox + .checkbox-label:before {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #eee;
    content: '';
    font-family: icomoon;
    text-align: center; }
  .checkbox:checked + .checkbox-label {
    opacity: 1; }
    .checkbox:checked + .checkbox-label:before {
      content: '\e63a';
      background: #fff;
      color: #666; }
  .checkbox:focus + .checkbox-label {
    outline: 0; }
  .checkbox.rounded + .checkbox-label:before {
    border-radius: .3rem; }
  .checkbox.small + .checkbox-label {
    font-size: 1.1rem; }
    .checkbox.small + .checkbox-label:before {
      width: 1.6rem;
      height: 1.6rem;
      line-height: 1.6rem; }
  .checkbox.large + .checkbox-label {
    font-size: 1.4rem; }
    .checkbox.large + .checkbox-label:before {
      width: 2.4rem;
      height: 2.4rem;
      line-height: 2.4rem; }
  .checkbox.xlarge + .checkbox-label {
    font-size: 1.5rem; }
    .checkbox.xlarge + .checkbox-label:before {
      width: 2.7rem;
      height: 2.7rem;
      line-height: 2.7rem; }

.radio {
  opacity: 0;
  position: absolute;
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .radio:disabled {
    opacity: 0;
    cursor: default; }
    .radio:disabled + .radio-label {
      opacity: .6; }
      .radio:disabled + .radio-label:before {
        opacity: .6; }
  .radio + .radio-label:before {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #eee;
    content: '';
    font-family: icomoon;
    text-align: center;
    border-radius: 50%; }
  .radio:checked + .radio-label {
    opacity: 1; }
    .radio:checked + .radio-label:before {
      background: #666;
      box-shadow: inset 0 0 0 4px #fff; }
  .radio:focus + .radio-label {
    outline: 0; }
  .radio.small + .radio-label {
    font-size: 1.1rem; }
    .radio.small + .radio-label:before {
      width: 1.6rem;
      height: 1.6rem;
      line-height: 1.6rem; }
  .radio.large + .radio-label {
    font-size: 1.4rem; }
    .radio.large + .radio-label:before {
      width: 2.4rem;
      height: 2.4rem;
      line-height: 2.4rem; }
  .radio.xlarge + .radio-label {
    font-size: 1.5rem; }
    .radio.xlarge + .radio-label:before {
      width: 2.7rem;
      height: 2.7rem;
      line-height: 2.7rem; }

.form-element {
  background: #f9f9f9;
  font-size: 1.3rem;
  color: #666;
  border: 1px solid #eee;
  border-radius: 0;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }
  .form-element:focus {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    outline: 0; }
  .form-element.rounded {
    border-radius: .3rem; }
  .form-element.pill {
    border-radius: 10.5rem; }
  .form-element.small {
    padding: 1rem 1.5rem;
    font-size: 1.1rem; }
    .form-element.small select {
      padding: 1rem 3.5rem 1rem 1.5rem;
      font-size: 1.1rem; }
  .form-element.medium {
    padding: 1.3rem 2.5rem; }
    .form-element.medium select {
      padding: 1.3rem 4.5rem 1.3rem 2.5rem; }
  .form-element.large {
    padding: 1.6rem 3rem;
    font-size: 1.4rem; }
    .form-element.large select {
      padding: 1.6rem 5rem 1.6rem 3rem;
      font-size: 1.4rem; }
  .form-element.xlarge {
    padding: 1.9rem 3.5rem;
    font-size: 1.5rem; }
    .form-element.xlarge select {
      padding: 1.9rem 5.5rem 1.9rem 3.5rem;
      font-size: 1.5rem; }
  .form-element + label:before {
    transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
    transition-property: background, border-color, color, opacity, box-shadow, transform;
    transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out; }

.input-indication {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5rem; }
  .input-indication .form-element {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .input-indication .form-element:focus + .inherit-style {
      background: #fff;
      color: #333;
      border: 1px solid #ccc;
      box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
      outline: 0; }
  .input-indication.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .input-indication.reverse .form-element:first-child {
      border-left: none !important;
      padding-left: 0; }
    .input-indication.reverse .form-element select {
      padding-left: 0; }
    .input-indication.reverse .form-element:focus + .inherit-style {
      background: #fff;
      color: #333;
      border: 1px solid #ccc;
      box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
      outline: 0; }
    .input-indication.reverse .form-element + .inherit-style {
      border-right: none !important; }
    .input-indication.reverse > :last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-indication.reverse > :first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-indication .input-icon {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .input-indication:not(.reverse) .form-element:first-child {
    border-right: none !important;
    padding-right: 0; }
  .input-indication:not(.reverse) .form-element select {
    padding-right: 0; }
  .input-indication:not(.reverse) .form-element + .inherit-style {
    border-left: none !important; }
  .input-indication:not(.reverse) > :first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-indication:not(.reverse) > :last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.textarea-no-resize {
  resize: none; }

.form-select {
  width: 100%;
  padding: 0 !important;
  position: relative; }
  .form-select select {
    width: 100%;
    padding: 1.3rem 2.5rem; }
  .form-select:after {
    font-family: icomoon;
    font-size: 1.5rem;
    content: "\e63e";
    pointer-events: none;
    position: absolute;
    top: 1rem;
    right: 2rem; }
  .form-select.small:after {
    top: .5rem;
    right: 1rem; }
  .form-select.large:after {
    top: 1.4rem;
    right: 2.5rem; }
  .form-select.xlarge:after {
    top: 1.7rem;
    right: 3rem; }

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

.button-content > span {
  display: inline-block; }

.button-content small {
  display: block; }

div[contenteditable=true] {
  background: #f9f9f9;
  color: #666;
  border: 1px solid #eee;
  padding: 1.3rem 2.5rem; }
  div[contenteditable=true]:focus {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    outline: 0; }
  div[contenteditable=true].small {
    padding: 1rem 1.5rem;
    font-size: 1rem; }
  div[contenteditable=true].medium {
    padding: 1.3rem 2.5rem; }
  div[contenteditable=true].large {
    padding: 1.6rem 3rem;
    font-size: 1.4rem; }
  div[contenteditable=true].xlarge {
    padding: 1.9rem 3.5rem;
    font-size: 1.5rem; }

.button-group {
  margin-bottom: 3rem;
  margin-bottom: 3rem; }

.left-on-mobile .button {
  margin-right: 1rem;
  margin-left: 0; }

.left-on-mobile button {
  margin-right: 1rem;
  margin-left: 0; }

.center-on-mobile .button {
  margin-right: .5rem;
  margin-left: .5rem; }

.center-on-mobile button {
  margin-right: .5rem;
  margin-left: .5rem; }

.right-on-mobile .button + .button {
  margin-right: 0;
  margin-left: 1rem; }

.right-on-mobile button + button {
  margin-right: 0;
  margin-left: 1rem; }

form .button {
  margin-right: 0 !important;
  margin-left: 0 !important; }

form button {
  margin-right: 0 !important;
  margin-left: 0 !important; }

input[type=submit]::-moz-focus-inner {
  border: 0 !important; }

.dropdown-list {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  width: 16rem;
  margin: .3rem 0 0;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: .3rem;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  position: absolute;
  z-index: 101;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  transition-duration: .4s; }
  .dropdown-list li a:hover {
    background: #f4f4f4;
    color: #333;
    text-decoration: none; }
  .dropdown-list li.current a {
    background: #f4f4f4;
    color: #666; }
  .dropdown-list.active {
    opacity: 1;
    visibility: visible; }
  .dropdown-list .list-header {
    padding: .6rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    background: #ddd; }
  .dropdown-list:not(.custom-content) li a {
    padding: .6rem 2.5rem;
    display: block;
    font-size: 1.2rem;
    color: #666;
    font-weight: 400;
    cursor: pointer; }

.button-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .button-nav li {
    margin: 0 1px 0 0;
    float: left; }
    .button-nav li .button.pill {
      border-radius: 0; }
    .button-nav li .button.rounded {
      border-radius: 0; }
    .button-nav li button.pill {
      border-radius: 0; }
    .button-nav li button.rounded {
      border-radius: 0; }
    .button-nav li:first-child .button.rounded {
      border-radius: .3rem 0 0 .3rem; }
    .button-nav li:first-child .button.pill {
      border-radius: 10.5rem 0 0 10.5rem; }
    .button-nav li:first-child button.rounded {
      border-radius: .3rem 0 0 .3rem; }
    .button-nav li:first-child button.pill {
      border-radius: 10.5rem 0 0 10.5rem; }
    .button-nav li:last-child .button.pill {
      border-radius: 0 10.5rem 10.5rem 0; }
    .button-nav li:last-child .button.rounded .button-nav li:last-child button.rounded {
      border-radius: 0 .3rem .3rem 0; }
    .button-nav li:last-child button.pill {
      border-radius: 0 10.5rem 10.5rem 0; }
  .button-nav.rounded li:first-child .button {
    border-radius: .3rem 0 0 .3rem; }
  .button-nav.rounded li:first-child button {
    border-radius: .3rem 0 0 .3rem; }
  .button-nav.rounded li:last-child .button {
    border-radius: 0 .3rem .3rem 0; }
  .button-nav.rounded li:last-child button {
    border-radius: 0 .3rem .3rem 0; }
  .button-nav.pill li:first-child .button {
    border-radius: 10.5rem 0 0 10.5rem; }
  .button-nav.pill li:first-child button {
    border-radius: 10.5rem 0 0 10.5rem; }
  .button-nav.pill li:last-child .button {
    border-radius: 0 10.5rem 10.5rem 0; }
  .button-nav.pill li:last-child button {
    border-radius: 0 10.5rem 10.5rem 0; }
  .button-nav.center li {
    margin-left: -.3rem;
    display: inline-block;
    float: none; }

.dropdown {
  position: relative;
  margin-bottom: 1rem; }
  .dropdown .button {
    margin: 0;
    text-align: left; }
  .dropdown button {
    margin: 0;
    text-align: left; }
  .dropdown.disabled .button {
    cursor: default;
    border-color: #ddd !important;
    background: #fff !important;
    color: #ddd !important; }
    .dropdown.disabled .button:hover {
      border-color: #ddd !important;
      background: #fff !important;
      color: #ddd !important; }
  .dropdown.disabled button {
    border-color: #ddd !important;
    background: #fff !important;
    color: #ddd !important; }
    .dropdown.disabled button:hover {
      border-color: #ddd !important;
      background: #fff !important;
      color: #ddd !important; }
  .dropdown.small .button {
    padding: 1rem 1.5rem; }
  .dropdown.small button {
    padding: 1rem 1.5rem; }
  .dropdown.small .dropdown-list {
    width: 14rem; }
    .dropdown.small .dropdown-list li a {
      padding: .4rem 1.5rem; }
  .dropdown.medium .button {
    padding: 1.3rem 2.5rem; }
  .dropdown.medium button {
    padding: 1.3rem 2.5rem; }
  .dropdown.medium .dropdown-list {
    width: 16rem; }
    .dropdown.medium .dropdown-list li a {
      padding: .6rem 2.5rem; }
  .dropdown.large .button {
    padding: 1.6rem 3rem; }
  .dropdown.large button {
    padding: 1.6rem 3rem; }
  .dropdown.large .dropdown-list {
    width: 18rem; }
    .dropdown.large .dropdown-list li a {
      padding: .9rem 3rem; }
  .dropdown.xlarge .button {
    padding: 1.9rem 3.5rem; }
  .dropdown.xlarge button {
    padding: 1.9rem 3.5rem; }
  .dropdown.xlarge .dropdown-list {
    width: 20rem; }
    .dropdown.xlarge .dropdown-list li a {
      padding: 1.2rem 3.5rem; }
  .dropdown.rounded .button {
    border-radius: .3rem; }
  .dropdown.rounded button {
    border-radius: .3rem; }

.list-inline {
  margin-left: 0;
  list-style: none; }
  .list-inline li {
    display: inline-block; }
  .list-inline.right li {
    margin-left: 1rem; }
  .list-inline.center li {
    margin-left: .5rem;
    margin-right: .5rem; }
  .list-inline.left li {
    margin-right: 1rem; }

ol {
  margin: 0 0 3rem 2rem;
  padding: 0;
  font-size: 1.4rem;
  list-style: decimal; }
  ol ol {
    margin: .4rem 0 .4rem 3rem; }
  ol ul {
    margin: .4rem 0 .4rem 3rem; }
  ol li > [class*=icon-]:first-child {
    margin-right: 1rem; }

ul {
  margin: 0 0 3rem 2rem;
  padding: 0;
  font-size: 1.4rem;
  list-style: disc; }
  ul ol {
    margin: .4rem 0 .4rem 3rem; }
  ul ul {
    margin: 0 !important; }
  ul li > [class*=icon-]:first-child {
    margin-right: 1rem; }

dl {
  margin: 0 0 3rem; }

dt {
  font-weight: 700; }

dd {
  padding-left: 3rem;
  margin: 0 0 1rem; }

.list-unstyled {
  margin-left: 0;
  list-style: none; }

.list-group-dotted {
  border: none; }

.list-group {
  margin-left: 0;
  list-style: none; }
  .list-group.dashed {
    border: none; }
    .list-group.dashed li {
      border-bottom-style: dashed; }
      .list-group.dashed li li {
        border-top-style: dashed; }
  .list-group.solid {
    border: none; }
  .list-group li {
    padding: 1rem 0;
    border-bottom: 1px solid #eee; }
    .list-group li > li {
      border-top: 1px solid #eee; }
      .list-group li > li:last-child {
        padding-bottom: 0;
        border-top: none; }
    .list-group li:last-child {
      border-bottom: none;
      border-width: 0;
      margin-bottom: 0; }
    .list-group li ul {
      padding-top: 1rem; }
  .list-group ol {
    margin: 0; }
  .list-group ul {
    margin: 0; }
  .list-group.boxed li {
    padding: 1rem 2rem;
    border: 1px solid;
    border-bottom: none; }
    .list-group.boxed li:last-child {
      border-bottom: 1px solid; }
    .list-group.boxed li li:last-child {
      padding: 1rem 2rem;
      border-top: 1px solid; }
  .list-group.boxed.small li {
    padding: .7rem 1.5rem; }
  .list-group.boxed.medium li {
    padding: 1rem 2rem; }
  .list-group.boxed.large li {
    padding: 1.3rem 2.5rem; }
  .list-group.boxed.xlarge li {
    padding: 1.6rem 3rem; }
  .list-group.boxed.dotted li {
    border-style: dotted;
    border-bottom: none; }
    .list-group.boxed.dotted li:last-child {
      border-bottom: 1px dotted; }
    .list-group.boxed.dotted li li:last-child {
      border-top-style: dotted; }
  .list-group.boxed.dashed li {
    border-style: dashed;
    border-bottom: none; }
    .list-group.boxed.dashed li:last-child {
      border-bottom: 1px dashed; }
    .list-group.boxed.dashed li li:last-child {
      border-top-style: dashed; }
  .list-group.boxed.thick li {
    border-width: .2rem; }
    .list-group.boxed.thick li:last-child {
      border-width: .2rem; }
  .list-group.small li {
    padding: .7rem 0; }
    .list-group.small li li {
      padding-left: 1.5rem;
      margin-top: 0; }
  .list-group.small ol {
    margin-top: 0.7rem !important; }
  .list-group.medium li {
    padding: 1rem 0; }
  .list-group.medium ol {
    margin-top: 1rem !important; }
  .list-group.large li {
    padding: 1.3rem 0; }
  .list-group.large ol {
    margin-top: 1.3rem !important; }
  .list-group.xlarge li {
    padding: 1.6rem 0; }
  .list-group.xlarge ol {
    margin-top: 1.6rem !important; }
  .list-group.boxed[class*=border-] {
    border-width: 0; }
    .list-group.boxed[class*=border-].dashed {
      border-width: 0; }
    .list-group.boxed[class*=border-].dotted {
      border-width: 0; }
    .list-group.boxed[class*=border-].thick {
      border-width: 0; }
    .list-group.boxed[class*=border-]:hover {
      border-width: 0; }
  .list-group > li:first-child {
    padding-top: 0; }
  .list-group.dotted li {
    border-bottom-style: dotted; }
    .list-group.dotted li li {
      border-top-style: dotted; }
  .list-group.thick li {
    border-bottom-width: .2rem; }
    .list-group.thick li li {
      border-top-width: .2rem; }
  .list-group:not(.boxed) li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important; }
  .list-group.rounded li:first-child {
    border-radius: .3rem .3rem 0 0; }
  .list-group.rounded li:last-child {
    border-radius: 0 0 .3rem .3rem; }

.list-group[class*=border-] {
  border-width: 0; }
  .list-group[class*=border-] li {
    border-color: inherit !important; }
    .list-group[class*=border-] li li {
      border-color: inherit !important; }
    .list-group[class*=border-] li ul {
      border-color: inherit !important; }
  .list-group[class*=border-].dashed {
    border-width: 0; }
  .list-group[class*=border-].dotted {
    border-width: 0; }
  .list-group[class*=border-].thick {
    border-width: 0; }
  .list-group[class*=border-]:hover {
    border-width: 0; }

.list-groups.small ul {
  margin-top: 0.7rem !important; }

.list-groups.boxed.small li {
  padding: .7rem 1.5rem; }

.list-groups.medium ul {
  margin-top: 1rem !important; }

.list-groups.large ul {
  margin-top: 1.3rem !important; }

.list-groups.xlarge ul {
  margin-top: 1.6rem !important; }

.menu-box {
  overflow: visible;
  margin-bottom: 3rem;
  margin-bottom: 3rem; }
  .menu-box.small {
    padding: 1.5rem 1.5rem 0; }
    .menu-box.small .menu-list {
      margin-bottom: 1.5rem; }
  .menu-box.medium {
    padding: 2rem 2rem 0; }
    .menu-box.medium .menu-list {
      margin-bottom: 2rem; }
  .menu-box.large {
    padding: 2.5rem 2.5rem 0; }
    .menu-box.large .menu-list {
      margin-bottom: 2.5rem; }
  .menu-box.xlarge {
    padding: 3rem 3rem 0; }
    .menu-box.xlarge .menu-list {
      margin-bottom: 3rem; }

.menu-list {
  margin: 0 0 3rem;
  list-style: none;
  margin-bottom: 3rem; }
  .menu-list li {
    margin: 0 0 3rem;
    list-style: none;
    position: relative;
    margin-bottom: 3rem; }
    .menu-list li:last-child {
      margin-bottom: 0; }
  .menu-list h4 {
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
    .menu-list h4 + p {
      margin-top: 1.3rem; }
    .menu-list h4 .menu-line {
      bottom: 4px; }
  .menu-list p {
    margin-bottom: 0; }
  .menu-list.boxed {
    padding: 2rem;
    border-style: solid;
    border-width: 1px; }
    .menu-list.boxed.small {
      padding: 1.5rem 1.5rem 0; }
      .menu-list.boxed.small li:last-child {
        margin-bottom: 1.5rem; }
    .menu-list.boxed.medium {
      padding: 2rem 2rem 0; }
      .menu-list.boxed.medium li:last-child {
        margin-bottom: 2rem; }
    .menu-list.boxed.large {
      padding: 2.5rem 2.5rem 0; }
      .menu-list.boxed.large li:last-child {
        margin-bottom: 2.5rem; }
    .menu-list.boxed.xlarge {
      padding: 3rem 3rem 0; }
      .menu-list.boxed.xlarge li:last-child {
        margin-bottom: 3rem; }
    .menu-list.boxed.dashed {
      border-style: dashed; }
    .menu-list.boxed.dotted {
      border-style: dotted; }
  .menu-list .menu-content {
    padding-right: 10rem;
    position: relative;
    z-index: 1; }
    .menu-list .menu-content .menu-line {
      bottom: 8px; }
  .menu-list .menu-description {
    background-color: #fff;
    position: relative;
    z-index: 1; }
  .menu-list .menu-price {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 0; }
  .menu-list .menu-title {
    background-color: #fff;
    position: relative;
    z-index: 1; }
  .menu-list .menu-line {
    height: 1px;
    margin: 0;
    border: 0;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 0;
    background-image: linear-gradient(to right, #ccc 100%, rgba(0, 0, 0, 0) 0);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x; }
  .menu-list .callout {
    padding: 2rem;
    background-color: #f4f4f4; }
    .menu-list .callout.rounded {
      border-radius: .3rem; }
    .menu-list .callout * {
      background-color: inherit; }
  .menu-list.rounded {
    border-radius: .3rem; }
    .menu-list.rounded .callout {
      border-radius: .3rem; }
  .menu-list.center .menu-price {
    position: relative; }
  .menu-list.center .menu-line {
    display: none; }
  .menu-list.center .menu-content {
    padding: 0; }
  .menu-list.center .menu-description {
    display: block; }
  .menu-list.menu-items-inline .menu-content {
    display: inline; }
  .menu-list.menu-items-inline h4 {
    display: inline; }
  .menu-list .special-item {
    font-size: 1.3rem;
    font-style: italic;
    text-transform: none; }
  .menu-list.right .menu-content {
    padding-left: 10rem;
    padding-right: 0; }
  .menu-list.right .menu-price {
    left: 0;
    right: auto; }

.accordion {
  margin: 0 0 3rem;
  padding: 0;
  border: none !important; }
  .accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .accordion > ul > li {
      margin: 0 0 1px;
      display: block; }
      .accordion > ul > li > a {
        font-weight: 400;
        line-height: 1.4;
        vertical-align: middle;
        color: #666;
        text-decoration: none;
        padding: 1.3rem 2.5rem;
        margin: 0;
        font-size: 1.3rem;
        display: block;
        background-color: #eee;
        border: 1px solid #eee;
        cursor: pointer; }
        .accordion > ul > li > a:hover {
          text-decoration: none;
          color: #666;
          background: #ccc;
          border-color: #ccc; }
      .accordion > ul > li.active > a {
        background: 0 0;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #eee; }
      .accordion > ul > li.active > div {
        height: auto;
        visibility: visible; }
      .accordion > ul > li > div {
        height: 0;
        visibility: hidden;
        border: 1px solid #eee;
        overflow: hidden;
        transition-property: height, visibility;
        transition-duration: .3s; }
        .accordion > ul > li > div > :first-child {
          margin-top: 0; }
        .accordion > ul > li > div:not(.form-element):not(.input-indication):not(.radio-label):not(.checkbox-label):last-child {
          margin-bottom: 0; }
  .accordion:after {
    content: ".";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both; }
  .accordion .accordion-content {
    height: auto;
    padding: 2.5rem;
    overflow: hidden;
    display: block; }
  .accordion.small .accordion-content {
    padding: 1.5rem; }
  .accordion.small li > a {
    padding: 1rem 1.5rem;
    font-size: 1.1rem; }
  .accordion.medium .accordion-content {
    padding: 2.5rem; }
  .accordion.medium li > a {
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem; }
  .accordion.large .accordion-content {
    padding: 3rem; }
  .accordion.large li > a {
    padding: 1.6rem 3rem;
    font-size: 1.4rem; }
  .accordion.xlarge .accordion-content {
    padding: 3.5rem; }
  .accordion.xlarge li > a {
    padding: 1.9rem 3.5rem;
    font-size: 1.5rem; }
  .accordion.rounded li > div {
    border-radius: 0 0 .3rem .3rem; }
  .accordion.rounded li:first-child > a {
    border-radius: .3rem .3rem 0 0; }
  .accordion.rounded li:last-child > a {
    border-radius: 0 0 .3rem .3rem; }
  .accordion.rounded li.active:last-child > a:hover {
    border-radius: 0; }
  .accordion.solid li > a {
    border-style: solid; }
  .accordion.solid li > div {
    border-style: solid; }
  .accordion.dashed li > a {
    border-style: dashed; }
  .accordion.dashed li > div {
    border-style: dashed; }
  .accordion.dotted li > a {
    border-style: dashed; }
  .accordion.dotted li > div {
    border-style: dashed; }
  .accordion.thick li > a {
    border-width: .2rem; }
  .accordion.thick li > div {
    border-width: .2rem; }

.tabs {
  margin: 0 0 3rem;
  padding: 0; }
  .tabs.vertical:after {
    content: ".";
    display: block;
    overflow: hidden;
    clear: both; }
  .tabs.vertical .tab-nav {
    width: 25%;
    float: left; }
    .tabs.vertical .tab-nav > li {
      margin: 0 0 1px;
      display: block;
      float: none; }
      .tabs.vertical .tab-nav > li a {
        display: block; }
      .tabs.vertical .tab-nav > li.active a {
        background: #fff;
        border-top: 1px solid #eee;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        cursor: default;
        position: relative; }
        .tabs.vertical .tab-nav > li.active a:hover {
          background: #fff;
          border-top: 1px solid #eee;
          border-right: 1px solid transparent;
          border-bottom: 1px solid #eee;
          border-left: 1px solid #eee;
          cursor: default;
          position: relative; }
  .tabs.vertical .tab-panes {
    width: 75%;
    margin-top: 0;
    margin-left: -1px;
    float: left; }
  .tabs.vertical.rounded .tab-nav > li:last-child a {
    border-radius: 0 0 0 .3rem; }
  .tabs.right.vertical .tab-nav {
    width: 25%;
    float: right; }
    .tabs.right.vertical .tab-nav > li {
      margin: 0 0 1px;
      float: none; }
      .tabs.right.vertical .tab-nav > li.active a {
        background: #fff;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid transparent; }
        .tabs.right.vertical .tab-nav > li.active a:hover {
          background: #fff;
          border-top: 1px solid #eee;
          border-right: 1px solid #eee;
          border-bottom: 1px solid #eee;
          border-left: 1px solid transparent; }
  .tabs.right.vertical .tab-panes {
    margin-left: 0;
    margin-right: -1px;
    float: right; }
  .tabs.right.vertical.rounded .tab-nav > li:last-child a {
    border-radius: 0 0 .3rem; }
  .tabs.right.rounded .tab-panes {
    border-radius: .3rem 0 .3rem .3rem; }
  .tabs.right.rounded .tab-nav > li:first-child a {
    border-radius: 0 .3rem 0 0; }
  .tabs.right.rounded .tab-nav > li:last-child a {
    border-radius: .3rem 0 0; }
  .tabs.right .tab-nav > li {
    margin: 0 0 0 1px; }
  .tabs.small .tab-panes {
    padding: 1.5rem; }
  .tabs.small .tab-nav > li a {
    padding: 1rem 1.5rem;
    font-size: 1.1rem; }
  .tabs.medium .tab-panes {
    padding: 2.5rem; }
  .tabs.medium .tab-nav > li a {
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem; }
  .tabs.large .tab-panes {
    padding: 3rem; }
  .tabs.large .tab-nav > li a {
    padding: 1.6rem 3rem;
    font-size: 1.4rem; }
  .tabs.xlarge .tab-panes {
    padding: 3.5rem; }
  .tabs.xlarge .tab-nav > li a {
    padding: 1.9rem 3.5rem;
    font-size: 1.5rem; }
  .tabs.rounded .tab-panes {
    border-radius: 0 .3rem .3rem; }
  .tabs.rounded .tab-nav > li:first-child a {
    border-radius: .3rem 0 0; }
  .tabs.rounded .tab-nav > li:last-child a {
    border-radius: 0 .3rem 0 0; }
  .tabs.solid .tab-panes {
    border-style: solid; }
  .tabs.solid .tab-nav > li.active a {
    border-style: solid; }
    .tabs.solid .tab-nav > li.active a:hover {
      border-style: solid; }
  .tabs.dashed .tab-panes {
    border-style: dashed; }
  .tabs.dashed .tab-nav > li.active a {
    border-style: dashed; }
    .tabs.dashed .tab-nav > li.active a:hover {
      border-style: dashed; }
  .tabs.dotted .tab-panes {
    border-style: dashed; }
  .tabs.dotted .tab-nav > li.active a {
    border-style: dashed; }
    .tabs.dotted .tab-nav > li.active a:hover {
      border-style: dashed; }
  .tabs.thick .tab-panes {
    border-width: .2rem; }
  .tabs.thick .tab-nav > li.active a {
    border-width: .2rem; }
    .tabs.thick .tab-nav > li.active a:hover {
      border-width: .2rem; }
  .tabs .tab-nav > li {
    margin: 0 1px 0 0;
    display: inline-block; }
    .tabs .tab-nav > li a {
      font-weight: 400;
      line-height: 1.4;
      vertical-align: middle;
      color: #666;
      text-decoration: none;
      padding: 1.3rem 2.5rem;
      margin: 0;
      font-size: 1.3rem;
      display: inline-block;
      background-color: #eee;
      border: 1px solid #eee;
      cursor: pointer; }
      .tabs .tab-nav > li a:hover {
        text-decoration: none;
        color: #666;
        background: #ccc;
        border-color: #ccc; }
    .tabs .tab-nav > li:last-child {
      margin-right: 0; }
    .tabs .tab-nav > li.disabled a:hover {
      font-weight: 400;
      line-height: 1.4;
      vertical-align: middle;
      color: #666;
      text-decoration: none;
      padding: 1.3rem 2.5rem;
      margin: 0;
      font-size: 1.3rem;
      display: inline-block;
      background-color: #eee;
      border: 1px solid #eee;
      cursor: pointer; }
    .tabs .tab-nav > li.active a {
      background: #fff;
      border-top: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 1px solid transparent;
      border-left: 1px solid #eee;
      cursor: default; }
      .tabs .tab-nav > li.active a:hover {
        background: #fff;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #eee;
        cursor: default; }

.timeline {
  margin: 0 0 3rem;
  list-style: none; }
  .timeline .timeline-description {
    position: relative; }
  .timeline .timeline-title {
    position: relative; }
  .timeline li {
    padding: 0;
    margin: 0; }
    .timeline li:last-child {
      margin-bottom: 0; }
      .timeline li:last-child .timeline-description:last-child {
        margin-bottom: 0; }
  .timeline.vertical-indication .timeline-title {
    padding-right: 5rem;
    z-index: 1; }
    .timeline.vertical-indication .timeline-title:after {
      width: 1.1rem;
      height: 1.1rem;
      border-radius: 50%;
      content: "";
      border: 2px solid #333;
      background-color: #fff;
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 100; }
  .timeline.vertical-indication .timeline-description {
    padding-left: 5rem; }
    .timeline.vertical-indication .timeline-description:before {
      width: .1rem;
      content: "";
      background-color: #eee;
      position: absolute;
      left: .5rem;
      top: 0;
      bottom: 0; }
  .timeline.vertical-indication.thick .timeline-description:before {
    width: .3rem;
    left: .4rem; }
  .timeline.vertical-indication li:last-child .timeline-description:before {
    display: none; }

.tab-nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none; }
  .tab-nav:after {
    content: ".";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both; }

.tab-panes {
  margin-top: -1px;
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #eee; }
  .tab-panes > div {
    display: none;
    background: 0 0; }
    .tab-panes > div.active {
      content: ".";
      display: block;
      overflow: hidden;
      clear: both; }
    .tab-panes > div > :first-child {
      margin-top: 0; }
    .tab-panes > div:not(.form-element):not(.input-indication):not(.radio-label):not(.checkbox-label):last-child {
      margin-bottom: 0; }
  .tab-panes .tab-content {
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .4s; }
  .tab-panes .animate-in .tab-content {
    opacity: 1; }

.pricing-table {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem; }
  .pricing-table.left {
    text-align: left; }
  .pricing-table.right {
    text-align: right; }
  .pricing-table:after {
    content: ".";
    display: block;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both; }
  .pricing-table:before {
    content: ".";
    display: block;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden; }
  .pricing-table.small .pricing-table-price .currency {
    font-size: 1.3rem;
    top: -1rem; }
  .pricing-table.small .pricing-table-price .interval {
    font-size: 1.1rem; }
  .pricing-table.small .pricing-table-price h4 {
    font-size: 3rem; }
  .pricing-table.small .pricing-table-header h2 {
    font-size: 2.5rem; }
  .pricing-table.medium .pricing-table-price .currency {
    font-size: 1.6rem;
    top: -1.4rem; }
  .pricing-table.medium .pricing-table-price .interval {
    font-size: 1.3rem; }
  .pricing-table.medium .pricing-table-price h4 {
    font-size: 3.6rem; }
  .pricing-table.medium .pricing-table-header h2 {
    font-size: 3rem; }
  .pricing-table.large .pricing-table-price .currency {
    font-size: 1.6rem;
    top: -2rem; }
  .pricing-table.large .pricing-table-price .interval {
    font-size: 1.4rem; }
  .pricing-table.large .pricing-table-price h4 {
    font-size: 4.5rem; }
  .pricing-table.large .pricing-table-header h2 {
    font-size: 3rem; }
  .pricing-table.xlarge .pricing-table-price .currency {
    font-size: 2rem;
    top: -2.7rem; }
  .pricing-table.xlarge .pricing-table-price .interval {
    font-size: 1.6rem; }
  .pricing-table.xlarge .pricing-table-price h4 {
    font-size: 6rem; }
  .pricing-table.xlarge .pricing-table-header h2 {
    font-size: 3.2rem; }
  .pricing-table.rounded .pricing-table-column:first-child {
    border-radius: .3rem 0 0 .3rem; }
    .pricing-table.rounded .pricing-table-column:first-child > div:first-child {
      border-top-left-radius: inherit; }
    .pricing-table.rounded .pricing-table-column:first-child > div:left-child {
      border-bottom-left-radius: inherit; }
  .pricing-table.rounded .pricing-table-column:last-child {
    border-radius: 0 .3rem .3rem 0; }
    .pricing-table.rounded .pricing-table-column:last-child > div:first-child {
      border-top-right-radius: inherit; }
    .pricing-table.rounded .pricing-table-column:last-child > div:last-child {
      border-bottom-right-radius: inherit; }
  .pricing-table.rounded .pricing-table-column.callout {
    border-radius: .3rem; }
    .pricing-table.rounded .pricing-table-column.callout > div:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    .pricing-table.rounded .pricing-table-column.callout > div:lst-child {
      border-bottom-left-radius: inherit; }
  .pricing-table.rounded.columns-1 .pricing-table-column {
    border-radius: .3rem; }
  .pricing-table.columns-1 .pricing-table-column {
    width: 100%; }
  .pricing-table.columns-2 .pricing-table-column {
    width: 50%; }
  .pricing-table.columns-3 .pricing-table-column {
    width: 33.33333%; }
  .pricing-table.columns-4 .pricing-table-column {
    width: 25%; }
  .pricing-table.columns-5 .pricing-table-column {
    width: 20%; }

.table {
  width: 100%;
  border-width: 1px 1px 0;
  border-color: #eee;
  border-style: solid;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 3rem; }
  .table > thead {
    background-color: #eee;
    color: #666; }
    .table > thead > tr > td {
      padding: 1rem 1.5rem; }
    .table > thead > tr > th {
      padding: 1rem 1.5rem;
      border-bottom: none; }
  .table td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .table.small > tbody > tr > td {
    padding: .7rem 1rem;
    font-size: 1rem; }
  .table.small > tbody > tr > th {
    padding: .7rem 1rem;
    font-size: 1rem; }
  .table.small > tfoot > tr > td {
    padding: .7rem 1rem;
    font-size: 1rem; }
  .table.small > tfoot > tr > th {
    padding: .7rem 1rem;
    font-size: 1rem; }
  .table.small > thead > tr > td {
    padding: .7rem 1rem;
    font-size: 1rem; }
  .table.small > thead > tr > th {
    padding: .7rem 1rem;
    font-size: 1rem; }
  .table.medium > tbody > tr > td {
    padding: 1rem 1.5rem; }
  .table.medium > tbody > tr > th {
    padding: 1rem 1.5rem; }
  .table.medium > tfoot > tr > td {
    padding: 1rem 1.5rem; }
  .table.medium > tfoot > tr > th {
    padding: 1rem 1.5rem; }
  .table.medium > thead > tr > td {
    padding: 1rem 1.5rem; }
  .table.medium > thead > tr > th {
    padding: 1rem 1.5rem; }
  .table.large > tbody > tr > td {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem; }
  .table.large > tbody > tr > th {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem; }
  .table.large > tfoot > tr > td {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem; }
  .table.large > tfoot > tr > th {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem; }
  .table.large > thead > tr > td {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem; }
  .table.large > thead > tr > th {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem; }
  .table.xlarge > tbody > tr > td {
    padding: 1.6rem 3rem;
    font-size: 1.5rem; }
  .table.xlarge > tbody > tr > th {
    padding: 1.6rem 3rem;
    font-size: 1.5rem; }
  .table.xlarge > tfoot > tr > td {
    padding: 1.6rem 3rem;
    font-size: 1.5rem; }
  .table.xlarge > tfoot > tr > th {
    padding: 1.6rem 3rem;
    font-size: 1.5rem; }
  .table.xlarge > thead > tr > td {
    padding: 1.6rem 3rem;
    font-size: 1.5rem; }
  .table.xlarge > thead > tr > th {
    padding: 1.6rem 3rem;
    font-size: 1.5rem; }
  .table.rounded {
    border-radius: .3rem; }
  .table.striped tbody tr:nth-child(even) td {
    background-color: #eee; }
  .table.striped tbody tr:nth-child(even) th {
    background-color: #eee; }
  .table > tbody > tr > td {
    padding: 1rem 1.5rem; }
  .table > tbody > tr > th {
    padding: 1rem 1.5rem; }
  .table > tfoot > tr > td {
    padding: 1rem 1.5rem; }
  .table > tfoot > tr > th {
    padding: 1rem 1.5rem; }
  .table th + th {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; }

.tabs[class*=border-] {
  border: none; }

.progress-bar {
  text-align: right;
  width: 100%;
  height: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #666;
  border: 1px solid #eee;
  background: #eee;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .progress-bar.tmh-perspective {
    overflow: hidden !important; }
  .progress-bar.small {
    height: 1.3rem;
    font-size: 1rem;
    line-height: .8rem; }
  .progress-bar.medium {
    height: 2rem; }
  .progress-bar.large {
    height: 3rem;
    font-size: 1.4rem;
    line-height: 2.6rem; }
  .progress-bar.xlarge {
    height: 4rem;
    font-size: 1.5rem;
    line-height: 3.6rem; }
  .progress-bar.rounded {
    border-radius: .3rem; }
    .progress-bar.rounded .bar {
      border-radius: .3rem; }
  .progress-bar.pill {
    border-radius: 10.5rem; }
    .progress-bar.pill .bar {
      border-radius: 10.5rem; }

.pricing-table-column {
  float: left; }
  .pricing-table-column:first-child {
    border-width: 1px; }
  .pricing-table-column > :not(hr) {
    padding: 3rem; }
  .pricing-table-column > :not(:first-child) {
    padding-top: 0; }
  .pricing-table-column > [class*=bkg-] {
    padding: 3rem; }
  .pricing-table-column > hr {
    margin: 3rem;
    margin-top: 0; }
  .pricing-table-column.callout {
    margin-left: -1px;
    margin-bottom: -2rem;
    border: 1px solid #fff;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
    position: relative;
    top: -1.5rem;
    z-index: 1; }
    .pricing-table-column.callout > .pricing-table-header {
      padding-top: 4.5rem; }
    .pricing-table-column.callout > .pricing-table-footer {
      padding-bottom: 4.5rem; }
  .pricing-table-column.rounded {
    border-radius: .3rem; }

.box {
  width: 100%;
  padding: 2.5rem;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  margin-bottom: 3rem; }
  .box.shadow {
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15); }
  .box .box {
    width: auto;
    padding: inherit; }
  .box.dotted {
    border-style: dotted; }
  .box.dashed {
    border-style: dashed; }
  .box > :first-child {
    margin-top: 0; }
  .box > .ignore-parent-padding:not(.first):not(.last) {
    margin-top: 0;
    margin-bottom: 3rem; }
  .box.dismissable {
    max-height: 100rem;
    padding-right: 3rem; }
    .box.dismissable .close {
      text-decoration: none;
      opacity: .5;
      display: block;
      float: right;
      position: relative;
      right: -2rem; }
      .box.dismissable .close:hover {
        text-decoration: none;
        opacity: 1; }
  .box.small {
    padding: 1.5rem; }
    .box.small.dismissable {
      padding-right: 2rem; }
      .box.small.dismissable .close {
        right: -1.5rem; }
    .box.small > .ignore-parent-padding {
      margin: 0 -1.5rem; }
      .box.small > .ignore-parent-padding.first {
        margin: -1.5rem -1.5rem 3rem; }
      .box.small > .ignore-parent-padding.last {
        margin: 0 -1.5rem -1.5rem; }
  .box.medium {
    padding: 2.5rem; }
    .box.medium > .ignore-parent-padding {
      margin: 0 -2.5rem; }
      .box.medium > .ignore-parent-padding.first {
        margin: -2.5rem -2.5rem 3rem; }
      .box.medium > .ignore-parent-padding.last {
        margin: 0 -2.5rem -2.5rem; }
  .box.large {
    padding: 3rem; }
    .box.large.dismissable {
      padding-right: 5rem; }
      .box.large.dismissable .close {
        right: -3rem; }
    .box.large > .ignore-parent-padding {
      margin: 0 -3rem; }
      .box.large > .ignore-parent-padding.first {
        margin: -3rem -3rem 3rem; }
      .box.large > .ignore-parent-padding.last {
        margin: 0 -3rem -3rem; }
  .box.xlarge {
    padding: 3.5rem; }
    .box.xlarge.dismissable {
      padding-right: 6rem; }
      .box.xlarge.dismissable .close {
        right: -3.5rem; }
    .box.xlarge > .ignore-parent-padding {
      margin: 0 -3.5rem; }
      .box.xlarge > .ignore-parent-padding.first {
        margin: -3.5rem -3.5rem 3rem; }
      .box.xlarge > .ignore-parent-padding.last {
        margin: 0 -3.5rem -3.5rem; }
  .box .ignore-parent-padding {
    border: none; }
  .box.rounded {
    border-radius: .3rem; }
  .box > a:not(.button) {
    color: inherit;
    font-weight: 700; }
    .box > a:not(.button):hover {
      color: inherit;
      text-decoration: underline; }

.pricing-table-text {
  line-height: inherit; }

.icon-boxed {
  overflow: hidden;
  width: 6.6rem;
  height: 6.6rem;
  margin-bottom: .4rem;
  line-height: 6.6rem;
  text-align: center;
  border: 1px solid #eee;
  position: relative; }
  .icon-boxed.shadow {
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15); }
  .icon-boxed.small {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.6rem; }
  .icon-boxed.medium {
    width: 6.6rem;
    height: 6.6rem;
    line-height: 6.4rem; }
  .icon-boxed.large {
    width: 7.4rem;
    height: 7.4rem;
    line-height: 7.2rem; }
  .icon-boxed.xlarge {
    width: 9rem;
    height: 9rem;
    line-height: 8.8rem; }
  .icon-boxed.rounded {
    border-radius: .3rem; }
  .icon-boxed.pulsate {
    overflow: visible; }
    .icon-boxed.pulsate:after {
      width: inherit;
      height: inherit;
      padding: inherit;
      content: "";
      border: inherit;
      border-radius: inherit;
      position: absolute;
      top: -1px;
      left: -1px;
      -webkit-animation: pulsate 1s ease-out;
      animation: pulsate 1s ease-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      opacity: 0; }
  .icon-boxed.left + span {
    margin-left: .5rem; }
  .icon-boxed.right + span {
    margin-right: .5rem; }
  .icon-boxed.thick.pulsate:after {
    top: -2px;
    left: -2px; }
  .icon-boxed.slide-left-right:before {
    -webkit-animation: slide-left-right 6s ease-in-out;
    animation: slide-left-right 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }
  .icon-boxed.slide-top-bottom:before {
    -webkit-animation: slide-top-bottom 6s ease-in-out;
    animation: slide-top-bottom 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }
  .icon-boxed.scale-in:before {
    -webkit-animation: scale-in 6s ease-in-out;
    animation: scale-in 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }
  .icon-boxed.scale-out:before {
    -webkit-animation: scale-out 6s ease-in-out;
    animation: scale-out 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }

.icon-circled {
  overflow: hidden;
  width: 6.6rem;
  height: 6.6rem;
  margin-bottom: .4rem;
  line-height: 6.6rem;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
  border-radius: 10rem; }
  .icon-circled.shadow {
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15); }
  .icon-circled.small {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.6rem; }
  .icon-circled.medium {
    width: 6.6rem;
    height: 6.6rem;
    line-height: 6.4rem; }
  .icon-circled.large {
    width: 7.4rem;
    height: 7.4rem;
    line-height: 7.2rem; }
  .icon-circled.xlarge {
    width: 9rem;
    height: 9rem;
    line-height: 8.8rem; }
  .icon-circled.pulsate {
    overflow: visible; }
    .icon-circled.pulsate:after {
      width: inherit;
      height: inherit;
      padding: inherit;
      content: "";
      border: inherit;
      border-radius: inherit;
      position: absolute;
      top: -1px;
      left: -1px;
      -webkit-animation: pulsate 1s ease-out;
      animation: pulsate 1s ease-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      opacity: 0; }
  .icon-circled.left + span {
    margin-left: .5rem; }
  .icon-circled.right + span {
    margin-right: .5rem; }
  .icon-circled.thick.pulsate:after {
    top: -2px;
    left: -2px; }
  .icon-circled.slide-left-right:before {
    -webkit-animation: slide-left-right 6s ease-in-out;
    animation: slide-left-right 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }
  .icon-circled.slide-top-bottom:before {
    -webkit-animation: slide-top-bottom 6s ease-in-out;
    animation: slide-top-bottom 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }
  .icon-circled.scale-in:before {
    -webkit-animation: scale-in 6s ease-in-out;
    animation: scale-in 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }
  .icon-circled.scale-out:before {
    -webkit-animation: scale-out 6s ease-in-out;
    animation: scale-out 6s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block; }

.pricing-table-price {
  color: #666; }
  .pricing-table-price h4 {
    margin: 0;
    font-size: 3rem; }
  .pricing-table-price .currency {
    margin-right: .2rem;
    font-size: 1.3rem;
    position: relative;
    top: -1rem; }
  .pricing-table-price .interval {
    font-size: 1.3rem;
    opacity: .5; }

.pricing-table-options {
  margin: 0;
  list-style: none;
  line-height: inherit; }
  .pricing-table-options ul {
    margin: 0;
    list-style: none;
    line-height: inherit; }
  .pricing-table-options del {
    opacity: .5;
    text-decoration: none; }
  .pricing-table-options li {
    margin-bottom: 0;
    padding: .7rem 0; }
  .pricing-table-options.with-icon li:before {
    margin-right: 1rem;
    font-family: icomoon;
    content: "\e63a";
    float: left; }

.pricing-table[class*=border-] {
  border-width: 0; }
  .pricing-table[class*=border-] .pricing-table-column {
    border-color: inherit !important; }

.header {
  width: 100%;
  position: relative; }
  .header .logo {
    height: 8rem;
    line-height: 8rem;
    display: table;
    width: 13rem; }
    .header .logo a {
      text-decoration: none;
      font-weight: 700;
      color: #fff;
      display: block;
      transition-property: opacity, background, color, visibility, -webkit-transform;
      transition-property: opacity, background, color, visibility, transform;
      transition-property: opacity, background, color, visibility, transform, -webkit-transform; }
      .header .logo a:hover {
        opacity: 0.6 !important; }
      .header .logo a:first-child {
        display: none; }
      .header .logo a:last-child {
        display: table-cell; }
    .header .logo span {
      font-size: 2rem;
      line-height: 2; }
    .header .logo img {
      width: 100%;
      height: auto;
      max-height: 100%; }
  .header .header-inner {
    max-width: 100%;
    width: 100%;
    background-color: #232323;
    opacity: 1;
    position: relative;
    z-index: 100; }
    .header .header-inner > .nav-bar {
      margin-bottom: -1px; }
    .header .header-inner .dropdown > .nav-icon {
      height: 8rem;
      line-height: 8rem; }
    .header .header-inner .navigation > ul > li {
      height: 8rem;
      line-height: 8rem;
      display: table; }
      .header .header-inner .navigation > ul > li > a:not(.button) {
        height: 8rem;
        line-height: 8rem; }
  .header .logo-inner {
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .header .v-align-middle {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .header .navigation {
    float: right; }
    .header .navigation .nav-icon {
      padding: 0 1.5rem;
      margin: 0;
      line-height: inherit;
      float: none;
      font-size: 1.4rem;
      background: 0 0;
      border: none; }
      .header .navigation .nav-icon [class*=icon-] {
        margin: 0;
        line-height: inherit;
        float: none;
        display: initial; }
        .header .navigation .nav-icon [class*=icon-]:before {
          margin: 0;
          line-height: inherit;
          float: none; }
    .header .navigation .v-align-middle {
      padding: 0 1.5rem; }
    .header .navigation.nav-left:first-child > .nav-icon {
      padding: 0 1.5rem; }
    .header .navigation.nav-right:last-child > .nav-icon {
      padding: 0 1.5rem; }
  .header .secondary-navigation.nav-left:not(.with-division) > ul {
    margin-left: -1.5rem; }
  .header .secondary-navigation.nav-right:not(.with-division) > ul {
    margin-right: -1.5rem; }
  .header .with-division .nav-icon {
    padding: 0 2rem !important; }
  .header .with-division .v-align-middle {
    padding: 0 2rem !important; }
  .header .with-division ul {
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.2); }
  .header .with-division li {
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .header .with-division > ul > li:last-child > .nav-icon {
    padding: 0 2rem !important; }
  .header .social-list [class*=icon-] {
    margin: 0;
    line-height: inherit;
    float: none; }
  .header .social-list.pull-left li:last-child span {
    margin-left: 0; }
  .header .social-list.center li:last-child span {
    margin-right: 0; }
  .header .social-list.pull-right li:last-child span {
    margin-right: 0; }
  .header .button {
    margin: 0;
    line-height: initial; }
  .header .dropdown {
    margin: 0;
    line-height: initial; }
    .header .dropdown > .nav-icon {
      min-width: initial; }
  .header .navigation-show {
    margin: 0;
    line-height: initial;
    display: block; }
    .header .navigation-show.nav-icon {
      width: auto;
      height: auto; }
    .header .navigation-show * {
      padding: 0;
      margin: 0; }
  .header .cart-indication {
    position: relative; }
    .header .cart-indication .badge {
      background: #232323;
      top: -.8rem;
      right: -.8rem; }
  .header.header-animated {
    transition-property: height, visibility, -webkit-transform;
    transition-property: height, transform, visibility;
    transition-property: height, transform, visibility, -webkit-transform; }
  .header .nav-left .dropdown-list {
    left: 0; }
  .header .nav-right .dropdown-list {
    right: 0; }
  .header .sub-menu.custom-content .thumbnail {
    line-height: 0; }
  .header .cart.dropdown-list {
    width: 30rem;
    padding: 2rem;
    margin-top: 0;
    right: 0; }
  .header .cart.sub-menu {
    width: 30rem;
    padding: 2rem;
    margin-top: 0;
    right: 0; }
  .header .search.dropdown-list {
    padding: 2rem;
    margin-top: 0;
    width: 25rem;
    right: 0; }
  .header .search.sub-menu {
    padding: 2rem;
    margin-top: 0;
    width: 25rem;
    right: 0; }
  .header .header-inner-top:last-child {
    margin-bottom: 0; }

.shop .product-price ins {
  text-decoration: none; }

.shop .product-price del {
  opacity: .6; }

.shop .product .onsale {
  width: auto;
  height: auto;
  padding: .3rem .8rem;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  text-transform: uppercase;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 100; }

.shop .product .outofstock {
  width: auto;
  height: auto;
  padding: .3rem .8rem;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  text-transform: uppercase;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 100; }

.shop .cart-overview td {
  border-left: none;
  border-bottom: 1px solid #eee; }

.shop .cart-overview .table {
  border-left: none;
  border-right: none;
  border-top: none;
  border-left: none; }
  .shop .cart-overview .table > thead {
    border-left: none;
    border-right: none; }
    .shop .cart-overview .table > thead th {
      border-top: none;
      border-left: none; }

.shop .cart-overview .checkout [class*=icon-] {
  margin-right: .2rem; }

.shop .cart-overview .product-remove a {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background-color: #eee;
  border-radius: 50%;
  font-size: .9rem;
  line-height: 1.7rem;
  text-align: center;
  color: #666; }

.shop .cart-overview a.product-remove {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background-color: #eee;
  border-radius: 50%;
  font-size: .9rem;
  line-height: 1.7rem;
  text-align: center;
  color: #666; }

.shop .quantity {
  max-width: 8rem; }

.shop .cart-totals th {
  border-left: none;
  border-bottom: 1px solid #eee; }

.shop .cart-totals td {
  text-align: right; }

.shop .cart-order-total {
  font-weight: 700; }

.shop .grid-filter-options-inner {
  padding-top: 2rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .shop .grid-filter-options-inner .form-element {
    margin-bottom: 2rem; }

.shop .table .product-details img {
  margin-right: 1.5rem; }

.shop .table .product-details span > * {
  display: block; }

.shop .table .product-thumbnail span > * {
  display: block; }

.shop .products .product .product-details {
  margin-top: 2rem; }

.shop .products .product .product-title {
  font-size: 1.4rem;
  margin-bottom: .5rem; }

.shop .products .product .product-thumbnail .product-title {
  display: block;
  margin-bottom: 1rem; }

.shop .products .product .product-thumbnail .product-price {
  font-weight: 400; }

.shop .products .product .product-thumbnail .product-actions {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 101;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .2s;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem); }
  .shop .products .product .product-thumbnail .product-actions .add-to-cart-button {
    width: 100%;
    text-align: center; }

.shop .products .product .product-thumbnail:hover .product-actions {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.shop .products .product .product-description {
  margin-bottom: 1rem; }

.shop .products .product .product-price {
  font-size: 1.2rem; }
  .shop .products .product .product-price del {
    padding: 0 .3rem; }
  .shop .products .product .product-price ins {
    padding: 0 .3rem; }

.shop .products .product .button {
  margin-bottom: 0; }

.shop .products .product .product-actions-mobile {
  display: none; }

.shop .products .product-result-count {
  float: left; }

.shop .star-rating [class*=icon-] {
  margin: 0; }

.shop .cart-subtotal th {
  font-weight: 400; }

p {
  margin: 0 0 3rem; }
  p a {
    text-decoration: none;
    color: #666;
    outline: 0; }
    p a:hover {
      text-decoration: none;
      color: #333; }

.label {
  padding: 0 .8rem;
  border: 1px solid #eee;
  background: #eee;
  color: #666; }
  .label.rounded {
    border-radius: .3rem; }
  .label.pill {
    border-radius: 5rem; }
  .label [class*=icon-]:before {
    margin-left: 0;
    margin-right: .5rem; }

.bar {
  width: 100%;
  padding: 0 1.5rem;
  height: 100%;
  border: 1px solid #ccc;
  background: #ccc;
  transition-property: background, border-color, color, opacity, box-shadow, -webkit-transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform;
  transition-property: background, border-color, color, opacity, box-shadow, transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }

.range-active-segment {
  width: 100%;
  padding: 0 1.5rem;
  height: 100%;
  border: 1px solid #ccc;
  background: #ccc;
  position: absolute;
  z-index: 0; }

.highlight {
  background: #eee;
  color: #666;
  background: #eee;
  border-color: #eee; }

.progress-bar-group {
  margin-bottom: 3rem;
  margin-bottom: 3rem; }
  .progress-bar-group .progress-bar:last-child {
    margin-bottom: 0; }

#tml-tool-bar {
  position: absolute;
  margin: 0;
  display: inline-block;
  top: 1.5rem;
  left: 3rem; }
  #tml-tool-bar .tml-social-list {
    overflow: hidden;
    float: left;
    position: relative;
    margin: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 101;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    transition-duration: .4s; }
    #tml-tool-bar .tml-social-list li {
      overflow: hidden; }
      #tml-tool-bar .tml-social-list li a {
        margin-right: 1rem; }
    #tml-tool-bar .tml-social-list.list-vertical {
      float: none;
      text-align: left; }
      #tml-tool-bar .tml-social-list.list-vertical .tml-nav {
        float: none;
        text-align: left; }
    #tml-tool-bar .tml-social-list.active {
      opacity: 1;
      visibility: visible; }
    #tml-tool-bar .tml-social-list .tml-nav {
      width: auto;
      min-width: 4.4rem;
      font-size: 1.1rem; }
  #tml-tool-bar .tml-nav {
    font-size: 1.5rem;
    float: left;
    position: relative; }
  #tml-tool-bar #tml-share-wrapper {
    float: left;
    position: relative; }
  #tml-tool-bar #tml-zoom:before {
    content: '\e6cd'; }
  #tml-tool-bar #tml-share:before {
    content: '\e70b'; }

.breadcrumb {
  overflow: hidden;
  margin-left: 0;
  list-style: none; }
  .breadcrumb li {
    float: left;
    font-size: 1.2rem; }
    .breadcrumb li a {
      font-size: 1.2rem; }
    .breadcrumb li:after {
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      font-family: icomoon;
      content: "\e640"; }
    .breadcrumb li:before {
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      font-family: icomoon; }
    .breadcrumb li:last-child:after {
      content: "";
      padding: 0; }
  .breadcrumb.center li {
    display: inline-block;
    float: none; }
  .breadcrumb.right li:after {
    padding: 0;
    content: ""; }
  .breadcrumb.right li:before {
    content: "\e63f"; }
  .breadcrumb.right li:first-child:before {
    content: "";
    padding: 0; }

.modal-open {
  overflow: hidden; }

.parallax {
  overflow: hidden;
  height: 55rem;
  background: #000;
  position: relative;
  will-change: contents; }
  .parallax.fullscreen {
    width: 100%;
    height: 100%;
    height: 100vh; }
  .parallax .horizon {
    opacity: 0;
    visibility: hidden; }

.range-slider {
  overflow: hidden;
  width: 100%;
  height: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: right;
  color: #666;
  border: 1px solid #eee;
  background: #eee;
  position: relative; }
  .range-slider.small {
    height: 1.3rem;
    font-size: 1rem;
    line-height: .8rem; }
    .range-slider.small .range-handle {
      width: 1.1rem;
      height: 1.1rem; }
  .range-slider.medium {
    height: 2rem; }
    .range-slider.medium .range-handle {
      width: 1.8rem;
      height: 1.8rem; }
  .range-slider.large {
    height: 3rem;
    font-size: 1.4rem;
    line-height: 2.6rem; }
    .range-slider.large .range-handle {
      width: 2.8rem;
      height: 2.8rem; }
  .range-slider.xlarge {
    height: 4rem;
    font-size: 1.5rem;
    line-height: 3.6rem; }
    .range-slider.xlarge .range-handle {
      width: 3.8rem;
      height: 3.8rem; }
  .range-slider .range-handle {
    border-radius: .3rem;
    border-radius: 10.5rem; }
  .range-slider.rounded {
    border-radius: .3rem; }
    .range-slider.rounded .range-active-segment {
      border-radius: .3rem; }
  .range-slider.pill {
    border-radius: 10.5rem; }
    .range-slider.pill .range-active-segment {
      border-radius: 10.5rem; }

.tm-parallax {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  .tm-parallax img {
    width: 100%;
    max-width: none;
    position: absolute;
    opacity: 1; }
  .tm-parallax:not(.out-of-view) {
    will-change: transform, opacity; }

.tms-slide {
  overflow: hidden;
  will-change: transform, opacity;
  height: 100%;
  width: 100%;
  visibility: hidden;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  z-index: 1; }
  .tms-slide.active {
    visibility: visible; }
  .tms-slide > embed {
    position: relative;
    opacity: 0; }
  .tms-slide > iframe {
    position: relative;
    opacity: 0; }
  .tms-slide > object {
    position: relative;
    opacity: 0; }
  .tms-slide > video {
    position: relative;
    opacity: 0;
    z-index: 1; }
    .tms-slide > video img {
      max-width: none;
      max-height: none;
      float: none;
      position: absolute; }
  .tms-slide img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .tms-slide.tms-forcefit > embed {
    position: relative; }
  .tms-slide.tms-forcefit > iframe {
    position: relative; }
  .tms-slide.tms-forcefit > object {
    position: relative; }
  .tms-slide.tms-forcefit > img {
    max-width: none;
    max-height: none;
    float: none;
    position: absolute; }
  .tms-slide.error {
    background-size: cover !important;
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1s; }
  .tms-slide .row {
    height: 100%; }
    .tms-slide .row .tms-content {
      position: relative; }
  .tms-slide .column {
    height: 100%; }
  .tms-slide.tms-video-no-ratio:not(.tms-forcefit) > embed {
    width: 100% !important;
    height: 100% !important;
    position: static; }
  .tms-slide.tms-video-no-ratio:not(.tms-forcefit) > iframe {
    width: 100% !important;
    height: 100% !important;
    position: static; }
  .tms-slide.tms-video-no-ratio:not(.tms-forcefit) > object {
    width: 100% !important;
    height: 100% !important;
    position: static; }
  .tms-slide.tms-video-no-ratio:not(.tms-forcefit) > video {
    width: 100% !important;
    height: 100% !important;
    position: static; }

.tms-slides {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

iframe {
  overflow: hidden;
  width: 100%;
  border: none;
  background: #000; }

.aux-navigation-active .one-page-nav + .wrapper {
  position: absolute; }

.aux-navigation-active .overlay-navigation-wrapper.one-page-nav {
  position: fixed; }

.aux-navigation-active .side-navigation-wrapper.one-page-nav {
  position: fixed; }

.progress-bar-label {
  margin-bottom: .8rem;
  color: #666;
  font-size: 1.2rem;
  text-align: left;
  display: block; }
  .progress-bar-label + .progress-bar {
    margin-bottom: 1.7rem; }

.range-handle {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: #666;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.audio-container {
  margin-bottom: 3rem;
  margin-bottom: 3rem; }
  .audio-container .mejs-container {
    height: 3rem; }

.divider {
  margin: 3rem 0;
  border-top: 1px solid #eee;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 0;
  clear: both; }
  .divider.dashed {
    border-style: dashed; }
  .divider.dotted {
    border-style: dotted; }
  .divider.thick {
    border-top-width: .2rem; }

hr {
  margin: 3rem 0;
  border-top: 1px solid #eee;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 0;
  clear: both; }
  hr.dashed {
    border-style: dashed; }
  hr.dotted {
    border-style: dotted; }
  hr.thick {
    border-top-width: .2rem; }

address {
  margin: 0 0 3rem; }

.divider[class*=border-] {
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important; }
  .divider[class*=border-].dashed {
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important; }
  .divider[class*=border-].dotted {
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important; }

hr[class*=border-] {
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important; }
  hr[class*=border-].dashed {
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important; }
  hr[class*=border-].dotted {
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important; }

h1 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 4.8rem; }
  h1 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    h1 a:hover {
      color: inherit; }
  h1 span[class*=border-] {
    padding: .4rem .6rem; }
  h1 span[class*=bkg-] {
    padding: .4rem .6rem; }

h2 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 3.2rem; }
  h2 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    h2 a:hover {
      color: inherit; }
  h2 span[class*=border-] {
    padding: .4rem .6rem; }
  h2 span[class*=bkg-] {
    padding: .4rem .6rem; }

h3 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 2.4rem; }
  h3.widget-title {
    font-size: 2.1rem; }
  h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    h3 a:hover {
      color: inherit; }
  h3 span[class*=border-] {
    padding: .4rem .6rem; }
  h3 span[class*=bkg-] {
    padding: .4rem .6rem; }

h4 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 2.1rem; }
  h4 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    h4 a:hover {
      color: inherit; }
  h4 span[class*=border-] {
    padding: .4rem .6rem; }
  h4 span[class*=bkg-] {
    padding: .4rem .6rem; }

h5 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 1.8rem; }
  h5 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    h5 a:hover {
      color: inherit; }
  h5 span[class*=border-] {
    padding: .4rem .6rem; }
  h5 span[class*=bkg-] {
    padding: .4rem .6rem; }

h6 {
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 1.6rem; }
  h6 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    h6 a:hover {
      color: inherit; }
  h6 span[class*=border-] {
    padding: .4rem .6rem; }
  h6 span[class*=bkg-] {
    padding: .4rem .6rem; }

h1[class*=border-] {
  padding: .4rem .6rem; }

h1[class*=bkg-] {
  padding: .4rem .6rem; }

h2[class*=border-] {
  padding: .4rem .6rem; }

h2[class*=bkg-] {
  padding: .4rem .6rem; }

h3[class*=border-] {
  padding: .4rem .6rem; }

h3[class*=bkg-] {
  padding: .4rem .6rem; }

h4[class*=border-] {
  padding: .4rem .6rem; }

h4[class*=bkg-] {
  padding: .4rem .6rem; }

h5[class*=border-] {
  padding: .4rem .6rem; }

h5[class*=bkg-] {
  padding: .4rem .6rem; }

h6[class*=border-] {
  padding: .4rem .6rem; }

h6[class*=bkg-] {
  padding: .4rem .6rem; }

p[class*=border-] {
  padding: .4rem .6rem; }

p[class*=bkg-] {
  padding: .4rem .6rem; }

.lead {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 3rem; }

.separator {
  width: 10rem;
  height: .4rem;
  display: block;
  background-color: #333;
  margin-bottom: 2rem; }
  .separator.small {
    width: 7rem;
    height: .2rem; }
  .separator.large {
    width: 13rem;
    height: .6rem; }
  .separator.xlarge {
    width: 16rem;
    height: .8rem; }
  .separator.full-width {
    width: 100%; }
  .separator.center {
    margin-right: auto;
    margin-left: auto; }
  .separator.right {
    margin-left: auto; }

.font-alt-1 {
  font-family: Times New Roman, Arial, sans-serif; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 65%; }

[class*=weight-] a {
  font-weight: inherit; }

[class*=weight-] p {
  font-weight: inherit; }

[class*=weight-] span {
  font-weight: inherit; }

.weight-light {
  font-weight: 100; }

.weight-thin {
  font-weight: 200; }

.weight-regular {
  font-weight: 400; }

.weight-semi-bold {
  font-weight: 600; }

.weight-bold {
  font-weight: 700; }

.weight-xbold {
  font-weight: 900; }

.text-shadow {
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5); }

[class*=lspacing-] a {
  letter-spacing: inherit; }

[class*=lspacing-] p {
  letter-spacing: inherit; }

[class*=lspacing-] span {
  letter-spacing: inherit; }

.lspacing-small {
  letter-spacing: .2rem; }

.lspacing-medium {
  letter-spacing: .3rem; }

.lspacing-large {
  letter-spacing: .5rem; }

.lspacing-xlarge {
  letter-spacing: .8rem; }

::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

::-moz-selection {
  background: #333;
  color: #fff; }

blockquote {
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.5; }
  blockquote p {
    margin-bottom: 0;
    font-size: 1.8rem; }
  blockquote .cite {
    margin-top: 2rem;
    font-size: 60%;
    display: block; }
  blockquote cite {
    margin-top: 2rem;
    font-size: 60%;
    display: block; }
  blockquote.small {
    font-size: 1.6rem; }
    blockquote.small p {
      font-size: 1.6rem; }
  blockquote.medium {
    font-size: 1.8rem; }
    blockquote.medium p {
      font-size: 1.8rem; }
  blockquote.large {
    font-size: 2.1rem; }
    blockquote.large p {
      font-size: 2.1rem; }
  blockquote.xlarge {
    font-size: 2.4rem; }
    blockquote.xlarge p {
      font-size: 2.4rem; }
  blockquote.border {
    padding: 0 0 0 2.5rem;
    border-left: 1px solid #eee; }
    blockquote.border.small {
      padding-left: 2rem;
      padding-right: 2rem; }
    blockquote.border.medium {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    blockquote.border.large {
      padding-left: 3rem;
      padding-right: 3rem; }
    blockquote.border.xlarge {
      padding-left: 3.5rem;
      padding-right: 3.5rem; }
    blockquote.border.center {
      margin-left: auto;
      margin-right: auto;
      padding: 2.5rem 0 0;
      border-left: none;
      border-top: 1px solid #eee; }
    blockquote.border.right {
      padding: 0 2.5rem 0 0;
      border-left: none;
      border-right: 1px solid #eee; }
  blockquote.avatar span {
    margin-bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 7rem;
    display: inline-block; }
    blockquote.avatar span img {
      width: 5rem;
      height: 5rem;
      border-radius: 7rem;
      display: inline-block; }
  blockquote.avatar.small span {
    width: 4rem;
    height: 4rem; }
    blockquote.avatar.small span img {
      width: 4rem;
      height: 4rem; }
  blockquote.avatar.medium span {
    width: 5rem;
    height: 5rem; }
    blockquote.avatar.medium span img {
      width: 5rem;
      height: 5rem; }
  blockquote.avatar.large span {
    width: 6rem;
    height: 6rem; }
    blockquote.avatar.large span img {
      width: 6rem;
      height: 6rem; }
  blockquote.avatar.xlarge span {
    width: 7rem;
    height: 7rem; }
    blockquote.avatar.xlarge span img {
      width: 7rem;
      height: 7rem; }
  blockquote.pull-left {
    width: 40%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem; }
  blockquote.pull-right {
    width: 40%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem; }
  blockquote.center {
    margin-left: auto;
    margin-right: auto; }
  blockquote.icon [class*=icon-] {
    font-size: 150%;
    text-align: center; }

code {
  font-family: Courier New, Courier, monospace, sans-serif;
  text-align: left; }

kbd {
  font-family: Courier New, Courier, monospace, sans-serif;
  text-align: left; }

samp {
  font-family: Courier New, Courier, monospace, sans-serif;
  text-align: left; }

[class*=" icon-"] {
  font-family: icomoon;
  speak: none;
  font-variant: normal; }

[class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-variant: normal; }

.tag {
  color: #074a72; }
  .tag .att {
    color: #47a4db; }
  .tag .val {
    color: #d74950; }
  .tag .comm {
    color: #999; }

@font-face {
  font-family: icomoon;
  src: url(../fonts/entypo.eot);
  src: url(../fonts/entypo.eot) format("embedded-opentype"), url(../fonts/entypo.woff) format("woff"), url(../fonts/entypo.ttf) format("truetype"), url(../fonts/entypo.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*=icon-] + [class*=icon-] {
  margin-left: 1rem; }

[class*=icon-].small {
  font-size: 1.6rem; }

[class*=icon-].medium {
  font-size: 2.4rem; }

[class*=icon-].large {
  font-size: 3.2rem !important; }

[class*=icon-].xlarge {
  font-size: 3.8rem !important; }

#tms-prev {
  top: 50%;
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  #tms-prev:before {
    content: "\e643"; }

@-webkit-keyframes pulsate {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-webkit-keyframes slide-left-right {
  100% {
    opacity: 1; }
  15% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 0; } }

@keyframes slide-left-right {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  5% {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
    opacity: 0; }
  10% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0; } }

@-webkit-keyframes slide-top-bottom {
  100% {
    opacity: 1; }
  15% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 0; } }

@keyframes slide-top-bottom {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  5% {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    opacity: 0; }
  10% {
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
    opacity: 0; } }

@-webkit-keyframes scale-in {
  100% {
    opacity: 1; }
  15% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 0; } }

@keyframes scale-in {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  5% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-webkit-keyframes scale-out {
  100% {
    opacity: 1; }
  15% {
    opacity: 1; }
  5% {
    opacity: 0; }
  10% {
    opacity: 0; } }

@keyframes scale-out {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  5% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  10% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; } }

[class*=border-][class*=bkg-hover-] {
  background: 0 0;
  background: rgba(0, 0, 0, 0); }

.border-turquoise {
  border-color: #00a186; }

.border-turquoise-light {
  border-color: #00bd9c; }

.border-green {
  border-color: #1bb05d;
  color: #1bb05d; }

.border-green-light {
  border-color: #1ecd6d; }

.border-blue {
  border-color: #227fbb; }

.border-blue-light {
  border-color: #2c96dd; }

.border-navy {
  border-color: #2c3e51; }

.border-navy-light {
  border-color: #2c3e51; }

.border-purple {
  border-color: #8f3faf; }

.border-purple-light {
  border-color: #b078c6; }

.border-yellow {
  border-color: #f3b100; }

.border-yellow-light {
  border-color: #ffbe12; }

.border-orange {
  border-color: #e87f04; }

.border-orange-light {
  border-color: #f59d00; }

.border-red {
  border-color: #c23824; }

.border-red-light {
  border-color: #ea4b35; }

.border-white {
  border-color: #fff; }

.border-grey {
  border-color: #666; }

.border-grey-light {
  border-color: #999; }

.border-grey-ultralight {
  border-color: #f4f4f4; }

.border-charcoal {
  border-color: #333; }

.border-charcoal-light {
  border-color: #555; }

.border-black {
  border-color: #000; }

.border-base {
  border-color: #eee; }

.border-behance {
  border-color: #1769ff;
  color: #1769ff; }

.border-dribbble {
  border-color: #ea4c89;
  color: #ea4c89; }

.border-facebook {
  border-color: #3b5998;
  color: #3b5998; }

.border-flickr {
  border-color: #0063dc;
  color: #0063dc; }

.border-github {
  border-color: #333;
  color: #333; }

.border-google {
  border-color: #d34836;
  color: #d34836; }

.border-instagram {
  border-color: #517fa4;
  color: #517fa4; }

.border-linkedin {
  border-color: #007bb6;
  color: #007bb6; }

.border-pinterest {
  border-color: #cb2027;
  color: #cb2027; }

.border-skype {
  border-color: #12a5f4;
  color: #12a5f4; }

.border-soundcloud {
  border-color: #f80;
  color: #f80; }

.border-spotify {
  border-color: #7ab800;
  color: #7ab800; }

.border-tumblr {
  border-color: #2c3e51;
  color: #2c3e51; }

.border-twitter {
  border-color: #00aced;
  color: #00aced; }

.border-vimeo {
  border-color: #1ab7ea;
  color: #1ab7ea; }

.border-youtube {
  border-color: #b00;
  color: #b00; }

[class*=bkg-hover-]:hover * {
  color: inherit; }

[class*=bkg-hover-]:visited * {
  color: inherit; }

.bkg-turquoise {
  background: #00a186;
  border-color: #00a186; }

.bkg-turquoise-light {
  background: #00bd9c;
  border-color: #00bd9c; }

.bkg-green {
  background: #1bb05d;
  border-color: #1bb05d; }

.bkg-green-light {
  background: #1ecd6d;
  border-color: #1ecd6d; }

.bkg-blue {
  background: #227fbb;
  border-color: #227fbb; }

.bkg-blue-light {
  background: #2c96dd;
  border-color: #2c96dd; }

.bkg-navy {
  background: #2c3e51;
  border-color: #2c3e51; }

.bkg-navy-light {
  background: #2c3e51;
  border-color: #2c3e51; }

.bkg-purple {
  background: #8f3faf;
  border-color: #8f3faf; }

.bkg-purple-light {
  background: #b078c6;
  border-color: #b078c6; }

.bkg-yellow {
  background: #f3b100;
  border-color: #f3b100; }

.bkg-yellow-light {
  background: #ffbe12;
  border-color: #ffbe12; }

.bkg-orange {
  background: #e87f04;
  border-color: #e87f04; }

.bkg-orange-light {
  background: #f59d00;
  border-color: #f59d00; }

.bkg-red {
  background: #c23824;
  border-color: #c23824; }

.bkg-red-light {
  background: #ea4b35;
  border-color: #ea4b35; }

.bkg-black {
  background: #000;
  background-color: #000;
  border-color: #000; }

.bkg-white {
  background: #fff;
  border-color: #fff; }

.bkg-grey {
  background-color: #666;
  border-color: #666; }

.bkg-grey-light {
  background-color: #999;
  border-color: #999; }

.bkg-grey-ultralight {
  background-color: #f4f4f4;
  border-color: #f4f4f4; }

.bkg-charcoal {
  background-color: #333;
  border-color: #333; }

.bkg-charcoal-light {
  background-color: #555;
  border-color: #555; }

.bkg-base {
  background: #eee;
  border-color: #666;
  border-color: #eee; }

.bkg-behance {
  background-color: #1769ff;
  border-color: #1769ff; }

.bkg-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.bkg-facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.bkg-flickr {
  background-color: #0063dc;
  border-color: #0063dc; }

.bkg-github {
  background-color: #333;
  border-color: #333; }

.bkg-google {
  background-color: #d34836;
  border-color: #d34836; }

.bkg-instagram {
  background-color: #517fa4;
  border-color: #517fa4; }

.bkg-linkedin {
  background-color: #007bb6;
  border-color: #007bb6; }

.bkg-pinterest {
  background-color: #cb2027;
  border-color: #cb2027; }

.bkg-skype {
  background-color: #12a5f4;
  border-color: #12a5f4; }

.bkg-soundcloud {
  background-color: #f80;
  border-color: #f80; }

.bkg-spotify {
  background-color: #7ab800;
  border-color: #7ab800; }

.bkg-tumblr {
  background-color: #2c3e51;
  border-color: #2c3e51; }

.bkg-twitter {
  background-color: #00aced;
  border-color: #00aced; }

.bkg-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.bkg-youtube {
  background-color: #b00;
  border-color: #b00; }

[class*=color-] * {
  color: inherit !important; }

[class*=color-]:-ms-input-placeholder {
  color: inherit; }

.color-turquoise {
  color: #00a186; }

.color-turquoise-light {
  color: #00bd9c; }

.color-green {
  color: #1bb05d; }

.color-green-light {
  color: #1ecd6d; }

.color-blue {
  color: #227fbb; }

.color-blue-light {
  color: #2c96dd; }

.color-navy {
  color: #2c3e51; }

.color-navy-light {
  color: #2c3e51; }

.color-purple {
  color: #8f3faf; }

.color-purple-light {
  color: #b078c6; }

.color-yellow {
  color: #f3b100; }

.color-yellow-light {
  color: #ffbe12; }

.color-orange {
  color: #e87f04; }

.color-orange-light {
  color: #f59d00; }

.color-red {
  color: #c23824; }

.color-red-light {
  color: #ea4b35; }

.color-white {
  color: #fff; }

.color-grey {
  color: #666; }

.color-grey-light {
  color: #999; }

.color-grey-ultralight {
  color: #f4f4f4; }

.color-charcoal {
  color: #333; }

.color-charcoal-light {
  color: #555; }

.color-black {
  color: #000; }

.color-base {
  color: #666; }

.color-behance {
  color: #1769ff; }

.color-dribbble {
  color: #ea4c89; }

.color-facebook {
  color: #3b5998; }

.color-flickr {
  color: #0063dc; }

.color-github {
  color: #333; }

.color-google {
  color: #d34836; }

.color-instagram {
  color: #517fa4; }

.color-linkedin {
  color: #007bb6; }

.color-pinterest {
  color: #cb2027; }

.color-skype {
  color: #12a5f4; }

.color-soundcloud {
  color: #f80; }

.color-spotify {
  color: #7ab800; }

.color-tumblr {
  color: #2c3e51; }

.color-twitter {
  color: #00aced; }

.color-vimeo {
  color: #1ab7ea; }

.color-youtube {
  color: #b00; }

[class*=color-]::-webkit-input-placeholder {
  color: inherit; }

[class*=border-]::-webkit-input-placeholder {
  color: inherit; }

[class*=bkg-]::-webkit-input-placeholder {
  color: inherit; }

[class*=color-]::-moz-placeholder {
  color: inherit; }

[class*=border-]::-moz-placeholder {
  color: inherit; }

[class*=bkg-]::-moz-placeholder {
  color: inherit; }

.info {
  background: #d9edf7;
  color: #31708f;
  border-color: #d9edf7; }

.success {
  background: #dff0d8;
  color: #3c763d;
  border-color: #dff0d8; }

.alert {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #fcf8e3; }

.warning {
  background: #f2dede;
  color: #a9444a;
  border-color: #f2dede; }

.no-transition {
  transition-duration: 0s !important; }

.no-transition-reset {
  transition-duration: 0s !important; }

@media only screen and (max-width: 1140px) {
  .row {
    max-width: 96rem; }
  .grid-container.full-width.no-margins .content-grid-2 .grid-item {
    width: 50%; }
  .grid-container.full-width.small-margins .content-grid-2 .grid-item {
    width: 50%; }
  .grid-container .grid .grid-item {
    width: 33.33333%; }
  .grid-container .content-grid-2 .grid-item {
    width: 50%; }
  body.boxed .wrapper-inner {
    max-width: 96rem; }
  body.boxed .header-fixed-on-mobile .header-inner {
    max-width: 96rem; }
  .navigation li:last-child .sub-menu {
    right: 0; }
  .content-grid-5 .grid-item {
    width: 25%; }
  .content-grid-6 .grid-item {
    width: 25%; }
  .feature-column-group .width-3 {
    width: 50%; }
  .content-inner .grid-container .grid .grid-item {
    width: 50%; }
  .blog-wide .post-media .post-slider {
    width: 93rem;
    height: 62rem; }
  .blog-regular .post-media .post-slider {
    width: 69rem;
    height: 46rem; }
  .blog-masonry [class*=content-grid] .grid-item {
    width: 33.33333%; }
  .shop .table .product-details img {
    margin-bottom: 1rem; } }

@media only screen and (max-width: 1023px) {
  .navigation > ul > li:nth-last-child(2) > .sub-menu {
    right: 0; }
    .navigation > ul > li:nth-last-child(2) > .sub-menu ul {
      right: 18rem;
      left: auto; }
  .content-grid-5 .grid-item {
    width: 33.33333%; }
  .content-grid-6 .grid-item {
    width: 33.33333%; }
  .stats-3 .mega-stat .counter {
    font-size: 5rem; } }

@media only screen and (min-width: 960px) {
  .footer-fixed {
    position: fixed;
    bottom: 0;
    z-index: 0; }
  .pricing-table .pricing-table-column:not(:first-child):not(.callout) {
    border-left: none; }
  .table > tbody > tr > td:first-child {
    border-left: none; }
  .header-transparent .with-division ul {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .header-transparent .with-division li {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .tml-modal-mode .hero-5 {
    padding-right: 4%; }
  .content.reveal-footer {
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1; } }

@media only screen and (max-width: 960px) {
  .row {
    max-width: 76rem; }
    .row.flex.v-align-middle.one-column-on-tablet {
      display: block; }
  header .primary-nav-column {
    display: none !important; }
  header .primary-navigation {
    display: none !important; }
  header .logo-column {
    width: auto;
    float: left; }
  header .secondary-nav-column {
    width: auto;
    float: right; }
  .aux-navigation {
    display: table !important;
    visibility: visible !important; }
  .pricing-table.rounded.columns-3 .pricing-table-column:last-child {
    border-radius: .3rem; }
  .pricing-table.rounded.columns-5 .pricing-table-column:last-child {
    border-radius: .3rem; }
  .pricing-table.rounded.columns-5 .pricing-table-column:nth-last-child(3) {
    border-radius: .3rem 0 0 .3rem; }
  .pricing-table.rounded.columns-4 .pricing-table-column:nth-last-child(2) {
    border-radius: .3rem 0 0 .3rem; }
  .pricing-table.columns-2 .pricing-table-column {
    width: 50%; }
  .pricing-table.columns-3 .pricing-table-column {
    width: 50%; }
  .pricing-table.columns-4 .pricing-table-column {
    width: 50%; }
  .pricing-table.columns-5 .pricing-table-column {
    width: 50%; }
  .pricing-table[class*=border-].columns-3 .pricing-table-column:last-child {
    border-left-width: 1px; }
  .pricing-table[class*=border-].columns-4 .pricing-table-column:nth-last-child(2) {
    border-left-width: 1px; }
  .pricing-table[class*=border-].columns-5 .pricing-table-column:last-child {
    border-left-width: 1px; }
  .pricing-table[class*=border-].columns-5 .pricing-table-column:nth-last-child(3) {
    border-left-width: 1px; }
  .table:not(.non-responsive) {
    max-width: 100%;
    display: inline-block;
    position: relative; }
    .table:not(.non-responsive) > thead {
      display: block;
      float: left; }
      .table:not(.non-responsive) > thead > tr {
        display: block;
        float: left; }
        .table:not(.non-responsive) > thead > tr > th {
          display: block; }
    .table:not(.non-responsive) > tbody {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      .table:not(.non-responsive) > tbody > tr {
        display: inline-block;
        vertical-align: top;
        margin-right: -.4rem; }
        .table:not(.non-responsive) > tbody > tr > td {
          display: block; }
    .table:not(.non-responsive) th + th {
      border-left: none;
      border-bottom: 1px solid transparent; }
  .table tr:last-child {
    width: 100%; }
  .content-inner:not([class*=offset-]) {
    width: 100%; }
  .content-inner.column[class*=push-] {
    position: static;
    left: 0;
    right: 0; }
  .content-inner.column[class*=pull-] {
    position: static;
    left: 0;
    right: 0; }
  .content-inner .grid-container .grid .grid-item {
    width: 50%; }
  .sidebar {
    width: 100%; }
    .sidebar.column[class*=push-] {
      position: static;
      left: 0;
      right: 0; }
    .sidebar.column[class*=pull-] {
      position: static;
      left: 0;
      right: 0; }
    .sidebar .sidebar-inner {
      padding-right: 0 !important;
      padding-left: 0 !important;
      padding: 3rem;
      margin-top: 3rem;
      border-top: 1px solid #ddd; }
  .grid-container.full-width.no-margins .grid:not(.content-grid-2) .grid-item {
    width: 33.33333%; }
  .grid-container.full-width.small-margins .grid .grid-item {
    width: 33.33333%; }
  .grid-container .grid .grid-item {
    width: 50%; }
  .header {
    background: 0 0;
    position: static !important;
    height: 8rem !important;
    padding-top: 0;
    border: none; }
    .header .header-inner {
      background: #232323;
      border-top: none !important;
      height: 8rem !important;
      padding-top: 0;
      border: none;
      transition: none; }
    .header .nav-bar {
      border-top: none !important;
      height: 100%; }
    .header .header-inner-top {
      display: none; }
    .header .nav-bar-inner {
      height: 100%; }
    .header .logo {
      transition: none; }
      .header .logo span {
        transition: none; }
      .header .logo a + a {
        display: none !important; }
    .header .navigation-show {
      transition: none;
      display: block !important;
      visibility: visible !important; }
      .header .navigation-show a span {
        transition: none; }
    .header .logo-inner a {
      display: block;
      position: relative; }
    .header + .content > [class*=feature-]:first-child {
      padding-top: 5rem; }
  .tml-modal-mode .hero-5 {
    height: auto !important; }
    .tml-modal-mode .hero-5 .media-column {
      width: 100%;
      margin-left: 0;
      display: none;
      visibility: hidden; }
      .tml-modal-mode .hero-5 .media-column .split-hero-content {
        max-width: 60rem;
        margin: 0 auto; }
      .tml-modal-mode .hero-5 .media-column .hero-content-inner {
        padding: 1.5rem; }
    .tml-modal-mode .hero-5.show-media-column-on-mobile {
      padding-top: 0; }
      .tml-modal-mode .hero-5.show-media-column-on-mobile .media-column {
        display: block;
        visibility: visible;
        width: 100%;
        position: relative;
        height: 25rem; }
        .tml-modal-mode .hero-5.show-media-column-on-mobile .media-column iframe {
          height: 25rem; }
        .tml-modal-mode .hero-5.show-media-column-on-mobile .media-column video {
          height: 25rem; }
    .tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content {
      margin-top: 4rem; }
    .tml-modal-mode .hero-5 .column:not(.media-column) .split-hero-content {
      margin-top: 5rem;
      margin-bottom: 0; }
    .tml-modal-mode .hero-5 .tms-pagination {
      text-align: center !important; }
    .tml-modal-mode .hero-5 .row + .media-column {
      margin-top: 8rem;
      margin-bottom: -11rem; }
  .tml-modal-mode [class*=hero-] > .row:not(.flex) {
    width: 100%;
    margin-left: 0; }
    .tml-modal-mode [class*=hero-] > .row:not(.flex) > .column {
      width: 100%;
      margin-left: 0; }
  .feature-2 {
    padding-bottom: 7rem; }
    .feature-2 .row .feature-image {
      height: 100%; }
  .call-to-action-1 {
    font-size: 1.9rem;
    line-height: 2.9rem; }
  .recent-slider .column {
    width: 100%; }
  .recent-slider .grid-description {
    margin-bottom: 2rem; }
  [class*=logos-] {
    height: auto; }
    [class*=logos-] .grid-item {
      width: 33.3333%; }
  .logos-2 a {
    padding: 4.5rem 1.5rem; }
  .logos-2 span {
    padding: 4.5rem 1.5rem; }
  .two-columns-on-tablet > .column[class*=width-] {
    width: 50%;
    margin-left: 0;
    position: static;
    left: 0;
    right: 0; }
  .one-column-on-tablet > .column[class*=width-] {
    width: 100%;
    margin-left: 0;
    position: static;
    left: 0;
    right: 0; }
  body.boxed .wrapper-inner {
    max-width: 76rem; }
  body.boxed .header-fixed-on-mobile {
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0; }
    body.boxed .header-fixed-on-mobile .header-inner {
      max-width: 76rem;
      position: static !important; }
  .nav-bar .logo {
    margin: 0;
    float: left; }
    .nav-bar .logo.logo-center {
      margin: 0;
      float: left; }
  .feature-column-group .feature-column {
    padding: 4rem; }
  .blog [class*=pagination-] .column[class*=push-] {
    position: static;
    left: 0;
    right: 0; }
  .blog [class*=pagination-] .column[class*=pull-] {
    position: static;
    left: 0;
    right: 0; }
  .blog [class*=pagination-] > .row > .column {
    width: 100%; }
  .header-fixed-on-mobile .header-inner {
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0; }
  .header-sticky .header-inner {
    position: relative; }
  .call-to-action-2 p {
    font-size: 1.9rem;
    line-height: 2.9rem; }
  .call-to-action-3 p {
    font-size: 1.9rem;
    line-height: 2.9rem; }
  .testimonial-1 p {
    font-size: 1.9rem; }
  .testimonial-5 .testimonial-slider p {
    font-size: 1.9rem; }
  .shop [class*=pagination-] > .row > .column {
    width: 100%; }
  .content.reveal-footer {
    margin-bottom: 0 !important; }
  .blog-wide .post-media .post-slider {
    width: 73rem;
    height: 48.7rem; }
  .blog-regular .post-media .post-slider {
    width: 54rem;
    height: 36rem; }
  .blog-masonry [class*=content-grid] .grid-item {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .row {
    max-width: 48rem; }
  .pricing-table .pricing-table-column {
    margin-bottom: .5rem; }
    .pricing-table .pricing-table-column.callout {
      top: 0; }
  .pricing-table.columns-2 .pricing-table-column {
    width: 100%; }
  .pricing-table.columns-3 .pricing-table-column {
    width: 100%; }
  .pricing-table.columns-4 .pricing-table-column {
    width: 100%; }
  .pricing-table.columns-5 .pricing-table-column {
    width: 100%; }
  .pricing-table.rounded .pricing-table-column {
    border-radius: 0.3rem !important; }
  .grid-container .grid .grid-item {
    width: 100%; }
  .grid-container.full-width .grid .grid-item {
    width: 100%; }
  .grid-container:not(.small-margins):not(.no-margins) .grid .grid-item.no-image {
    height: auto !important; }
  .navigation .dropdown {
    position: static; }
  .navigation .dropdown-list {
    width: auto !important;
    left: 1.5rem !important;
    right: 1.5rem !important; }
  .navigation > ul > li {
    position: static; }
  .masonry-set-dimensions-2 .half.horizontal {
    width: 100% !important;
    height: auto !important; }
    .masonry-set-dimensions-2 .half.horizontal .thumbnail {
      width: 100% !important;
      height: auto !important; }
  .masonry-set-dimensions-2 .half.image-left .item-description {
    width: 100%;
    float: left; }
  .masonry-set-dimensions-2 .half.image-right .item-description {
    width: 100%;
    float: left; }
  .masonry-set-dimensions-2 .image-left .item-description:after {
    margin-left: -1rem;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    top: auto !important;
    bottom: 100%;
    left: 50%; }
  .masonry-set-dimensions-2 .image-right .item-description:after {
    margin-left: -1rem;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    top: auto !important;
    bottom: 100%;
    left: 50%; }
  body.boxed .wrapper-inner {
    max-width: 48rem; }
  body.boxed .header-fixed-on-mobile .header-inner {
    max-width: 48rem; }
  .pricing-table[class*=border-] .pricing-table-column {
    border-left-width: 1px; }
  .content-inner .grid-container .grid .grid-item {
    width: 100%; }
  .header .v-align-middle {
    position: static; }
  .hero-5 .media-column .split-hero-content {
    max-width: 48rem; }
  [class*=hero-] > .row > .column {
    max-width: 48rem; }
  .blog-regular .post-media .post-slider {
    width: 45rem;
    height: 30rem; }
  .blog-wide .post-media .post-slider {
    width: 45rem;
    height: 30rem; }
  .blog-masonry [class*=content-grid] .grid-item {
    width: 100%; }
  .cart .cart-overview .cart-coupon-form .form-element {
    margin-bottom: 1rem; }
  .cart .cart-overview .product-quantity input {
    padding-left: 1rem;
    padding-right: 1rem; }
  .shop .cart-overview .product-thumbnail {
    display: none; } }

@media only screen and (max-width: 480px) {
  .row {
    max-width: 35rem; }
  .side-navigation-inner {
    width: 30rem; }
  .side-navigation-wrapper {
    width: 30rem; }
    .side-navigation-wrapper.hide {
      right: 30rem; }
    .side-navigation-wrapper.enter-right.hide {
      right: -30rem; }
  .element-reveal-left {
    -webkit-transform: translate3d(30rem, 0, 0);
    transform: translate3d(30rem, 0, 0); }
  .element-reveal-right {
    -webkit-transform: translate3d(-30rem, 0, 0);
    transform: translate3d(-30rem, 0, 0); }
  .element-show-left {
    left: 30rem; }
  .element-show-right {
    left: -30rem; }
  .list-group {
    margin-bottom: 0; }
  blockquote {
    width: 100% !important; }
  .tabs.vertical .tab-nav {
    width: 100%;
    float: none; }
  .tabs.vertical .tab-panes {
    width: 100%;
    float: none;
    border-top: none; }
  .tabs.vertical.right .tab-nav {
    width: 100%;
    float: none; }
  .tabs.vertical.right .tab-panes {
    width: 100%;
    float: none;
    border-top: none; }
  .tabs.vertical.right li.active a {
    border-left: 1px solid #eee; }
  .tabs.vertical li.active a {
    border-left: 1px solid #eee; }
  .tabs.rounded .tab-panes {
    border-radius: 0 0 .3rem .3rem; }
  .tabs.rounded .tab-nav > li:first-child a {
    border-radius: 0.3rem 0.3rem 0 0 !important; }
  .tabs.rounded .tab-nav > li:last-child a {
    border-radius: 0 !important; }
  .tabs li.active:last-child a {
    border-bottom: 1px solid #eee; }
  .grid-container.full-width.no-margins .grid .grid-item {
    width: 100%; }
  .grid-container.full-width.small-margins .grid .grid-item {
    width: 100%; }
  .grid-container .grid .grid-item.no-image {
    height: auto !important; }
  .feature-3 .feature-slider {
    max-width: 70%; }
  .feature-3 .feature-image img {
    max-width: 70%; }
  .logos-2 a {
    padding: 2rem 1.5rem; }
  .logos-2 span {
    padding: 2rem 1.5rem; }
  .logos-3 a {
    padding: 2rem 1.5rem; }
  .logos-3 span {
    padding: 2rem 1.5rem; }
  .logos-4 a {
    padding: 2rem 1.5rem; }
  .logos-4 span {
    padding: 2rem 1.5rem; }
  .social-2 a {
    width: 100%; }
  .social-2 ul li {
    width: 50%; }
  .stats-3 .counter {
    font-size: 4rem; }
  .stats-3 .mega-stat .counter {
    font-size: 4rem; }
  .stats-3 .mega-stat .description {
    font-size: 1.2rem; }
  .stats-3 .description {
    margin-bottom: 4rem;
    padding-bottom: 0;
    border: none; }
  .stats-3 .grid-item.row-1 {
    border: none; }
  .post-comments .user-avatar {
    margin-bottom: 1.5rem;
    float: none; }
  .post-comments .comment-content {
    margin-left: 0; }
  body.boxed .wrapper-inner {
    max-width: 35rem; }
  body.boxed .header-fixed-on-mobile .header-inner {
    max-width: 35rem; }
  [class*=content-grid-] .grid-item {
    width: 100%; }
  .tab-nav li {
    width: 100%;
    float: none; }
    .tab-nav li a {
      width: 100%; }
  [class*=intro-title-] h1 {
    font-size: 3.5rem; }
  .hero-5 .media-column .split-hero-content {
    max-width: 35rem; }
  [class*=hero-] > .row > .column {
    max-width: 35rem; }
  .feature-1.overlap-bottom .feature-image {
    margin-bottom: -10rem; }
  .feature-1.overlap-bottom + .section-block:before {
    padding-bottom: 10rem; }
  .signup-3 .signup-form-container {
    width: 100%; }
  [class*=logos-] .grid-item {
    width: 50%; }
  [class*=clients-] .grid-item {
    width: 50%; }
  .social-4 ul li {
    display: block; }
  .blog-regular .post-media .post-slider {
    width: 32rem;
    height: 21.3rem; }
  .blog-wide .post-media .post-slider {
    width: 32rem;
    height: 21.3rem; }
  .shop .cart-overview .product-quantity {
    display: none; } }

@media only screen and (max-width: 350px) {
  .row {
    max-width: 100%; }
  body.boxed .wrapper-inner {
    max-width: 100%; }
  body.boxed .header-fixed-on-mobile .header-inner {
    max-width: 100%; }
  .hero-5 .media-column .split-hero-content {
    width: 100%; }
  [class*=hero-] > .row > .column {
    width: 100%; } }

.tm-slider-container {
  background: 0 0;
  position: relative; }
  .tm-slider-container.background-slider {
    position: absolute;
    z-index: 0; }
    .tm-slider-container.background-slider .tms-arrow-nav {
      display: none !important; }
    .tm-slider-container.background-slider .tms-pagination {
      display: none !important; }
  .tm-slider-container.full-width-slider {
    width: 100%; }
  .tm-slider-container.fullscreen {
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100vh; }
  .tm-slider-container.tms-carousel {
    overflow: hidden; }
    .tm-slider-container.tms-carousel > ul {
      opacity: 1; }
      .tm-slider-container.tms-carousel > ul > li {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
  .tm-slider-container.tms-scalable-height {
    transition-property: height, opacity;
    transition-duration: .6s; }
  .tm-slider-container.pagination-below .tms-bullet-nav {
    background: #000; }
  .tm-slider-container.pagination-below .tms-pagination {
    bottom: -3rem; }
  .tm-slider-container.show-on-hover .tms-arrow-nav {
    opacity: 0; }
  .tm-slider-container.show-on-hover .tms-pagination {
    opacity: 0; }
  .tm-slider-container.show-on-hover:hover .tms-arrow-nav {
    opacity: 1; }
  .tm-slider-container.show-on-hover:hover .tms-pagination {
    opacity: 1; }
  .tm-slider-container:not(.out-of-view) .tms-content-inner > .row > .column {
    will-change: transform, opacity; }

.tms-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 1s; }

.tms-content-scalable {
  transition-property: height, opacity;
  transition-duration: .6s;
  padding-bottom: 3rem;
  opacity: 0; }

.tms-forcefit {
  background-size: cover; }

.tms-carousel .tms-slide {
  float: left;
  position: relative; }
  .tms-carousel .tms-slide img {
    max-height: none; }
  .tms-carousel .tms-slide .thumbnail {
    height: auto !important; }

.tms-carousel .tms-pagination {
  bottom: 0; }

.tms-carousel.tms-scalable-height .tms-arrow-nav {
  margin-top: -3.7rem; }

.tms-error {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  top: 50%; }

.tms-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
  text-align: center; }
  .tms-content .column {
    height: auto; }
  .tms-content .row {
    height: auto; }

.tms-progress-bar {
  z-index: 2;
  position: absolute;
  width: 0;
  height: .5rem;
  background: rgba(0, 0, 0, 0.3);
  top: 0; }

.tms-fullscreen .tms-caption {
  position: relative; }

.tms-fullscreen .tms-slide > img {
  max-width: none;
  max-height: none;
  float: none;
  position: absolute; }

[data-video-bkg-vimeo] {
  background-size: 0; }
  [data-video-bkg-vimeo] iframe {
    opacity: 0 !important; }
  [data-video-bkg-vimeo] img {
    opacity: 0 !important; }

[data-video-bkg-youtube] {
  background-size: 0; }
  [data-video-bkg-youtube] iframe {
    opacity: 0 !important; }
  [data-video-bkg-youtube] img {
    opacity: 0 !important; }

.video-bkg-loaded iframe {
  background-size: cover !important;
  opacity: 1 !important;
  transition-property: opacity;
  transition-duration: 1s; }

.video-bkg-loaded .tms-overlay {
  opacity: 1 !important; }

.tms-perspective {
  -webkit-perspective: 800px;
  perspective: 800px; }

.tms-content-inner {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  float: none; }
  .tms-content-inner .tms-caption {
    position: static; }
  .tms-content-inner.left {
    text-align: left; }
  .tms-content-inner.right {
    text-align: right; }
  .tms-content-inner.v-align-top {
    padding-top: 7rem;
    vertical-align: top; }
  .tms-content-inner.v-align-bottom {
    padding-bottom: 7rem;
    vertical-align: bottom; }

.tms-arrow-nav {
  display: none;
  z-index: 10;
  position: absolute;
  text-align: center;
  transition-property: width, background, color, opacity;
  transition-duration: .3s;
  margin-top: -2.2rem;
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ccc;
  font-size: 3rem;
  line-height: 5rem; }
  .tms-arrow-nav:hover {
    width: 7rem;
    color: #fff; }

.tms-pagination {
  display: none;
  z-index: 10;
  position: absolute;
  text-align: center;
  transition-property: width, background, color, opacity;
  transition-duration: .3s;
  width: 100%;
  bottom: 2rem;
  line-height: 0; }

#tms-next {
  top: 50%;
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  #tms-next:before {
    content: '\e644'; }

.tms-bullet-nav {
  width: .8rem;
  height: .8rem;
  margin: 0 .3rem;
  display: inline-block;
  background: #fff;
  opacity: .5;
  border-radius: 50%; }
  .tms-bullet-nav.active {
    opacity: 1; }
  .tms-bullet-nav:hover {
    opacity: 1; }

.tm-lightbox {
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000; }

.tms-thumb-nav {
  width: 5rem;
  height: 5rem;
  opacity: .5; }
  .tms-thumb-nav.active {
    opacity: 1; }
  .tms-thumb-nav:hover {
    opacity: 1; }

#tml-content {
  opacity: 0;
  width: 100%;
  position: absolute;
  visibility: hidden; }
  #tml-content.tml-error {
    width: 100%;
    background: 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    top: 50%;
    left: 0;
    box-shadow: none; }
  #tml-content embed {
    width: 100% !important;
    height: 100% !important; }
  #tml-content iframe {
    width: 100% !important;
    height: 100% !important; }
  #tml-content object {
    width: 100% !important;
    height: 100% !important; }
  #tml-content video {
    width: 100% !important;
    height: 100% !important; }
  #tml-content.scrollable-content:not(.modal-dialog) {
    background: #fff;
    overflow-y: scroll; }

#tml-content-wrapper {
  position: absolute; }
  #tml-content-wrapper.zoomed {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }

#tml-lightbox {
  position: absolute; }

.tml-nav {
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
  line-height: 4.4rem;
  opacity: .4;
  z-index: 10;
  transition-property: color, opacity;
  transition-duration: .3s; }
  .tml-nav:hover {
    opacity: 1; }

.tml-modal-mode .modal-dialog {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }
  .tml-modal-mode .modal-dialog .modal-dialog-inner {
    padding: 3rem; }
    .tml-modal-mode .modal-dialog .modal-dialog-inner .full-width {
      margin: 0 -3rem 3rem; }
    .tml-modal-mode .modal-dialog .modal-dialog-inner .modal-header {
      margin: 0 -3rem 3rem;
      margin-top: -3rem; }
  .tml-modal-mode .modal-dialog .modal-header {
    padding: 1rem 3rem;
    background-color: #f4f4f4; }
  .tml-modal-mode .modal-dialog .modal-header-title {
    margin-bottom: 0; }

.tml-modal-mode .slide-in-top {
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  duration: .5s; }

.tml-modal-mode .slide-in-bottom {
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  duration: .5s; }

.tml-modal-mode .scale-in {
  -webkit-transform: translateY(0.9);
  transform: translateY(0.9);
  duration: .5s; }

.tml-modal-mode .scale-out {
  -webkit-transform: translateY(1.1);
  transform: translateY(1.1); }

.tml-modal-mode #tml-exit {
  top: 0;
  right: 0; }

.tml-modal-mode.height-auto .modal-dialog {
  height: auto !important; }

.tml-modal-mode.rounded .modal-dialog {
  border-radius: .3rem; }
  .tml-modal-mode.rounded .modal-dialog .modal-header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .tml-modal-mode.rounded .modal-dialog div {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }

#tml-next {
  top: 50%;
  margin-top: -2.1rem;
  right: 3rem; }
  #tml-next:before {
    content: '\e644'; }

#tml-prev {
  top: 50%;
  margin-top: -2.1rem;
  left: 3rem; }
  #tml-prev:before {
    content: '\e643'; }

@media only screen and (max-width: 479px) {
  #tml-content-wrapper {
    left: 10% !important;
    right: 10% !important; }
  .tml-modal-mode #tml-content-wrapper {
    left: 5% !important;
    right: 5% !important; } }

#tml-exit {
  top: 1.5rem;
  right: 3rem; }
  #tml-exit:before {
    content: '\e66f'; }

.tmp-content {
  width: 100%;
  height: 100%;
  max-width: 114rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table; }

.tmp-content-inner {
  width: 100%;
  height: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  float: none;
  position: relative;
  z-index: 1; }
  .tmp-content-inner.left {
    text-align: left; }
  .tmp-content-inner.right {
    text-align: right; }
  .tmp-content-inner.v-align-top {
    padding-top: 7rem;
    vertical-align: top; }
  .tmp-content-inner.v-align-bottom {
    padding-bottom: 7rem;
    vertical-align: bottom; }

.tmp-mobile {
  height: 'auto'; }

.grid-container {
  position: relative; }
  .grid-container.full-width .row {
    max-width: 100%; }
  .grid-container.full-width .grid {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .grid-container.full-width.no-margins {
    padding: 0 !important; }
  .grid-container.full-width > .row > .column {
    padding-left: 0;
    padding-right: 0; }
  .grid-container.full-width.no-padding-bottom .grid {
    margin-bottom: 0; }
  .grid-container.small-margins .grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: -.5rem;
    margin-bottom: -.5rem; }
    .grid-container.small-margins .grid .grid-item {
      margin-bottom: 0;
      padding: .5rem;
      position: relative; }
  .grid-container.small-margins.full-width .grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .grid-container.small-margins.full-width > .row > .column {
    padding-left: .5rem;
    padding-right: .5rem; }
  .grid-container.small-margins > .row > .column {
    padding-left: 1rem;
    padding-right: 1rem; }
  .grid-container.small-margins.no-margins.full-width > .row > .column {
    padding-left: 0;
    padding-right: 0; }
  .grid-container .grid {
    max-width: 100%;
    min-height: 30rem;
    margin-bottom: -3rem;
    visibility: hidden;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .grid-container .grid .grid-item {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
  .grid-container .thumbnail {
    margin-bottom: 0;
    display: block;
    float: none; }
  .grid-container.no-margins .grid {
    margin-bottom: 0;
    padding: 0 !important;
    margin: 0 !important; }
    .grid-container.no-margins .grid .grid-item {
      padding: 0 !important;
      margin: 0 !important; }
  .grid-container.no-margins > .row > .column {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .grid-container > .row > .column {
    padding-left: 0;
    padding-right: 0; }

.masonry-set-dimensions {
  padding-top: 7rem;
  padding-bottom: 6rem; }
  .masonry-set-dimensions.full-width .row {
    max-width: 100%; }
  .masonry-set-dimensions.full-width.no-padding-bottom {
    padding-bottom: 1.5rem !important; }
  .masonry-set-dimensions.full-width .grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .masonry-set-dimensions.full-width.no-margins {
    padding: 0; }
  .masonry-set-dimensions.full-width.small-margins.no-padding-bottom {
    padding-bottom: 0.5rem !important; }
  .masonry-set-dimensions.full-width > .row > .column {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .masonry-set-dimensions .grid-item {
    overflow: hidden; }
    .masonry-set-dimensions .grid-item > img {
      width: 100%; }
  .masonry-set-dimensions.small-margins .grid {
    margin-top: -.5rem;
    margin-bottom: -.5rem; }
    .masonry-set-dimensions.small-margins .grid .grid-item {
      padding: .5rem; }
  .masonry-set-dimensions.small-margins.full-width > .row > .column {
    padding-left: .5rem;
    padding-right: .5rem; }
  .masonry-set-dimensions.small-margins > .row > .column {
    padding-left: 1rem;
    padding-right: 1rem; }
  .masonry-set-dimensions.no-margins .grid {
    padding: 0 !important;
    margin: 0 !important; }
    .masonry-set-dimensions.no-margins .grid .grid-item {
      padding: 0 !important;
      margin: 0 !important; }
  .masonry-set-dimensions.no-margins > .row > .column {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .masonry-set-dimensions.no-margins.full-width > .row > .column {
    padding-left: 0;
    padding-right: 0; }
  .masonry-set-dimensions .grid {
    padding-left: 0;
    padding-right: 0;
    margin-top: -1.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -1.5rem; }
    .masonry-set-dimensions .grid .grid-item {
      margin-bottom: 0;
      padding: 1.5rem;
      position: relative; }
  .masonry-set-dimensions .thumbnail {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0; }
    .masonry-set-dimensions .thumbnail + .content-outer {
      position: absolute; }
  .masonry-set-dimensions .content-outer {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    bottom: 0; }
  .masonry-set-dimensions .content-inner {
    width: 100%;
    height: 100%;
    padding: 3rem;
    display: table-cell;
    vertical-align: middle; }
    .masonry-set-dimensions .content-inner > :first-child {
      margin-top: 0; }
    .masonry-set-dimensions .content-inner > :last-child {
      margin-bottom: 0; }
  .masonry-set-dimensions .content-slider {
    width: 100% !important;
    height: 100% !important; }
    .masonry-set-dimensions .content-slider img {
      width: auto; }
  .masonry-set-dimensions iframe {
    width: 100% !important;
    height: 100% !important; }
  .masonry-set-dimensions video {
    width: 100% !important;
    height: 100% !important; }
  .masonry-set-dimensions .mejs-container {
    width: 20rem;
    height: 3rem;
    margin-left: -10rem;
    margin-top: -1.5rem;
    position: absolute;
    left: 50%;
    top: 50%; }
  .masonry-set-dimensions > .row > .column {
    padding-left: 0;
    padding-right: 0; }

.tm-loader {
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  position: absolute;
  top: 50%;
  left: 50%; }
  .tm-loader:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .tm-loader #circle {
    background: 0 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite; }

.content {
  position: relative;
  z-index: 1;
  background-color: #fff; }

.section-block {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center; }
  .section-block.featured-media {
    padding-top: 0;
    padding-bottom: 0; }
  .section-block .hero-content-inner {
    display: table-cell;
    vertical-align: middle; }
    .section-block .hero-content-inner .column {
      height: auto; }
    .section-block .hero-content-inner .row {
      height: auto; }
  .section-block.team-4 {
    padding-bottom: 0; }
  .section-block.fullscreen-section {
    padding-top: 0;
    padding-bottom: 0; }
  .section-block.fullscreen-sections-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .section-block.pagination-2 {
    padding-top: 0;
    padding-bottom: 0; }
  .section-block.map-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .section-block.pt-0 {
    padding-top: 0; }
  .section-block.pt-5 {
    padding-top: .5rem; }
  .section-block.pt-10 {
    padding-top: 1rem; }
  .section-block.pt-20 {
    padding-top: 2rem; }
  .section-block.pt-30 {
    padding-top: 3rem; }
  .section-block.pt-40 {
    padding-top: 4rem; }
  .section-block.pt-50 {
    padding-top: 5rem; }
  .section-block.pt-60 {
    padding-top: 6rem; }
  .section-block.pt-70 {
    padding-top: 7rem; }
  .section-block.pt-80 {
    padding-top: 8rem; }
  .section-block.pt-90 {
    padding-top: 9rem; }
  .section-block.pt-100 {
    padding-top: 10rem; }
  .section-block.pt-110 {
    padding-top: 11rem; }
  .section-block.pt-120 {
    padding-top: 12rem; }
  .section-block.pt-130 {
    padding-top: 13rem; }
  .section-block.pt-140 {
    padding-top: 14rem; }
  .section-block.pt-150 {
    padding-top: 15rem; }
  .section-block.pb-0 {
    padding-bottom: 0; }
  .section-block.pb-5 {
    padding-bottom: .5rem; }
  .section-block.pb-10 {
    padding-bottom: 1rem; }
  .section-block.pb-20 {
    padding-bottom: 2rem; }
  .section-block.pb-30 {
    padding-bottom: 3rem; }
  .section-block.pb-40 {
    padding-bottom: 4rem; }
  .section-block.pb-50 {
    padding-bottom: 5rem; }
  .section-block.pb-60 {
    padding-bottom: 6rem; }
  .section-block.pb-70 {
    padding-bottom: 7rem; }
  .section-block.pb-80 {
    padding-bottom: 8rem; }
  .section-block.pb-90 {
    padding-bottom: 9rem; }
  .section-block.pb-100 {
    padding-bottom: 10rem; }
  .section-block.pb-110 {
    padding-bottom: 11rem; }
  .section-block.pb-120 {
    padding-bottom: 12rem; }
  .section-block.pb-130 {
    padding-bottom: 13rem; }
  .section-block.pb-140 {
    padding-bottom: 14rem; }
  .section-block.pb-150 {
    padding-bottom: 15rem; }

.stroke {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: .2rem; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  0% {
    stroke: #ddd;
    border-bottom-color: #ddd; }
  100% {
    stroke: #ddd;
    border-bottom-color: #ddd; }
  66% {
    stroke: #ddd;
    border-bottom-color: #ddd; }
  40% {
    stroke: #666;
    border-bottom-color: #666; }
  80% {
    stroke: #666;
    border-bottom-color: #666; }
  90% {
    stroke: #666;
    border-bottom-color: #666; } }

@keyframes color {
  0% {
    stroke: #ddd;
    border-bottom-color: #ddd; }
  100% {
    stroke: #ddd;
    border-bottom-color: #ddd; }
  66% {
    stroke: #ddd;
    border-bottom-color: #ddd; }
  40% {
    stroke: #666;
    border-bottom-color: #666; }
  80% {
    stroke: #666;
    border-bottom-color: #666; }
  90% {
    stroke: #666;
    border-bottom-color: #666; } }

* {
  box-sizing: border-box; }

:after {
  box-sizing: border-box; }

:before {
  box-sizing: border-box; }

.tmh-perspective {
  -webkit-perspective: 800px;
  perspective: 800px;
  overflow: visible !important; }

.tmh-perspective-parallax {
  -webkit-perspective: 1600px;
  perspective: 1600px;
  overflow: visible !important; }

.feature-1 {
  overflow: hidden;
  padding-bottom: 0;
  text-align: center; }
  .feature-1.overlap-bottom {
    overflow: visible;
    z-index: 3; }
    .feature-1.overlap-bottom .feature-image {
      margin-bottom: -20rem; }
    .feature-1.overlap-bottom + .section-block:before {
      width: 100%;
      content: close-quote;
      padding-bottom: 20rem;
      z-index: 0;
      position: relative;
      background: 0 0;
      display: block;
      overflow: hidden; }

.feature-2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 0; }
  .feature-2 .row .feature-image {
    width: 170%;
    margin-right: -70%; }
  .feature-2 .row.flex .feature-image {
    width: 170%;
    margin-right: -70%; }
  .feature-2.right .row .feature-image {
    margin-left: -70%; }

.feature-3 {
  overflow: hidden;
  position: relative; }
  .feature-3 .feature-image {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .feature-3 .feature-image-inner {
    max-height: 53rem; }

.tmh-parallax-item {
  opacity: 1;
  visibility: visible !important; }

.no-js {
  opacity: 1;
  visibility: visible; }
  .no-js .horizon {
    opacity: 1;
    visibility: visible; }

.replicable-content {
  padding-bottom: 4rem; }

.contact-form-container {
  margin-bottom: 3rem;
  position: relative; }
  .contact-form-container input[disabled=disabled][type=submit] {
    opacity: .6; }
  .contact-form-container .row {
    margin-left: -1rem;
    margin-right: -1rem; }
  .contact-form-container [class*=width-] {
    padding-left: 1rem;
    padding-right: 1rem; }
  .contact-form-container .form-response {
    width: 100%;
    font-size: 1.2rem;
    word-break: break-word;
    position: absolute;
    bottom: 0; }
  .contact-form-container .form-element {
    margin-bottom: 2rem; }
  .contact-form-container .contact-form {
    position: relative; }

.content-slider {
  margin-bottom: 3rem; }

.recent-slider {
  margin-bottom: 3rem; }
  .recent-slider .recent-slider {
    padding: 0;
    margin-bottom: 0;
    background: 0 0; }
  .recent-slider .next-recent-slider {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd; }
  .recent-slider .previous-recent-slider {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd; }
  .recent-slider [class*=icon-] {
    margin: 0; }
  .recent-slider .grid-description {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block; }
  .recent-slider .column.slider-column {
    padding-left: 0;
    padding-right: 0; }

.signup-form-container {
  margin-bottom: 3rem;
  position: relative; }
  .signup-form-container input[disabled=disabled][type=submit] {
    opacity: .6; }
  .signup-form-container .row {
    margin-left: -1rem;
    margin-right: -1rem; }
  .signup-form-container [class*=width-] {
    padding-left: 1rem;
    padding-right: 1rem; }
  .signup-form-container .form-response {
    width: 100%;
    font-size: 1.2rem;
    word-break: break-word;
    position: absolute;
    bottom: 0; }
  .signup-form-container .form-element {
    margin-bottom: 2rem; }
  .signup-form-container input[type=submit] {
    margin-bottom: 0; }
  .signup-form-container .signup-form {
    padding-bottom: 3rem;
    position: relative; }
  .signup-form-container.boxed {
    padding: 4rem; }

.testimonial-2 blockquote {
  margin-bottom: 3rem;
  width: 100%;
  padding: 0;
  margin-bottom: 3rem; }
  .testimonial-2 blockquote:last-child {
    margin-bottom: 0; }

.testimonial-2 cite {
  font-style: normal;
  letter-spacing: .1rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 700; }

.testimonial-2 h6 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.testimonial-2 .brief {
  height: 100%;
  border-right: 1px solid #ddd;
  display: table; }
  .testimonial-2 .brief p:last-child {
    margin-bottom: 0; }

.testimonial-2 .brief-inner {
  display: table-cell;
  vertical-align: middle; }

.background-fixed {
  background-attachment: fixed; }
  .background-fixed:after {
    background-attachment: fixed; }
  .background-fixed:before {
    background-attachment: fixed; }

.background-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .background-cover:after {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .background-cover:before {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.fullscreen-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  display: table;
  table-layout: fixed;
  overflow: hidden; }
  .fullscreen-section.in-view {
    z-index: 1; }
  .fullscreen-section .background-image {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0; }
  .fullscreen-section .background-slider-wrapper {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-attachment: fixed;
    z-index: 0;
    height: 100%; }
  .fullscreen-section.background-fixed .background-image {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-attachment: fixed;
    z-index: 0; }
  .fullscreen-section.background-fixed .background-slider-wrapper {
    position: fixed; }
  .fullscreen-section .fullscreen-inner {
    width: 100%;
    height: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: rgba(0, 0, 0, 0.6);
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  .fullscreen-section footer {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: absolute;
    bottom: 0;
    z-index: 3; }
  .fullscreen-section .copyright {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .1rem;
    color: #fff; }
  .fullscreen-section .social-list {
    margin-bottom: 0; }
  .fullscreen-section .hero-4 {
    height: 100vh; }
  .fullscreen-section .hero-5 {
    height: 100vh; }
  .fullscreen-section .hero-6 {
    height: 100vh; }
  .fullscreen-section.background-cover .background-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .fullscreen-section.background-contain .background-image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .fullscreen-section.background-full .background-image {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
  .fullscreen-section.no-overlay .fullscreen-inner {
    background: rgba(0, 0, 0, 0); }

.background-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  .background-contain:after {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .background-contain:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

.background-full {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.background-none {
  background: 0 0 !important; }

.background-image-none {
  background-image: none !important; }

.horizon {
  opacity: 0;
  visibility: hidden; }

.media-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  .media-overlay + * {
    position: relative; }

.opacity-01 {
  opacity: .1; }

.opacity-02 {
  opacity: .2; }

.opacity-03 {
  opacity: .3; }

.opacity-04 {
  opacity: .4; }

.opacity-05 {
  opacity: .5; }

.opacity-06 {
  opacity: .6; }

.opacity-07 {
  opacity: .7; }

.opacity-08 {
  opacity: .8; }

.opacity-09 {
  opacity: .9; }

.opacity-1 {
  opacity: 1; }

.masonry.fade-in-progressively .grid-item {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .6s;
  will-change: transform, opacity; }
  .masonry.fade-in-progressively .grid-item.animate-in {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); }

.masonry.fade-in-progressively .masonry-stamp {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .6s;
  will-change: transform, opacity; }
  .masonry.fade-in-progressively .masonry-stamp.animate-in {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); }

.masonry.fade-in-progressively.slide-in-bottom .grid-item {
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem); }

.masonry.fade-in-progressively.slide-in-bottom .masonry-stamp {
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem); }

.masonry.fade-in-progressively.scale-out .grid-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.masonry.fade-in-progressively.scale-out .masonry-stamp {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.masonry.fade-in-progressively.scale-in .grid-item {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.masonry.fade-in-progressively.scale-in .masonry-stamp {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.masonry .filtering {
  transition-property: height;
  transition-duration: .8s; }

.masonry .tm-loader {
  top: 6rem; }

.masonry > .row > .column {
  padding-left: 0;
  padding-right: 0; }

.masonry-stamp {
  padding: 1.5rem; }

.grid-filter-menu {
  padding-top: 3.5rem;
  padding-bottom: 0;
  text-align: center; }
  .grid-filter-menu.left {
    text-align: left; }
    .grid-filter-menu.left li:first-child a {
      padding-left: 0;
      margin-left: 0; }
  .grid-filter-menu.right {
    text-align: right; }
    .grid-filter-menu.right li:last-child a {
      padding-right: 0;
      margin-right: 0; }
  .grid-filter-menu ul {
    width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none; }
  .grid-filter-menu li {
    padding: 0 2rem;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase; }
  .grid-filter-menu a {
    padding: 1rem .8rem;
    transition-property: background, border-color, color, opacity;
    transition-duration: .5s; }
    .grid-filter-menu a:hover {
      color: #333; }
    .grid-filter-menu a.active {
      color: #333;
      border-bottom: 1px solid #333; }

.grid .project-description {
  display: block; }

.grid .project-title {
  display: block; }
  .grid .project-title + .project-description {
    margin-top: .5rem; }

.grid .item-description {
  width: 100%;
  margin-top: 2rem; }
  .grid .item-description .project-title {
    margin-top: 0;
    margin-bottom: .5rem; }
  .grid .item-description:last-child {
    margin-bottom: 0; }

.isotope-item {
  z-index: 2; }

.isotope {
  transition-duration: .4s;
  transition-property: height, width; }
  .isotope .isotope-item {
    transition-duration: .4s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
    .isotope .isotope-item.no-transition {
      transition-duration: 0s; }
  .isotope.no-transition {
    transition-duration: 0s; }
    .isotope.no-transition .isotope-item {
      transition-duration: 0s; }

@media only screen and (max-width: 1300px) {
  .grid-container .content-grid-5 .grid-item {
    width: 25%; }
  .grid-container .content-grid-6 .grid-item {
    width: 25%; } }

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.header-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 100; }

.header-compact .header-inner .dropdown > .nav-icon {
  height: 6rem;
  line-height: 6rem; }

.header-compact .header-inner .navigation > ul > li {
  height: 6rem;
  line-height: 6rem; }
  .header-compact .header-inner .navigation > ul > li > a:not(.button) {
    height: 6rem;
    line-height: 6rem; }

.header-compact .logo {
  height: 6rem;
  line-height: 6rem;
  width: 10rem; }
  .header-compact .logo span {
    font-size: 1.5rem;
    line-height: 2; }

.header-background .header-inner {
  background: #232323; }

.header-background .logo a:first-child {
  display: table-cell; }

.header-background .logo a + a {
  display: none !important; }

.header-animated {
  transition-duration: .5s; }
  .header-animated .header-inner {
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity;
    transition-duration: .5s; }
    .header-animated .header-inner .navigation {
      transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, -webkit-transform;
      transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform;
      transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform, -webkit-transform;
      transition-duration: .5s; }
      .header-animated .header-inner .navigation > ul > li {
        transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, -webkit-transform;
        transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform;
        transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform, -webkit-transform;
        transition-duration: .5s; }
        .header-animated .header-inner .navigation > ul > li > a {
          transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, -webkit-transform;
          transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform;
          transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform, -webkit-transform;
          transition-duration: .5s; }
  .header-animated .logo {
    transition-property: width, height, background, border, padding, margin, font-size, line-height, opacity;
    transition-duration: .5s; }
    .header-animated .logo span {
      transition-property: width, height, background, border, padding, margin, font-size, line-height, opacity;
      transition-duration: .5s; }
    .header-animated .logo a {
      transition-duration: .5s; }
  .header-animated .dropdown > .nav-icon {
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, -webkit-transform;
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform;
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform, -webkit-transform;
    transition-duration: .5s; }
  .header-animated .navigation-show a {
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, -webkit-transform;
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform;
    transition-property: height, background, border, padding, margin, font-size, color, line-height, opacity, transform, -webkit-transform;
    transition-duration: .5s; }

.header-in .header-inner {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .header-in .header-inner .logo {
    transition: none !important; }
  .header-in .header-inner .navigation {
    transition: none !important; }

.header-in .navigation-show {
  transition: none !important; }

.hero-2 {
  background-repeat: no-repeat;
  color: #fff;
  height: 50rem;
  text-align: left;
  background-image: url(../images/slider/slide-2-fs-hp.jpg); }
  .hero-2 h2 {
    color: #fff; }
  .hero-2 h6 {
    color: #fff; }

.hero-3 {
  background-repeat: no-repeat;
  height: 50rem;
  text-align: left;
  display: table;
  background-image: url(../images/slider/slide-5-fw.jpg); }
  .hero-3.center:not(.middle) {
    padding-top: 0; }
  .hero-3.center > div > .row > .column {
    margin: auto;
    float: none; }
  .hero-3.top {
    padding-top: 0; }
    .hero-3.top > div {
      vertical-align: top; }
    .hero-3.top .hero-content {
      border-bottom: 8px solid #333; }
  .hero-3 > div {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    .hero-3 > div > .row {
      height: auto;
      width: 100%;
      bottom: 0; }
      .hero-3 > div > .row > .column {
        height: auto; }
  .hero-3.bottom {
    padding-bottom: 0; }
    .hero-3.bottom > div {
      vertical-align: bottom; }
    .hero-3.bottom .hero-content {
      border-top: 8px solid #333; }
  .hero-3 .hero-content {
    background: #fff;
    position: relative;
    bottom: 0; }
  .hero-3 .hero-content-inner {
    padding: 3rem; }
  .hero-3 h2 {
    color: #666; }
  .hero-3 h6 {
    color: #666; }
  .hero-3.right > div > .row > .column {
    float: right; }
  .hero-3.center-left > div > .row > .column {
    text-align: left; }
  .hero-3.center-right > div > .row > .column {
    text-align: right;
    float: right; }

.intro-title-2 {
  background-repeat: no-repeat;
  position: relative;
  height: 40rem;
  background-position: center center;
  background-size: cover; }
  .intro-title-2 .subtitle {
    color: #fff; }
  .intro-title-2 h1 {
    color: #fff; }

.side-navigation-header {
  min-height: 8rem;
  line-height: 8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 4rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #232323; }
  .side-navigation-header .logo {
    min-height: 8rem;
    line-height: 8rem;
    width: 100%; }
    .side-navigation-header .logo a {
      font-size: 1.5rem;
      font-weight: 700;
      text-decoration: none;
      color: #666; }

.side-navigation-footer {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100%;
  padding: 1rem 4rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0; }
  .side-navigation-footer .social-list {
    margin-bottom: 1rem; }
    .side-navigation-footer .social-list a:hover {
      color: #fff; }

.hero-1 {
  color: #fff;
  height: 50rem;
  text-align: left;
  background-color: #1ecd6d; }
  .hero-1 h2 {
    color: #fff; }
  .hero-1 h6 {
    color: #fff; }

.overlay-navigation-footer {
  padding: 1rem 4rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0; }
  .overlay-navigation-footer .social-list {
    margin-bottom: 1rem; }
    .overlay-navigation-footer .social-list a:hover {
      color: #fff; }
  .overlay-navigation-footer .copyright {
    font-size: 1.1rem; }

.overlay-navigation-header {
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 3rem;
  position: absolute;
  top: 2rem; }
  .overlay-navigation-header .logo {
    width: 13rem;
    margin: 0 auto; }

.title-container-inner {
  display: table-cell;
  vertical-align: middle; }
  .title-container-inner > :first-child {
    margin-top: 0; }
  .title-container-inner > :last-child {
    margin-bottom: 0; }

[class*=hero-] {
  position: relative; }
  [class*=hero-] > .row:not(.flex) {
    height: 100%; }
    [class*=hero-] > .row:not(.flex) > .column {
      height: 100%; }

.title-container[class^=title-] {
  margin-bottom: 0; }

.title-container {
  height: 100%;
  width: 100%;
  display: table; }

[class*=intro-title-] .column {
  height: 100%; }

[class*=intro-title-] .row {
  height: 100%; }

[class*=intro-title-] .subtitle {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 300;
  font-style: italic; }

.testimonial-1 cite {
  font-style: normal;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1; }

.testimonial-1 h6 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 4rem; }

.testimonial-1 blockquote {
  width: 70%;
  padding: 0;
  margin-bottom: 0; }
  .testimonial-1 blockquote.avatar span {
    width: 9rem;
    height: 9rem; }
    .testimonial-1 blockquote.avatar span img {
      width: 9rem;
      height: 9rem; }

.testimonial-1 p {
  margin-top: 3rem; }

.testimonial-5 {
  color: #fff;
  background-image: url(../images/slider/slide-2-fs-hp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .testimonial-5 cite {
    font-style: normal;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 700; }
  .testimonial-5 blockquote {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.intro-title-1 {
  height: 40rem; }

.call-to-action-2 {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center; }
  .call-to-action-2 p {
    font-size: 2.5rem; }

.call-to-action-3 {
  position: relative;
  background-color: #ffbe12;
  color: #fff; }
  .call-to-action-3 p {
    font-size: 2.5rem; }
  .call-to-action-3 .call-to-action-button {
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0; }
    .call-to-action-3 .call-to-action-button .button {
      padding: 2rem 0;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      font-size: 1.5rem;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      border-radius: 0;
      display: table; }
    .call-to-action-3 .call-to-action-button > .button > span {
      height: 100%;
      display: table-cell;
      vertical-align: middle; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-fs-hp@2x.jpg); }
  .hero-2 {
    background-image: url(../images/slider/slide-2-fs-hp@2x.jpg); }
  .hero-3 {
    background-image: url(../images/slider/slide-5-fw@2x.jpg); }
  .hero-4 {
    background-image: url(../images/slider/dev-video-cta-3@2x.jpg); }
  .signup-2 {
    background-image: url(../images/slider/slide-5-fw@2x.jpg); }
  .testimonial-5 {
    background-image: url(../images/slider/slide-2-fs-hp@2x.jpg); }
  .logos-2 {
    background-image: url(../images/slider/slide-2-fs-hp@2x.jpg); }
  .social-3 {
    background-image: url(../images/slider/slide-2-fs-hp@2x.jpg); }
  .stats-1 {
    background-image: url(../images/slider/slide-2-fs-hp@2x.jpg); }
  .hero-5 .media-column {
    background-image: url(../images/slider/slide-9-fw@2x.jpg); }
  .coming-soon-1 .background-image {
    background-image: url(../images/fullscreen/coming-soon-1@2x.jpg); }
  .coming-soon-2 .background-image {
    background-image: url(../images/fullscreen/coming-soon-1@2x.jpg); }
  .error-404 .background-image {
    background-image: url(../images/fullscreen/coming-soon-1@2x.jpg); }
  .error-500 .background-image {
    background-image: url(../images/fullscreen/coming-soon-1@2x.jpg); } }

.hero-content {
  height: 100%;
  display: table !important;
  table-layout: fixed; }
  .hero-content:not([class*=width-]) {
    width: 100%; }

.hero-slider {
  margin-bottom: 0;
  width: 100% !important;
  height: auto;
  min-height: 50rem; }
  .hero-slider .hero-content-inner {
    display: table-cell;
    vertical-align: middle; }
  .hero-slider .hero-content {
    height: 100%;
    min-height: 50rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0; }
    .hero-slider .hero-content:last-child {
      margin-bottom: 0; }
    .hero-slider .hero-content:not([class*=width-]) {
      width: 50%; }
    .hero-slider .hero-content.right {
      text-align: left;
      left: auto;
      right: 0; }
  .hero-slider .tms-slide {
    height: 100%;
    padding: 0 !important;
    display: inherit;
    position: absolute; }
    .hero-slider .tms-slide > .media-column {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: 0;
      top: 0;
      height: 100%;
      position: absolute;
      left: 0; }
    .hero-slider .tms-slide.right > .media-column {
      left: auto;
      right: 0; }
  .hero-slider.window-height {
    min-height: 100vh; }
  .hero-slider .tms-slides {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .hero-slider .tms-pagination {
    width: 50%;
    text-align: right;
    padding-right: 5rem; }
  .hero-slider .tms-content-scalable {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .hero-slider .tms-caption.no-transition {
    height: 100%;
    display: table !important;
    table-layout: fixed; }
  .hero-slider .media-column + .row .hero-content {
    background: 0 0; }
  .hero-slider .tms-slide[class*=bkg-] .hero-content {
    background-color: inherit; }

.hero-4 {
  height: 50rem;
  text-align: left;
  color: #fff;
  background-repeat: no-repeat; }
  .hero-4 .column {
    position: relative; }
  .hero-4 h2 {
    color: #fff; }
  .hero-4 h6 {
    color: #fff; }
  .hero-4 > .row:before {
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .hero-4.right > .row:before {
    top: 0;
    right: 0;
    left: auto; }

.hero-5 .media-column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  top: 0;
  height: 100%;
  position: absolute;
  left: 0; }
  .hero-5 .media-column .map-container {
    width: 100%;
    height: 100%; }
  .hero-5 .media-column iframe {
    width: 100%;
    height: 100%; }
  .hero-5 .media-column video {
    width: 100%;
    height: 100%; }
  .hero-5 .media-column .hero-content-inner {
    padding: 8.5rem; }
  .hero-5 .media-column .content-slider {
    height: 100% !important; }
  .hero-5 .media-column + .media-column {
    left: auto;
    right: 0; }

.hero-5 .tms-slide {
  padding: 0 !important;
  display: inherit;
  position: absolute; }

.hero-5 > .row > .column {
  position: relative;
  z-index: 1; }

.hero-5.right > .media-column {
  left: auto;
  right: 0; }

.hero-5 .testimonial-slider .tms-slide {
  position: relative; }

@media only screen and (max-width: 1040px) {
  .hero-5 .media-column .hero-content-inner {
    padding: 2.5rem; } }

.call-to-action-1 {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  width: 100%;
  display: block; }
  .call-to-action-1:hover {
    background-color: #1ecd6d; }
  .call-to-action-1 span {
    display: block; }

.feature-content {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.feature-image {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.feature-slider {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }
  .feature-slider .tm-slider-container {
    width: 100% !important; }
  .feature-slider .tms-pagination {
    bottom: 0; }

.feature-content-inner {
  display: table-cell;
  vertical-align: middle; }
  .feature-content-inner:first-child {
    margin-top: 0; }

.feature-image-inner {
  display: table-cell;
  vertical-align: middle; }

.feature-slider-inner {
  display: table-cell;
  vertical-align: middle; }

[class*=call-to-action-] {
  background-color: inherit; }
  [class*=call-to-action-] .column {
    height: 100%; }
    [class*=call-to-action-] .column:last-child .call-to-action-content-inner {
      padding-bottom: 0; }
  [class*=call-to-action-] .row {
    height: 100%; }

.call-to-action-content {
  width: 100%;
  height: 100%;
  display: table !important; }

.call-to-action-content-inner {
  display: table-cell;
  vertical-align: middle; }
  .call-to-action-content-inner:first-child {
    margin-top: 0; }
  .call-to-action-content-inner:last-child {
    margin-bottom: 0; }

.form-element[class*=border-] {
  background: #fff; }

.form-honeypot {
  display: none; }

.register-form-container .form-response {
  width: 100%;
  font-size: 1.2rem;
  word-break: break-word;
  position: absolute;
  bottom: 0; }

.register-form-container .form-element {
  margin-bottom: 2rem; }

.login-form-container .form-element {
  margin-bottom: 2rem; }

.login-form-container [class*=width-] {
  padding-left: 1rem;
  padding-right: 1rem; }

.login-form-container .row {
  margin-left: -1rem;
  margin-right: -1rem; }

.login-form-container .recuperate-password {
  font-size: 1rem;
  display: block; }

.search-form-container .form-element {
  margin-bottom: 2rem; }

.search-form-container input[type=submit] {
  margin-bottom: 0; }

.search-form-container [class*=width-] {
  padding-left: 1rem;
  padding-right: 1rem; }

.search-form-container .row {
  margin-left: -1rem;
  margin-right: -1rem; }

.signup-3 {
  background-image: url(../images/slider/slide-5-fw.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .signup-3 .signup-form-container {
    margin-bottom: 0;
    width: 30rem;
    margin-left: auto;
    margin-right: auto; }
  .signup-3 .signup-inner {
    background: rgba(0, 0, 0, 0); }
  .signup-3 .row {
    text-align: center; }
  .signup-3 .form-element {
    width: 100%; }

.team-3 {
  color: #fff;
  text-align: left; }
  .team-3 .team-slider {
    height: 45rem;
    margin-bottom: 0;
    background: 0 0; }
    .team-3 .team-slider .tms-pagination {
      bottom: 0;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .team-3 .team-slider li {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .team-3 .team-slider .tms-slides {
      margin-bottom: 2rem; }
  .team-3 .team-content-info {
    color: #fff; }
    .team-3 .team-content-info .name {
      margin-bottom: 1rem; }
    .team-3 .team-content-info h4 {
      margin-bottom: 1rem; }
  .team-3 .occupation {
    margin-top: 0;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #999; }
  .team-3 .slider-column {
    padding-left: 0;
    padding-right: 0; }
  .team-3 .team-content {
    margin-bottom: 4rem; }
  .team-3 .social-list a {
    color: #fff; }
    .team-3 .social-list a:hover {
      opacity: .5; }

.team-4 {
  text-align: center;
  overflow: hidden; }
  .team-4 .occupation {
    margin-top: 0;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #999; }
  .team-4 .grid-item {
    margin-bottom: 0; }
  .team-4 .team-content-info .name {
    margin-bottom: 1rem; }
  .team-4 .team-content-info h4 {
    margin-bottom: 1rem; }
  .team-4 .social-list {
    display: block;
    margin-top: 2rem; }
  .team-4 .thumbnail .social-list a {
    margin: 0 .5rem;
    color: #fff; }
    .team-4 .thumbnail .social-list a:hover {
      opacity: .5; }
  .team-4 .overlay-info > span {
    padding: 3rem;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400; }

.signup-2 {
  background-image: url(../images/slider/slide-5-fw.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .signup-2 .signup-form-container {
    padding: 4rem;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
    .signup-2 .signup-form-container .form-response {
      bottom: 4rem; }

.testimonial-slider {
  width: 100% !important;
  min-height: 10rem;
  margin: 0 auto;
  background: 0 0; }
  .testimonial-slider .tms-pagination {
    bottom: 0; }
  .testimonial-slider.left {
    margin: 0; }
    .testimonial-slider.left .tms-pagination {
      text-align: left; }
    .testimonial-slider.left blockquote {
      text-align: left;
      padding-left: 0;
      padding-right: 1rem; }
  .testimonial-slider.right {
    margin: 0; }
    .testimonial-slider.right .tms-pagination {
      text-align: right; }
    .testimonial-slider.right blockquote {
      text-align: right;
      padding-left: 1rem;
      padding-right: 0; }
  .testimonial-slider blockquote {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem; }
    .testimonial-slider blockquote span {
      margin-top: 0;
      margin-bottom: 1.5rem; }

.testimonial-3 h6 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 4rem; }

.testimonial-3 [class*=content-grid] {
  margin-bottom: -3rem; }

.testimonial-3 blockquote {
  width: 100%;
  padding: 0;
  margin: 0; }

.testimonial-3 cite {
  text-transform: uppercase;
  letter-spacing: .1rem; }

.testimonial-4 h6 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 4rem; }

.testimonial-4 [class*=content-grid] {
  margin-bottom: -3rem; }

.testimonial-4 blockquote {
  height: 100%;
  padding: 2.5rem;
  margin: 0;
  border-radius: .3rem;
  border: 1px solid #ddd; }

.testimonial-4 cite {
  text-transform: uppercase;
  letter-spacing: .1rem; }

.team-1 .occupation {
  margin-top: 0;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.team-1 [class*=content-grid] {
  margin-bottom: -3rem; }

.team-1 .team-content-info .name {
  margin-bottom: 1rem; }

.team-1 .team-content-info h4 {
  margin-bottom: 1rem; }

.team-2 .occupation {
  margin-top: 0;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.team-2 [class*=content-grid] {
  margin-bottom: -3rem; }

.team-2 .thumbnail {
  margin-bottom: 0; }

.team-2 .team-content {
  background: #fff; }

.team-2 .team-content-info {
  padding: 2rem; }
  .team-2 .team-content-info .name {
    margin-bottom: 1rem; }
  .team-2 .team-content-info h4 {
    margin-bottom: 1rem; }

.team-2 .social-list .list-label {
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  display: inline-block; }

.team-2 .social-list.boxed {
  margin: 0 -2rem -2rem;
  padding: 2rem;
  background: #e7e7e7; }

[class*=team-] .signature {
  width: 100%; }

[class*=team-] .thumbnail {
  float: none; }

[class*=team-] .social-list {
  margin-bottom: 0; }

.social-list {
  margin-left: 0;
  list-style: none; }
  .social-list a {
    margin-right: 1rem; }
  .social-list.right a {
    margin-left: 1rem;
    margin-right: 0; }
  .social-list.right li:last-child a {
    margin-right: 0; }
  .social-list [class*=icon-] {
    margin: 0; }
  .social-list:not(.center) li:last-child a {
    margin-right: 0; }
  .social-list.center a {
    margin-right: .5rem;
    margin-left: .5rem; }

.team-slider .social-list {
  padding: 0;
  margin: 0; }
  .team-slider .social-list li {
    padding: 0;
    margin: 0; }

.team-slider .thumbnail {
  margin-bottom: 0; }

@media only screen and (min-width: 479px) and (max-width: 960px) {
  .team-2 .content-grid-4 .grid-item {
    width: 50%; }
  .team-4 .content-grid-4 .grid-item {
    width: 50%; } }

.masonry-set-dimensions-2 .thumbnail {
  float: left; }

.masonry-set-dimensions-2 .description {
  padding: 2rem;
  text-align: center;
  background: #fff; }

.masonry-set-dimensions-2 .half.image-left .thumbnail {
  width: 50%; }

.masonry-set-dimensions-2 .half.image-left .item-description {
  width: 50%;
  text-align: left;
  float: right; }

.masonry-set-dimensions-2 .half.image-right .thumbnail {
  width: 50%;
  float: right; }

.masonry-set-dimensions-2 .half.image-right .item-description {
  width: 50%;
  text-align: right;
  float: left; }

.masonry-set-dimensions-2 .half.image-bottom .thumbnail {
  width: 100%; }

.masonry-set-dimensions-2 .half.image-bottom .item-description {
  width: 100%;
  height: 50%;
  text-align: center; }

.masonry-set-dimensions-2 .half.image-top .thumbnail {
  width: 100%; }

.masonry-set-dimensions-2 .half.image-top .item-description {
  width: 100%;
  height: 50%;
  text-align: center; }

.masonry-set-dimensions-2 .two-third.image-left .thumbnail {
  width: 66.66667%; }

.masonry-set-dimensions-2 .two-third.image-left .item-description {
  width: 33.33333%;
  text-align: left;
  float: right; }

.masonry-set-dimensions-2 .two-third.image-right .thumbnail {
  width: 66.66667%;
  float: right; }

.masonry-set-dimensions-2 .two-third.image-right .item-description {
  width: 33.33333%;
  text-align: right;
  float: left; }

.masonry-set-dimensions-2 .two-third.image-top .thumbnail {
  width: 100%; }

.masonry-set-dimensions-2 .two-third.image-top .item-description {
  width: 100%;
  height: 33.33333%;
  text-align: center; }

.masonry-set-dimensions-2 .two-third.image-bottom .thumbnail {
  width: 100%; }

.masonry-set-dimensions-2 .image-left.no-description .thumbnail {
  width: 100%; }

.masonry-set-dimensions-2 .image-left .item-description:after {
  margin-top: -10px;
  border: solid transparent;
  border-right-color: #f9f9f9;
  border-width: 10px;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto; }

.masonry-set-dimensions-2 .image-right.no-description .thumbnail {
  width: 100%; }

.masonry-set-dimensions-2 .image-right .item-description:after {
  margin-top: -10px;
  border: solid transparent;
  border-left-color: #f9f9f9;
  border-width: 10px;
  top: 50%;
  bottom: auto;
  right: -20px;
  left: auto; }

.masonry-set-dimensions-2 .item-description {
  margin-top: 0;
  height: 100%;
  background: #f9f9f9;
  text-align: center;
  display: table;
  position: relative; }
  .masonry-set-dimensions-2 .item-description:after {
    width: 0;
    height: 0;
    margin-top: -10px;
    content: " ";
    position: absolute;
    pointer-events: none;
    z-index: 10;
    margin-left: -10px;
    border: solid transparent;
    border-bottom-color: #f9f9f9;
    border-width: 10px;
    top: auto;
    bottom: 100%;
    left: 50%; }

.masonry-set-dimensions-2 .item-description-inner {
  height: 100%;
  padding: 1rem 3rem 3rem;
  display: table-cell;
  vertical-align: middle; }

.masonry-set-dimensions-2 h5:last-child {
  margin-bottom: 0; }

.masonry-set-dimensions-2 p:last-child {
  margin-bottom: 0; }

.masonry-set-dimensions-2 .image-bottom .item-description:after {
  margin-left: -10px;
  border: solid transparent;
  border-top-color: #f9f9f9;
  border-width: 10px;
  top: auto;
  bottom: -2rem;
  left: 50%; }

.logos-2 {
  background-image: url(../images/slider/slide-5-fw@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .logos-2 [class*=content-grid] {
    margin-right: 0;
    margin-left: 0; }
  .logos-2 .grid-item {
    padding: 0 0 1px 1px; }
  .logos-2 a {
    width: 100%;
    padding: 5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 1;
    display: block; }
    .logos-2 a:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .logos-2 span {
    width: 100%;
    padding: 5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 1;
    display: block; }

.logos-3 [class*=content-grid] {
  margin-right: 0;
  margin-left: 0; }

.logos-3 .grid-item {
  padding: 0;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative; }
  .logos-3 .grid-item:after {
    border-bottom: 1px solid #ddd;
    bottom: -1px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0; }
  .logos-3 .grid-item:before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 1px solid #ddd;
    top: 0;
    left: -1px; }

.logos-3 a {
  width: 100%;
  padding: 5rem 1.5rem;
  opacity: 1;
  display: block; }
  .logos-3 a:hover {
    background-color: #ddd; }

.logos-3 span {
  width: 100%;
  padding: 5rem 1.5rem;
  opacity: 1;
  display: block; }

.project-details h6 {
  margin-bottom: 1rem; }

.project-details ul {
  margin-bottom: 2rem; }

.logos-4 .grid-item {
  padding: 0;
  position: relative; }
  .logos-4 .grid-item:after {
    border-bottom: 1px solid #ddd;
    bottom: -1px;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0; }
  .logos-4 .grid-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #ddd;
    top: 0;
    left: -1px; }

.logos-4 [class*=content-grid] {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }

.logos-4 a {
  width: 100%;
  padding: 5rem 1.5rem;
  opacity: 1;
  display: block; }
  .logos-4 a:hover {
    opacity: .5; }

.logos-4 span {
  width: 100%;
  padding: 5rem 1.5rem;
  opacity: 1;
  display: block; }

.logos-1 [class*=content-grid] {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.logos-1 a {
  padding: 2rem 0;
  display: block;
  opacity: 1; }
  .logos-1 a:hover {
    opacity: .5; }

.logos-1 span {
  padding: 2rem 0;
  display: block;
  opacity: 1; }

.fullscreen-sections-wrapper {
  position: relative;
  z-index: 0; }
  .fullscreen-sections-wrapper.nav-dark .fs-bullet-nav {
    background: #333; }

.logo-slider {
  min-height: 10rem; }
  .logo-slider .tms-pagination {
    bottom: 0; }
  .logo-slider .tms-bullet-nav {
    background-color: #333; }
  .logo-slider .tms-content-scalable {
    padding-bottom: 0; }

.clients-1 {
  line-height: 1; }
  .clients-1 .client-name {
    margin-top: 0;
    margin-bottom: 1rem; }
  .clients-1 .client-description {
    font-size: 1.1rem;
    opacity: .7; }

.social-1 {
  text-align: center; }
  .social-1 h6 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  .social-1 ul {
    margin-bottom: 0; }
    .social-1 ul li {
      padding: 0 1rem;
      margin-bottom: 1rem;
      display: inline-block; }

.social-2 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }
  .social-2 [class*=content-grid-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .social-2 .grid-item {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0; }
  .social-2 a {
    width: 100%;
    height: 15rem;
    margin: 0;
    font-size: 2rem;
    line-height: 2rem;
    font-family: Times New Roman, serif;
    font-style: italic;
    display: table; }
    .social-2 a:hover {
      background: 0 0;
      color: #999; }
    .social-2 a span {
      display: table-cell;
      vertical-align: middle; }
  .social-2 [class*=icon] {
    width: 100%;
    margin: 0 0 1rem;
    font-size: 3rem;
    display: inline-block; }
  .social-2.full-width [class*=content-grid-] {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

.social-3 {
  text-align: center;
  background-image: url(../images/slider/slide-2-fs-hp@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .social-3 ul {
    margin-bottom: -1rem;
    line-height: 1; }
    .social-3 ul li {
      padding: 0 1rem;
      display: inline-block;
      margin-bottom: 1rem;
      text-align: center; }
  .social-3 a[class*=icon] {
    width: 5rem;
    height: 5rem;
    margin: 0;
    line-height: 5rem;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%; }
  .social-3 a {
    color: #fff; }
    .social-3 a:hover {
      background: #fff; }

.social-4 {
  text-align: center; }
  .social-4 ul {
    margin-bottom: -1rem; }
    .social-4 ul li {
      padding: 0 1rem;
      display: inline-block;
      margin: 0 2rem 1rem; }
      .social-4 ul li a {
        font-size: 1.7rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        font-weight: 700;
        color: #999; }
  .social-4 h6 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }

[class*=stats-] .stat-content {
  width: 100%;
  height: 100%;
  display: table; }

[class*=stats-] .stat-content-inner {
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

[class*=stats-] .stat {
  width: 100%;
  height: 100%;
  display: table; }

[class*=stats-] .stat-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

[class*=stats-] > .row:not(.flex) {
  height: 100%; }
  [class*=stats-] > .row:not(.flex) > .column {
    height: 100%; }

[class*=stats-].left .stat-inner {
  text-align: left; }

[class*=stats-].center .stat-inner {
  text-align: center; }

[class*=stats-].right .stat-inner {
  text-align: right; }

.stats-1 {
  color: #fff;
  background-image: url(../images/slider/slide-2-fs-hp@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .stats-1 [class*=content-grid] {
    margin-bottom: -3rem; }
  .stats-1 .counter {
    font-size: 6rem;
    line-height: 1;
    font-weight: 400; }
  .stats-1 p:last-child {
    margin-bottom: 0; }

.stats-2 {
  color: #666; }
  .stats-2 [class*=content-grid] {
    margin-bottom: -2rem; }
  .stats-2 .grid-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    border-right: 1px solid #ddd; }
    .stats-2 .grid-item:last-child {
      border: none; }
  .stats-2 .counter {
    margin-bottom: .5rem;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700; }
  .stats-2 .description {
    font-size: 1.2rem;
    text-transform: uppercase; }
  .stats-2 p:last-child {
    margin-bottom: 0; }

.stats-3 [class*=content-grid] {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.stats-3 .grid-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  border-right: 1px dotted #ddd; }
  .stats-3 .grid-item:last-child {
    border: none; }

.stats-3 .counter {
  margin-bottom: .5rem;
  line-height: 1;
  font-weight: 700;
  font-size: 3rem; }

.stats-3 .mega-stat .counter {
  margin-bottom: .5rem;
  line-height: 1;
  font-weight: 700;
  font-size: 7rem; }

.stats-3 .mega-stat .description {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700; }

.stats-3 .description {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ddd;
  font-weight: 700; }
  .stats-3 .description:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }

.stats-3 p:last-child {
  margin-bottom: 0; }

.stats-3[class*=border-] {
  border-width: 0; }
  .stats-3[class*=border-] * {
    border-color: inherit; }

.fs-pagination {
  width: 2.8rem;
  padding: 1rem;
  text-align: center;
  visibility: visible;
  opacity: 0;
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 10;
  transition-property: opacity, visibility;
  transition-duration: .6s; }

.fs-bullet-nav {
  width: .8rem;
  height: .8rem;
  display: inline-block;
  background: #fff;
  opacity: .5;
  border-radius: 50%; }
  .fs-bullet-nav.active {
    opacity: 1; }
  .fs-bullet-nav:hover {
    opacity: 1; }

.coming-soon-2 .background-image {
  background-image: url(../images/fullscreen/coming-soon-1.jpg); }

.coming-soon-2 h1 {
  font-size: 10rem;
  line-height: 1; }

.error-404 .background-image {
  background-image: url(../images/fullscreen/coming-soon-1.jpg); }

.error-404 h1 {
  font-size: 15rem;
  line-height: 1; }

.error-404 .search-form-container {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto; }

.error-404 .form-submit {
  width: 100%; }

.error-500 .background-image {
  background-image: url(../images/fullscreen/coming-soon-1.jpg); }

.error-500 h1 {
  font-size: 15rem;
  line-height: 1; }

.error-500 .button {
  margin-right: 2rem; }
  .error-500 .button:last-child {
    margin-right: 0; }

.fullscreen-inner.v-align-top {
  vertical-align: top; }

.fullscreen-inner.v-align-bottom {
  vertical-align: bottom; }

.pagination-1 small {
  font-size: 1.3rem;
  display: block; }
  .pagination-1 small span {
    font-size: 1.3rem;
    display: inline-block; }

.pagination-1 [class*=icon-] {
  height: 3.6rem;
  font-size: 3.6rem;
  display: inline-block; }

.pagination-1 .pagination-previous {
  text-align: left; }
  .pagination-1 .pagination-previous [class*=icon-] {
    margin-right: 1rem;
    float: left; }

.pagination-1 .pagination-next {
  text-align: right; }
  .pagination-1 .pagination-next [class*=icon-] {
    margin-left: 1rem;
    float: right; }

.pagination-1 span {
  font-size: 2rem;
  font-weight: 700;
  display: block; }

.pagination-1 .page-list {
  margin-top: .3rem;
  margin-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700; }
  .pagination-1 .page-list li {
    padding: 0 .7rem; }

.pagination-1 .return-to-index {
  margin-top: .3rem;
  margin-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700; }

.pagination-1 a.disabled {
  color: #ddd; }
  .pagination-1 a.disabled:hover {
    color: #ddd; }

.pagination-2 a.disabled {
  color: #ddd; }
  .pagination-2 a.disabled:hover {
    color: #ddd; }

.pagination-2 a:hover {
  background: red; }

.pagination-2 .pagination-previous {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
  position: relative;
  padding-left: 3rem;
  padding-right: 5rem;
  background: #f9f9f9;
  text-align: right; }
  .pagination-2 .pagination-previous [class*=icon-] {
    margin-left: 1rem;
    float: right; }

.pagination-2 .column {
  background-size: cover;
  background-position: center; }
  .pagination-2 .column:hover {
    background-size: cover;
    background-position: center; }

.pagination-2 .pagination-next {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
  position: relative;
  padding-right: 3rem;
  padding-left: 5rem;
  background: #eee;
  text-align: left; }
  .pagination-2 .pagination-next [class*=icon-] {
    margin-right: 1rem;
    float: left; }

.pagination-2 small {
  font-size: 1.3rem;
  display: block; }
  .pagination-2 small span {
    font-size: 1.3rem;
    display: inline-block; }

.pagination-2 [class*=icon-] {
  height: 3.6rem;
  font-size: 3.6rem;
  display: inline-block; }

.pagination-2 span {
  font-size: 2rem;
  font-weight: 700;
  display: block; }

.pagination-3 a {
  margin: 0;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  display: block;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem; }
  .pagination-3 a.current {
    background: #333;
    color: #fff;
    border: transparent; }
  .pagination-3 a:hover {
    background: #333;
    color: #fff;
    border: transparent; }
  .pagination-3 a.disabled {
    color: #ddd;
    border-color: #ddd; }
    .pagination-3 a.disabled:hover {
      color: #ddd;
      border-color: #ddd; }

.pagination-3 ul {
  margin: 0;
  text-align: center; }
  .pagination-3 ul li {
    display: inline-block; }

.pagination-3 li:first-child {
  float: left; }

.pagination-3 li:last-child {
  float: right; }

.pagination-4 {
  text-align: center; }
  .pagination-4 .button {
    width: auto;
    margin: 0 .5rem;
    font-size: 1.6rem;
    font-weight: 700; }
    .pagination-4 .button.disabled {
      color: #ddd;
      background: 0 0;
      border-color: #ddd; }
      .pagination-4 .button.disabled:hover {
        color: #ddd;
        background: 0 0;
        border-color: #ddd; }
    .pagination-4 .button [class*=icon-]:before {
      margin: 0; }
  .pagination-4 .pagination-next [class*=icon-] {
    display: none; }
  .pagination-4 .pagination-previous [class*=icon-] {
    display: none; }

.pagination-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 1px solid #ddd; }
  .pagination-5 ul {
    margin: 0;
    text-align: center; }
    .pagination-5 ul li {
      display: inline-block;
      margin-left: -.4rem; }
  .pagination-5 a {
    width: 6rem;
    height: 6rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 6rem;
    display: block; }
    .pagination-5 a.current {
      color: #999; }
    .pagination-5 a:hover {
      background: #333;
      color: #fff; }
    .pagination-5 a.disabled {
      color: #ddd;
      border-color: #ddd; }
      .pagination-5 a.disabled:hover {
        color: #ddd;
        border-color: #ddd; }
    .pagination-5 a.pagination-next {
      width: auto;
      padding: 0 2rem;
      font-weight: 700;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding-left: 3.5rem; }
    .pagination-5 a.pagination-previous {
      width: auto;
      padding: 0 2rem;
      font-weight: 700;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding-right: 3.5rem; }
    .pagination-5 a span {
      width: auto;
      float: left; }
    .pagination-5 a [class*=icon-] {
      height: 100%;
      margin-right: 0;
      line-height: 6rem;
      font-size: 3.2rem; }
  .pagination-5 li:first-child {
    float: left; }
  .pagination-5 li:last-child {
    float: right; }

.post-info {
  margin-bottom: 3rem;
  padding: 0;
  margin-right: .2rem;
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  display: inline-block;
  border: none; }
  .post-info span {
    padding-top: 0;
    margin-top: 0;
    border: none; }
    .post-info span:first-child {
      margin-left: 0; }
    .post-info span:last-child {
      margin-right: 0; }
  .post-info [class*=icon-] {
    display: inline-block;
    position: relative;
    z-index: 1; }
  .post-info .post-love [class*=icon-] {
    margin-right: .2rem; }

@media only screen and (max-width: 490px) {
  .pagination-1 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pagination-3 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .pagination-3 ul li {
      display: none; }
      .pagination-3 ul li:first-child {
        display: inline-block; }
      .pagination-3 ul li:last-child {
        display: inline-block; }
  .pagination-4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .pagination-4 span {
      display: none; }
    .pagination-4 .back-to-index [class*=icon-] {
      display: block; }
    .pagination-4 .pagination-next [class*=icon-] {
      display: block; }
    .pagination-4 .pagination-previous [class*=icon-] {
      display: block; }
  .pagination-5 ul li {
    display: none; }
    .pagination-5 ul li:first-child {
      display: inline-block; }
    .pagination-5 ul li:last-child {
      display: inline-block; } }

.map-container {
  width: 100%;
  height: 40rem; }
  .map-container > div {
    width: 100%;
    height: 100%; }
    .map-container > div img {
      max-width: none; }

.post {
  margin-bottom: 7rem; }
  .post:last-child {
    margin-bottom: 0 !important; }

.post-content {
  position: relative;
  transition-property: background, color;
  transition-duration: .6s; }
  .post-content.post-content {
    margin-top: 3rem; }
  .post-content.post-media {
    margin-top: 3rem; }
  .post-content.with-background {
    padding: 3rem;
    margin-top: 0;
    background: #f9f9f9; }
    .post-content.with-background > :first-child {
      margin-top: 0; }
  .post-content .read-more {
    margin-bottom: 0; }
  .post-content > :last-child {
    margin-bottom: 0; }

.post-media {
  max-width: 114rem; }
  .post-media > * {
    margin-bottom: 0;
    float: none; }
  .post-media .mejs-audio {
    height: 4.9rem !important; }
    .post-media .mejs-audio .mejs-button.mejs-mute {
      height: 4.9rem !important; }
    .post-media .mejs-audio .mejs-button.mejs-pause {
      height: 4.9rem !important;
      width: 4.4rem !important; }
      .post-media .mejs-audio .mejs-button.mejs-pause button {
        margin: 1.6rem 1.4rem; }
    .post-media .mejs-audio .mejs-button.mejs-play {
      height: 4.9rem !important;
      width: 4.4rem !important; }
      .post-media .mejs-audio .mejs-button.mejs-play button {
        margin: 1.6rem 1.4rem; }
    .post-media .mejs-audio .mejs-button button {
      margin: 1.6rem .7rem; }
    .post-media .mejs-audio .mejs-controls {
      height: 4.9rem !important; }
      .post-media .mejs-audio .mejs-controls div.mejs-horizontal-volume-slider {
        height: 4.9rem !important; }
      .post-media .mejs-audio .mejs-controls div.mejs-time-rail {
        height: 4.9rem !important; }
      .post-media .mejs-audio .mejs-controls .mejs-time {
        margin-top: 1rem; }
    .post-media .mejs-audio .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
      top: 2.1rem; }
    .post-media .mejs-audio .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
      top: 2.1rem; }
    .post-media .mejs-audio .mejs-container .mejs-button {
      height: 4.9rem !important; }
    .post-media .mejs-audio .mejs-time-rail .mejs-time-total {
      margin-top: 2.1rem; }
  .post-media + .post-info-aside {
    margin-top: 3rem; }
  .post-media ~ .post-content {
    margin-top: 3rem; }

.blog-masonry.masonry-set-dimensions .post {
  height: 100%; }

.blog-masonry.masonry-set-dimensions .post-media {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .blog-masonry.masonry-set-dimensions .post-media:hover .post-content {
    background: rgba(0, 0, 0, 0.8); }

.blog-masonry.masonry-set-dimensions .post-content {
  width: 100%;
  height: auto;
  padding: 0;
  color: #fff;
  display: table;
  position: absolute;
  bottom: 0;
  z-index: 2; }
  .blog-masonry.masonry-set-dimensions .post-content:hover {
    background: rgba(0, 0, 0, 0.8); }
  .blog-masonry.masonry-set-dimensions .post-content.with-background {
    background: rgba(0, 0, 0, 0.2); }

.blog-masonry.masonry-set-dimensions .post-content-inner {
  height: 100%;
  padding: 2rem;
  display: table-cell;
  vertical-align: bottom; }

.blog-masonry.masonry-set-dimensions .post-info {
  margin-bottom: 1rem; }

.blog-masonry.masonry-set-dimensions [class*=content-grid] {
  margin-bottom: -1.5rem; }

.blog-masonry.masonry-set-dimensions.no-margins .post-media {
  position: static;
  overflow: hidden; }

.blog-masonry.no-padding-top {
  padding-top: 1rem; }

.blog-masonry.no-padding-bottom {
  padding-bottom: .5rem; }

.blog-masonry.full-width.no-margins {
  padding: 0; }
  .blog-masonry.full-width.no-margins > .row > .column {
    padding-left: 0;
    padding-right: 0; }

.blog-masonry.full-width [class*=content-grid] {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.blog-masonry.full-width .row {
  max-width: 100%; }

.blog-masonry [class*=content-grid] {
  margin-bottom: -3rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
  .blog-masonry [class*=content-grid] .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.blog-masonry.no-margins [class*=content-grid] {
  padding: 0 !important;
  margin: 0 !important; }
  .blog-masonry.no-margins [class*=content-grid] .grid-item {
    padding: 0 !important;
    margin: 0 !important; }

.blog-masonry.no-margins > .row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.blog-masonry .grid-item .video {
  margin-bottom: 0; }

.blog-masonry .grid-item .video-container {
  margin-bottom: 0; }

.blog-masonry.small-margins.no-margins > .row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.blog-masonry.small-margins.no-margins.full-width > .row > .column {
  padding-left: 0;
  padding-right: 0; }

.blog-masonry.small-margins.full-width [class*=content-grid] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.blog-masonry.small-margins.full-width > .row > .column {
  padding-left: .5rem;
  padding-right: .5rem; }

.blog-masonry.small-margins [class*=content-grid] {
  padding-left: 0;
  padding-right: 0;
  margin-top: -.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -.5rem; }
  .blog-masonry.small-margins [class*=content-grid] .grid-item {
    margin-bottom: 0;
    padding: .5rem;
    position: relative; }

.blog-masonry.small-margins > .row > .column {
  padding-left: 1rem;
  padding-right: 1rem; }

.blog-masonry .post-media .post-slider {
  width: 82.5rem;
  height: 55rem; }

.blog-masonry > .row > .column {
  padding-left: 0;
  padding-right: 0; }

.blog-masonry h2.post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.post-author-aside {
  position: absolute;
  z-index: 1; }
  .post-author-aside + .author-bio {
    padding-left: 10rem; }

.post-comments-aside {
  position: absolute;
  z-index: 1; }
  .post-comments-aside + .comments-inner {
    padding-left: 10rem; }

.post-info-aside {
  position: absolute;
  z-index: 1; }
  .post-info-aside + .post-content {
    padding-left: 10rem; }

.post-author {
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  margin-top: 3rem; }
  .post-author .author-avatar {
    max-width: 7rem;
    float: left; }
    .post-author .author-avatar img {
      border-radius: 50%; }
  .post-author .name {
    font-size: 1.6rem;
    margin-bottom: .6rem; }
  .post-author.center .author-avatar {
    margin: 0 auto 2rem;
    float: none; }
  .post-author:not(.center) .author-bio .author-avatar + .author-content {
    margin-left: 10rem; }
  .post-author .author-content:last-child {
    margin-bottom: 0; }

.post-comments {
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  margin-top: 3rem; }
  .post-comments .user-avatar {
    max-width: 7rem;
    float: left; }
    .post-comments .user-avatar img {
      border-radius: 50%; }
  .post-comments .comments-title {
    margin-bottom: 3rem; }
  .post-comments ol {
    margin-bottom: 3rem; }
    .post-comments ol:not(.comment-list) {
      margin-left: 2rem; }
      .post-comments ol:not(.comment-list) ol {
        margin: .4rem 0 .4rem 3rem; }
      .post-comments ol:not(.comment-list) ul {
        margin: .4rem 0 .4rem 3rem; }
  .post-comments ul {
    margin-bottom: 3rem; }
    .post-comments ul:not(.comment-list) {
      margin-left: 2rem; }
      .post-comments ul:not(.comment-list) ol {
        margin: .4rem 0 .4rem 3rem; }
      .post-comments ul:not(.comment-list) ul {
        margin: .4rem 0 .4rem 3rem; }
  .post-comments .comment-list {
    margin-left: 0;
    list-style: none; }
    .post-comments .comment-list > li {
      margin-bottom: 4rem; }
      .post-comments .comment-list > li:last-child {
        margin-bottom: 0; }
  .post-comments .comment-content {
    margin-left: 10rem; }
  .post-comments .name {
    font-size: 1.6rem;
    margin-bottom: .6rem; }
  .post-comments .comment-meta {
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1; }
    .post-comments .comment-meta a {
      margin-left: .8rem;
      margin-right: .8rem;
      display: inline-block;
      font-size: 1.2rem;
      letter-spacing: .1rem;
      font-weight: 700; }
      .post-comments .comment-meta a:first-child {
        margin-left: 0; }
  .post-comments a [class*=icon-] {
    width: 1.2rem;
    text-align: center;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transform-transition-duration: .2s; }
  .post-comments .comment + ul {
    list-style: none; }

.blog-regular .post-media .post-slider {
  width: 82.5rem;
  height: 55rem; }

.blog-regular h2.post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.blog-single-post .post-media .post-slider {
  width: 82.5rem;
  height: 55rem; }

.blog-single-post h2.post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.blog-wide .post-media .post-slider {
  width: 111rem;
  height: 74rem; }

.blog-wide h2.post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.post-aux-info {
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  margin-top: 3rem; }

.post-comment-respond {
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  margin-top: 3rem; }
  .post-comment-respond .reply-title {
    margin-bottom: 3rem; }
  .post-comment-respond .comment-form .column {
    float: none; }

.single-post-tags {
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 3rem;
  font-size: 1.2rem; }
  .single-post-tags .tags-title {
    font-weight: 700;
    margin-top: 0; }
  .single-post-tags a {
    margin-left: .8rem;
    margin-right: .8rem;
    display: inline-block;
    letter-spacing: .1rem; }

.single-post .post {
  margin-bottom: 0; }

.single-post .post-content .post-media {
  margin-bottom: 3rem; }

.single-post .post-content.with-background .post-media {
  margin-bottom: 0; }

.sidebar .widget {
  margin-bottom: 3rem; }
  .sidebar .widget ul {
    margin-left: 0;
    list-style: none; }
  .sidebar .widget li {
    padding-top: .8rem;
    padding-bottom: .8rem; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
  .sidebar .widget > :last-child {
    margin-bottom: 0; }
  .sidebar .widget:first-child .widget-title {
    margin-top: 0; }

.sidebar.left .sidebar-inner {
  padding-right: 1rem;
  text-align: left; }

.sidebar.right .sidebar-inner {
  padding-left: 1rem;
  text-align: left; }

.widget .post-info {
  display: block;
  margin-bottom: 0;
  line-height: 1; }

.widget .cart-subtotal {
  border-left: none;
  border-bottom: 1px solid #eee;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700; }
  .widget .cart-subtotal .amount {
    float: right; }

.widget .product-list li {
  padding-top: 1.3rem;
  padding-bottom: 1.5rem; }
  .widget .product-list li a {
    display: block; }

.widget .product-list .cart-item {
  position: relative; }

.widget .product-list .product-thumbnail {
  width: 5rem;
  float: right; }

.widget .product-list .product-price {
  font-size: 1.1rem; }
  .widget .product-list .product-price del {
    padding-right: .6rem; }

.widget .product-list .product-title {
  margin-bottom: .4rem;
  display: block; }

.widget .product-list .star-rating {
  display: block;
  line-height: 1; }

.widget .product-list .cart-actions .checkout {
  float: right; }

.widget .product-list .cart-actions a {
  display: inline-block; }

.widget .cart-item .product-title {
  padding-right: 5rem; }

.widget .cart-overview a.product-remove {
  margin: .3rem .8rem 0 0;
  color: inherit;
  display: inline;
  float: left; }

.widget .product-tag-cloud a {
  padding: .4rem .8rem;
  margin: 0 .5rem 1rem 0;
  display: inline-block;
  border: 1px solid #eee;
  font-size: 1rem;
  text-transform: uppercase; }

[class^=title-] {
  margin-bottom: 2rem; }

.title-xlarge {
  font-size: 9rem;
  line-height: 9rem; }

.title-large {
  font-size: 7rem;
  line-height: 7rem; }

.title-medium {
  font-size: 5rem;
  line-height: 5rem; }

.title-small {
  font-size: 3rem;
  line-height: 3rem; }

.text-xlarge {
  font-size: 2.2rem; }

.text-large {
  font-size: 1.8rem; }

.text-medium {
  font-size: 1.5rem; }

.text-small {
  font-size: 1.2rem; }

.text-uppercase {
  text-transform: uppercase; }

.single-product .review-comments {
  border-left: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem;
  padding-bottom: 3rem; }
  .single-product .review-comments .comments-title {
    margin-bottom: 3rem; }
  .single-product .review-comments .comment-list {
    margin-left: 0;
    list-style: none; }
    .single-product .review-comments .comment-list > li {
      margin-bottom: 4rem; }
      .single-product .review-comments .comment-list > li:last-child {
        margin-bottom: 0; }
  .single-product .review-comments .user-avatar {
    max-width: 7rem;
    float: left; }
    .single-product .review-comments .user-avatar img {
      border-radius: 50%; }
  .single-product .review-comments .comment-content {
    margin-left: 10rem; }
  .single-product .review-comments .name {
    font-size: 1.6rem;
    margin-bottom: .6rem; }
  .single-product .review-comments .comment-meta {
    width: 100%;
    margin-bottom: 2rem;
    line-height: 1;
    margin: 0 0 2rem;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    font-weight: 700; }
    .single-product .review-comments .comment-meta span {
      margin: 0; }
    .single-product .review-comments .comment-meta a:first-child {
      margin-left: 0; }
  .single-product .review-comments .review-star-rating {
    float: right; }
  .single-product .review-comments .comment + ul {
    margin-left: 0;
    list-style: none; }

.single-product .product-summary .product-price {
  margin-bottom: 2rem; }
  .single-product .product-summary .product-price del {
    display: inline;
    font-size: 2rem;
    line-height: 1;
    padding-right: 1rem; }
  .single-product .product-summary .product-price ins {
    display: inline;
    font-size: 2rem;
    line-height: 1; }

.single-product .product-summary .product-rating {
  font-size: 1.2rem;
  float: right; }

.single-product .product-summary .quantity {
  margin-right: 1rem;
  float: left; }

.single-product .product-summary .add-to-cart-button {
  float: left; }

.single-product .product-summary .product-meta > span {
  display: table;
  table-layout: fixed; }

.single-product .product-summary .product-addtional-info li:first-child a {
  border-top: 1px solid #eee; }

.single-product .product-images .product-thumbnails .grid {
  min-height: 0;
  margin-bottom: 0; }

.single-product .product-images .product-thumbnails .grid-item {
  width: 25%; }

@media only screen and (min-width: 1140px) {
  .shop .table .product-details > * {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.nav-block .cart-overview .cart-item {
  padding: 1rem 0;
  text-align: left;
  border: none; }
  .nav-block .cart-overview .cart-item a {
    letter-spacing: 0; }
  .nav-block .cart-overview .cart-item:after {
    height: 0;
    content: ".";
    display: block;
    overflow: hidden;
    clear: both; }
  .nav-block .cart-overview .cart-item:before {
    height: 0;
    content: ".";
    display: block;
    overflow: hidden; }

.nav-block .cart-overview .cart-actions {
  padding-top: 2rem;
  border-top: 1px solid #444; }
  .nav-block .cart-overview .cart-actions a {
    letter-spacing: 0; }
  .nav-block .cart-overview .cart-actions:after {
    height: 0;
    content: ".";
    display: block;
    overflow: hidden;
    clear: both; }
  .nav-block .cart-overview .cart-actions:before {
    height: 0;
    content: ".";
    display: block;
    overflow: hidden; }

.nav-block .cart-overview .product-thumbnail {
  width: 5rem;
  margin-right: 1.3em;
  float: left; }

.nav-block .cart-overview .product-details {
  position: relative;
  display: block;
  overflow: auto; }

.nav-block .cart-overview .product-title {
  padding-right: 1.5rem;
  display: block;
  background: 0 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400; }

.nav-block .cart-overview .product-price {
  font-size: 1.1rem; }

.nav-block .cart-overview .product-quantity {
  font-size: 1.1rem; }

.nav-block .cart-overview .cart-subtotal {
  padding: 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase; }
  .nav-block .cart-overview .cart-subtotal .amount {
    float: right; }
  .nav-block .cart-overview .cart-subtotal > a:hover {
    background: 0 0; }

.nav-block .cart-overview .checkout {
  display: inline-block;
  float: left;
  float: right; }
  .nav-block .cart-overview .checkout:not(.button) {
    padding: 0;
    background: 0 0; }

.nav-block .cart-overview .view-cart {
  display: inline-block;
  float: left; }
  .nav-block .cart-overview .view-cart:not(.button) {
    padding: 0;
    background: 0 0; }

.nav-block .cart-overview li:first-child {
  padding-top: 0; }

.nav-block .cart-overview a.product-remove {
  position: absolute;
  top: 0;
  right: 0; }

.nav-block .cart-indication .badge {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: .9rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  background: #232323;
  color: #fff;
  position: absolute; }

.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: .5rem; }

.mt-10 {
  margin-top: 1rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mt-40 {
  margin-top: 4rem; }

.mt-50 {
  margin-top: 5rem; }

.mt-60 {
  margin-top: 6rem; }

.mt-70 {
  margin-top: 7rem; }

.mt-80 {
  margin-top: 8rem; }

.mt-90 {
  margin-top: 9rem; }

.mt-100 {
  margin-top: 10rem; }

.mt-110 {
  margin-top: 11rem; }

.mt-120 {
  margin-top: 12rem; }

.mt-130 {
  margin-top: 13rem; }

.mt-140 {
  margin-top: 14rem; }

.mt-150 {
  margin-top: 15rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: .5rem; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-40 {
  margin-bottom: 4rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-70 {
  margin-bottom: 7rem; }

.mb-80 {
  margin-bottom: 8rem; }

.mb-90 {
  margin-bottom: 9rem; }

.mb-100 {
  margin-bottom: 10rem; }

.mb-110 {
  margin-bottom: 11rem; }

.mb-120 {
  margin-bottom: 12rem; }

.mb-130 {
  margin-bottom: 13rem; }

.mb-140 {
  margin-bottom: 14rem; }

.mb-150 {
  margin-bottom: 15rem; }

.pt-0 {
  padding-top: 0; }

.pt-5 {
  padding-top: .5rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

.pt-50 {
  padding-top: 5rem; }

.pt-60 {
  padding-top: 6rem; }

.pt-70 {
  padding-top: 7rem; }

.pt-80 {
  padding-top: 8rem; }

.pt-90 {
  padding-top: 9rem; }

.pt-100 {
  padding-top: 10rem; }

.pt-110 {
  padding-top: 11rem; }

.pt-120 {
  padding-top: 12rem; }

.pt-130 {
  padding-top: 13rem; }

.pt-140 {
  padding-top: 14rem; }

.pt-150 {
  padding-top: 15rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-5 {
  padding-bottom: .5rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pb-90 {
  padding-bottom: 9rem; }

.pb-100 {
  padding-bottom: 10rem; }

.pb-110 {
  padding-bottom: 11rem; }

.pb-120 {
  padding-bottom: 12rem; }

.pb-130 {
  padding-bottom: 13rem; }

.pb-140 {
  padding-bottom: 14rem; }

.pb-150 {
  padding-bottom: 15rem; }

[class*=pu-] {
  position: relative; }

[class*=pd-] {
  position: relative; }

.pd-10 {
  top: 1rem; }

.pd-20 {
  top: 2rem; }

.pd-30 {
  top: 3rem; }

.pd-40 {
  top: 4rem; }

.pd-50 {
  top: 5rem; }

.pd-60 {
  top: 6rem; }

.pd-70 {
  top: 7rem; }

.pd-80 {
  top: 8rem; }

.pd-90 {
  top: 9rem; }

.pd-100 {
  top: 10rem; }

.pd-110 {
  top: 11rem; }

.pd-120 {
  top: 12rem; }

.pd-130 {
  top: 13rem; }

.pd-140 {
  top: 14rem; }

.pd-150 {
  top: 15rem; }

.pu-10 {
  top: -1rem; }

.pu-20 {
  top: -2rem; }

.pu-30 {
  top: -3rem; }

.pu-40 {
  top: -4rem; }

.pu-50 {
  top: -5rem; }

.pu-60 {
  top: -6rem; }

.pu-70 {
  top: -7rem; }

.pu-80 {
  top: -8rem; }

.pu-90 {
  top: -9rem; }

.pu-100 {
  top: -10rem; }

.pu-110 {
  top: -11rem; }

.pu-120 {
  top: -12rem; }

.pu-130 {
  top: -13rem; }

.pu-140 {
  top: -14rem; }

.pu-150 {
  top: -15rem; }

.mega-sub-menu.row:after {
  display: none;
  content: ""; }

.mega-sub-menu.row:before {
  display: none;
  content: ""; }

.inactive.reveal-side-navigation > div:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s; }

.overlay-slide-in-top .overlay-info {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.overlay-slide-in-right .overlay-info {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.overlay-slide-in-bottom .overlay-info {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.overlay-slide-in-left .overlay-info {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.overlay-scale-in .overlay-info {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 1);
  transform: scale3d(0.1, 0.1, 1); }

.overlay-rotate-in .overlay-info {
  opacity: 0;
  -webkit-transform: rotate3d(0.1, 0.1, 1, -180deg);
  transform: rotate3d(0.1, 0.1, 1, -180deg); }

.img-scale-in:hover .background-image {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.img-scale-in:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.content-grid-1 .grid-item {
  width: 100%; }

.content-grid-2 .grid-item {
  width: 50%; }

.content-grid-3 .grid-item {
  width: 33.33333%; }

.content-grid-4 .grid-item {
  width: 25%; }

.content-grid-5 .grid-item {
  width: 20%; }

.content-grid-6 .grid-item {
  width: 16.66667%; }

[class*=content-grid-].no-margins {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  [class*=content-grid-].no-margins .grid-item {
    padding: 0 !important;
    margin: 0 !important; }

.feature-column-group .feature-column {
  padding: 7rem;
  margin-bottom: 0; }

.feature-colum.mediumn .feature-icon {
  font-size: 3rem; }

.list-up .dropdown-list {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3); }

.list-horizontal li {
  display: inline-block;
  list-style: none; }

.menu-title .menu-price {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto; }

.dotted .menu-line {
  height: 2px;
  background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0); }

.dashed .menu-line {
  height: 1px;
  background-image: linear-gradient(to right, #ccc 50%, rgba(0, 0, 0, 0) 0); }

.pricing-table-header h2 {
  margin: 0;
  font-size: 2.5rem; }

.pricing-table-header[class*=bkg-] h2 {
  color: #fff; }

.pricing-table-price[class*=bkg-] h4 {
  color: #fff; }

.equalize .column > .box {
  height: 100%; }

.grid-item .box {
  height: 100%; }

[class*=tms-arrow-nav]:before {
  font-family: icomoon;
  speak: none;
  font-variant: normal; }

[class*=tml-nav]:before {
  font-family: icomoon;
  speak: none;
  font-variant: normal; }

[class^=tms-arrow-nav]:before {
  font-family: icomoon;
  speak: none;
  font-variant: normal; }

[class^=tml-nav]:before {
  font-family: icomoon;
  speak: none;
  font-variant: normal; }

.icon-add-to-list:before {
  content: "\e600"; }

.icon-add-user:before {
  content: "\e601"; }

.icon-address:before {
  content: "\e602"; }

.icon-adjust:before {
  content: "\e603"; }

.icon-air:before {
  content: "\e604"; }

.icon-aircraft-landing:before {
  content: "\e605"; }

.icon-aircraft-take-off:before {
  content: "\e606"; }

.icon-aircraft:before {
  content: "\e607"; }

.icon-align-bottom:before {
  content: "\e608"; }

.icon-align-horizontal-middle:before {
  content: "\e609"; }

.icon-align-left:before {
  content: "\e60a"; }

.icon-align-right:before {
  content: "\e60b"; }

.icon-align-top:before {
  content: "\e60c"; }

.icon-align-vertical-middle:before {
  content: "\e60d"; }

.icon-archive:before {
  content: "\e60e"; }

.icon-area-graph:before {
  content: "\e60f"; }

.icon-arrow-bold-down:before {
  content: "\e610"; }

.icon-arrow-bold-left:before {
  content: "\e611"; }

.icon-arrow-bold-right:before {
  content: "\e612"; }

.icon-arrow-bold-up:before {
  content: "\e613"; }

.icon-arrow-down:before {
  content: "\e614"; }

.icon-arrow-left:before {
  content: "\e615"; }

.icon-arrow-long-down:before {
  content: "\e616"; }

.icon-arrow-long-left:before {
  content: "\e617"; }

.icon-arrow-long-right:before {
  content: "\e618"; }

.icon-arrow-long-up:before {
  content: "\e619"; }

.icon-arrow-right:before {
  content: "\e61a"; }

.icon-arrow-up:before {
  content: "\e61b"; }

.icon-arrow-with-circle-down:before {
  content: "\e61c"; }

.icon-arrow-with-circle-left:before {
  content: "\e61d"; }

.icon-arrow-with-circle-right:before {
  content: "\e61e"; }

.icon-arrow-with-circle-up:before {
  content: "\e61f"; }

.icon-attachment:before {
  content: "\e620"; }

.icon-awareness-ribbon:before {
  content: "\e621"; }

.icon-back-in-time:before {
  content: "\e622"; }

.icon-back:before {
  content: "\e623"; }

.icon-bar-graph:before {
  content: "\e624"; }

.icon-battery:before {
  content: "\e625"; }

.icon-beamed-note:before {
  content: "\e626"; }

.icon-bell:before {
  content: "\e627"; }

.icon-blackboard:before {
  content: "\e628"; }

.icon-block:before {
  content: "\e629"; }

.icon-book:before {
  content: "\e62a"; }

.icon-bookmark:before {
  content: "\e62b"; }

.icon-bookmarks:before {
  content: "\e62c"; }

.icon-bowl:before {
  content: "\e62d"; }

.icon-box:before {
  content: "\e62e"; }

.icon-briefcase:before {
  content: "\e62f"; }

.icon-browser:before {
  content: "\e630"; }

.icon-brush:before {
  content: "\e631"; }

.icon-bucket:before {
  content: "\e632"; }

.icon-bug:before {
  content: "\e633"; }

.icon-cake:before {
  content: "\e634"; }

.icon-calculator:before {
  content: "\e635"; }

.icon-calendar:before {
  content: "\e636"; }

.icon-camera:before {
  content: "\e637"; }

.icon-ccw:before {
  content: "\e638"; }

.icon-chat:before {
  content: "\e639"; }

.icon-check:before {
  content: "\e63a"; }

.icon-down:before {
  content: "\e63b"; }

.icon-left:before {
  content: "\e63c"; }

.icon-right:before {
  content: "\e63d"; }

.icon-down-open-mini:before {
  content: "\e63e"; }

.icon-left-open-mini:before {
  content: "\e63f"; }

.icon-right-open-mini:before {
  content: "\e640"; }

.icon-up-open-mini:before {
  content: "\e641"; }

.icon-down-open-big:before {
  content: "\e642"; }

.icon-left-open-big:before {
  content: "\e643"; }

.icon-right-open-big:before {
  content: "\e644"; }

.icon-up-open-big:before {
  content: "\e645"; }

.icon-up:before {
  content: "\e646"; }

.icon-down-circled:before {
  content: "\e647"; }

.icon-left-circled:before {
  content: "\e648"; }

.icon-right-circled:before {
  content: "\e649"; }

.icon-up-circled:before {
  content: "\e64a"; }

.icon-circle-with-cross:before {
  content: "\e64b"; }

.icon-circle-with-minus:before {
  content: "\e64c"; }

.icon-circle-with-plus:before {
  content: "\e64d"; }

.icon-circle:before {
  content: "\e64e"; }

.icon-circular-graph:before {
  content: "\e64f"; }

.icon-clapperboard:before {
  content: "\e650"; }

.icon-classic-computer:before {
  content: "\e651"; }

.icon-clipboard:before {
  content: "\e652"; }

.icon-clock:before {
  content: "\e653"; }

.icon-cloud:before {
  content: "\e654"; }

.icon-code:before {
  content: "\e655"; }

.icon-cog:before {
  content: "\e656"; }

.icon-colours:before {
  content: "\e657"; }

.icon-compass:before {
  content: "\e658"; }

.icon-fast-backward:before {
  content: "\e659"; }

.icon-fast-forward:before {
  content: "\e65a"; }

.icon-jump-to-start:before {
  content: "\e65b"; }

.icon-next:before {
  content: "\e65c"; }

.icon-paus:before {
  content: "\e65d"; }

.icon-play:before {
  content: "\e65e"; }

.icon-record:before {
  content: "\e65f"; }

.icon-stop:before {
  content: "\e660"; }

.icon-volume:before {
  content: "\e661"; }

.icon-copy:before {
  content: "\e662"; }

.icon-creative-commons-attribution:before {
  content: "\e663"; }

.icon-creative-commons-noderivs:before {
  content: "\e664"; }

.icon-creative-commons-noncommercial-eu:before {
  content: "\e665"; }

.icon-creative-commons-noncommercial-us:before {
  content: "\e666"; }

.icon-creative-commons-public-domain:before {
  content: "\e667"; }

.icon-creative-commons-remix:before {
  content: "\e668"; }

.icon-creative-commons-share:before {
  content: "\e669"; }

.icon-creative-commons-sharealike:before {
  content: "\e66a"; }

.icon-creative-commons:before {
  content: "\e66b"; }

.icon-credit-card:before {
  content: "\e66c"; }

.icon-credit:before {
  content: "\e66d"; }

.icon-crop:before {
  content: "\e66e"; }

.icon-cancel:before {
  content: "\e66f"; }

.icon-cup:before {
  content: "\e670"; }

.icon-cw:before {
  content: "\e671"; }

.icon-cycle:before {
  content: "\e672"; }

.icon-database:before {
  content: "\e673"; }

.icon-dial-pad:before {
  content: "\e674"; }

.icon-direction:before {
  content: "\e675"; }

.icon-document-landscape:before {
  content: "\e676"; }

.icon-document:before {
  content: "\e677"; }

.icon-documents:before {
  content: "\e678"; }

.icon-dot-single:before {
  content: "\e679"; }

.icon-dots-three-horizontal:before {
  content: "\e67a"; }

.icon-dots-three-vertical:before {
  content: "\e67b"; }

.icon-dots-two-horizontal:before {
  content: "\e67c"; }

.icon-dots-two-vertical:before {
  content: "\e67d"; }

.icon-download:before {
  content: "\e67e"; }

.icon-drink:before {
  content: "\e67f"; }

.icon-drive:before {
  content: "\e680"; }

.icon-drop:before {
  content: "\e681"; }

.icon-edit:before {
  content: "\e682"; }

.icon-email:before {
  content: "\e683"; }

.icon-emoji-flirt:before {
  content: "\e684"; }

.icon-emoji-happy:before {
  content: "\e685"; }

.icon-emoji-neutral:before {
  content: "\e686"; }

.icon-emoji-sad:before {
  content: "\e687"; }

.icon-erase:before {
  content: "\e688"; }

.icon-eraser:before {
  content: "\e689"; }

.icon-export:before {
  content: "\e68a"; }

.icon-eye-with-line:before {
  content: "\e68b"; }

.icon-eye:before {
  content: "\e68c"; }

.icon-feather:before {
  content: "\e68d"; }

.icon-fingerprint:before {
  content: "\e68e"; }

.icon-flag:before {
  content: "\e68f"; }

.icon-flash:before {
  content: "\e690"; }

.icon-flashlight:before {
  content: "\e691"; }

.icon-flat-brush:before {
  content: "\e692"; }

.icon-flow-branch:before {
  content: "\e693"; }

.icon-flow-cascade:before {
  content: "\e694"; }

.icon-flow-line:before {
  content: "\e695"; }

.icon-flow-parallel:before {
  content: "\e696"; }

.icon-flow-tree:before {
  content: "\e697"; }

.icon-flower:before {
  content: "\e698"; }

.icon-folder-images:before {
  content: "\e699"; }

.icon-folder-music:before {
  content: "\e69a"; }

.icon-folder-video:before {
  content: "\e69b"; }

.icon-folder:before {
  content: "\e69c"; }

.icon-forward:before {
  content: "\e69d"; }

.icon-funnel:before {
  content: "\e69e"; }

.icon-game-controller:before {
  content: "\e69f"; }

.icon-gauge:before {
  content: "\e6a0"; }

.icon-globe:before {
  content: "\e6a1"; }

.icon-graduation-cap:before {
  content: "\e6a2"; }

.icon-grid:before {
  content: "\e6a3"; }

.icon-hair-cross:before {
  content: "\e6a4"; }

.icon-hand:before {
  content: "\e6a5"; }

.icon-heart-outlined:before {
  content: "\e6a6"; }

.icon-heart:before {
  content: "\e6a7"; }

.icon-help-with-circle:before {
  content: "\e6a8"; }

.icon-help:before {
  content: "\e6a9"; }

.icon-home:before {
  content: "\e6aa"; }

.icon-hour-glass:before {
  content: "\e6ab"; }

.icon-image-inverted:before {
  content: "\e6ac"; }

.icon-image:before {
  content: "\e6ad"; }

.icon-images:before {
  content: "\e6ae"; }

.icon-inbox:before {
  content: "\e6af"; }

.icon-infinity:before {
  content: "\e6b0"; }

.icon-info-with-circle:before {
  content: "\e6b1"; }

.icon-info:before {
  content: "\e6b2"; }

.icon-install:before {
  content: "\e6b3"; }

.icon-key:before {
  content: "\e6b4"; }

.icon-keyboard:before {
  content: "\e6b5"; }

.icon-lab-flask:before {
  content: "\e6b6"; }

.icon-landline:before {
  content: "\e6b7"; }

.icon-language:before {
  content: "\e6b8"; }

.icon-laptop:before {
  content: "\e6b9"; }

.icon-layers:before {
  content: "\e6ba"; }

.icon-leaf:before {
  content: "\e6bb"; }

.icon-level-down:before {
  content: "\e6bc"; }

.icon-level-up:before {
  content: "\e6bd"; }

.icon-lifebuoy:before {
  content: "\e6be"; }

.icon-light-bulb:before {
  content: "\e6bf"; }

.icon-light-down:before {
  content: "\e6c0"; }

.icon-light-up:before {
  content: "\e6c1"; }

.icon-line-graph:before {
  content: "\e6c2"; }

.icon-link:before {
  content: "\e6c3"; }

.icon-list:before {
  content: "\e6c4"; }

.icon-location-pin:before {
  content: "\e6c5"; }

.icon-location:before {
  content: "\e6c6"; }

.icon-lock-open:before {
  content: "\e6c7"; }

.icon-lock:before {
  content: "\e6c8"; }

.icon-log-out:before {
  content: "\e6c9"; }

.icon-login:before {
  content: "\e6ca"; }

.icon-loop:before {
  content: "\e6cb"; }

.icon-magnet:before {
  content: "\e6cc"; }

.icon-magnifying-glass:before {
  content: "\e6cd"; }

.icon-mail:before {
  content: "\e6ce"; }

.icon-man:before {
  content: "\e6cf"; }

.icon-map:before {
  content: "\e6d0"; }

.icon-mask:before {
  content: "\e6d1"; }

.icon-medal:before {
  content: "\e6d2"; }

.icon-megaphone:before {
  content: "\e6d3"; }

.icon-menu:before {
  content: "\e6d4"; }

.icon-merge:before {
  content: "\e6d5"; }

.icon-message:before {
  content: "\e6d6"; }

.icon-mic:before {
  content: "\e6d7"; }

.icon-minus:before {
  content: "\e6d8"; }

.icon-mobile:before {
  content: "\e6d9"; }

.icon-modern-mic:before {
  content: "\e6da"; }

.icon-moon:before {
  content: "\e6db"; }

.icon-mouse-pointer:before {
  content: "\e6dc"; }

.icon-mouse:before {
  content: "\e6dd"; }

.icon-music:before {
  content: "\e6de"; }

.icon-network:before {
  content: "\e6df"; }

.icon-new-message:before {
  content: "\e6e0"; }

.icon-new:before {
  content: "\e6e1"; }

.icon-news:before {
  content: "\e6e2"; }

.icon-newsletter:before {
  content: "\e6e3"; }

.icon-note:before {
  content: "\e6e4"; }

.icon-notification:before {
  content: "\e6e5"; }

.icon-notifications-off:before {
  content: "\e6e6"; }

.icon-old-mobile:before {
  content: "\e6e7"; }

.icon-old-phone:before {
  content: "\e6e8"; }

.icon-open-book:before {
  content: "\e6e9"; }

.icon-palette:before {
  content: "\e6ea"; }

.icon-paper-plane:before {
  content: "\e6eb"; }

.icon-pencil:before {
  content: "\e6ec"; }

.icon-phone:before {
  content: "\e6ed"; }

.icon-pie-chart:before {
  content: "\e6ee"; }

.icon-pin:before {
  content: "\e6ef"; }

.icon-plus:before {
  content: "\e6f0"; }

.icon-popup:before {
  content: "\e6f1"; }

.icon-power-plug:before {
  content: "\e6f2"; }

.icon-price-ribbon:before {
  content: "\e6f3"; }

.icon-price-tag:before {
  content: "\e6f4"; }

.icon-print:before {
  content: "\e6f5"; }

.icon-progress-empty:before {
  content: "\e6f6"; }

.icon-progress-full:before {
  content: "\e6f7"; }

.icon-progress-one:before {
  content: "\e6f8"; }

.icon-progress-two:before {
  content: "\e6f9"; }

.icon-publish:before {
  content: "\e6fa"; }

.icon-quote:before {
  content: "\e6fb"; }

.icon-radio:before {
  content: "\e6fc"; }

.icon-remove-user:before {
  content: "\e6fd"; }

.icon-reply-all:before {
  content: "\e6fe"; }

.icon-reply:before {
  content: "\e6ff"; }

.icon-resize-100:before {
  content: "\e700"; }

.icon-resize-full-screen:before {
  content: "\e701"; }

.icon-retweet:before {
  content: "\e702"; }

.icon-rocket:before {
  content: "\e703"; }

.icon-round-brush:before {
  content: "\e704"; }

.icon-rss:before {
  content: "\e705"; }

.icon-ruler:before {
  content: "\e706"; }

.icon-save:before {
  content: "\e707"; }

.icon-scissors:before {
  content: "\e708"; }

.icon-select-arrows:before {
  content: "\e709"; }

.icon-share-alternative:before {
  content: "\e70a"; }

.icon-share:before {
  content: "\e70b"; }

.icon-shareable:before {
  content: "\e70c"; }

.icon-shield:before {
  content: "\e70d"; }

.icon-shop:before {
  content: "\e70e"; }

.icon-shopping-bag:before {
  content: "\e70f"; }

.icon-shopping-basket:before {
  content: "\e710"; }

.icon-shopping-cart:before {
  content: "\e711"; }

.icon-shuffle:before {
  content: "\e712"; }

.icon-signal:before {
  content: "\e713"; }

.icon-sound-mix:before {
  content: "\e714"; }

.icon-sound-mute:before {
  content: "\e715"; }

.icon-sound:before {
  content: "\e716"; }

.icon-sports-club:before {
  content: "\e717"; }

.icon-spreadsheet:before {
  content: "\e718"; }

.icon-squared-cross:before {
  content: "\e719"; }

.icon-squared-minus:before {
  content: "\e71a"; }

.icon-squared-plus:before {
  content: "\e71b"; }

.icon-star-outlined:before {
  content: "\e71c"; }

.icon-star:before {
  content: "\e71d"; }

.icon-stopwatch:before {
  content: "\e71e"; }

.icon-suitcase:before {
  content: "\e71f"; }

.icon-swap:before {
  content: "\e720"; }

.icon-sweden:before {
  content: "\e721"; }

.icon-switch:before {
  content: "\e722"; }

.icon-tablet-mobile-combo:before {
  content: "\e723"; }

.icon-tablet:before {
  content: "\e724"; }

.icon-tag:before {
  content: "\e725"; }

.icon-text-document-inverted:before {
  content: "\e726"; }

.icon-text-document:before {
  content: "\e727"; }

.icon-text:before {
  content: "\e728"; }

.icon-thermometer:before {
  content: "\e729"; }

.icon-thumbs-down:before {
  content: "\e72a"; }

.icon-thumbs-up:before {
  content: "\e72b"; }

.icon-thunder-cloud:before {
  content: "\e72c"; }

.icon-ticket:before {
  content: "\e72d"; }

.icon-time-slot:before {
  content: "\e72e"; }

.icon-tools:before {
  content: "\e72f"; }

.icon-traffic-cone:before {
  content: "\e730"; }

.icon-trash:before {
  content: "\e731"; }

.icon-tree:before {
  content: "\e732"; }

.icon-triangle-down:before {
  content: "\e733"; }

.icon-triangle-left:before {
  content: "\e734"; }

.icon-triangle-right:before {
  content: "\e735"; }

.icon-triangle-up:before {
  content: "\e736"; }

.icon-trophy:before {
  content: "\e737"; }

.icon-tv:before {
  content: "\e738"; }

.icon-typing:before {
  content: "\e739"; }

.icon-uninstall:before {
  content: "\e73a"; }

.icon-unread:before {
  content: "\e73b"; }

.icon-untag:before {
  content: "\e73c"; }

.icon-upload-to-cloud:before {
  content: "\e73d"; }

.icon-upload:before {
  content: "\e73e"; }

.icon-user:before {
  content: "\e73f"; }

.icon-users:before {
  content: "\e740"; }

.icon-v-card:before {
  content: "\e741"; }

.icon-video-camera:before {
  content: "\e742"; }

.icon-video:before {
  content: "\e743"; }

.icon-vinyl:before {
  content: "\e744"; }

.icon-voicemail:before {
  content: "\e745"; }

.icon-wallet:before {
  content: "\e746"; }

.icon-warning:before {
  content: "\e747"; }

.icon-water:before {
  content: "\e748"; }

.icon-px-with-circle:before {
  content: "\e749"; }

.icon-px:before {
  content: "\e74a"; }

.icon-app-store:before {
  content: "\e74b"; }

.icon-baidu:before {
  content: "\e74c"; }

.icon-basecamp:before {
  content: "\e74d"; }

.icon-behance:before {
  content: "\e74e"; }

.icon-creative-cloud:before {
  content: "\e74f"; }

.icon-dribbble-with-circle:before {
  content: "\e750"; }

.icon-dribbble:before {
  content: "\e751"; }

.icon-dropbox:before {
  content: "\e752"; }

.icon-evernote:before {
  content: "\e753"; }

.icon-facebook-with-circle:before {
  content: "\e754"; }

.icon-facebook:before {
  content: "\e755"; }

.icon-flattr:before {
  content: "\e756"; }

.icon-flickr-with-circle:before {
  content: "\e757"; }

.icon-flickr:before {
  content: "\e758"; }

.icon-foursquare:before {
  content: "\e759"; }

.icon-github-with-circle:before {
  content: "\e75a"; }

.icon-github:before {
  content: "\e75b"; }

.icon-google-drive:before {
  content: "\e75c"; }

.icon-google-hangouts:before {
  content: "\e75d"; }

.icon-google-play:before {
  content: "\e75e"; }

.icon-google-with-circle:before {
  content: "\e75f"; }

.icon-google:before {
  content: "\e760"; }

.icon-grooveshark:before {
  content: "\e761"; }

.icon-houzz:before {
  content: "\e762"; }

.icon-icloud:before {
  content: "\e763"; }

.icon-instagram-with-circle:before {
  content: "\e764"; }

.icon-instagram:before {
  content: "\e765"; }

.icon-lastfm-with-circle:before {
  content: "\e766"; }

.icon-lastfm:before {
  content: "\e767"; }

.icon-linkedin-with-circle:before {
  content: "\e768"; }

.icon-linkedin:before {
  content: "\e769"; }

.icon-mail-with-circle:before {
  content: "\e76a"; }

.icon-medium-with-circle:before {
  content: "\e76b"; }

.icon-medium:before {
  content: "\e76c"; }

.icon-mixi:before {
  content: "\e76d"; }

.icon-onedrive:before {
  content: "\e76e"; }

.icon-paypal:before {
  content: "\e76f"; }

.icon-picasa:before {
  content: "\e770"; }

.icon-pinterest-with-circle:before {
  content: "\e771"; }

.icon-pinterest:before {
  content: "\e772"; }

.icon-qq-with-circle:before {
  content: "\e773"; }

.icon-qq:before {
  content: "\e774"; }

.icon-raft-with-circle:before {
  content: "\e775"; }

.icon-raft:before {
  content: "\e776"; }

.icon-rainbow:before {
  content: "\e777"; }

.icon-rdio-with-circle:before {
  content: "\e778"; }

.icon-rdio:before {
  content: "\e779"; }

.icon-renren:before {
  content: "\e77a"; }

.icon-scribd:before {
  content: "\e77b"; }

.icon-sina-weibo:before {
  content: "\e77c"; }

.icon-skype-with-circle:before {
  content: "\e77d"; }

.icon-skype:before {
  content: "\e77e"; }

.icon-slideshare:before {
  content: "\e77f"; }

.icon-smashing:before {
  content: "\e780"; }

.icon-soundcloud:before {
  content: "\e781"; }

.icon-spotify-with-circle:before {
  content: "\e782"; }

.icon-spotify:before {
  content: "\e783"; }

.icon-stumbleupon-with-circle:before {
  content: "\e784"; }

.icon-stumbleupon:before {
  content: "\e785"; }

.icon-swarm:before {
  content: "\e786"; }

.icon-tripadvisor:before {
  content: "\e787"; }

.icon-tumblr-with-circle:before {
  content: "\e788"; }

.icon-tumblr:before {
  content: "\e789"; }

.icon-twitter-with-circle:before {
  content: "\e78a"; }

.icon-twitter:before {
  content: "\e78b"; }

.icon-vimeo-with-circle:before {
  content: "\e78c"; }

.icon-vimeo:before {
  content: "\e78d"; }

.icon-vine-with-circle:before {
  content: "\e78e"; }

.icon-vine:before {
  content: "\e78f"; }

.icon-vk-alternitive:before {
  content: "\e790"; }

.icon-vk-with-circle:before {
  content: "\e791"; }

.icon-vk:before {
  content: "\e792"; }

.icon-windows-store:before {
  content: "\e793"; }

.icon-xing-with-circle:before {
  content: "\e794"; }

.icon-xing:before {
  content: "\e795"; }

.icon-yelp:before {
  content: "\e796"; }

.icon-youko-with-circle:before {
  content: "\e797"; }

.icon-youko:before {
  content: "\e798"; }

.icon-youtube-with-circle:before {
  content: "\e799"; }

.icon-youtube:before {
  content: "\e79a"; }

[class*=border-hover-]:hover {
  background: 0 0;
  background: rgba(0, 0, 0, 0); }

.border-hover-turquoise:hover {
  border-color: #008b73; }

.border-hover-turquoise-light:hover {
  border-color: #00a186; }

.border-hover-green:hover {
  border-color: #179851; }

.border-hover-green-light:hover {
  border-color: #1bb05d; }

.border-hover-blue:hover {
  border-color: #1d6ea3; }

.border-hover-blue-light:hover {
  border-color: #227fbb; }

.border-hover-navy:hover {
  border-color: #1f2d3b; }

.border-hover-navy-light:hover {
  border-color: #2c3e51; }

.border-hover-purple:hover {
  border-color: #7b3697; }

.border-hover-purple-light:hover {
  border-color: #8f3faf; }

.border-hover-yellow:hover {
  border-color: #e2a50b; }

.border-hover-yellow-light:hover {
  border-color: #f3b100; }

.border-hover-orange:hover {
  border-color: #df6f0b; }

.border-hover-orange-light:hover {
  border-color: #e87f04; }

.border-hover-red:hover {
  border-color: #a9311f; }

.border-hover-red-light:hover {
  border-color: #c23824; }

.border-hover-white:hover {
  border-color: #fff; }

.border-hover-grey:hover {
  border-color: #555; }

.border-hover-grey-light:hover {
  border-color: #878787; }

.border-hover-grey-ultralight:hover {
  border-color: #f1f1f1; }

.border-hover-charcoal:hover {
  border-color: #232323; }

.border-hover-charcoal-light:hover {
  border-color: #444; }

.border-hover-black:hover {
  border-color: #000; }

.border-hover-base:hover {
  border-color: #ccc; }

.border-hover-behance:hover {
  border-color: #1769ff;
  color: #1769ff; }

.border-hover-dribbble:hover {
  border-color: #ea4c89;
  color: #ea4c89; }

.border-hover-facebook:hover {
  border-color: #3b5998;
  color: #3b5998; }

.border-hover-flickr:hover {
  border-color: #0063dc;
  color: #0063dc; }

.border-hover-github:hover {
  border-color: #333;
  color: #333; }

.border-hover-google:hover {
  border-color: #d34836;
  color: #d34836; }

.border-hover-instagram:hover {
  border-color: #517fa4;
  color: #517fa4; }

.border-hover-linkedin:hover {
  border-color: #007bb6;
  color: #007bb6; }

.border-hover-pinterest:hover {
  border-color: #cb2027;
  color: #cb2027; }

.border-hover-skype:hover {
  border-color: #12a5f4;
  color: #12a5f4; }

.border-hover-soundcloud:hover {
  border-color: #f80;
  color: #f80; }

.border-hover-spotify:hover {
  border-color: #7ab800;
  color: #7ab800; }

.border-hover-tumblr:hover {
  border-color: #2c3e51;
  color: #2c3e51; }

.border-hover-twitter:hover {
  border-color: #00aced;
  color: #00aced; }

.border-hover-vimeo:hover {
  border-color: #1ab7ea;
  color: #1ab7ea; }

.border-hover-youtube:hover {
  border-color: #b00;
  color: #b00; }

.bkg-hover-turquoise:hover {
  background: #008b73;
  border-color: #008b73; }

.bkg-hover-turquoise-light:hover {
  background: #00a186;
  border-color: #00a186; }

.bkg-hover-green:hover {
  background: #179851;
  border-color: #179851; }

.bkg-hover-green-light:hover {
  background: #1bb05d;
  border-color: #1bb05d; }

.bkg-hover-blue:hover {
  background: #1d6ea3;
  border-color: #1d6ea3; }

.bkg-hover-blue-light:hover {
  background: #227fbb;
  border-color: #227fbb; }

.bkg-hover-navy:hover {
  background: #1f2d3b;
  border-color: #1f2d3b; }

.bkg-hover-navy-light:hover {
  background: #2c3e51;
  border-color: #2c3e51; }

.bkg-hover-purple:hover {
  background: #7b3697;
  border-color: #7b3697; }

.bkg-hover-purple-light:hover {
  background: #8f3faf;
  border-color: #8f3faf; }

.bkg-hover-yellow:hover {
  background: #e2a50b;
  border-color: #e2a50b; }

.bkg-hover-yellow-light:hover {
  background: #f3b100;
  border-color: #f3b100; }

.bkg-hover-orange:hover {
  background: #df6f0b;
  border-color: #df6f0b; }

.bkg-hover-orange-light:hover {
  background: #e87f04;
  border-color: #e87f04; }

.bkg-hover-red:hover {
  background: #a9311f;
  border-color: #a9311f; }

.bkg-hover-red-light:hover {
  background: #c23824;
  border-color: #c23824; }

.bkg-hover-black:hover {
  background: #000;
  background-color: #000;
  border-color: #000; }

.bkg-hover-white:hover {
  background: #fff;
  border-color: #fff; }

.bkg-hover-grey:hover {
  background-color: #555;
  border-color: #555; }

.bkg-hover-grey-light:hover {
  background-color: #878787;
  border-color: #878787; }

.bkg-hover-grey-ultralight:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1; }

.bkg-hover-charcoal:hover {
  background-color: #232323;
  border-color: #232323; }

.bkg-hover-charcoal-light:hover {
  background-color: #444;
  border-color: #444; }

.bkg-hover-base:hover {
  background: #ccc;
  border-color: #666;
  border-color: #eee; }

.bkg-hover-behance:hover {
  background-color: #1769ff;
  border-color: #1769ff; }

.bkg-hover-dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89; }

.bkg-hover-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998; }

.bkg-hover-flickr:hover {
  background-color: #0063dc;
  border-color: #0063dc; }

.bkg-hover-github:hover {
  background-color: #333;
  border-color: #333; }

.bkg-hover-google:hover {
  background-color: #d34836;
  border-color: #d34836; }

.bkg-hover-instagram:hover {
  background-color: #517fa4;
  border-color: #517fa4; }

.bkg-hover-linkedin:hover {
  background-color: #007bb6;
  border-color: #007bb6; }

.bkg-hover-pinterest:hover {
  background-color: #cb2027;
  border-color: #cb2027; }

.bkg-hover-skype:hover {
  background-color: #12a5f4;
  border-color: #12a5f4; }

.bkg-hover-soundcloud:hover {
  background-color: #f80;
  border-color: #f80; }

.bkg-hover-spotify:hover {
  background-color: #7ab800;
  border-color: #7ab800; }

.bkg-hover-tumblr:hover {
  background-color: #2c3e51;
  border-color: #2c3e51; }

.bkg-hover-twitter:hover {
  background-color: #00aced;
  border-color: #00aced; }

.bkg-hover-vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.bkg-hover-youtube:hover {
  background-color: #b00;
  border-color: #b00; }

.color-hover-turquoise:hover {
  color: #008b73; }

.color-hover-turquoise-light:hover {
  color: #00a186; }

.color-hover-green:hover {
  color: #179851; }

.color-hover-green-light:hover {
  color: #1bb05d; }

.color-hover-blue:hover {
  color: #1d6ea3; }

.color-hover-blue-light:hover {
  color: #227fbb; }

.color-hover-navy:hover {
  color: #1f2d3b; }

.color-hover-navy-light:hover {
  color: #2c3e51; }

.color-hover-purple:hover {
  color: #7b3697; }

.color-hover-purple-light:hover {
  color: #8f3faf; }

.color-hover-yellow:hover {
  color: #e2a50b; }

.color-hover-yellow-light:hover {
  color: #f3b100; }

.color-hover-orange:hover {
  color: #df6f0b; }

.color-hover-orange-light:hover {
  color: #e87f04; }

.color-hover-red:hover {
  color: #a9311f; }

.color-hover-red-light:hover {
  color: #c23824; }

.color-hover-white:hover {
  color: #fff; }

.color-hover-grey:hover {
  color: #555; }

.color-hover-grey-light:hover {
  color: #878787; }

.color-hover-grey-ultralight:hover {
  color: #f1f1f1; }

.color-hover-charcoal:hover {
  color: #232323; }

.color-hover-charcoal-light:hover {
  color: #444; }

.color-hover-black:hover {
  color: #000; }

.color-hover-base:hover {
  color: #666; }

.color-hover-behance:hover {
  color: #1769ff; }

.color-hover-dribbble:hover {
  color: #ea4c89; }

.color-hover-facebook:hover {
  color: #3b5998; }

.color-hover-flickr:hover {
  color: #0063dc; }

.color-hover-github:hover {
  color: #333; }

.color-hover-google:hover {
  color: #d34836; }

.color-hover-instagram:hover {
  color: #517fa4; }

.color-hover-linkedin:hover {
  color: #007bb6; }

.color-hover-pinterest:hover {
  color: #cb2027; }

.color-hover-skype:hover {
  color: #12a5f4; }

.color-hover-soundcloud:hover {
  color: #f80; }

.color-hover-spotify:hover {
  color: #7ab800; }

.color-hover-tumblr:hover {
  color: #2c3e51; }

.color-hover-twitter:hover {
  color: #00aced; }

.color-hover-vimeo:hover {
  color: #1ab7ea; }

.color-hover-youtube:hover {
  color: #b00; }

.shadow-hover:hover {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15); }

.tm-slider-parallax-container .tm-slider-container:not(.out-of-view) {
  position: fixed;
  will-change: transform, opacity; }

[data-video-bkg] img {
  opacity: 0 !important; }

.img-loaded .tms-overlay {
  opacity: 1 !important; }

#tm-lightbox.tml-modal-mode {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.2); }

.small-margins .masonry-stamp {
  padding: .5rem; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.header-transparent .header-inner {
  background-color: transparent; }

.header-fixed-width .header-inner {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto; }

.header-sticky .header-inner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 100; }

.header-hide .header-inner {
  opacity: 0; }

.header-positioned .header-inner {
  -webkit-transform: translate3d(0, -10rem, 0);
  transform: translate3d(0, -10rem, 0); }

.header-out .header-inner {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .5s;
  -webkit-transform: translate3d(0, -10rem, 0);
  transform: translate3d(0, -10rem, 0); }

.hero-content-inner > :first-child {
  margin-top: 0; }

.hero-content-inner > :last-child {
  margin-bottom: 0; }

.contact-1 .contact-form-container {
  margin-bottom: 0; }

.signup-1 .signup-form-container {
  margin-bottom: 0; }

[class*=logos-] .grid-item {
  margin-bottom: 0;
  text-align: center; }

[class*=clients-] [class*=content-grid-] {
  margin-bottom: -3rem; }

[class*=social-] ul {
  margin-left: 0;
  list-style: none; }

.safari-browser .social-2 {
  width: 100.4%; }

.webkit.side-nav-open .background-fixed .background-image-wrapper {
  position: absolute; }

.nav-dark .fs-bullet-nav {
  background: #333; }

.coming-soon-1 .background-image {
  background-image: url(../images/fullscreen/coming-soon-1.jpg); }

[class*=error-] .background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

[class*=coming-soon-] .background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.pagination-next.disabled {
  transition: none;
  cursor: default;
  background: 0 0 !important; }
  .pagination-next.disabled:hover {
    transition: none;
    cursor: default;
    background: 0 0 !important; }

.pagination-previous.disabled {
  transition: none;
  cursor: default;
  background: 0 0 !important; }
  .pagination-previous.disabled:hover {
    transition: none;
    cursor: default;
    background: 0 0 !important; }

[class*=pagination-] ul {
  margin-left: 0;
  list-style: none; }

.gm-style .gm-style-iw {
  padding: .3rem;
  color: #666;
  line-height: 1.5; }

.post-love a [class*=icon-] {
  width: 1.2rem;
  text-align: center;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform-transition-duration: .2s; }

.post-love a:hover [class*=icon-] {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.post-comment a:hover [class*=icon-] {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.cart .cart-overview .form-element {
  margin-bottom: 0; }

.cart .cart-overview .cart-coupon-form {
  float: left; }
  .cart .cart-overview .cart-coupon-form .form-element {
    max-width: 17rem;
    float: left; }

.cart .cart-overview .update-cart {
  float: right; }

.cart .cart-overview .product-thumbnail a {
  width: 8rem;
  display: block; }

.cart .cart-overview .cart-actions td {
  padding: 3rem 0 0; }

.checkout .checkout-payment p {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0; }

/* Titles */
/* Widget Titles */
/* Title Classes */
/* Lead */
/* Text Classes */
/* Special Text Classes */
/* Weight Classes */
/* Links */
/* Link Colors */
/* Helpers */
/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/
/* greyscale */
/* grey ulatrlight */
/* grey */
/* charcoal */
/* theme */
/*------------------------------------------------------------------
[3. Section Padding]
*/
/* Unique Template Padding & Margins */
/*------------------------------------------------------------------
[4. Header Styling]
*/
/* Initial Position */
/* Intial Height */
/* Compacted Height */
/* Header Initial Styling */
/* Transparent Header Initial & Active Nav Colors */
/* Background Header - On Scroll! */
/* Header Inner Top */
/* Mobile Header Styles & Breakpoints */
/*------------------------------------------------------------------
[5. Header Logo]
*/
/* Initial Logo Width */
/* Compacted Header Logo Width */
/* Initial Logo Styling */
/* Transparent Header Show Light Logo */
/* Header Background Logo Swap to Dark Logo - On Scroll! */
/* Logo Nav Dark */
/* Logo Mobile Header & Breakpoints */
/*------------------------------------------------------------------
[6. Header Navigation]
*/
/* Padding & Margins */
/* Header Initial & Active Nav Colors */
/* Transparent Header Initial, Hover & Current Nav Colors */
/* Nav Dark Initial, Hover & Current Colors */
/* Header Background Initial, Hover & Current Nav Colors - On Scroll! */
/* Sub Menus, Mega Menus, Dropdown List Initial Colors */
/* Menu Nav Cart Intial Colors */
/* Sub Menus, Mega Menus, Dropdown List Hover Colors */
/* Mega Menu Position */
/* Labels Sub Menu */
/*------------------------------------------------------------------
[7. Header Nav Icons, Buttons, Dropdowns ]
*/
/* Padding & Margins */
/* Initial Division Padding & Color */
/* Nav Icons Initial, Hover & Active Colors */
/* Social Icons Initial & Hover Colors  */
/* Button, Dropdown Button Initial, Hover & Active Colors */
/* Transparent Header Division Color */
/* Transparent Header Initial, Hover & Active Colors */
/* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */
/* Header Background Divisions, Initial, Hover & Active Colors */
/* Compacted Header Dropdown List Margin */
/* Mobile Header Styles and Breakpoints */
/*------------------------------------------------------------------
[8. Auxiliary Navigation]
*/
/* Aux Navigation Show */
/* Initial & Hover Colors */
/* Transparent Header Initial & Hover Colors */
/* Header with Background Initial & Hover Colors */
/* Aux Navigation Hide */
/* Side Navigation Background Color */
/* Side Main Nav Initial Colors & Padding */
/* Side Nav Sub Menu Initial Colors & Padding */
/* Side Nav Cart Initial Colors */
/* Side Nav Hover Colors */
/* Side Nav Widget */
/* Side Nav Footer */
/* Overlay Navigation Colors & Sizes */
/* Overlay Main Nav */
/* Overlay Nav Sub Menu */
/* Overlay Nav Cart */
/* Overlay Nav Hover Colors */
/* Overlay Nav Widget */
/* Overlay Nav Footer */
/* Mobile Styles and Breakpoints */
/*------------------------------------------------------------------
[9. Title Area]
*/
/*------------------------------------------------------------------
[10. Slider & Parallax]
*/
/* Slider Heights */
/* Slider Navigation Common */
/* Featured Media Slider Navigation */
/* Recent Slider */
/* Slider Buttons */
/* Mobile Slider & Parallax */
/* Featured Slider Nav Breakpoints */
/*------------------------------------------------------------------
[11. Lightbox]
*/
/* Standard Modal Mode */
/* Common Modal Mode */
/* greyscale upon modal opening */
/* Navigation */
/*------------------------------------------------------------------
[12. Plugin Preloader]
*/
/* fallback */
@-webkit-keyframes "rotate" {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes "rotate" {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes "dash" {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes "dash" {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes "color" {
  100%, 0% {
    stroke: #10789b;
    border-bottom-color: #10789b; }
  40% {
    stroke: #10789b;
    border-bottom-color: #10789b; }
  66% {
    stroke: #10789b;
    border-bottom-color: #10789b; }
  80%, 90% {
    stroke: #10789b;
    border-bottom-color: #10789b; } }

@keyframes "color" {
  100%, 0% {
    stroke: #10789b;
    border-bottom-color: #10789b; }
  40% {
    stroke: #10789b;
    border-bottom-color: #10789b; }
  66% {
    stroke: #10789b;
    border-bottom-color: #10789b; }
  80%, 90% {
    stroke: #10789b;
    border-bottom-color: #10789b; } }

/*------------------------------------------------------------------
[13. Rollovers]
*/
/* Rollover Text */
/* Overlay */
/*------------------------------------------------------------------
[14. Homepage]
*/
/* Scroll Links */
/* Stats */
/* Hero */
/* Call to Action */
/* Signup 2 */
/* Fullscreen Section */
/*------------------------------------------------------------------
[15. About Pages]
*/
/* Team Sections */
/* Team Slider */
/* Testimonial Slider */
/*------------------------------------------------------------------
[16. Contact Pages]
*/
/* Hero Sections */
/* Stats */
/* Form Response */
/* Map */
/*------------------------------------------------------------------
[17. Project Pages]
*/
/* Grid */
/* Project 1 */
/* Full Width Content Slider */
/* Project Info */
/* Folio Filter */
/* Color Swatch */
/*------------------------------------------------------------------
[18. Pagination]
*/
/* Pagination 3 Customized */
/*------------------------------------------------------------------
[19. Fullscreen Pages]
*/
/*------------------------------------------------------------------
[20. Blog Pages]
*/
/* Post Title */
/* Common */
/* Regular Blog */
/* Blog Masonry */
/*.blog-masonry .grid-item:nth-child(odd) .post-content{
	padding: 2rem;
	background-color: #f4f4f4;
}*/
/* Blog Masonry Set Dimentions */
/* Blog Mejs Player */
/* Comments */
/*------------------------------------------------------------------
[21. Form Elements]
*/
/* Common Styling */
/* Checkbox and Radio */
/* Contact Specific */
/* Overlay Search Form Elements */
/* Signup 1 Specific */
/* Signup 2 Specific */
/* Login Specific */
/* Footer Specific */
/* Disabled */
/*------------------------------------------------------------------
[22. Social Lists]
*/
/*------------------------------------------------------------------
[23. Footer]
*/
/* Footer Text */
/* Footer Widgets */
/* Footer Background */
/* Footer Navigation */
/* Columns */
/*------------------------------------------------------------------
[24. Sidebar]
*/
/* Sidebar Widgets */
/*------------------------------------------------------------------
[25. Dividers]
*/
/*------------------------------------------------------------------
[26. Media Element Player]
*/
/* Time track, vol track */
/* Time track, vol level track */
/* Tooltip */
/* Play Button */
/* Time */
/*------------------------------------------------------------------
[27. E-Commerce]
*/
/* Grid */
/* Shop Overlay Tags */
/* Tables */
/*.shop .cart-overview .table > thead th,
.shop .cart-overview .table > thead th{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}*/
/* Shop Buttons */
/* Widgets */
/* Single Product Page */
/* Cart Overview */
/*------------------------------------------------------------------
[27. Component Styling]
*/
/* Testimonial Slider */
/* Button */
/* Box */
/* Blockquote */
/* Feature Section */
/* Logo Section */
/* Clients Section */
/* Profile Image */
/* Hero Sections */
/* Stats */
/* Bar percentages */
/* Sizes */
/* Accordion */
/* style 1 */
/* style 2 */
/* Tabs */
/* style 1 */
/* style 2 */
/* style 3 */
/* animation */
/* Menus */
/* Timeline */
/* Pricing Tables */
/* style 1 */
/* style-2 */
/* Breadcrumb */
/*------------------------------------------------------------------
[28. Resolution Media Queries]
*/
/* Intro Sections */
/* Fullscreen Sections */
/* Stat Sections */
/* Hero Sections */
/* Call to Action Sections */
/* Signup */
body {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  background-color: #fff; }

h1 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  font-size: 4.381rem; }
  h1 a:hover {
    color: #10789b; }

h2 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  font-size: 3.294rem; }
  h2 a:hover {
    color: #10789b; }

h3 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  font-size: 2.476rem; }
  h3 a:hover {
    color: #10789b; }

h4 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  font-size: 1.862rem; }
  h4 a:hover {
    color: #10789b; }

h5 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4rem; }
  h5 a:hover {
    color: #10789b; }

h6 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  font-size: 1.053rem; }
  h6 a:hover {
    color: #10789b; }

input {
  font-family: "Lato", "Helvetica Neue", sans-serif; }

button {
  font-family: "Lato", "Helvetica Neue", sans-serif; }

.button {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  text-transform: none; }

select {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1.3rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #666; }

textarea {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  margin-bottom: 3rem;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  font-size: 1.3rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #666; }
  textarea:focus {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: none;
    color: #000; }

.project-title {
  font-family: "Lato", "Helvetica Neue", sans-serif; }
  .project-title .label {
    font-size: 1rem;
    text-transform: uppercase; }

.product-title {
  font-family: "Lato", "Helvetica Neue", sans-serif; }
  .product-title a {
    color: #000; }

.project-description {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1.2rem; }

.font-alt-1 {
  font-family: "Lato", "Helvetica Neue", sans-serif; }

.header .navigation > ul > li > a {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  margin: 0 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
  opacity: 1; }
  .header .navigation > ul > li > a:hover {
    color: #000;
    opacity: 1; }

.header .navigation > ul > li.current > a {
  color: #10789b;
  opacity: 1; }
  .header .navigation > ul > li.current > a:hover {
    color: #000; }

.header .navigation .nav-icon {
  padding: 0 1.5rem !important;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1; }
  .header .navigation .nav-icon:hover {
    background-color: transparent;
    color: #000;
    opacity: 1; }

.header .navigation .v-align-middle {
  padding: 0 1.5rem !important; }

.header .navigation .nav-icon.active {
  background-color: transparent;
  color: #000;
  opacity: 1; }

.header .navigation .navigation-show.nav-icon {
  font-size: 2rem; }

.header .logo {
  height: 8rem;
  line-height: 8rem;
  width: 12.5rem; }
  .header .logo a {
    display: block !important;
    position: absolute;
    top: 0; }
    .header .logo a:first-child {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .header .logo a + a {
      display: none !important; }

.header .header-inner {
  background-color: #fff;
  border-bottom: none;
  border-bottom: 1px solid transparent; }
  .header .header-inner .navigation > ul > li {
    height: 8rem;
    line-height: 8rem; }
    .header .header-inner .navigation > ul > li > a:not(.button) {
      height: 8rem;
      line-height: 8rem; }
  .header .header-inner .dropdown > .nav-icon {
    height: 8rem;
    line-height: 8rem; }

.header .header-inner-top {
  height: 4rem;
  background: #232323;
  color: #fff; }

.header .logo-center ~ .navigation.nav-center {
  padding-top: 0.5rem; }
  .header .logo-center ~ .navigation.nav-center > ul > li > a {
    padding-bottom: 2rem; }

.header .dropdown-list {
  margin-top: 2.2rem; }
  .header .dropdown-list h5 {
    color: #fff; }
  .header .dropdown-list .recuperate-password {
    font-size: 1.1rem;
    color: #999; }
    .header .dropdown-list .recuperate-password:hover {
      color: #fff; }

.header .secondary-navigation.nav-left:not(.with-division) > ul {
  margin-left: -1.5rem; }

.header .secondary-navigation.nav-right:not(.with-division) > ul {
  margin-right: -1.5rem; }

.header .with-division ul {
  border-left-color: rgba(0, 0, 0, 0.1); }

.header .with-division li {
  border-right-color: rgba(0, 0, 0, 0.1); }

.header .cart .badge {
  background-color: #10789b; }

.header .social-list li .nav-icon {
  padding: 0 !important;
  margin-right: 1.5rem; }

.header .v-align-middle > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff; }
  .header .v-align-middle > .button:not(.nav-icon):hover {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }

.header .dropdown > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff; }
  .header .dropdown > .button:not(.nav-icon):hover {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }

.header .dropdown > .button.active:not(.nav-icon) {
  background-color: #10789b;
  border-color: transparent;
  color: #fff; }

.header .navigation-show {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 0; }
  .header .navigation-show a {
    font-size: 2.4rem;
    text-align: center;
    color: #666;
    border: 1px solid #eee; }
    .header .navigation-show a:hover {
      color: #000;
      opacity: 1; }

.side-navigation > ul > li > a {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  padding: 0.6rem 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #888;
  position: relative; }
  .side-navigation > ul > li > a:after {
    width: 0;
    height: 0.1rem;
    margin-left: 0;
    content: "";
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 1rem;
    transition-property: width, opacity;
    transition-duration: 500ms; }

.side-navigation > ul > li.current > a:after {
  width: 2rem;
  opacity: 1; }

.side-navigation ul li.current > a {
  color: #fff;
  font-weight: 400; }

.side-navigation ul li.current a:hover {
  color: #fff; }

.side-navigation ul li a:hover {
  color: #fff; }

.side-navigation .sub-menu {
  background: none; }
  .side-navigation .sub-menu a {
    text-transform: none;
    font-size: 1.2rem;
    font-weight: normal;
    color: #666; }
    .side-navigation .sub-menu a:hover {
      color: #fff; }
  .side-navigation .sub-menu li:first-child {
    padding-top: 1rem; }
  .side-navigation .sub-menu li:last-child {
    padding-bottom: 1rem; }
  .side-navigation .sub-menu:not(.custom-content) a {
    padding: 1.1rem 4rem 1.1rem 5.5rem; }

.side-navigation .cart-overview li:first-child {
  padding-top: 2rem; }

.side-navigation .cart-overview li:last-child {
  padding-bottom: 2rem; }

.side-navigation .cart-overview .product-title {
  color: #fff; }

.side-navigation .cart-overview .product-price {
  color: #999; }

.side-navigation .cart-overview .product-quantity {
  color: #999; }

.side-navigation .cart-overview a.product-remove {
  background-color: #333;
  color: #999; }

.side-navigation .cart-overview .cart-subtotal {
  color: #fff; }

.side-navigation .cart-overview .cart-actions {
  border-color: #333; }

.side-navigation .cart-overview .checkout.button {
  background-color: #10789b;
  border-color: transparent;
  color: #fff; }
  .side-navigation .cart-overview .checkout.button:hover {
    background-color: #666;
    border-color: transparent;
    color: #fff; }

.side-navigation .cart .badge {
  background-color: #10789b; }

.overlay-navigation {
  max-width: 40rem;
  padding-left: 3rem;
  padding-right: 3rem;
  opacity: 0;
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
  transition-duration: 500ms; }
  .overlay-navigation > ul > li > a {
    font-family: "Lato", "Helvetica Neue", sans-serif;
    font-size: 3rem;
    color: #999; }
    .overlay-navigation > ul > li > a:hover {
      color: #000; }
  .overlay-navigation > ul > li.current > a {
    color: #000; }
  .overlay-navigation ul li.current > a {
    font-weight: normal; }
    .overlay-navigation ul li.current > a:hover {
      color: #000; }
  .overlay-navigation .sub-menu {
    padding-left: 0; }
    .overlay-navigation .sub-menu a {
      letter-spacing: 0.1rem;
      text-transform: normal;
      font-weight: 400;
      line-height: 1.2;
      color: #999; }
      .overlay-navigation .sub-menu a:hover {
        color: #000; }
    .overlay-navigation .sub-menu .current > a {
      color: #000; }
    .overlay-navigation .sub-menu li:first-child {
      padding-top: 1rem; }
    .overlay-navigation .sub-menu li:last-child {
      padding-bottom: 1rem; }
  .overlay-navigation .cart .badge {
    background-color: #10789b; }
  .overlay-navigation .cart-overview .product-title {
    color: #000; }
  .overlay-navigation .cart-overview .product-price {
    color: #999; }
  .overlay-navigation .cart-overview .product-quantity {
    color: #999; }
  .overlay-navigation .cart-overview a.product-remove {
    background-color: #eee; }
  .overlay-navigation .cart-overview .cart-subtotal {
    color: #000; }
  .overlay-navigation .cart-overview .cart-actions {
    border-color: #eee; }
  .overlay-navigation .cart-overview .checkout.button {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }
    .overlay-navigation .cart-overview .checkout.button:hover {
      background-color: #666;
      border-color: transparent;
      color: #fff; }

.grid-filter-menu {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .grid-filter-menu a {
    font-family: "Lato", "Helvetica Neue", sans-serif;
    padding: 0.5rem 0;
    font-weight: 400;
    color: #999;
    display: block;
    position: relative;
    border-bottom: 1px solid transparent; }
    .grid-filter-menu a:hover {
      color: #232323; }
  .grid-filter-menu ul {
    padding: 0;
    text-transform: none;
    font-size: 1.3rem;
    letter-spacing: 0.1rem; }
  .grid-filter-menu li {
    padding: 0;
    text-transform: none;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding: 0.8rem 1.5rem; }
  .grid-filter-menu:not(.center):not(.right) li:first-child {
    padding-left: 0; }
  .grid-filter-menu a.active {
    color: #232323;
    border-color: #232323; }

.counter {
  font-family: "Lato", "Helvetica Neue", sans-serif; }

.footer {
  width: 100%;
  background: #fff;
  color: #666;
  z-index: 1; }
  .footer .widget-title {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #000; }
    .footer .widget-title a {
      font-size: 1.4rem;
      letter-spacing: 0;
      font-weight: 700;
      color: #000; }
  .footer a:hover + .post-info .post-date {
    color: #10789b; }
  .footer .navigation a {
    font-size: 1.1rem;
    font-weight: normal;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    .footer .navigation a:hover {
      color: #10789b; }
  .footer .navigation li {
    padding: 0;
    display: inline-block;
    float: none; }
  .footer .navigation ul li a {
    padding: 0;
    display: inline-block;
    float: none; }
  .footer .social-list a {
    font-size: 1.1rem;
    font-weight: normal;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    .footer .social-list a:hover {
      color: #10789b; }
  .footer .footer-bottom {
    padding: 0 0 2rem 0;
    color: #898989; }
    .footer .footer-bottom a {
      color: #898989; }
      .footer .footer-bottom a:hover {
        color: #10789b; }
    .footer .footer-bottom .navigation {
      float: none; }
    .footer .footer-bottom .social-list {
      float: none; }
  .footer .footer-top {
    padding-top: 9rem;
    padding-bottom: 5rem; }
  .footer .form-element {
    background-color: #f4f4f4;
    margin-bottom: 2rem;
    color: #666; }
    .footer .form-element:focus {
      background-color: #fff;
      box-shadow: none;
      color: #000; }
  .footer textarea {
    background-color: #f4f4f4;
    margin-bottom: 2rem;
    color: #666; }
    .footer textarea:focus {
      background-color: #fff;
      box-shadow: none;
      color: #000; }
  .footer .form-element.required-field {
    background-color: #ddd;
    color: #000; }
    .footer .form-element.required-field:focus {
      background-color: #fff;
      box-shadow: none;
      color: #000; }
  .footer textarea.required-field {
    background-color: #ddd;
    color: #000; }
    .footer textarea.required-field:focus {
      background-color: #fff;
      box-shadow: none;
      color: #000; }
  .footer .signup-form-container .button {
    width: 100%; }
  .footer .form-response {
    color: #666; }
  .footer::-webkit-input-placeholder {
    color: #666; }
  .footer:focus::-webkit-input-placeholder {
    color: #000; }
  .footer:focus::-moz-placeholder {
    color: #000; }
  .footer:focus:-ms-input-placeholder {
    color: #000; }
  .footer::-moz-placeholder {
    color: #666; }
  .footer:-ms-input-placeholder {
    color: #666; }
  .footer .widget {
    font-size: 1.3rem;
    color: #999;
    text-transform: none;
    font-style: normal; }
    .footer .widget li {
      padding-top: 0;
      border: none;
      border-color: #eee; }
  .footer address {
    font-size: 1.3rem;
    color: #999;
    text-transform: none;
    font-style: normal; }
  .footer .copyright {
    margin-bottom: 0;
    font-size: 1.1rem;
    float: none; }
  .footer .post-date {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  .footer [class*="content-grid"] {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .footer .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .footer .footer-bottom-inner {
    border-color: #eee; }

.sidebar .widget-title {
  font-size: 1.4rem; }
  .sidebar .widget-title a {
    font-size: 1.4rem; }

.sidebar .widget {
  font-size: 1.2rem; }
  .sidebar .widget a {
    color: #666;
    font-size: 1.2rem; }
  .sidebar .widget .tag-cloud a {
    font-size: 1rem; }
  .sidebar .widget li {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .sidebar .widget .list-group li {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sidebar .widget ul {
    margin-bottom: 5rem; }
  .sidebar .widget .product-list li {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem; }

.sidebar .post-date {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

.side-navigation-wrapper {
  background-color: #111;
  box-shadow: none !important; }
  .side-navigation-wrapper .widget-title {
    font-size: 1.4rem;
    color: #fff; }
    .side-navigation-wrapper .widget-title a {
      font-size: 1.4rem;
      color: #fff; }
  .side-navigation-wrapper .logo {
    width: 12rem; }
  .side-navigation-wrapper .navigation-hide {
    margin-right: 2rem;
    color: #666; }
    .side-navigation-wrapper .navigation-hide a:hover {
      color: #fff; }

.overlay-navigation-wrapper {
  background-color: white; }
  .overlay-navigation-wrapper .widget-title {
    font-size: 1.4rem;
    color: #999; }
    .overlay-navigation-wrapper .widget-title a {
      font-size: 1.4rem;
      color: #999; }
  .overlay-navigation-wrapper .menu-title {
    width: 100%;
    margin-bottom: 3rem;
    color: #000;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: block; }
  .overlay-navigation-wrapper .navigation-hide {
    top: 0;
    right: 3rem; }
    .overlay-navigation-wrapper .navigation-hide a {
      color: #999; }
      .overlay-navigation-wrapper .navigation-hide a:hover {
        color: #000; }

.title-xlarge {
  font-size: 7.749rem;
  line-height: 1.2; }

.title-large {
  font-size: 5.826rem;
  line-height: 1.2; }

.title-medium {
  font-size: 2.476rem;
  line-height: 1.2; }

.title-small {
  font-size: 1.4rem;
  line-height: 1.2; }

.lead {
  font-size: 2.016rem;
  font-weight: 300; }

blockquote.large {
  font-size: 2.016rem;
  font-weight: 300; }

.text-xlarge {
  font-size: 2.016rem; }

.text-large {
  font-size: 1.68rem; }

.text-medium {
  font-size: 1.4rem; }

.text-small {
  font-size: 1.167rem; }

.status-code-title {
  font-size: 13.707rem;
  line-height: 1; }

.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-semi-bold {
  font-weight: 600; }

.weight-bold {
  font-weight: 700; }

a.animated-link {
  position: relative; }
  a.animated-link:hover .text-line {
    background-color: #10789b;
    width: 2rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

a {
  color: #232323; }
  a:hover {
    color: #10789b; }
    a:hover .text-line {
      background-color: #10789b; }

p a {
  color: #232323; }
  p a:hover {
    color: #10789b; }

.box {
  font-size: inherit !important;
  line-height: inherit !important; }
  .box a:not(.button) {
    color: #232323; }
    .box a:not(.button):hover {
      color: #10789b; }

.shop .product-summary a {
  color: #666; }

.shop .cart-overview a {
  color: #666; }

.shop .cart-overview .table > thead {
  background-color: #f4f4f4; }

.shop .cart-overview table {
  border-color: #eee; }

.shop .cart-overview td {
  border-color: #eee; }

.shop .cart-overview .button {
  background-color: #232323;
  border-color: #232323;
  color: #fff; }
  .shop .cart-overview .button:hover {
    background-color: #ff4556;
    border-color: #ff4556;
    color: #fff; }

.shop .products .product h3.product-title {
  font-size: 1.4rem; }

.shop .products .product .product-price {
  font-size: 1.2rem; }

.shop .products .product .onsale {
  background-color: #ff4556; }

.shop .products .product .outofstock {
  background-color: #232323; }

.shop .table td {
  padding: 2rem 1.6rem; }

.shop .table th {
  padding: 2rem 1.6rem; }

.shop .cart-totals th {
  border-color: #eee; }

.shop .product .button {
  background-color: #232323;
  border-color: #232323;
  color: #fff; }
  .shop .product .button:hover {
    background-color: #ff4556;
    border-color: #ff4556;
    color: #fff; }

.social-list li {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700; }
  .social-list li a {
    color: #333; }
    .social-list li a:hover {
      color: #10789b; }

.social-list li.social-list-label {
  color: #333; }

.team-1 .social-list a:hover {
  color: #10789b; }

.team-1 h3 {
  margin-top: 0.5rem; }

.team-1 .team-content-info h5 {
  margin-top: 3rem;
  margin-bottom: 0.5rem; }

.team-1 h6.occupation {
  margin-bottom: 2rem; }

.team-2 .social-list {
  margin-bottom: 0; }
  .team-2 .social-list a:hover {
    color: #10789b; }

.team-2 h3 {
  margin-top: 0.5rem; }

.team-2 h6.occupation {
  margin-bottom: 2rem; }

.team-2 .team-content-info {
  padding: 2rem; }

.team-2 .occupation {
  font-size: 1.6rem; }

.accordion li a:hover {
  color: #10789b; }
  .accordion li a:hover .text-line {
    background-color: #10789b; }

.accordion li.active a {
  color: #10789b; }

.accordion .map-container {
  height: 24rem; }

.accordion > ul > li > a {
  padding: 1.3rem 2.5rem;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #666;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase; }
  .accordion > ul > li > a:hover {
    border-color: transparent;
    background-color: #ddd; }

.accordion > ul > li.active > a {
  border-color: transparent;
  background-color: #232323;
  color: #fff; }
  .accordion > ul > li.active > a:hover {
    border-color: transparent;
    background-color: #232323;
    color: #fff; }

.accordion .accordion-content {
  padding: 3rem; }

.tabs li a:hover {
  color: #10789b; }
  .tabs li a:hover .text-line {
    background-color: #10789b; }

.tabs li.active a {
  color: #10789b; }
  .tabs li.active a:hover {
    color: #10789b; }

.tabs .tab-nav > li {
  margin: 0; }
  .tabs .tab-nav > li a {
    padding: 1.3rem 2.5rem;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase; }
    .tabs .tab-nav > li a:hover {
      background-color: #ddd;
      border-color: #ddd;
      color: #232323; }

.tabs .tab-nav > li.active a {
  color: #232323; }
  .tabs .tab-nav > li.active a:hover {
    color: #232323; }

.tabs .tab-panes {
  padding: 3rem; }

.blog-masonry .with-background .post-read-more a:hover {
  color: #10789b; }
  .blog-masonry .with-background .post-read-more a:hover .text-line {
    background-color: #10789b; }

.blog-masonry h2.post-title {
  margin-bottom: 0; }

.blog-masonry .post-title {
  margin-bottom: 0;
  font-size: 2rem;
  text-transform: none;
  display: block; }
  .blog-masonry .post-title a {
    color: #000; }

.blog-masonry .caption-over-outer .post-info .post-date {
  padding: 0;
  margin: 0;
  border: none;
  display: inline-block; }

.blog-masonry .post-content:not(.post-content.with-background) {
  padding: 0 2rem; }

.post-info {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #999; }
  .post-info a {
    display: inline-block; }
    .post-info a:hover {
      color: #10789b; }
  .post-info span {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block; }

.post-info-over a:hover {
  color: #10789b; }
  .post-info-over a:hover span {
    color: #10789b; }

.post-author-aside {
  min-width: 12rem;
  margin-left: 0;
  text-align: left; }
  .post-author-aside a {
    font-size: 1.2rem;
    text-transform: none;
    color: #999;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
    display: block; }
    .post-author-aside a:hover {
      color: #10789b; }
  .post-author-aside span {
    font-size: 1.2rem;
    text-transform: none;
    color: #999;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
    display: block; }
  .post-author-aside .author-title {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc; }
  .post-author-aside + .author-bio {
    padding-left: 17rem; }

.post-love a:hover {
  color: #10789b; }
  .post-love a:hover span {
    color: #10789b; }

.scroll-down a:hover {
  color: #10789b; }

.widget a:not(.button):hover {
  color: #10789b; }

.widget .cart-subtotal {
  border-color: #eee; }

.widget .cart-overview a.product-remove {
  background-color: #eee; }

a[class*="icon-"]:hover {
  text-decoration: none; }

.content {
  background-color: #fff; }

.featured-media {
  height: 60rem;
  padding: 0; }
  .featured-media:after {
    background-color: #fff; }
  .featured-media .tms-arrow-nav {
    display: none !important; }
  .featured-media .tms-pagination {
    max-width: 114rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    bottom: 7%;
    right: auto;
    position: relative; }
    .featured-media .tms-pagination a {
      display: inline-block;
      margin-bottom: 1rem; }
  .featured-media .tm-slider-container .tms-pagination {
    opacity: 1; }

.section-block {
  padding-top: 11rem;
  padding-bottom: 11rem; }
  .section-block:not([class*=bkg-]) {
    background-color: #fff; }

.fullscreen-sections-wrapper {
  background-color: #fff; }

.section-block.featured-media {
  background-color: #000; }

.wrapper-inner {
  -webkit-filter: none;
  filter: none;
  transition: 350ms ease-in-out; }

.bkg-grey-ultralight {
  background-color: #fafafa;
  border-color: #fafafa; }

.bkg-hover-grey-ultralight:hover {
  background-color: #fafafa;
  border-color: #fafafa; }

.border-hover-grey-ultralight:hover {
  border-color: #fafafa; }

.color-grey-ultralight {
  color: #fafafa; }

.color-hover-grey-ultralight:hover {
  color: #fafafa; }

.bkg-grey {
  background-color: #4e4e4d;
  border-color: #4e4e4d; }

.bkg-hover-grey:hover {
  background-color: #4e4e4d;
  border-color: #4e4e4d; }

.border-hover-grey:hover {
  border-color: #4e4e4d; }

.color-grey {
  color: #4e4e4d; }

.color-hover-grey:hover {
  color: #4e4e4d; }

.bkg-charcoal-light {
  background-color: #333;
  border-color: #333; }

.bkg-hover-charcoal-light:hover {
  background-color: #333;
  border-color: #333; }

.border-hover-charcoal-light:hover {
  border-color: #333; }

.color-charcoal-light {
  color: #333; }

.color-hover-charcoal-light:hover {
  color: #333; }

.bkg-charcoal {
  background-color: #232323;
  border-color: #232323; }

.bkg-hover-charcoal:hover {
  background-color: #232323;
  border-color: #232323; }

.border-charcoal {
  border-color: #232323; }

.border-hover-charcoal:hover {
  border-color: #232323; }

.color-charcoal {
  color: #232323; }

.color-hover-charcoal:hover {
  color: #232323; }

.bkg-theme {
  background-color: #10789b;
  border-color: #10789b; }

.bkg-hover-theme:hover {
  background-color: #10789b;
  border-color: #10789b; }

.border-theme {
  border-color: #10789b; }

.border-hover-theme:hover {
  border-color: #10789b; }

.color-theme {
  color: #10789b; }

.color-hover-theme:hover {
  color: #10789b; }

.fullscreen-section .fullscreen-inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background: rgba(0, 0, 0, 0.35); }

.pagination-2 .pagination-next {
  padding-top: 11rem;
  padding-bottom: 11rem; }

.row.xlarge {
  padding-top: 11rem;
  padding-bottom: 11rem; }

.replicable-content {
  padding-top: 11rem;
  padding-bottom: 8rem; }

.row.xlarge.replicable-content {
  padding-top: 11rem;
  padding-bottom: 8rem; }

.section-block.slanted-top:before {
  width: 100%;
  height: 12rem;
  background-color: inherit;
  content: '';
  position: absolute;
  left: 0;
  top: -5.7rem;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  z-index: 5; }

.home-page .grid-filter-menu {
  padding-bottom: 4rem; }

.home-page .fulscreen-sections-wrapper {
  background: #000; }

.divider {
  margin-top: 6rem;
  margin-bottom: 9rem;
  border-color: #eee; }

.page-intro {
  height: 45rem; }
  .page-intro .divider {
    margin-top: 0;
    margin-bottom: 2rem;
    border-color: rgba(255, 255, 255, 0.1); }
  .page-intro .full-width-slider {
    height: inherit; }
  .page-intro .breadcrumb {
    color: #fff; }
    .page-intro .breadcrumb a {
      color: #fff;
      opacity: 0.6; }
      .page-intro .breadcrumb a:hover {
        opacity: 1; }

[class*="intro-title-"] {
  padding: 0;
  height: 45rem; }
  [class*="intro-title-"] .divider {
    margin-top: 0;
    margin-bottom: 2rem; }

.separator {
  width: 5rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }

.text-line {
  width: 2rem;
  height: 0.1rem;
  display: inline-block;
  width: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-property: width, opacity, background-color, -webkit-transform;
  transition-property: width, opacity, background-color, transform;
  transition-property: width, opacity, background-color, transform, -webkit-transform;
  transition-duration: 400ms; }

.text-line[class*="bkg-"] {
  padding: 0; }

.text-line-vertical {
  display: inline-block;
  position: relative; }
  .text-line-vertical:after {
    width: 1px;
    height: 8rem;
    margin-top: 3rem;
    border-right: 1px solid #777;
    position: absolute;
    top: 100%;
    left: 2px;
    content: ''; }

.tm-slider-container .text-line-vertical:after {
  height: 50rem;
  border-color: #fff; }

.tm-slider-container:not([class*=bkg-]) {
  background: none; }

.tm-slider-container .button {
  font-size: 1.1rem;
  font-weight: 700; }

.header-bottom {
  bottom: 0; }

.header-compact .logo {
  height: 6rem;
  line-height: 6rem;
  width: 12.5rem; }

.header-compact .header-inner .navigation > ul > li {
  height: 6rem;
  line-height: 6rem; }
  .header-compact .header-inner .navigation > ul > li > a:not(.button) {
    height: 6rem;
    line-height: 6rem; }

.header-compact .header-inner .dropdown > .nav-icon {
  height: 6rem;
  line-height: 6rem; }

.header-compact .dropdown-list {
  margin-top: 1.2rem; }

.header-transparent .header-inner {
  background-color: transparent; }
  .header-transparent .header-inner > .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.header-transparent .logo a:first-child {
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem); }

.header-transparent .logo a + a {
  display: block !important;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.header-transparent .navigation > ul > li > a {
  color: #fff;
  opacity: 0.6; }
  .header-transparent .navigation > ul > li > a:hover {
    color: #fff;
    opacity: 1; }

.header-transparent .navigation > ul > li.current > a {
  color: #fff;
  opacity: 1; }
  .header-transparent .navigation > ul > li.current > a:hover {
    color: #fff;
    opacity: 1; }

.header-transparent .navigation .nav-icon {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; }
  .header-transparent .navigation .nav-icon:hover {
    color: #fff;
    background-color: transparent;
    opacity: 1; }

.header-transparent .navigation .nav-icon.active {
  color: #fff;
  background-color: transparent;
  opacity: 1; }

.header-transparent .navigation-show a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2); }
  .header-transparent .navigation-show a:hover {
    color: #fff;
    border-color: white; }

.header-bottom.header-transparent .header-inner > .nav-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none; }

.header-background .header-inner {
  background-color: #fff;
  border-color: #eee; }
  .header-background .header-inner > .nav-bar {
    border-bottom: none; }

.header-background .logo a:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.header-background .logo a + a {
  display: block !important;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem); }

.header-background .navigation > ul > li > a {
  color: #999; }
  .header-background .navigation > ul > li > a:hover {
    color: #000;
    opacity: 1; }

.header-background .navigation > ul > li.current > a {
  color: #10789b;
  border-bottom: none; }
  .header-background .navigation > ul > li.current > a:hover {
    color: #000; }

.header-background .navigation .nav-icon {
  color: #999; }
  .header-background .navigation .nav-icon:hover {
    color: #000; }

.header-background .navigation .nav-icon.active {
  color: #000; }

.header-background .with-division ul {
  border-left-color: #eee; }

.header-background .with-division li {
  border-right-color: #eee; }

.header-background .v-align-middle > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff; }
  .header-background .v-align-middle > .button:not(.nav-icon):hover {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }

.header-background .dropdown > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff; }
  .header-background .dropdown > .button:not(.nav-icon):hover {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }

.header-background .social-list li a {
  color: #999; }
  .header-background .social-list li a:hover {
    color: #000; }

.header-background .navigation-show a {
  color: #666;
  border-color: #eee; }
  .header-background .navigation-show a:hover {
    color: #000;
    border-color: #eee; }

.mobile .header .header-inner {
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #eee; }

.mobile .header + .content {
  padding-top: 0; }

.mobile .header .logo a:first-child {
  display: block !important;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.mobile .navigation.with-division ul {
  border-left-color: #eee; }

.mobile .navigation.with-division li {
  border-right-color: #eee; }

.mobile .v-align-middle > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff; }
  .mobile .v-align-middle > .button:not(.nav-icon):hover {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }

.mobile .dropdown > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff; }
  .mobile .dropdown > .button:not(.nav-icon):hover {
    background-color: #10789b;
    border-color: transparent;
    color: #fff; }

.mobile .dropdown .nav-icon.active {
  color: #000; }

.mobile .navigation .nav-icon {
  color: #666; }
  .mobile .navigation .nav-icon:hover {
    color: #000; }

.mobile .header-transparent .dropdown .nav-icon.active {
  color: #000; }

.mobile .navigation-show {
  margin-left: 2rem; }
  .mobile .navigation-show a {
    color: #666;
    border-color: #eee; }
    .mobile .navigation-show a:hover {
      color: #000;
      opacity: 1; }

.mobile .featured-media {
  height: 50rem; }

.mobile .parallax.fixed-height {
  height: 50rem; }

.mobile .text-line {
  transition-property: none; }

.header-in .logo a {
  transition-duration: 0ms; }

.header-out .logo a {
  transition-duration: 0ms; }

.nav-dark .logo a:first-child {
  display: block !important;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.nav-dark .logo a:last-child {
  display: none !important; }

.nav-dark .navigation > ul > li.current > a {
  color: #000;
  opacity: 1; }
  .nav-dark .navigation > ul > li.current > a:hover {
    color: #000;
    opacity: 1; }

.nav-dark .navigation .nav-icon {
  color: #999; }
  .nav-dark .navigation .nav-icon:hover {
    color: #000; }

.nav-dark .navigation .nav-icon.active {
  color: #000; }

.nav-dark .v-align-middle > .button:not(.nav-icon):not(:hover) {
  color: #fff; }

.nav-dark .v-align-middle > .button:not(.nav-icon):hover {
  background-color: #10789b;
  border-color: transparent;
  color: #fff; }

.nav-dark .dropdown > .button:not(.nav-icon):not(:hover) {
  color: #fff; }

.nav-dark .dropdown > .button:not(.nav-icon):hover {
  background-color: #10789b;
  border-color: transparent;
  color: #fff; }

.header-transparent.nav-dark .navigation > ul > li > a {
  color: #000;
  opacity: 0.5; }

.navigation .sub-menu li {
  border-bottom: none; }
  .navigation .sub-menu li a {
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.2rem;
    color: #888; }
  .navigation .sub-menu li > a:not(.button):hover {
    color: #fff; }

.navigation .sub-menu:not(.custom-content) li a {
  padding: 1rem 1.5rem; }

.navigation .sub-menu:not(.custom-content) li:hover > a {
  background-color: #000; }

.navigation .sub-menu:not(.custom-content) a {
  background-color: #111; }

.navigation .sub-menu li.current > a:not(.button) {
  color: #fff; }

.navigation .dropdown-list {
  background-color: #111; }
  .navigation .dropdown-list li {
    border-bottom: none; }
    .navigation .dropdown-list li a {
      line-height: 1.6;
      font-weight: 400;
      font-size: 1.2rem;
      color: #888; }
    .navigation .dropdown-list li > a:not(.button):hover {
      color: #fff; }
  .navigation .dropdown-list:not(.custom-content) li a {
    padding: 1rem 1.5rem; }
  .navigation .dropdown-list:not(.custom-content) li:hover a {
    background-color: #000; }
  .navigation .dropdown-list li.current > a:not(.button) {
    color: #fff; }

.navigation .mega-sub-menu {
  background-color: #111;
  left: 0;
  right: 0; }
  .navigation .mega-sub-menu ul li a {
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.2rem;
    color: #888; }
  .navigation .mega-sub-menu ul li > a:not(.button):hover {
    color: #fff; }
  .navigation .mega-sub-menu ul li.current > a:not(.button) {
    color: #fff; }
  .navigation .mega-sub-menu > li > a {
    font-size: 1.3rem; }
  .navigation .mega-sub-menu:not(.custom-content) ul li:hover > a {
    background-color: #000; }

.navigation .sub-menu.custom-content {
  background-color: #111; }

.navigation .cart .badge {
  top: -0.4rem;
  left: 1.2rem;
  background-color: #10789b; }

.navigation .cart-overview .product-title {
  color: #fff; }
  .navigation .cart-overview .product-title:hover {
    color: #fff; }

.navigation .cart-overview .product-price {
  color: #999; }

.navigation .cart-overview .product-quantity {
  color: #999; }

.navigation .cart-overview a.product-remove {
  background-color: #444;
  color: #999; }

.navigation .cart-overview .cart-subtotal {
  color: #fff; }

.navigation .cart-overview .cart-actions {
  border-color: #444; }

.navigation .cart-overview .checkout.button {
  background-color: #10789b;
  border-color: transparent;
  color: #fff; }
  .navigation .cart-overview .checkout.button:hover {
    background-color: #666;
    border-color: transparent;
    color: #fff; }

.navigation .cart-overview .product-remove:hover {
  color: #fff; }

.sub-menu li .label {
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #10789b;
  border-color: #10789b;
  color: #fff; }

.mega-menu li .label {
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #10789b;
  border-color: #10789b;
  color: #fff; }

.dropdown li .label {
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #10789b;
  border-color: #10789b;
  color: #fff; }

.navigation-hide {
  width: 4.4rem;
  height: 4.4rem;
  margin-top: 1.9rem;
  margin-right: 0; }
  .navigation-hide a {
    background: none; }
    .navigation-hide a span {
      width: 4.4rem;
      font-size: 2rem; }

.side-navigation-header {
  border: none; }

.side-navigation.center .sub-menu:not(.custom-content) a {
  padding: 1.1rem 4rem 1.1rem 4rem; }

.side-navigation-footer {
  color: #666;
  font-size: 1.1rem; }
  .side-navigation-footer .widget p {
    color: #666;
    font-size: 1.3rem; }
  .side-navigation-footer .widget a {
    color: #666;
    font-size: 1.3rem; }
    .side-navigation-footer .widget a:hover {
      color: #fff; }
  .side-navigation-footer .social-list a {
    color: #666;
    font-size: 1.1rem; }
    .side-navigation-footer .social-list a:hover {
      color: #fff; }
  .side-navigation-footer .copyright {
    font-size: 1.1rem; }

.overlay-navigation-inner {
  text-align: left; }

.overlay-navigation-header {
  top: 1.5rem; }

.aux-navigation-active .overlay-navigation {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.overlay-navigation-footer {
  padding-left: 3rem;
  padding-right: 3rem;
  color: #666;
  font-size: 1.3rem; }
  .overlay-navigation-footer .widget p {
    color: #666;
    font-size: 1.3rem; }
  .overlay-navigation-footer .widget a {
    color: #666;
    font-size: 1.3rem; }
    .overlay-navigation-footer .widget a:hover {
      color: #000; }
  .overlay-navigation-footer .social-list a {
    color: #666;
    font-size: 1.3rem; }
    .overlay-navigation-footer .social-list a:hover {
      color: #000; }
  .overlay-navigation-footer .copyright {
    font-size: 1.1rem; }

[class*="intro-title-"].small {
  height: 30rem; }

[class*="intro-title-"].xsmall {
  height: 15rem; }

.intro-title-2 {
  background-image: url(../images/slider/slide-2-page-intro.jpg); }
  .intro-title-2 .divider {
    border-color: rgba(255, 255, 255, 0.1); }
  .intro-title-2 .breadcrumb {
    color: #fff; }
    .intro-title-2 .breadcrumb a {
      color: #fff;
      opacity: 0.6; }
      .intro-title-2 .breadcrumb a:hover {
        opacity: 1; }

.intro-title-2-1 {
  background-image: url(../images/slider/slide-8-page-intro.jpg); }

.intro-title-2-2 {
  background-image: url(../images/slider/slide-9-page-intro.jpg); }

.full-width-slider {
  height: 60rem;
  padding: 0; }

.parallax {
  height: 60rem;
  padding: 0; }

.window-height {
  height: 100vh; }
  .window-height .full-width-slider {
    height: inherit; }

.hero-slider.window-height {
  min-height: 100vh; }

.parallax.page-intro {
  height: 45rem; }

.parallax.small {
  height: 30rem; }

.page-intro.small {
  height: 30rem; }

.logo-slider {
  min-height: 5rem;
  height: 14rem;
  width: 10rem;
  height: 10rem; }

.testimonial-slider {
  min-height: 5rem;
  height: 14rem; }
  .testimonial-slider blockquote {
    width: 100%; }
    .testimonial-slider blockquote span {
      margin-bottom: 2rem; }
  .testimonial-slider cite {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    font-style: normal; }

.team-slider {
  min-height: 5rem;
  height: 42rem;
  background: none;
  height: 42rem; }
  .team-slider li {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .team-slider p {
    line-height: 1.8; }
  .team-slider .tms-pagination a {
    background-color: #232323; }

.recent-slider {
  min-height: 33rem; }
  .recent-slider .thumbnail {
    min-height: 5rem; }

.hero-slider {
  min-height: 60rem; }

.tms-arrow-nav {
  width: 4.4rem;
  height: 4.4rem;
  background: none;
  font-size: 2rem;
  line-height: 4.4rem;
  color: #fff;
  border: none;
  background-color: #000; }
  .tms-arrow-nav:hover {
    opacity: 0.5 !important;
    width: 4.4rem; }
  .tms-arrow-nav:before {
    line-height: 4.4rem; }

.tms-bullet-nav {
  background: #fff; }

.tms-nav-dark .tms-bullet-nav {
  background: #000; }

.hide-arrow-nav .tms-arrow-nav {
  display: none !important; }

.hide-progress .tms-progress-bar {
  display: none !important; }

.tm-slider-container.pagination-top .tms-pagination {
  bottom: 93%; }

.recent-carousel.replicable-content {
  padding-top: 4rem;
  padding-bottom: 1rem; }

.recent-carousel .column.slider-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.tm-slider-container.tms-carousel > ul {
  opacity: 1; }

.tm-lightbox {
  background: white; }

#tml-content-wrapper.zoomed + #tml-caption span {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff; }

#tm-lightbox.tml-modal-mode {
  background: rgba(0, 0, 0, 0.1); }

.tml-modal-mode .modal-dialog {
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.5); }

.tml-modal-mode #tml-exit {
  color: #111; }

.tml-exit-light #tml-exit {
  color: #fff; }

.rounded .modal-dialog {
  border-radius: 0.3rem; }

.rounded .section-block {
  border-radius: 0.3rem; }

.tml-contact-modal .modal-dialog > div {
  padding-left: 0;
  padding-right: 0; }

.tml-contact-modal .contact-form-container {
  padding-left: 3rem;
  padding-right: 3rem; }

.tml-newsletter-modal .modal-dialog > div {
  padding-left: 0;
  padding-right: 0; }

.tml-newsletter-modal .signup-form-container {
  padding-left: 3rem;
  padding-right: 3rem; }

.tml-search-modal .modal-dialog > div {
  padding-left: 0;
  padding-right: 0; }

.tml-search-modal .search-form-container {
  padding-left: 3rem;
  padding-right: 3rem; }

.tml-promotion-modal .modal-dialog > div {
  padding-left: 0;
  padding-right: 0; }

.modal-open .wrapper-inner {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.tml-nav {
  color: #999;
  opacity: 0.7; }
  .tml-nav:hover {
    color: #000; }

.tm-loader {
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  position: absolute;
  top: 50%;
  left: 50%; }
  .tm-loader:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .tm-loader #circle {
    background: none;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite; }

.stroke {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 0.3rem; }

.ie-browser:not(.webkit) .tm-loader #circle {
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ddd;
  -webkit-animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite; }

.overlay-info {
  background: rgba(255, 255, 255, 0.5); }
  .overlay-info > span > span {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    vertical-align: center; }
  .overlay-info .project-description {
    font-size: 1.2rem;
    opacity: 0.7;
    text-transform: none;
    font-weight: 300;
    font-style: italic; }

.overlay-fade-img-scale-out .overlay-info .overlay-info {
  opacity: 1; }

.overlay-fade-img-scale-in .project-title {
  margin-bottom: 0; }

.caption-below {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  border: none;
  opacity: 0.5; }

.scroll-link.icon-circled {
  width: 5rem;
  height: 5rem;
  line-height: 5rem; }

.scroll-to-top.icon-circled {
  width: 5rem;
  height: 5rem;
  line-height: 4.8rem; }

.stats-1-1 {
  background-image: url(../images/architecture/generic/hero-1.jpg); }

.hero-5-1 .media-column {
  background-image: url(../images/architecture/generic/hero-half-1.jpg); }

.hero-5-2 .media-column {
  background-image: url(../images/team/hero-half-2.jpg); }

.call-to-action-2-1 {
  background-image: url(../images/architecture/generic/signup-1.jpg);
  background-size: cover;
  background-position: center; }

.signup-2-1 {
  background-image: url(../images/architecture/generic/signup-1.jpg); }

.signup-box {
  padding: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: visible; }

.fullscreen-bkg-2 {
  background-image: url(../images/architecture/slider/slide-3-fs.jpg); }

.fullscreen-bkg-3 {
  background-image: url(../images/architecture/slider/slide-4-fs.jpg); }

.fullscreen-bkg-4 {
  background-image: url(../images/architecture/slider/slide-5-fs.jpg); }

.team-slider-1 .tms-pagination {
  display: none !important; }

[class*="team-"] .occupation {
  color: #999; }

.testimonials-5-about-1 {
  background: none;
  color: #000; }
  .testimonials-5-about-1 .tms-bullet-nav {
    background: #000; }

.hero-5-contact-1 .media-column {
  background-image: url(../images/contact/hero-half.jpg); }

.hero-5-contact-1 [class*="stats-"] .stat-inner {
  text-align: left; }

.stats-contact-1 {
  background: none; }

.contact-form-container .form-response {
  color: #666;
  bottom: -3rem; }

.contact-form-container::-webkit-input-placeholder {
  color: #666; }

.contact-form-container:focus::-webkit-input-placeholder {
  color: #000; }

.contact-form-container:focus::-moz-placeholder {
  color: #000; }

.contact-form-container:focus:-ms-input-placeholder {
  color: #000; }

.contact-form-container::-moz-placeholder {
  color: #666; }

.contact-form-container:-ms-input-placeholder {
  color: #666; }

.map-container {
  height: 45rem; }

.map-pan-link-container a.active {
  color: #232323; }

.map-pan-link-container a.button.active {
  background: none;
  border-color: #10789b;
  color: #fff; }

.hero-5 {
  height: 50rem; }
  .hero-5 .map-pan-link-container * {
    opacity: 0.5; }
  .hero-5 .map-pan-link-container a.active {
    opacity: 1; }
  .hero-5 .center .tms-pagination {
    text-align: center; }

.masonry-stamp .caption-over-outer {
  background-color: rgba(255, 255, 255, 0.6); }

h4.project-title {
  font-size: 1.4rem; }

.project-1-slider .tms-bullet-nav {
  background: #fff; }

.project-1-slider .tms-arrow-nav {
  display: none !important; }

.project-1-slider .tms-pagination {
  bottom: -4rem;
  opacity: 1 !important; }

.project-attribute {
  margin-bottom: 0.3rem;
  display: table;
  table-layout: fixed; }
  .project-attribute .project-label {
    min-width: 8rem;
    font-weight: 700;
    display: table-cell; }
  .project-attribute .project-value {
    display: table-cell; }

.grid-filter-menu.list-vertical li {
  display: block;
  padding: 0.8rem 0; }

.grid-filter-menu.right li:last-child {
  padding-right: 0; }

.project-swatch-list {
  margin-bottom: 0; }
  .project-swatch-list li {
    margin-bottom: 3rem; }

.project-swatch {
  margin-right: 5rem; }

.center .project-swatch {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.pagination-3 ul {
  border-top: 1px solid #eee; }

.pagination-3 li {
  margin-top: -1px;
  margin-left: -0.4rem; }

.pagination-3 a {
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 4rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  border-color: transparent;
  border-radius: 0; }
  .pagination-3 a:hover {
    background: #eee;
    border: 1px solid #eee;
    color: #000; }
  .pagination-3 a span {
    margin: 0; }

.pagination-3 .pagination-previous {
  background: #eee;
  border: 1px solid #eee;
  color: #000; }

.pagination-3 .pagination-next {
  background: #eee;
  border: 1px solid #eee;
  color: #000; }

.pagination-3 a.current {
  background: #eee;
  border: 1px solid #eee;
  color: #000; }

.pagination-3 a.disabled {
  border-color: #eee; }
  .pagination-3 a.disabled:hover {
    border-color: #eee; }

.pagination-3.portfolio a {
  width: auto;
  padding: 0 1.5rem;
  font-size: 1rem;
  text-transform: uppercase; }

.pagination-3.portfolio .pagination-previous {
  padding-left: 1rem; }

.pagination-3.portfolio .pagination-next {
  padding-right: 1rem; }

.fs-bullet-nav {
  background: none;
  border: 1px solid #fff; }

.fs-bullet-nav.active {
  background: #fff; }

.fs-pagination {
  right: 6rem; }

.blog-regular h2.post-title {
  margin-bottom: 1rem; }

.blog-regular .post-title {
  font-size: 3rem; }
  .blog-regular .post-title a {
    color: #000; }

.blog-regular .post {
  margin-bottom: 7rem; }

.blog-wide h2.post-title {
  margin-bottom: 1rem; }

.blog-wide .post-title {
  font-size: 3rem; }
  .blog-wide .post-title a {
    color: #000; }

.blog-single-post h2.post-title {
  margin-bottom: 1rem; }

.single-post-tags .tags-title {
  font-size: 1.3rem; }

.blog-masonry.masonry-set-dimensions .post-title {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1; }
  .blog-masonry.masonry-set-dimensions .post-title a {
    color: #fff; }

.blog-masonry.masonry-set-dimensions .post-title.quote {
  line-height: inherit; }

.blog-masonry.masonry-set-dimensions .post-info {
  color: #fff; }
  .blog-masonry.masonry-set-dimensions .post-info a {
    color: #fff; }

.masonry-set-dimensions .content-inner.with-overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.masonry-set-dimensions .post-content.with-background {
  background: #f4f4f4; }

.masonry-set-dimensions .post-media:hover .post-content {
  background: rgba(0, 0, 0, 0.8); }
  .masonry-set-dimensions .post-media:hover .post-content h2 a {
    color: #fdeb74; }

.masonry-set-dimensions .post-media:hover .post-author a:hover {
  opacity: 0.5; }

.post-content.with-background {
  background-color: #fafafa; }

.post-info.boxed {
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 7rem;
  background-color: #fafafa; }

.post-info-aside {
  min-width: 12rem;
  margin-left: 0;
  text-align: left; }
  .post-info-aside .post-love {
    font-size: 1.2rem;
    text-transform: none;
    color: #999;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
    display: block; }
    .post-info-aside .post-love [class*="icon-"] {
      width: 1.3rem;
      margin-right: 0.6rem; }
  .post-info-aside [class*="icon-"] {
    font-size: 1.2rem; }
  .post-info-aside .post-info-inner {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc; }
  .post-info-aside .social-list {
    text-align: left; }
  .post-info-aside + .post-content {
    padding-left: 17rem; }

.post-comments-aside {
  min-width: 12rem;
  margin-left: 0;
  text-align: left; }
  .post-comments-aside span {
    font-size: 1.2rem;
    text-transform: none;
    color: #999;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
    display: block; }
  .post-comments-aside a {
    font-size: 1.2rem;
    text-transform: none;
    color: #999;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
    display: block; }
  .post-comments-aside + .comments-inner {
    padding-left: 17rem; }

.post-media .mejs-container.mejs-audio .mejs-controls {
  border-radius: 0; }
  .post-media .mejs-container.mejs-audio .mejs-controls .mejs-play {
    border-radius: 0; }
  .post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause {
    border-radius: 0; }

.post-comments {
  border-color: #eee; }
  .post-comments .comment-meta {
    font-size: 1.2rem; }
    .post-comments .comment-meta a {
      font-weight: 400; }
  .post-comments .name {
    margin-bottom: 1rem; }

.comment-meta span {
  margin-left: 1rem;
  margin-right: 1rem; }
  .comment-meta span:first-child {
    margin-left: 0; }

.comment-list li {
  margin-bottom: 5rem; }

.comment-list ul {
  margin-top: 5rem;
  margin-left: 10rem; }

.comment-form textarea {
  min-height: 20rem; }

.post-comment-respond {
  border-color: #eee; }
  .post-comment-respond .comment-form .column {
    float: left; }

.post-author {
  border-color: #eee; }

.field-wrapper {
  position: relative;
  overflow: hidden; }
  .field-wrapper label:not(.checkbox-label):not(.radio-label) {
    opacity: 0.5; }

.form-submit.full-width {
  width: 100%; }

.contact-form textarea {
  min-height: 15rem; }

[class*="form-container"] .column {
  position: relative; }

.form-response {
  position: absolute;
  font-size: 1rem; }

.form-element {
  margin-bottom: 3rem;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  font-size: 1.3rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #666; }
  .form-element:focus {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: none;
    color: #000; }
    .form-element:focus::-webkit-input-placeholder {
      color: #000; }
    .form-element:focus::-moz-placeholder {
      color: #000; }
    .form-element:focus:-ms-input-placeholder {
      color: #000; }
  .form-element::-webkit-input-placeholder {
    color: #666; }
  .form-element::-moz-placeholder {
    color: #666; }
  .form-element:-ms-input-placeholder {
    color: #666; }

.form-element.required-field {
  background-color: #ddd;
  box-shadow: none;
  color: #000;
  position: relative; }
  .form-element.required-field:focus {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: none;
    color: #000; }

textarea.required-field {
  background-color: #ddd;
  box-shadow: none;
  color: #000;
  position: relative; }
  textarea.required-field:focus {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: none;
    color: #000; }

.checkbox-label {
  color: #666;
  position: relative; }

.radio-label {
  color: #666;
  position: relative; }

.checkbox + .checkbox-label:before {
  background: #fff;
  border-color: #ddd; }

.checkbox:checked + .checkbox-label {
  opacity: 1; }
  .checkbox:checked + .checkbox-label:before {
    content: '\e63a';
    background: #55c4a1;
    border-color: #55c4a1;
    color: #fff; }

.radio + .radio-label:before {
  background: #fff;
  border-color: #ddd; }

.radio:checked + .radio-label {
  opacity: 1; }
  .radio:checked + .radio-label:before {
    background: #55c4a1; }

.checkbox.required-field {
  position: absolute; }
  .checkbox.required-field + .checkbox-label:before {
    border-color: #55c4a1; }

.search-form-container .form-element:focus {
  color: #666; }

.search-form-container::-webkit-input-placeholder {
  color: #666; }

.search-form-container:focus::-webkit-input-placeholder {
  color: #000; }

.search-form-container:focus::-moz-placeholder {
  color: #000; }

.search-form-container:focus:-ms-input-placeholder {
  color: #000; }

.search-form-container::-moz-placeholder {
  color: #666; }

.search-form-container:-ms-input-placeholder {
  color: #666; }

#signup-lightbox button {
  width: 100%;
  max-width: 100%; }

#signup-lightbox .button {
  width: 100%;
  max-width: 100%; }

.signup-1 .form-element {
  background-color: #fff; }
  .signup-1 .form-element:focus {
    background: none;
    border-color: #fff;
    color: #fff; }

.signup-1 .form-element.required-field {
  background-color: #ddd;
  box-shadow: none;
  color: #000;
  position: relative; }
  .signup-1 .form-element.required-field:focus {
    background: none;
    border-color: #fff;
    color: #fff; }

.signup-1 .form-response {
  width: 100%;
  text-align: center;
  color: #fff; }

.signup-1::-webkit-input-placeholder {
  color: #666; }

.signup-1:focus::-webkit-input-placeholder {
  color: #fff; }

.signup-1:focus::-moz-placeholder {
  color: #fff; }

.signup-1:focus:-ms-input-placeholder {
  color: #fff; }

.signup-1::-moz-placeholder {
  color: #666; }

.signup-1:-ms-input-placeholder {
  color: #666; }

.signup-2 .signup-form-container {
  padding: 0;
  background: none; }

.signup-2 .form-element {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #999; }
  .signup-2 .form-element:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #000; }

.signup-2 .form-element.required-field {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
  position: relative; }
  .signup-2 .form-element.required-field:focus {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #000; }

.signup-2 .form-response {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-left: 0;
  bottom: -1rem !important; }

.signup-2::-webkit-input-placeholder {
  color: #999; }

.signup-2:focus::-webkit-input-placeholder {
  color: #000; }

.signup-2:focus::-moz-placeholder {
  color: #000; }

.signup-2:focus:-ms-input-placeholder {
  color: #000; }

.signup-2::-moz-placeholder {
  color: #999; }

.signup-2:-ms-input-placeholder {
  color: #999; }

.login-form-container .form-element {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #999; }
  .login-form-container .form-element:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #000; }

.login-form-container .form-element.required-field {
  border-color: #ddd;
  color: #000; }
  .login-form-container .form-element.required-field:focus {
    border-color: #fff;
    color: #000; }

.login-form-container .form-response {
  color: #999; }

.login-form-container::-webkit-input-placeholder {
  color: #666; }

.login-form-container:focus::-webkit-input-placeholder {
  color: #000; }

.login-form-container:focus::-moz-placeholder {
  color: #000; }

.login-form-container:focus:-ms-input-placeholder {
  color: #000; }

.login-form-container::-moz-placeholder {
  color: #666; }

.login-form-container:-ms-input-placeholder {
  color: #666; }

.disabled {
  opacity: 0.6;
  background-color: #f4f4f4 !important;
  border-color: #eee !important;
  color: #999 !important; }
  .disabled:hover {
    opacity: 0.6;
    background-color: #f4f4f4;
    border-color: #eee; }

.footer-top a:not(.button) {
  color: #666; }
  .footer-top a:not(.button):not([class*=icon-]) {
    font-size: 1.3rem; }

.footer-top .footer-logo {
  width: 9rem;
  margin-bottom: 3rem !important; }

.footer-bottom a {
  font-size: 1.1rem; }

.footer-bottom .footer-logo {
  width: 6.5rem;
  margin-bottom: 1rem;
  margin-right: 1.4rem;
  line-height: 1.7; }

hr {
  border-color: #eee; }

a.overlay-link:hover .text-line {
  width: 2rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

a.disabled .text-line {
  transition-property: none; }

[class*=border-].thick {
  border-width: 0.2rem; }
  [class*=border-].thick * {
    border-width: 0.2rem; }

.mejs-container.mejs-audio .mejs-controls {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  background: #f9f9f9; }
  .mejs-container.mejs-audio .mejs-controls .mejs-play {
    background: #eee;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .mejs-container.mejs-audio .mejs-controls .mejs-pause {
    background: #eee;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: rgba(255, 255, 255, 0.9); }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #999; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #666; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    background: #fff; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #999; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #666; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  background: #000; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #999; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #666; }

.mejs-minimal-player .mejs-container .mejs-controls {
  background: none; }
  .mejs-minimal-player .mejs-container .mejs-controls .mejs-play {
    background: none; }
  .mejs-minimal-player .mejs-container .mejs-controls .mejs-pause {
    background: none; }
  .mejs-minimal-player .mejs-container .mejs-controls .mejs-time span {
    color: #fff; }

.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #fff; }

.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff; }

.mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff; }

.mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #fff; }

.mejs-container .mejs-controls .mejs-time span {
  color: #666; }

.single-product .product .onsale {
  background-color: #ff4556; }

.single-product .product .outofstock {
  background-color: #232323; }

.single-product .review-comments {
  border-color: #eee;
  margin-bottom: 5rem;
  padding-bottom: 5rem; }
  .single-product .review-comments .comment-list > li {
    margin-bottom: 5rem; }

.single-product .products-similar hr {
  margin-bottom: 5rem;
  margin-top: 2rem; }

.single-product .product-tabs .tab-panes {
  padding-top: 5rem !important; }

.single-product .product-summary .product-rating {
  font-size: 1.2rem; }

.single-product .product-summary .product-price ins {
  font-size: 2rem;
  font-weight: 700; }

.single-product .product-summary .product-price del {
  font-size: 2rem;
  font-weight: 700; }

.checkout .cart-overview hr {
  border-color: #eee;
  margin-bottom: 5rem; }

.checkout .cart-review {
  margin-bottom: 5rem; }

.cart .cart-review {
  margin-bottom: 5rem; }

.cart .cart-overview .product-remove a {
  background-color: #eee; }

.button-content {
  line-height: 1; }

blockquote.border {
  border-color: #ccc; }

.feature-2 .feature-image img {
  width: 90%; }

.logos-1 a {
  opacity: 1;
  padding: 2rem 0; }
  .logos-1 a:hover {
    opacity: 1; }

.logos-1 span {
  padding: 2rem 0; }

.clients-1 .client-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.5; }

.clients-1 .counter {
  font-size: 10rem;
  margin-bottom: 0; }

.profile-image.pull-left {
  margin-right: 3.5rem;
  margin-bottom: 2rem; }

.profile-image.pull-right {
  margin-left: 3.5rem;
  margin-bottom: 2rem; }

.hero-1 {
  height: 50rem; }

.hero-2 {
  height: 50rem; }

.hero-3 {
  height: 50rem; }

.hero-4 {
  height: 50rem; }

.hero-6 {
  height: 50rem; }

[class*="hero-"].small {
  height: 30rem; }

[class*="hero-"].window-height {
  height: 100vh; }

[class*="stats-"] .counter {
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 300; }

[class*="stats-"] .counter.xlarge {
  font-size: 6.5rem; }

[class*="stats-"] .description {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000; }

.stats-3 .mega-stat .counter {
  font-weight: normal;
  font-size: 6rem; }

.stats-3 .mega-stat .description {
  font-size: 1.2rem;
  font-weight: 400; }

.stats-3 .description {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400; }

.maintenance-stat .counter {
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 1; }

.percent-10 {
  width: 10%;
  width: 100%; }

.percent-20 {
  width: 20%; }

.percent-30 {
  width: 30%; }

.percent-40 {
  width: 40%; }

.percent-50 {
  width: 50%; }

.percent-60 {
  width: 60%; }

.percent-70 {
  width: 70%; }

.percent-80 {
  width: 80%; }

.percent-90 {
  width: 90%; }

.progress-bar {
  border: none;
  height: 2rem; }

.progress-bar.small {
  height: 1.3rem;
  font-size: 1rem;
  line-height: 1rem; }

.progress-bar.medium {
  height: 2rem; }

.progress-bar.large {
  height: 3rem;
  font-size: 1.4rem;
  line-height: 2.6rem; }

.progress-bar.xlarge {
  height: 4rem;
  font-size: 1.5rem;
  line-height: 3.6rem; }

.accordion.style-1 > ul > li > a {
  background-color: transparent;
  border-color: #eee;
  color: #666; }

.accordion.style-1 > ul > li > div {
  border: none; }

.accordion.style-1 > ul > li.active > a {
  background-color: transparent;
  border-color: #eee;
  color: #10789b; }
  .accordion.style-1 > ul > li.active > a:hover {
    background-color: transparent;
    border-color: #eee;
    color: #10789b; }

.accordion.style-1 .accordion-content {
  border: none; }

.accordion.style-2 > ul > li > a {
  padding: 1.3rem 0;
  border: none;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  color: #666; }

.accordion.style-2 > ul > li > div {
  border: none; }

.accordion.style-2 > ul > li.active > a {
  background-color: transparent;
  border-color: transparent;
  color: #10789b; }
  .accordion.style-2 > ul > li.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #10789b; }

.accordion.style-2 > ul > li.active > div {
  border-bottom: 1px solid #eee; }

.accordion.style-2 .accordion-content {
  padding: 1rem 0 3rem 0;
  border: none; }

.tabs.vertical .tab-nav > li {
  margin: 0; }

.tabs[class*="style-"] .tab-nav > li {
  margin: 0 !important; }

.tabs[class*="style-"] .tab-panes {
  border: none; }

.tabs[class*="style-"]:not(.style-3) .tab-panes {
  padding: 5rem 0 0 0;
  border: none;
  background: none; }

.tab-panes > div.active {
  overflow: visible; }

.tab-panes .tab-content {
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  transition-duration: 1000ms;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem); }

.tab-panes .animate-in .tab-content {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tabs.style-1.vertical.right .tab-panes {
  padding-right: 2.5rem;
  margin: 0 !important; }

.tabs.style-1.vertical.right .tab-nav > li {
  margin-bottom: 0; }

.tabs.style-1.vertical.right .tab-nav > li.active a {
  margin-right: 0;
  border: none;
  background-color: #10789b;
  color: #fff; }
  .tabs.style-1.vertical.right .tab-nav > li.active a:hover {
    margin-right: 0;
    border: none;
    background-color: #10789b;
    color: #fff; }

.tabs.style-2.vertical.right .tab-panes {
  padding-right: 2.5rem;
  margin: 0 !important; }

.tabs.style-2.vertical.right .tab-nav > li a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #eee;
  color: #666; }

.tabs.style-2.vertical.right .tab-nav > li.active a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #10789b;
  color: #232323; }

.tabs.style-1.vertical .tab-nav > li {
  margin-bottom: 0; }
  .tabs.style-1.vertical .tab-nav > li a {
    background-color: #f4f4f4;
    border: none;
    color: #666; }

.tabs.style-1 .tab-nav > li a {
  background-color: #f4f4f4;
  border: none;
  color: #666; }
  .tabs.style-1 .tab-nav > li a:hover {
    background-color: #ddd;
    border: none;
    color: #232323; }

.tabs.style-1 .tab-nav > li.active a {
  margin-right: 0;
  border: none;
  background-color: #10789b;
  color: #fff; }
  .tabs.style-1 .tab-nav > li.active a:hover {
    margin-right: 0;
    border: none;
    background-color: #10789b;
    color: #fff; }

.tabs.style-2 .tab-nav > li a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #eee;
  color: #666; }

.tabs.style-2 .tab-nav > li.active a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #10789b;
  color: #232323; }
  .tabs.style-2 .tab-nav > li.active a:hover {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: #10789b;
    color: #232323; }

.tabs.style-2:not(.vertical) .tab-panes {
  border-top: 1px solid #eee; }

.tabs.style-2.vertical .tab-nav > li a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #eee;
  color: #666; }

.tabs.style-2.vertical .tab-nav > li.active a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #10789b;
  color: #232323; }

.tabs.style-3 .tab-nav > li a {
  background-color: transparent;
  border-width: 0;
  color: #666; }

.tabs.style-3 .tab-nav > li.active a {
  background-color: transparent;
  border: none;
  color: #232323; }
  .tabs.style-3 .tab-nav > li.active a:hover {
    background-color: transparent;
    border: none;
    color: #232323; }

.tabs.style-3 .tab-panes {
  background-color: transparent;
  border-width: 0;
  color: #666;
  padding: 3rem 0 0 0; }

.tabs.style-3:not(.vertical) .tab-nav > li a {
  padding: 1rem 0;
  margin-right: 3rem; }

.tabs.style-3.vertical .tab-nav > li a {
  background-color: transparent;
  border-width: 0;
  color: #666; }

.tabs.style-3.vertical .tab-nav > li.active a {
  background-color: transparent;
  border: none;
  color: #232323; }

.tabs.style-3.vertical.right .tab-nav > li a {
  background-color: transparent;
  border-width: 0;
  color: #666; }

.tabs.style-3.vertical.right .tab-nav > li.active a {
  background-color: transparent;
  border: none;
  color: #232323; }

.tabs.style-3.center:not(.vertical) .tab-nav > li a {
  margin: 0 1.5rem 0 1.5rem; }

.tabs.style-3.right:not(.vertical) .tab-nav > li a {
  margin: 0 0 0 3rem; }

.menu-list h4 {
  font-size: 1.4rem; }
  .menu-list h4 .menu-line {
    bottom: 1px; }

.menu-list li:nth-child(even) h4 {
  color: #666; }

.menu-list li:nth-child(even) .menu-description {
  color: #666; }

.menu-list .menu-content .menu-line {
  bottom: 8px; }

.menu-item .menu-title {
  background: none; }

.menu-item .menu-description {
  background: none; }

.menu-item .menu-price {
  background: none; }

.menu-item.dotted .menu-title {
  background-color: #fff; }

.menu-item.dotted .menu-description {
  background-color: #fff; }

.menu-item.dotted .menu-price {
  background-color: #fff; }

.menu-item.dashed .menu-title {
  background-color: #fff; }

.menu-item.dashed .menu-description {
  background-color: #fff; }

.menu-item.dashed .menu-price {
  background-color: #fff; }

.dotted .menu-line {
  background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0%); }

.dashed .menu-line {
  background-image: linear-gradient(to right, #ccc 50%, rgba(0, 0, 0, 0) 0%); }

.timeline.vertical-indication .timeline-title:after {
  border: 2px solid #999;
  background-color: #999; }

.timeline.vertical-indication .timeline-description:before {
  background-color: #eee; }

.pricing-table-column.callout {
  box-shadow: 0rem 0rem 1.8rem rgba(0, 0, 0, 0.2); }

.pricing-table-column.callout.with-background-image {
  background-image: url(../images/generic/pricing-table.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .pricing-table-column.callout.with-background-image > * {
    background-color: rgba(0, 0, 0, 0.4); }

.pricing-table-options del {
  text-decoration: line-through; }

.pricing-table-price .interval {
  opacity: 1;
  font-weight: 400; }

.pricing-table-price .currency {
  opacity: 1;
  font-weight: 400; }

.pricing-table.style-1 .pricing-table-column * {
  text-align: center; }

.pricing-table.style-1 .pricing-table-header h2 {
  font-size: 1.5rem; }

.pricing-table.style-2 .pricing-table-column * {
  text-align: center; }

.pricing-table.style-2 .pricing-table-header h2 {
  font-size: 1.5rem; }

.pricing-table.style-2 .interval {
  display: block;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  opacity: 0.6; }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.755rem; }
  h2 {
    font-size: 2.823rem; }
  h3 {
    font-size: 2.123rem; }
  h4 {
    font-size: 1.596rem; }
  h5 {
    font-size: 1.2rem; }
  h6 {
    font-size: 1.053rem; }
  .title-xlarge {
    font-size: 5.826rem; }
  .title-large {
    font-size: 4.381rem; }
  .title-medium {
    font-size: 2.123rem; }
  .title-small {
    font-size: 1.2rem; }
  .tms-caption.title-xlarge {
    font-size: 5.826rem;
    line-height: 5.826rem; }
  .tmp-content .title-xlarge {
    font-size: 5.826rem;
    line-height: 5.826rem; }
  .fullscreen-section .background-on-mobile {
    background: #f4f4f4; }
    .fullscreen-section .background-on-mobile * {
      color: #666 !important; }
    .fullscreen-section .background-on-mobile h1 {
      color: #000 !important; }
    .fullscreen-section .background-on-mobile h2 {
      color: #000 !important; }
    .fullscreen-section .background-on-mobile h3 {
      color: #000 !important; }
    .fullscreen-section .background-on-mobile h4 {
      color: #000 !important; }
    .fullscreen-section .background-on-mobile h5 {
      color: #000 !important; }
    .fullscreen-section .background-on-mobile h6 {
      color: #000 !important; }
  .fullscreen-section.content-below-on-mobile .fullscreen-inner {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  [class*="intro-title-"] {
    padding: 11rem 0;
    height: auto; }
  [class*="intro-title-"].small {
    padding: 11rem 0;
    height: auto; }
  .tml-modal-mode .modal-dialog {
    width: 100% !important; }
    .tml-modal-mode .modal-dialog > div {
      padding-left: 0;
      padding-right: 0; }
  .tml-modal-mode .hero-5 {
    padding-bottom: 2rem; }
    .tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content {
      margin-top: 4rem; }
  .tml-swap-exit-light #tml-exit {
    color: #fff; }
  .center-on-mobile .project-swatch {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .post-info-aside + .post-content {
    padding-left: 0; }
  .blog-regular .post-title {
    font-size: 3rem; }
  .blog-wide .post-title {
    font-size: 3rem; }
  .footer-top.two-columns-on-tablet > .row > [class*="width-"] {
    width: 100% !important; }
  .timeline.vertical-indication .timeline-description:before {
    width: 0.2rem;
    left: 1.9rem; }
  .timeline.vertical-indication .timeline-title:before {
    width: 0.2rem;
    left: 1.9rem; } }

@media only screen and (min-width: 960px) {
  .header-1-static + .content {
    padding-top: 8rem; }
  .header-transparent .with-division ul {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .header-transparent .with-division li {
    border-right-color: rgba(255, 255, 255, 0.2); } }

@media only screen and (max-width: 960px) {
  .header .header {
    background-color: #fff; }
  .header .header-inner {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
    .header .header-inner > .nav-bar {
      padding: 0; }
  .header .logo-inner {
    display: table-cell;
    vertical-align: middle; }
  .header .logo a {
    position: relative; }
    .header .logo a:first-child {
      opacity: 1;
      top: 0;
      -webkit-transform: translateX(0) !important;
      transform: translateX(0) !important; }
    .header .logo a:last-child {
      display: none !important; }
  .header .dropdown-list {
    margin-top: 2.2rem; }
  .header .v-align-middle > .button:not(.nav-icon) {
    background: #232323;
    border-color: transparent;
    color: #fff; }
    .header .v-align-middle > .button:not(.nav-icon):hover {
      background-color: #10789b;
      border-color: transparent;
      color: #fff; }
  .header .dropdown > .button:not(.nav-icon) {
    background: #232323;
    border-color: transparent;
    color: #fff; }
    .header .dropdown > .button:not(.nav-icon):hover {
      background-color: #10789b;
      border-color: transparent;
      color: #fff; }
  .header .dropdown .nav-icon.active {
    color: #000; }
  .header .navigation .nav-icon {
    color: #666; }
    .header .navigation .nav-icon:hover {
      color: #000; }
  .header .navigation-show {
    margin-left: 2rem; }
    .header .navigation-show a {
      color: #666;
      border-color: #eee; }
      .header .navigation-show a:hover {
        color: #000;
        opacity: 1; }
  .header.header-transparent .header-inner {
    background-color: #fff; }
  .overlay-navigation-header {
    top: 2rem; }
  .overlay-navigation-wrapper .navigation-hide {
    top: 0;
    right: 3rem; }
  .featured-media .tms-pagination a {
    display: inline-block; }
  .featured-media .tms-arrow-nav {
    display: none !important; }
  .tml-padding-small #tml-content-wrapper {
    left: 5% !important;
    right: 5% !important; }
  .footer-top.two-columns-on-tablet > .row > [class*="width-"] {
    width: 50%;
    text-align: left !important; } }

@media only screen and (max-width: 1140px) {
  .featured-media .tms-pagination {
    max-width: 96rem;
    bottom: 4rem;
    text-align: center; } }

@media only screen and (min-width: 480px) {
  .tabs.style-1.vertical .tab-panes {
    padding: 0 0 0 3.5rem;
    padding: 0 0 0 3.5rem;
    margin: 0 !important; }
  .tabs.style-2.vertical .tab-panes {
    padding: 0 0 0 3.5rem;
    margin: 0 !important; }
  .tabs.style-2.vertical .tab-nav > li a {
    padding-left: 0;
    border: none;
    border-right: 1px solid #eee; }
  .tabs.style-2.vertical .tab-nav > li.active a {
    border: none;
    border-right: 1px solid #10789b; }
    .tabs.style-2.vertical .tab-nav > li.active a:hover {
      border: none;
      border-right: 1px solid #10789b; }
  .tabs.style-1.vertical.right .tab-panes {
    padding: 0 3.5rem 0 0;
    margin: 0 !important; }
  .tabs.style-2.vertical.right .tab-panes {
    padding: 0 3.5rem 0 0;
    margin: 0 !important; }
  .tabs.style-2.vertical.right .tab-nav > li a {
    padding-left: 2.5rem;
    padding-right: 0;
    border: none;
    border-left: 1px solid #eee; }
  .tabs.style-2.vertical.right .tab-nav > li.active a {
    border: none;
    border-left: 1px solid #10789b; }
    .tabs.style-2.vertical.right .tab-nav > li.active a:hover {
      border: none;
      border-left: 1px solid #10789b; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg); }
  .intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro@2x.jpg); }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg); }
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg); }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg); }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg); }
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg); }
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg); }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg); }
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg); }
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg); } }

@media only screen and (min--moz-device-pixel-ratio: 2) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg); }
  .intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro@2x.jpg); }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg); }
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg); }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg); }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg); }
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg); }
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg); }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg); }
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg); }
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg); } }

@media only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg); }
  .intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro@2x.jpg); }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg); }
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg); }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg); }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg); }
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg); }
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg); }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg); }
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg); }
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg); } }

@media only screen and (min-device-pixel-ratio: 2) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg); }
  .intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro@2x.jpg); }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg); }
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg); }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg); }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg); }
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg); }
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg); }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg); }
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg); }
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg); } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg); }
  .intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro@2x.jpg); }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg); }
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg); }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg); }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg); }
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg); }
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg); }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg); }
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg); }
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg); } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg); }
  .intro-title-2-1 {
    background-image: url(../images/slider/slide-8-page-intro@2x.jpg); }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg); }
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg); }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg); }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg); }
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg); }
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg); }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg); }
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg); }
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg); } }

* {
  -webkit-font-smoothing: antialiased !important; }

body {
  background-color: #ffffff !important; }

.team-info-container .team-content-info {
  background-color: white; }
  .team-info-container .team-content-info .accordion {
    margin: 0 0 1rem; }
    .team-info-container .team-content-info .accordion > ul > li > a {
      padding: 1rem 1.5rem; }

#services {
  background-color: #ffffff !important;
  margin-top: 7rem; }
  @media only screen and (max-width: 768px) {
    #services {
      margin-top: 0rem; } }
  #services .section-block.featured-media {
    background-color: #10789b !important; }
  #services .list-group {
    margin-left: 2rem; }

.replicable-content {
  padding-top: 5rem !important; }

#responsabilidade-social .section-block.featured-media, #mission .section-block.featured-media {
  background-color: #10789b !important; }

#mission {
  margin-top: 7rem; }
  @media only screen and (max-width: 768px) {
    #mission {
      margin-top: 0rem; } }

.footer-logo-container a img {
  display: inline-block;
  margin-right: 1.8rem; }

.footer-logo-container a:last-child img {
  margin-right: 0; }

.language-container .dropdown {
  font-size: 1.1rem; }

/*# sourceMappingURL=main-1534152340009.min.css.map */
