@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #38b;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #d40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

h1 {
  font-size: 0.2em;
}

h2 {
  font-size: 1.2em;
}

.site-name-title-font {
  font-size: 1.3rem;
}

.tm-logo {
  height: 48px;
  padding-left: 0px;
  padding-right: 16px;
}

.tm-logo.scroll {
  filter: invert(27%) sepia(90%) saturate(2878%) hue-rotate(180deg)
    brightness(60%) contrast(97%);
}

.tm-logo:hover {
  filter: invert(27%) sepia(90%) saturate(2878%) hue-rotate(180deg)
    brightness(80%) contrast(97%);
}

@media (max-width: 480px) {
  .tm-logo {
    height: 48px;
    padding-right: 0px;
  }
}

.tm-section-pad-top {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 1175px) {
  .tm-section-pad-top {
    padding-top: 120px;
  }
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tm-full-height {
  height: calc(100vh - 140px);
  min-height: 500px;
}

@media (max-width: 1175px) {
  .tm-full-height {
    height: calc(100vh - 180px);
    min-height: 500px;
  }
}

@media (max-width: 480px) {
  .tm-full-height {
    height: calc(100vh - 180px);
    min-height: 600px;
  }
}

.tm-text-primary {
  color: #37a;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38b;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-app-bar {
  flex-wrap: wrap !important;
  max-width: 100%;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38b;
}

.tm-navbar.scroll .navbar-brand {
  color: #369;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #369;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #fff;
  background-color: #369;
}

.navbar-toggler {
  margin-left: 6px;
  border: 1px solid white;
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

.tm-location-image {
  width: 100%;
  max-width: 600px;
}

.tm-stjohnrental {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 1px;
  color: #fff;
}

/* Hero */

#infinite {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100vh;
  min-height: 375px;
}
.tm-infinite-background-1 {
  background-image: url(../img/background/infinite/background-01.jpg);
}
.tm-infinite-background-2 {
  background-image: url(../img/background/infinite/background-02.jpg);
}
.tm-infinite-background-3 {
  background-image: url(../img/background/infinite/background-03.jpg);
}
.tm-infinite-background-4 {
  background-image: url(../img/background/infinite/background-04.jpg);
}
/* portrait screen */
.tm-infinite-background-v-1 {
  background-image: url(../img/background/infinite/background-01v.jpg);
}
.tm-infinite-background-v-2 {
  background-image: url(../img/background/infinite/background-02v.jpg);
}
.tm-infinite-background-v-3 {
  background-image: url(../img/background/infinite/background-03v.jpg);
}
.tm-infinite-background-v-4 {
  background-image: url(../img/background/infinite/background-04v.jpg);
}
.tm-company-name-item {
  height: 100%;
}
.tm-book-item {
  padding-left: 16px;
}
@media (min-width: 481px) {
  #infinite {
    background-attachment: scroll;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #infinite {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
  .tm-company-name-item {
    display: none !important;
  }
  .tm-book-item {
    padding-left: 0px;
  }
}

.tm-book-now-button {
  font-size: 1.0rem;
  font-weight: 600;
  background-color: aqua;
  border-radius: 6px;
  border-color: aqua;
  padding: 5px 6px 5px 6px;
}
.tm-book-now-button:hover {
  background-color: #8be;
  border-color: #8be;
}
.tm-book-now-button:active {
  background-color: #38c;
  border-color: #3bc;
}
.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-title-explanation {
  font-size: 0.9rem;
  font-style: italic;
  text-shadow: 1px 1px 1px #333;
}

.tm-hero-subtitle {
  padding: 20px;
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #fff;
  cursor: pointer;
  background: #357;
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #fff;
  background: #37a;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-menu-item {
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
}

.tm-icon {
  display: block;
  color: #37a;
}

.tm-continue {
  padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  min-height: calc(100vh - 80px);
  position: relative;
}
@media (min-width: 481px) {
  #testimonials {
    background-attachment: scroll;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #testimonials {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
}
.tm-testimonials-background-1 {
  background-image: url(../img/background/testimonials/background-01.jpg);
}
.tm-testimonials-background-2 {
  background-image: url(../img/background/testimonials/background-02.jpg);
}
.tm-testimonials-background-3 {
  background-image: url(../img/background/testimonials/background-03.jpg);
}
.tm-testimonials-background-4 {
  background-image: url(../img/background/testimonials/background-04.jpg);
}
/* portrait screen */
.tm-testimonials-background-v-1 {
  background-image: url(../img/background/testimonials/background-01v.jpg);
}
.tm-testimonials-background-v-2 {
  background-image: url(../img/background/testimonials/background-02v.jpg);
}
.tm-testimonials-background-v-3 {
  background-image: url(../img/background/testimonials/background-03v.jpg);
}
.tm-testimonials-background-v-4 {
  background-image: url(../img/background/testimonials/background-04v.jpg);
}
.tm-testimonials-content {
  position: relative;
  min-height: auto;
  padding-top: 0px !important;
  margin-top: 0px !important;
  z-index: 100;
}
.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 320px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: left;
  font-style: italic;
  font-size: 1.2rem;
}

