@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
.ch-text-100 {
  font-weight: 100;
}
.ch-text-200 {
  font-weight: 200;
}
.ch-text-300 {
  font-weight: 300;
}
.ch-text-400 {
  font-weight: 400;
}
.ch-text-500 {
  font-weight: 500;
}
.ch-text-600 {
  font-weight: 600;
}
.ch-text-700 {
  font-weight: 700;
}
.ch-text-800 {
  font-weight: 800;
}
.ch-text-900 {
  font-weight: 900;
}
.ch-text-italic {
  font-style: italic;
}
.ch-ratio {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.ch-ratio-30 {
  padding-bottom: 30%;
}
.ch-ratio-40 {
  padding-bottom: 40%;
}
.ch-ratio-45 {
  padding-bottom: 45%;
}
.ch-ratio-50 {
  padding-bottom: 50%;
}
.ch-ratio-55 {
  padding-bottom: 55%;
}
.ch-ratio-60 {
  padding-bottom: 60%;
}
.ch-ratio-65 {
  padding-bottom: 65%;
}
.ch-ratio-70 {
  padding-bottom: 70%;
}
.ch-ratio-75 {
  padding-bottom: 75%;
}
.ch-ratio-80 {
  padding-bottom: 80%;
}
.ch-ratio-90 {
  padding-bottom: 90%;
}
.ch-ratio-100 {
  padding-bottom: 100%;
}
.ch-ratio-110 {
  padding-bottom: 110%;
}
.ch-ratio-120 {
  padding-bottom: 120%;
}
.ch-ratio-125 {
  padding-bottom: 125%;
}
.ch-ratio-150 {
  padding-bottom: 150%;
}
.ch-ratio-21-9 {
  padding-bottom: 42.86%;
}
.ch-ratio-12-5 {
  padding-bottom: 41.67%;
}
.ch-ratio-17-9 {
  padding-bottom: 52.94%;
}
.ch-ratio-16-9 {
  padding-bottom: 56.25%;
}
.ch-ratio-16-10 {
  padding-bottom: 62.5%;
}
.ch-ratio-14-9 {
  padding-bottom: 64.29%;
}
.ch-ratio-3-2 {
  padding-bottom: 66.67%;
}
.ch-ratio-4-3 {
  padding-bottom: 75%;
}
.ch-ratio-5-4 {
  padding-bottom: 80%;
}
.ch-ratio-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .ch-ratio-clear-small {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .ch-ratio-clear-small .ch-ratio-content,
  .ch-ratio-clear-small .ch-vertical-align {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    transform: none;
  }
}
@media (max-width: 959px) {
  .ch-ratio-clear-medium {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .ch-ratio-clear-medium .ch-ratio-content,
  .ch-ratio-clear-medium .ch-vertical-align {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    transform: none;
  }
}
.ch-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ch-embed-container iframe,
.ch-embed-container object,
.ch-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ch-image-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #FFF;
  font-size: 30px;
}
.ch-image-overlay:hover {
  color: #FFF;
  opacity: 100;
}
.ch-image-overlay-small {
  font-size: 18px;
}
.ch-image-overlay-large {
  font-size: 56px;
}
.ch-vertical-align {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ch-bottom-align {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ch-no-hover:hover,
.ch-no-hover:active,
.ch-no-hover:focus {
  text-decoration: none;
}
.ch-cover-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.ch-fixed-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  image-rendering: -webkit-optimize-contrast;
}
.ch-full-width {
  position: absolute;
  width: 100%;
  left: 0;
}
.uk-button-primary.ch-button-facebook {
  background: #3b5998;
}
.uk-button-primary.ch-button-facebook:hover {
  background: #4264aa;
}
.ch-slideshow-image-cover {
  object-fit: cover;
}
.ch-slideshow-content {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.uk-active .ch-slideshow-content {
  opacity: 1;
}
.ch-slideshow-small .uk-slidenav-position .uk-slidenav-previous {
  font-size: 40px;
  left: 5px;
  width: 40px;
}
.ch-slideshow-small .uk-slidenav-position .uk-slidenav-next {
  font-size: 40px;
  right: 5px;
  width: 40px;
}
.ch-slideshow-small-content {
  margin: 0 25px;
}
.ch-overlay-background-soft {
  background: rgba(0, 0, 0, 0.25);
}
.ch-hover {
  overflow: hidden;
  position: relative;
}
.ch-hover-target {
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ch-hover:hover .ch-hover-target-scale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ch-hover:hover .ch-hover-target-scale-small {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ch-hover:hover .ch-hover-target-rotate {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.ch-hover:hover .ch-hover-target-rotate-inverse {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ch-hover:hover .ch-hover-target-scale.ch-hover-target-rotate {
  -webkit-transform: rotate(3deg) scale(1.3);
  -ms-transform: rotate(3deg) scale(1.3);
  transform: rotate(3deg) scale(1.3);
}
.ch-hover:hover .ch-hover-target-scale.ch-hover-target-rotate-inverse {
  -webkit-transform: rotate(-3deg) scale(1.3);
  -ms-transform: rotate(-3deg) scale(1.3);
  transform: rotate(-3deg) scale(1.3);
}
.ch-hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.ch-hover:hover .ch-hover-overlay {
  opacity: 1;
}
.ch-hover-overlay.ch-hover-overlay-visible {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible {
  background: rgba(0, 0, 0, 0.2);
}
.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
  background: rgba(158, 158, 158, 0.1);
}
.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(158, 158, 158, 0.1);
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
  background: rgba(158, 158, 158, 0.8);
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(158, 158, 158, 0.8);
}
.ch-animation-0-2 {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}
.ch-animation-0-3 {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.ch-animation-0-4 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}
.ch-animation-0-5 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.ch-animation-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ch-animation-1-5 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
em {
  color: #2B303A;
}
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
strong {
  font-weight: 700;
}
.tm-toolbar,
.tm-nav,
.tm-search {
  font-weight: 300;
}
.tm-block {
  background: #FFFFFF;
}
.tm-component {
  margin: 50px 0!important;
}
.tm-inner-top,
.tm-inner-bottom {
  margin: 50px 0;
}
.tm-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -9999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.tm-block-main-hidden .tm-block-main {
  display: none;
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible {
  background: rgba(158, 158, 158, 0.7);
}
.tm-toolbar {
  margin: 8px 0;
  font-size: 11px;
  color: #555961;
}
.tm-toolbar ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tm-toolbar ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.tm-toolbar ul li:after {
  content: "\00a0\00B7\00a0";
}
.tm-toolbar ul li:last-child:after {
  content: "";
}
.tm-toolbar ul li a {
  text-transform: uppercase;
  color: #555961;
}
.tm-toolbar ul li a.active {
  font-weight: 700;
}
.tm-toolbar .ch-my_booking {
  display: inline-block;
}
.tm-toolbar .ch-my_booking > a {
  text-transform: uppercase;
  color: #2B303A;
}
.tm-toolbar .ch-my_booking:after {
  content: "\00a0\00a0\007C\00a0\00a0";
}
.tm-toolbar p {
  display: inline-block;
  margin: 0;
}
@media (min-width: 768px) {
  .tm-toolbar {
    font-size: 12px;
  }
}
.tm-logo {
  margin: 10px 0 0 0;
  display: block;
  height: auto;
  text-align: center;
}
.tm-logo a {
  color: #2B303A;
  display: inline-block;
  max-width: 325px;
}
.tm-logo a:hover,
.tm-logo a:active,
.tm-logo a:focus {
  text-decoration: none;
}
.tm-logo img {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .tm-logo {
    margin: 0 0 15px 0;
  }
}
.tm-offcanvas-button {
  font-size: 20px;
  color: #fff;
}
.tm-offcanvas-button:hover,
.tm-offcanvas-button:active,
.tm-offcanvas-button:focus {
  text-decoration: none;
  color: #fff;
}
.tm-nav {
  margin: 0 0 20px 0;
  font-size: 16px;
  background: none;
}
.tm-nav .uk-dropdown {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.6);
}
.tm-nav .uk-dropdown a {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tm-nav .uk-dropdown a:hover {
  background: rgba(158, 158, 158, 0.8);
}
.tm-nav .uk-subnav > li {
  padding: 0;
  margin-left: 10px;
}
.tm-nav .uk-subnav > li > a {
  padding: 15px 10px 15px 10px;
}
.tm-subnav {
  margin: 10px auto 50px;
}
.tm-subnav .uk-subnav {
  margin-bottom: 0;
}
.tm-subnav .uk-subnav li {
  margin: 0 10px 0 0;
  padding: 0;
}
.tm-subnav .uk-subnav a {
  padding: 10px 5px;
}
.tm-subnav .uk-subnav li.uk-active a {
  border-bottom: 1px solid #9E9E9E;
}
.tm-block-top-full-subnav {
  margin: 0;
  padding: 40px 0 15px 0;
  background: #f3f3f3;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #e6e6e6;
}
.tm-block-top-full-subnav li.tm-active {
  font-weight: bold;
}
@media (min-width: 1280px) {
  .tm-home-search {
    margin-top: -120px;
  }
}
.tm-slideshow {
  background: #2B303A;
}
.tm-slideshow-container {
  padding-bottom: 90%;
}
.tm-slideshow-background {
  width: 100%;
  padding-bottom: 90%;
  background: #F2F2F2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ch-slideshow-content {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  margin: 0 40px;
}
.ch-slideshow-content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.1em;
  margin: 10px 0;
}
.ch-slideshow-content p {
  margin: 0;
  line-height: 1.1em;
}
.uk-active .ch-slideshow-content {
  -webkit-transform: translateY(-8px);
}
@media (min-width: 768px) {
  .ch-slideshow-content {
    margin: 0 100px;
  }
  .ch-slideshow-content h2 {
    font-size: 50px;
  }
  .tm-slideshow-container,
  .tm-slideshow-background {
    padding-bottom: 720px;
  }
}
.tm-slideshow .tm-slideshow-color {
  background: rgba(158, 158, 158, 0.8);
}
.tm-slideshow .tm-slideshow-color .ch-slideshow-content {
  background-color: transparent;
}
@media (max-width: 768px) {
  .uk-dotnav > * > * {
    width: 15px !important;
    height: 15px !important;
  }
  .uk-dotnav > * {
    padding-left: 10px !important;
    margin-top: 10px !important;
  }
  .uk-slidenav {
    width: 50px !important;
    font-size: 40px !important;
  }
  .uk-slidenav-position .uk-slidenav-next {
    right: 5px !important;
  }
  .uk-slidenav-position .uk-slidenav-previous {
    left: 5px !important;
  }
}
@media (max-width: 480px) {
  .uk-dotnav > * > * {
    width: 12px !important;
    height: 12px !important;
  }
  .uk-dotnav > * {
    padding-left: 10px !important;
    margin-top: 10px !important;
  }
  .uk-slidenav {
    width: 40px !important;
    font-size: 30px !important;
  }
  .uk-slidenav-position .uk-slidenav-next {
    right: 0 !important;
  }
  .uk-slidenav-position .uk-slidenav-previous {
    left: 0 !important;
  }
}
.tm-heading-wrapper-color {
  background: rgba(158, 158, 158, 0.8);
}
.tm-heading {
  min-height: 110px;
}
.tm-heading.tm-heding-none {
  background: #2B303A;
}
.tm-heading-bg {
  background: #2B303A;
}
.tm-heading-full {
  padding-bottom: 100%;
}
.tm-heading-large {
  padding-bottom: 80%;
}
.tm-heading-small {
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  .tm-heading-large {
    padding-bottom: 540px;
  }
  .tm-heading-small {
    padding-bottom: 300px;
  }
}
.tm-heading-content {
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
}
.tm-heading-content p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.tm-heading-content h2 {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.tm-heading-content h3 {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  margin: 0;
}
.tm-top-search {
  margin: 0;
  padding: 20px 0 18px;
  background: #2B303A;
  text-align: center;
}
.tm-top-search .uk-panel-box {
  background: none;
  padding: 0;
  box-shadow: none;
  border-bottom: none;
}
.tm-top-search .uk-form .ch-search-row-wrap {
  margin-top: 10px;
  float: none;
  display: inline-block;
  text-align: left;
}
.tm-top-search .uk-form label {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.tm-top-search .uk-form input[type="text"] {
  border-radius: 2px;
  border: none;
}
.tm-top-search .uk-form input#ch-search-promo_code {
  width: 110px;
}
.tm-top-search .uk-form .uk-button-primary {
  padding-right: 20px;
  padding-left: 20px;
}
.tm-top-search .uk-form .uk-dropdown label {
  text-shadow: none;
  color: #2B303A;
}
.tm-top-search .uk-button-link.ch-search-promo-button {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.uk-sticky-placeholder .tm-top-search.uk-active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0 5px;
}
.uk-sticky-placeholder .tm-top-search.uk-active .uk-panel-box {
  box-shadow: none;
}
.tm-top-icons {
  background: #f3f3f3;
}
.tm-top-icons-icon {
  margin: 45px 0 35px 0;
}
.tm-top-icons-icon i {
  display: block;
  margin: 15px auto;
  font-size: 42px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.95);
  color: #9E9E9E;
  border-radius: 50%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.tm-top-icons-icon p {
  margin: 15px 0;
  color: #555961;
}
.tm-welcome {
  padding: 50px 0;
  background: #FFFFFF;
  text-align: center;
}
.tm-welcome h1 {
  margin: 15px 0;
  font-size: 46px;
  line-height: 46px;
  font-weight: 300;
  color: #555961;
  letter-spacing: -0.02em;
}
.tm-welcome h1 strong {
  font-weight: 700;
  color: #22262e;
}
.tm-welcome h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 15px 0;
  color: #aaacb0;
  font-weight: 300;
}
.tm-welcome h3 {
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .01em;
  color: #555961;
}
.tm-welcome h3 strong {
  font-weight: 700;
  color: #22262e;
}
.tm-featured {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  image-rendering: -webkit-optimize-contrast;
}
.tm-featured-color {
  background: rgba(158, 158, 158, 0.6);
  padding: 90px 0;
}
.tm-featured-intro {
  text-align: center;
  margin: 0 auto 60px auto;
}
.tm-featured-intro h2,
.tm-featured-intro p {
  margin: 10px 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.tm-featured-intro h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
.tm-featured-intro p {
  font-size: 16px;
  line-height: 16px;
}
.tm-featured-info {
  padding: 0 15px;
  box-sizing: border-box;
}
.tm-featured-info h3,
.tm-featured-info h4,
.tm-featured-info p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  line-height: 1.2em;
}
.tm-featured-info h3 {
  font-size: 26px;
  text-transform: uppercase;
}
.tm-featured-info h4,
.tm-featured-info p {
  font-size: 14px;
  font-weight: 300;
}
.tm-featured-title {
  display: block;
  margin: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 14px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #555961;
  text-transform: uppercase;
}
.tm-featured-image .ch-hover-target,
.tm-featured-image .ch-hover-overlay {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ch-hover:hover .tm-featured-title {
  color: #22262e;
}
@media (min-width: 960px) {
  .uk-width-medium-1-4 .tm-featured-info h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .uk-width-medium-1-4 .tm-featured-title {
    font-size: 15px;
    line-height: 15px;
  }
}
.tm-featured-grid-body {
  padding: 50px 0;
}
@media (max-width: 960px) {
  .tm-featured-grid-content {
    padding: 50px;
  }
}
.tm-featured-horizontal {
  padding: 50px 0;
  text-align: center;
}
.tm-featured-horizontal-ratio {
  padding-bottom: 500px;
}
.tm-featured-horizontal-image {
  position: absolute;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 100px 15px 150px;
  text-align: right;
}
.tm-featured-horizontal-image.tm-even {
  right: 0;
  text-align: left;
  padding: 15px 150px 15px 100px;
}
@media (max-width: 768px) {
  .tm-featured-horizontal-ratio {
    padding-bottom: 250px;
  }
  .tm-featured-horizontal-image.tm-odd,
  .tm-featured-horizontal-image.tm-even {
    left: 0;
    right: 0;
    bottom: 0;
    top: 125px;
    padding: 20px 0;
    text-align: center;
  }
  .tm-featured-horizontal-image.tm-odd h3,
  .tm-featured-horizontal-image.tm-even h3 {
    font-size: 18px;
  }
  .tm-featured-horizontal-image.tm-odd h4,
  .tm-featured-horizontal-image.tm-even h4 {
    font-size: 14px;
  }
}
.tm-block-featured-body {
  padding: 120px 0;
}
.tm-featured-body-intro {
  text-align: center;
  padding: 0 0 50px 0;
}
.tm-featured-body-info {
  text-align: center;
  padding: 25px 0;
}
.tm-block-featured-body {
  padding: 120px 0;
}
@media (max-width: 959px) {
  .tm-block-featured-body {
    padding: 60px 0;
  }
}
.tm-reviews-box {
  background: rgba(242, 242, 242, 0.95);
}
.tm-reviews-box .tm-reviews-review {
  padding: 0 100px;
}
.tm-reviews-box .tm-reviews-review-content {
  padding: 80px 50px 70px;
  background: #FFFFFF;
}
.tm-reviews-box .uk-slidenav {
  color: rgba(43, 48, 58, 0.6);
}
.tm-reviews-box .uk-dotnav > * > * {
  width: 13px;
  background: #FFFFFF;
  border: 1px solid rgba(43, 48, 58, 0.6);
}
.tm-reviews-box .uk-dotnav > .uk-active > * {
  background: rgba(43, 48, 58, 0.6);
}
@media (max-width: 768px) {
  .tm-reviews-box .tm-reviews-review {
    padding: 0 50px;
  }
  .tm-reviews-box .tm-reviews-review-content {
    padding: 20px;
  }
}
.tm-reviews-color {
  background: rgba(158, 158, 158, 0.8);
  padding: 50px 0;
}
/*

.tm-block-reviews-box{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	.tm-reviews-avatar{
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}
*/
.tm-reviews-container {
  padding: 100px 0;
}
.tm-reviews {
  text-align: center;
}
.tm-reviews .uk-dotnav {
  margin-top: 15px;
}
.tm-reviews-avatar {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.tm-collage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.tm-collage-color {
  background: rgba(255, 255, 255, 0.9);
  padding: 90px 0;
}
.tm-collage-intro {
  margin: 0 0 40px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.15);
}
.tm-collage-intro h3 {
  margin: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
}
.tm-collage-intro p {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin: 12px 0;
  font-style: italic;
}
.tm-collage-contrast-color {
  background: rgba(43, 48, 58, 0.95);
}
.tm-collage-contrast-info {
  padding: 55px;
}
.tm-collage-contrast-info h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  margin: 30px 0;
}
.tm-collage-contrast-info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.tm-collage-info h4,
.tm-collage-info p {
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.tm-collage-info h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}
.tm-collage-info p {
  margin: 12px 0;
  font-size: 13px;
  line-height: 13px;
}
.tm-collage-overlay.ch-hover-overlay {
  background: rgba(158, 158, 158, 0.1);
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.tm-overlay-visible.tm-collage-overlay {
  background: rgba(158, 158, 158, 0.8);
}
.tm-collage-play {
  display: inline-block;
  height: 120px;
  line-height: 120px !important;
  width: 120px;
  border-radius: 50%;
  font-size: 70px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  text-indent: 13px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ch-hover:hover .tm-collage-play {
  background: rgba(0, 0, 0, 0.3);
}
.tm-ratio-collage {
  padding-bottom: 200px;
}
.tm-ratio-collage-large {
  padding-bottom: 435px;
}
.tm-benefits {
  padding: 110px 0;
  text-align: center;
  background: #f3f3f3;
}
.tm-home .tm-benefits {
  background: #fff;
}
.tm-benefits-info h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
.tm-benefits-body p {
  margin: 50px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #555961;
}
.tm-benefits-item {
  position: relative;
  margin: 60px 0;
  padding: 20px;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid transparent;
}
.tm-benefits-item:hover {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #d7dce2;
}
.tm-benefits-item i {
  font-size: 44px;
  line-height: 44px;
  color: #868686;
}
.tm-benefits-item h4 {
  font-size: 19px;
  font-weight: 300;
  margin: 18px 0 10px 0;
  color: #22262e;
}
.tm-benefits-item p {
  margin: 0;
  font-size: 12px;
  color: #555961;
}
@media (max-width: 768px) {
  .tm-benefits-item {
    margin: 10px 0;
  }
}
.tm-banner {
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .tm-banner {
    padding: 50px 0;
  }
}
.tm-banner-slideshow-background {
  padding-bottom: 500px;
}
@media (max-width: 768px) {
  .tm-banner-slideshow-background {
    padding-bottom: 90%;
  }
}
.tm-banner-color {
  background: rgba(158, 158, 158, 0.8);
}
.tm-banner-body {
  max-width: 960px;
}
.tm-banner h1,
.tm-banner-body h1,
.tm-banner h2,
.tm-banner-body h2,
.tm-banner h3,
.tm-banner-body h3,
.tm-banner h4,
.tm-banner-body h4,
.tm-banner p,
.tm-banner-body p {
  color: #fff;
  margin: 10px 0;
  line-height: 1.2em;
}
.tm-banner h3,
.tm-banner-body h3 {
  font-size: 42px;
}
.tm-banner h4,
.tm-banner-body h4 {
  font-size: 24px;
}
.tm-banner p,
.tm-banner-body p {
  font-size: 20px;
}
.tm-banner a.uk-button,
.tm-banner-body a.uk-button {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .tm-banner,
  .tm-banner-body {
    padding: 90px 0;
  }
  .tm-banner h4,
  .tm-banner-body h4 {
    font-size: 16px;
  }
  .tm-banner h3,
  .tm-banner-body h3 {
    font-size: 28px;
  }
  .tm-banner a.uk-button,
  .tm-banner-body a.uk-button {
    font-size: 12px;
    padding: 3px 10px;
    margin: 0;
  }
  .tm-banner-body {
    margin: 0 20px;
  }
}
.tm-contact {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.tm-contact-color {
  background: rgba(242, 242, 242, 0.7);
  padding: 110px 0;
}
.tm-contact-box.ch-ratio {
  height: auto;
}
@media (min-width: 960px) {
  .tm-contact-box.ch-ratio {
    height: 0;
    padding-bottom: 66.67%;
  }
}
.tm-contact-body {
  background: #2B303A;
  padding: 35px;
}
.tm-contact-body h3,
.tm-contact-body h4,
.tm-contact-body p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.tm-contact-body h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  margin: 20px 0;
}
.tm-contact-body h4 {
  margin: 25px 0;
}
.tm-contact-body p {
  margin: 5px 0;
}
.tm-contact-body .tm-contact-details p {
  line-height: 24px;
}
.tm-contact-body .tm-contact-details i {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #adadad;
  color: rgba(255, 255, 255, 0.95);
  margin-right: 5px;
  font-size: 15px;
}
.tm-contact-body a {
  color: #adadad;
}
.tm-contact-body .tm-contact-icons {
  margin: 25px 0;
  font-size: 18px;
}
.tm-contact-body .tm-contact-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.tm-contact-body .tm-contact-icons a:hover {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tm-contact-body .tm-contact-icons a i {
  background: none;
  color: #fff;
}
.tm-contact .ch-hover-overlay.ch-hover-overlay-visible i {
  display: inline-block;
  font-size: 60px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tm-contact .ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible i {
  background: rgba(0, 0, 0, 0.2);
}
.tm-contact.tm-contact-contrast {
  background: #292e37;
}
.tm-contact-contact-body {
  margin: 0 auto;
}
.tm-contact-contact-body .tm-contact-body {
  background: none;
}
@media (min-width: 960px) {
  .tm-contact-contact-body {
    width: 452px;
    margin-right: 13px;
  }
  .tm-contact-contact-body .tm-contact-body {
    padding: 0;
  }
}
@media (min-width: 1220px) {
  .tm-contact-contact-body {
    width: 552px;
    margin-right: 13px;
  }
}
#theme-map {
  width: 100%;
  height: 100%;
}
.tm-block-primary {
  background: #9E9E9E;
  padding: 50px 0;
}
.tm-primary-content > div {
  width: 480px;
  margin: 0 15px;
}
.tm-primary-img {
  text-align: right;
}
@media (max-width: 768px) {
  .tm-primary-content.uk-flex {
    display: block;
  }
  .tm-primary-content.uk-flex .tm-primary-img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .tm-primary-content.uk-flex .tm-primary-body {
    padding: 50px 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
    text-align: center;
  }
}
.tm-primary-grid-image {
  padding: 50px;
}
.tm-primary-grid-image-primary {
  background: #9E9E9E;
}
.tm-primary-grid-content {
  max-width: 580px;
}
.tm-primary-grid-intro {
  float: right;
}
.tm-bottom-grid {
  background: #2B303A;
  padding: 100px 0 80px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.tm-bottom-grid h1,
.tm-bottom-grid h2,
.tm-bottom-grid h3,
.tm-bottom-grid h4,
.tm-bottom-grid p {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.95);
  line-height: 2em;
  margin: 20px 0;
  font-size: 46px;
}
.tm-bottom-grid p {
  color: rgba(255, 255, 255, 0.5);
  margin: 20px 0;
  font-size: 16px;
  font-weight: 300;
}
.tm-bottom-grid a {
  color: rgba(255, 255, 255, 0.95);
}
.tm-bottom-grid strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}
.tm-bottom-grid .uk-container {
  position: relative;
}
.tm-bottom-grid .tm-contact-icons {
  margin: 40px 0 20px 0;
  line-height: 1em;
}
.tm-bottom-grid .tm-contact-icons a {
  border: none;
  font-size: 20px;
  margin-right: 20px;
  width: auto;
  height: auto;
  line-height: 1em;
}
.tm-bottom-grid .tm-contact-icons a:hover {
  border: none;
  background: none;
}
.tm-bottom-grid .tm-contact-icons a i {
  color: rgba(255, 255, 255, 0.5);
}
.tm-footer {
  background: #2B303A;
  padding: 90px 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}
.tm-footer .tm-footer-logo {
  display: block;
  height: 75px;
  width: 325px;
  overflow: hidden;
  margin: 0 auto;
}
.tm-footer p {
  margin: 10px 0;
}
.tm-footer p a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 0 3px;
}
.tm-footer small {
  color: rgba(255, 255, 255, 0.5);
}
.tm-footer small a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.tm-totop-scroller {
  display: inline-block;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  color: rgba(255, 255, 255, 0.5);
  margin: 25px 0 0 0;
}
.tm-totop-scroller:hover,
.tm-totop-scroller:active,
.tm-totop-scroller:focus {
  color: #fff;
  text-decoration: none;
}
.jkit-page-image,
.ch-item-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.jkit-page-image img,
.ch-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.jkit-page-title,
.ch-item-title {
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  padding: 10px 0;
}
.jkit-page-text,
.ch-item-text {
  padding: 10px 0;
}
.jkit-page-images,
.ch-item-images {
  background: #FFFFFF;
}
.tm-multi-item {
  background: #F2F2F2;
  margin-bottom: 30px;
}
.tm-html-lead {
  text-align: center;
  margin: 80px 0;
}
.tm-map-container {
  width: 100%;
  height: 500px;
}
.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
  background: rgba(158, 158, 158, 0.1) !important;
}
.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(158, 158, 158, 0.1) !important;
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
  background: rgba(158, 158, 158, 0.8) !important;
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(158, 158, 158, 0.8) !important;
}
.uk-animation-slide-bottom-10 {
  -webkit-animation-name: tm-fade-bottom-10;
  animation-name: tm-fade-bottom-10;
}
.uk-animation-slide-bottom-30 {
  -webkit-animation-name: tm-fade-bottom-30;
  animation-name: tm-fade-bottom-30;
}
@-webkit-keyframes tm-fade-bottom-10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes tm-fade-bottom-10 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes tm-fade-bottom-30 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes tm-fade-bottom-30 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .uk-notify.tm-cookie-alert {
    width: 500px;
    margin-left: -250px;
  }
}
@media (max-width: 1219px) {
  .tm-visible-xlarge {
    display: none!important;
  }
}
.tm-hidden-modules {
  height: 0;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-style: italic;
}
.uk-dotnav li {
  padding-left: 10px;
}
.uk-dotnav a {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 8px;
  width: 30px;
}
.tm-body-slideshow .tm-header,
.tm-body-heading .tm-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: none;
}
.tm-header {
  background: #2B303A;
  height: 112px;
}
.tm-body-slideshow .tm-logo,
.tm-body-heading .tm-logo {
  position: absolute;
  left: 0;
  top: 0;
}
.tm-logo {
  float: left;
  display: block;
  margin: 15px 40px 0;
}
.tm-logo a,
.tm-logo a img {
  max-width: 100%;
  max-height: 75px;
}
.tm-body-slideshow .tm-toolbar,
.tm-body-heading .tm-toolbar {
  position: absolute;
  top: 0;
  margin: 8px 10px 0 0;
  right: 35px;
}
.tm-toolbar {
  margin: 8px 45px;
  font-size: 11px;
  float: right;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.tm-toolbar > div > div {
  float: left;
  margin: 0 0 0 12px;
}
.tm-toolbar a,
.tm-toolbar ul li a,
.tm-toolbar .ch-my_booking > a {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.tm-toolbar a:hover,
.tm-toolbar ul li a:hover,
.tm-toolbar .ch-my_booking > a:hover,
.tm-toolbar a:active,
.tm-toolbar ul li a:active,
.tm-toolbar .ch-my_booking > a:active,
.tm-toolbar a:focus,
.tm-toolbar ul li a:focus,
.tm-toolbar .ch-my_booking > a:focus {
  color: #fff;
  text-decoration: underline;
}
.tm-toolbar .ch-my_booking:after {
  content: "";
}
.tm-toolbar .uk-modal {
  text-shadow: none;
  color: #2B303A;
}
@media (min-width: 768px) {
  .tm-toolbar > div > div {
    margin: 0 0 0 15px;
  }
}
.tm-offcanvas-button {
  margin: 45px 45px 0 0;
}
.tm-body-slideshow .tm-nav,
.tm-body-heading .tm-nav {
  position: absolute;
  top: 54px;
  right: 35px;
  margin: 0;
}
.tm-nav {
  margin: 18px 0 0 0;
}
.tm-nav,
.tm-block-nav {
  float: right;
}
.tm-nav .uk-subnav > li a {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 5px 2px;
  margin: 0 8px;
  border: none;
  position: relative;
}
.tm-nav .uk-subnav > li > a:after {
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  content: " ";
  width: 34px;
  height: 1px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.tm-nav .uk-subnav > li.uk-active > a:after,
.tm-nav .uk-subnav > li a:hover:after,
.tm-nav .uk-subnav > li a:active:after,
.tm-nav .uk-subnav > li a:focus:after {
  opacity: 1;
}
.tm-nav .uk-subnav > li .uk-dropdown {
  box-shadow: none;
  background: none;
  padding-top: 25px;
  padding-left: 20px;
}
.tm-nav .uk-subnav > li .uk-dropdown .uk-dropdown-grid {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 5px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.tm-nav .uk-subnav > li .uk-dropdown a {
  font-size: 15px;
  color: #2B303A;
  background: none;
  border: 1px solid transparent;
  padding: 8px;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tm-nav .uk-subnav > li .uk-dropdown a:hover,
.tm-nav .uk-subnav > li .uk-dropdown a:active,
.tm-nav .uk-subnav > li .uk-dropdown a:focus {
  background: none;
  box-shadow: none;
  color: #adadad;
}
.tm-top-full .tm-top-search {
  font-style: italic;
  background: #F2F2F2;
  background: linear-gradient(to bottom, #f7f7f7, #F2F2F2);
  padding: 30px 0 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.tm-top-full .tm-top-search .uk-form label {
  color: #555961;
  text-shadow: none;
}
.tm-top-full .tm-top-search .uk-form input {
  border-radius: 2px;
}
.tm-top-full .tm-top-search .uk-form-icon > [class*=uk-icon-] {
  color: #9E9E9E;
}
.tm-top-search .uk-button-primary {
  text-transform: uppercase;
  background: #9e9e9e;
}
.tm-top-search .uk-button-primary:hover,
.tm-top-search .uk-button-primary:focus {
  background: #adadad;
}
.tm-top-search .uk-button-primary:active {
  background: #868686;
}
@media (min-width: 960px) {
  .tm-body-slideshow .tm-top-search:not(.uk-active) {
    position: absolute;
    top: 530px;
    left: 0;
    right: 0;
    background: none;
    padding: 0;
    border: none;
  }
  .tm-body-slideshow .tm-top-search:not(.uk-active) .uk-form label {
    display: none;
  }
  .tm-body-slideshow .tm-top-search:not(.uk-active) .uk-form input {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 144px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .tm-body-slideshow .tm-top-search:not(.uk-active) input#ch-search-hotel-title {
    width: 160px;
  }
  .tm-body-slideshow .tm-top-search:not(.uk-active) input#ch-search-promo_code {
    width: 120px;
  }
  .tm-body-slideshow .tm-top-search:not(.uk-active) .uk-button-primary {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tm-body-slideshow .tm-top-search:not(.uk-active) .ch-search-top-fields {
    display: inline-block;
    padding: 24px 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 960px) {
  .tm-slideshow .ch-slideshow-content {
    margin-bottom: 50px;
  }
  .tm-slideshow .ch-slideshow-content h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-style: italic;
    font-size: 40px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .tm-slideshow .ch-slideshow-content h2:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: linear-gradient(to right, rgba(158, 158, 158, 0), #9E9E9E, rgba(158, 158, 158, 0));
  }
  .tm-slideshow .ch-slideshow-content p {
    font-style: italic;
    font-size: 16px;
  }
  .uk-slidenav {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
  }
  .uk-slidenav-previous:before {
    content: "\e686";
    font-family: Pe-icon-7-stroke;
  }
  .uk-slidenav-next:before {
    content: "\e684";
    font-family: Pe-icon-7-stroke;
  }
  .uk-dotnav {
    margin-bottom: 40px;
  }
}
.tm-heading-bg {
  background-color: #2B303A;
}
.tm-heading-content {
  margin-top: 100px;
}
.tm-heading-content h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.tm-heading-content h2:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, rgba(158, 158, 158, 0), #9E9E9E, rgba(158, 158, 158, 0));
}
.tm-heading-content p {
  font-style: italic;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .tm-heading-content h2 {
    font-size: 40px;
  }
  .tm-heading-content p {
    font-size: 16px;
  }
}
.tm-top-icons-icon {
  border-radius: 2px;
}
.tm-top-icons-icon p {
  font-style: italic;
  color: #555961;
}
.tm-top-icons {
  background: #F2F2F2;
  background: linear-gradient(to bottom, #f7f7f7, #F2F2F2);
  border-bottom: 1px solid #e6e6e6;
  /*
	padding: 0 0 0 0;
	&:before{
		.color-line(3px);
	}

	&:after{
		.color-line(3px);
	}
	*/
}
.tm-block-welcome {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.tm-block-welcome:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-top: solid 18px #FFFFFF;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
.tm-welcome-container .uk-align-center {
  margin-bottom: 0;
}
.tm-welcome {
  background: none;
  padding: 150px 0;
}
.tm-welcome h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  color: #2B303A;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.tm-welcome h1 strong {
  font-weight: 400;
  color: #22262e;
}
.tm-welcome h1:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 1px;
  background: linear-gradient(to right, rgba(158, 158, 158, 0), #9e9e9e, rgba(158, 158, 158, 0));
}
.tm-welcome h3,
.tm-welcome h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.tm-welcome h3 strong,
.tm-welcome h4 strong {
  font-weight: 400;
}
.tm-welcome-content {
  padding: 0 0 20px 0;
  text-align: center;
}
.tm-featured-intro {
  font-style: italic;
}
.tm-featured-intro h2 {
  text-transform: uppercase;
}
.tm-featured-color {
  background: none;
  background: linear-gradient(to bottom, rgba(158, 158, 158, 0.02), rgba(158, 158, 158, 0.2));
}
.tm-featured .ch-hover {
  border-radius: 2px;
  transform: translateZ(0);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}
.tm-featured .ch-hover:hover {
  /*
			.ch-hover-target{
				-webkit-filter: grayscale(50%);
				filter: grayscale(50%);
			}
			*/
}
.tm-featured .uk-container {
  padding: 30px 0;
}
.tm-featured-info {
  font-style: italic;
}
.tm-featured-info p,
.tm-featured-info h3,
.tm-featured-info h4 {
  text-transform: none;
  margin: 8px 20px;
}
.tm-featured-info h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.tm-featured-info p,
.tm-featured-info h4 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-bottom: 12px;
}
.tm-featured-info p:after,
.tm-featured-info h4:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, rgba(158, 158, 158, 0), #9e9e9e, rgba(158, 158, 158, 0));
}
.tm-block-reviews {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  font-style: italic;
}
.tm-block-reviews:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-top: solid 18px #FFFFFF;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
.tm-reviews-container {
  padding: 130px 0 120px;
}
.tm-reviews h3 {
  font-weight: 400;
  font-size: 29px;
  line-height: 40px;
  color: #22262e;
}
.tm-reviews p {
  font-size: 16px;
  line-height: 24px;
}
.tm-reviews i {
  color: #22262e;
}
.tm-reviews .uk-dotnav {
  margin-top: 30px;
}
.tm-reviews-avatar {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border: 3px solid #fff;
  border-radius: 50%;
}
.tm-reviews-review h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tm-reviews-review h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  background: linear-gradient(to right, rgba(158, 158, 158, 0), #9e9e9e, rgba(158, 158, 158, 0));
}
.tm-collage-color {
  background: none;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0.3), rgba(242, 242, 242, 0.8));
  padding: 130px 0 110px 0;
}
.tm-collage .ch-ratio {
  border-radius: 2px;
  transform: translateZ(0);
}
.tm-collage-contrast {
  overflow: hidden;
  transform: translateZ(0);
}
.tm-collage-contrast-bg {
  transition: .5s ease;
}
.tm-collage-contrast:hover .tm-collage-contrast-bg {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  /*
			-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	*/
}
.tm-collage-contrast-color {
  background: rgba(43, 48, 58, 0.6);
  transition: .5s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.tm-collage-contrast-color h3,
.tm-collage-contrast-color h4,
.tm-collage-contrast-color p {
  transition: .5s ease;
  color: rgba(255, 255, 255, 0.9);
}
.tm-collage-contrast-color p {
  position: relative;
  padding-bottom: 20px;
}
.tm-collage-contrast-color p:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, rgba(158, 158, 158, 0), #9e9e9e, rgba(158, 158, 158, 0));
}
.tm-collage-contrast:hover .tm-collage-contrast-color h3,
.tm-collage-contrast:hover .tm-collage-contrast-color h4,
.tm-collage-contrast:hover .tm-collage-contrast-color p {
  color: #fff;
}
.tm-collage-contrast-info h3 {
  text-transform: uppercase;
  font-weight: 300;
}
.tm-collage-contrast-info h3 strong {
  font-weight: 400;
}
.tm-collage-contrast-info h3,
.tm-collage-contrast-info h4,
.tm-collage-contrast-info p {
  font-style: italic;
  margin: 12px 0;
}
.tm-collage-info h4 {
  text-transform: uppercase;
  /*
	position: relative;
	&:before{
		content:'';
		position: absolute;
		top: 0%;
		left: 50%;
		margin-left: -(@line-size/2);
		width: @line-size;
		height: 1px;
		border-bottom: @border dotted @color;
	}
	*/
  padding-top: 10px;
}
.tm-collage-info h4,
.tm-collage-info p {
  font-style: italic;
  margin: 8px 0;
}
.tm-collage-info p {
  font-weight: 300;
}
.tm-collage-info .uk-button {
  margin-top: 5px;
}
.tm-benefits {
  border-top: 1px solid #f3f3f3;
  background: #f7f7f7;
  position: relative;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.tm-benefits:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-top: solid 18px #f7f7f7;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
.tm-home .tm-benefits {
  background: #FFFFFF;
  position: relative;
}
.tm-home .tm-benefits:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-top: solid 18px #FFFFFF;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
.tm-benefits-info h3 {
  position: relative;
  padding-bottom: 20px;
}
.tm-benefits-info h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, rgba(158, 158, 158, 0), #9e9e9e, rgba(158, 158, 158, 0));
}
.tm-benefits-item {
  border-radius: 2px;
}
.tm-benefits-item i {
  color: #868686;
}
.tm-contact-color {
  background: linear-gradient(to bottom, rgba(158, 158, 158, 0.02), rgba(158, 158, 158, 0.2));
  padding: 110px 0;
}
.tm-contact-color .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(158, 158, 158, 0.1) !important;
}
.tm-contact-color .ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(158, 158, 158, 0.8) !important;
}
.tm-contact-body {
  font-style: italic;
}
.tm-contact-body h3 {
  text-transform: uppercase;
}
.tm-contact-body h4 {
  font-weight: 300;
}
.tm-contact-body .tm-contact-details i {
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.tm-contact-body .tm-contact-icons a {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tm-contact-body .tm-contact-icons a:hover {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.15);
}
.tm-contact-contrast {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.tm-footer {
  padding: 50px 0;
}
.tm-footer p {
  margin: 5px 0;
}
.tm-totop-scroller {
  float: right;
  margin: 0;
  font-size: 54px;
}
.tm-totop-scroller i {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
}
.tm-totop-scroller i::before {
  content: "\e682";
  font-family: Pe-icon-7-stroke;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../../../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../../../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