/* Partners */
#partners {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  min-height: calc(100vh - 80px);
  position: relative;
}
@media (min-width: 481px) {
  #partners {
    background-attachment: scroll;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #partners {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
}
.tm-partners-background-1 {
  background-image: url(../img/background/partners/background-01.jpg);
}
.tm-partners-background-2 {
  background-image: url(../img/background/partners/background-02.jpg);
}
.tm-partners-background-3 {
  background-image: url(../img/background/partners/background-03.jpg);
}
.tm-partners-background-4 {
  background-image: url(../img/background/partners/background-04.jpg);
}
/* portrait screen */
.tm-partners-background-v-1 {
  background-image: url(../img/background/partners/background-01v.jpg);
}
.tm-partners-background-v-2 {
  background-image: url(../img/background/partners/background-02v.jpg);
}
.tm-partners-background-v-3 {
  background-image: url(../img/background/partners/background-03v.jpg);
}
.tm-partners-background-v-4 {
  background-image: url(../img/background/partners/background-04v.jpg);
}
.tm-partners-content {
  position: relative;
  min-height: auto;
  padding-top: 0px !important;
  margin-top: 0px !important;
  z-index: 100;
}

.tm-partners-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-partner-item {
  max-width: 320px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-partner-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-partner-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

.tm-partner-item blockquote {
  font-size: 0.9rem;
}


/* Attractions */
#attractions {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  min-height: calc(100vh - 80px);
  position: relative;
}
@media (min-width: 481px) {
  #attractions {
    background-attachment: scroll;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #attractions {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
}
.tm-attractions-background-1 {
  background-image: url(../img/background/attractions/background-01.jpg);
}
.tm-attractions-background-2 {
  background-image: url(../img/background/attractions/background-02.jpg);
}
.tm-attractions-background-3 {
  background-image: url(../img/background/attractions/background-03.jpg);
}
.tm-attractions-background-4 {
  background-image: url(../img/background/attractions/background-04.jpg);
}
/* portrait screen */
.tm-attractions-background-v-1 {
  background-image: url(../img/background/attractions/background-01v.jpg);
}
.tm-attractions-background-v-2 {
  background-image: url(../img/background/attractions/background-02v.jpg);
}
.tm-attractions-background-v-3 {
  background-image: url(../img/background/attractions/background-03v.jpg);
}
.tm-attractions-background-v-4 {
  background-image: url(../img/background/attractions/background-04v.jpg);
}
.tm-attractions-content {
  position: relative;
  min-height: auto;
  padding-top: 0px !important;
  margin-top: 0px !important;
  z-index: 100;
}

.tm-attractions-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-attractions-item {
  max-width: 320px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-attractions-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-attractions-item figcaption {
  text-align: left;
  font-style: italic;
  font-size: 1.1rem;
}

.tm-attractions-item blockquote {
  font-size: 0.9rem;
}


/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 1.1rem;
}

.tm-location-container {
  padding-top: 30px;
  padding-bottom: 120px;
}

.tm-gallery {
  padding-bottom: 25px;
}

.tm-gallery-container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: calc(100vh - 300px);
}

.tm-contact-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  min-height: calc(100vh - 300px);
}

.tm-gallery-item {
  margin: 0 15px 40px 30px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.tm-partners-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-partners-carousel .slick-dots li button:hover:before,
.tm-partners-carousel .slick-dots li button:focus:before,
.tm-partners-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}


.tm-center-content {
  align-self: left;
}

.tm-center-column {
  display: flex;
  flex-direction: column;
  max-width: 350px !important;
  align-self: center;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38c;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
  padding-top: 0px;
  min-height: calc(100vh - 80px);
}

/* Contact */
/*
#contact {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  padding-top: 80px;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 481px) {
  #contact {
    background-attachment: scroll;
    background-size: cover;
    min-height: 100vh;
  }
}
@media (max-width: 480px) {
  #contact {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
}
.tm-contact-background-1 {
  background-image: url(../img/background/contact/background-01.jpg);
}
.tm-contact-background-2 {
  background-image: url(../img/background/contact/background-02.jpg);
}
.tm-contact-background-3 {
  background-image: url(../img/background/contact/background-03.jpg);
}
.tm-contact-background-4 {
  background-image: url(../img/background/contact/background-04.jpg);
}
*/
/* portrait screen */
/*
.tm-contact-background-v-1 {
  background-image: url(../img/background/contact/background-01v.jpg);
}
.tm-contact-background-v-2 {
  background-image: url(../img/background/contact/background-02v.jpg);
}
.tm-contact-background-v-3 {
  background-image: url(../img/background/contact/background-03v.jpg);
}
.tm-contact-background-v-4 {
  background-image: url(../img/background/contact/background-04v.jpg);
}
*/
.tm-contact-content {
  max-width: 1200px;
  min-height: 100vh;
  height: auto;
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.contact-item {
  margin-left: 20px;
  margin-bottom: 20px;
}
.tm-contact-row {
  justify-content: center;
}

#places-a {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-a.jpg);
}
#places-b {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-b.jpg);
}
#places-c {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-c.jpg);
}
#places-01 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-01.jpg);
}
#places-02 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-02.jpg);
}
#places-03 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-03.jpg);
}
#places-04 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-04.jpg);
}
#places-05 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-05.jpg);
}
#places-06 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-06.jpg);
}
#places-07 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-07.jpg);
}
#places-08 {
  color: white;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  min-height: 100vh;
  background-image: url(../img/places/places-08.jpg);
}

.tm-places-subtitle {
  padding: 30px;
  text-shadow: 2px 2px 2px #111;
}


.item-link {
  display: flex;
  align-items: left;
}

.item-link i,
.item-link span {
  /*
  color: white;
  */
  color: #707070;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
  margin: 0 0 20px 0;
  width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
  font-size: 0.9em;
  color: #fff;
  background-color: #369;
  width: 50%;
  margin-bottom: 60px;
}

.tm-btn-submit:hover {
  color: #fff;
  background-color: #38b;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  width: 100%;
  margin-top: 25px !important;
}

.tm-footer a {
  color: #fff;
}

.tm-footer a:hover {
  color: #9cf;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38b;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

.navbar-collapse {
  justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 2px;
    margin-left: 2px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .tm-container-location {
    max-width: 1200px;
    height: calc(100vh - 80px);
    min-height: 900px;
  }

  .tm-container-gallery {
    max-width: 1200px;
  }
}

@media (max-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
    padding-top: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    /*
    max-width: 380px;
    */
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    /*
    max-width: 380px;
    */
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    max-width: 360px !important;
  }

  .tm-gallery-preivew-image {
  }
}
