/*

Next Level CSS Template

	COLORS:
		Primary: #ca9acd
		Secondary: #669999 
    Gray: #CFD0D1
    
  SPACING:
    pt = padding top
    pb = padding bottom
    mb = margin bottom

    1 = 15px
    2 = 20
    3 = 30
    4 = 40
    5 = 45
    6 = 50
    7 = 55
*/

/*	Overrides */

html { scroll-behavior: smooth; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 78px;
  color: #20497f;
  user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

p { line-height: 2; }
a, button { transition: all 0.3s ease; }
a:hover { text-decoration: none; }
label { margin-bottom: 0; }
input { padding: 13px 20px; }

ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: italic;
  color: #5f6061;
}
.btn {
  font-size: 1.1rem;
  padding: 15px 25px;
  border-radius: 0;
}

.btn-primary {
  background-color: #659acd;
  border: none;
}

.btn-secondary {
	background-color: #669999;
	border: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: blue;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}
/* end Overrides */

/* Page Layout */
.container-fluid { max-width: 1430px; }

.tm-page-cols-container {
  display: flex;
  justify-content: space-between;
}

.tm-page-col-left {
  width: 28.56%;
  max-width: 400px;
}

.tm-page-col-right {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}
.left-ad {
  max-width: 360px;
  align: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#adContainer { 
  display: flex;
  max-width: 98%;
  padding: 50px 53px 65px;
  align: center;
} 
.low-ad {
  max-width: 100%;
  align: center;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#flexContainer { 
  display: flex;
  flex-flow: row wrap;
  max-width: 98%;
  padding: 50px 53px 65px;
  align-items: center;
} 
.item1 {
  width: 200px;
  margin: 5px;
  order: 1;
}
.item2 {
  width: 200px;
  margin: 5px;
  order: 2;
}
.item3 {
  width: 200px;
  margin: 5px;
  order: 3;
}
.item4 {
  width: 200px;
  margin: 5px;
  order: 4;
}
.item5 {
  width: 200px;
  margin: 5px;
  order: 5;
}
.item6 {
  width: 200px;
  margin: 5px;
  order: 6;
}
.tm-home-section-2-left { padding-right: 40px; }
.tm-home-section-2-right { padding-left: 40px; }

.tm-pt-4 { padding-top: 40px; }
.tm-pt-5 { padding-top: 45px; }
.tm-pt-7 { padding-top: 55px; }
.tm-pb-6 { padding-bottom: 50px; }
.tm-mb-1 { margin-bottom: 15px; }
.tm-mb-2 { margin-bottom: 20px; }
.tm-mb-3 { margin-bottom: 30px; }
.tm-mb-4 { margin-bottom: 40px; }
.tm-mb-5 { margin-bottom: 45px; }
.tm-mb-6 { margin-bottom: 50px; }

.tm-center-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive {
  width: 100%;
  height: auto;
}
.left {
  float: left;
  padding: 0 10px 0 0;
}
@media (max-width: 767px) {
  .tm-home-section-2-left {
    padding-right: 15px;
    margin-bottom: 80px;
  }

  .tm-home-section-2-right {
    padding-left: 15px;
  }

  .tm-home-section-2-left,
  .tm-home-section-2-right {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .tm-page-col-left {
    width: 100%;
    max-width: 100%;
  }

  .tm-page-col-right { width: 100%; }
}
/* end Page Layout */

/* Colors */

.tm-text-secondary { 
	font-size: 2em;
	font-weight: bold;
	color: #20497f; 
}
.tm-bg-primary { background-color: #ca9acd; }
.tm-bg-gradient {
  background: linear-gradient(
    135deg,
    #a0c0c0 0%,
    #669999 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tm-bg-black-transparent {
  background-color: rgba(15, 29, 32, 0.6);
  color: white;
}

/* end Colors */

.tm-brand-row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Raširi kroz cijeli viewport */
    z-index: 10000; /* Visok z-index */
    background-color: rgba(255, 255, 255, 0.95); /* Providna pozadina */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Lagana sjena */
    margin: 0; /* Ukloni potencijalne margine */
    padding: 10px 0; /* Prilagodite unutarnji razmak po potrebi */
    /* Kompenziraj visinu fiksne trake ako je potrebno */
    /* Ovo ćemo riješiti JavaScriptom dodavanjem paddinga body-ju */
}

.tm-welcome-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tm-bottom-row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
}

.tm-brand-name {
  color: #182F0C;
  width: 400px;
  font-size: 1.5rem; /* Prilagodite veličinu fonta */
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* Drži logo i tekst u jednom redu */
  white-space: nowrap; /* Spriječi prelamanje teksta */
}

.tm-brand-name a {
    color: #182F0C; /* Boja teksta i loga */
    text-decoration: none;
    display: flex; /* Flexbox za link */
    align-items: center;
}

@media (max-width: 501px) {
    .tm-brand-name span.tm-text-part {
        display: none; /* Sakrij tekstualni dio */
    }
    .tm-brand-name img {
        margin-right: 0; /* Ukloni razmak ako nema teksta */
    }
    .tm-brand-name {
        justify-content: left; /* Centriraj logo ako je sam */
    }
}

@media (max-width: 399px) {
  .tm-brand-name {
    font-size: 2em;
    width: 250px;
    margin-right: 10px;
  }
}

/* Navbar */

.tm-nav-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.navbar-expand-xl .navbar-nav .nav-link {
  width: auto;
  height: 52px;
  border: 1px solid transparent;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #182F0C;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #0147a3;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #182F0C;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler-icon:focus {
  outline: 1px solid #182F0C !important;
  box-shadow: none !important;
}


.js-fixed-navbar {
    position: fixed !important; /* !important da bi nadjačao druge stilove */
    top: 0 !important;
    left: 0; /* Ili prilagodi */
    width: 100%; /* Ili calc(100% - margine/padding ako ima kontejner) */
    z-index: 10000; /* Visok z-index */
    background-color: rgba(255, 255, 255, 0.95); /* Providna pozadina */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Lagana sjena */
    /* transform: translateZ(0); */ /* Hack za bolju performansu */
    /* margin-left: 0; margin-right: 0; */ /* Ako je bio unutar kontejnera */
}

@media (max-width: 1533px) {
  .tm-nav { position: relative; }

  #navbarNav {
    position: absolute;
    top: 52px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1001;
  }

  .tm-navbar {
    background-color: transparent;
    justify-content: flex-end;
    padding-right: 0;
  }
  
  .tm-brand-row.sticky-navbar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0; /* Bitno: definira gdje se "zaljepi" */
    z-index: 10000; /* Osigurava da bude ispred drugog sadrzaja */
    background-color: rgba(255, 255, 255, 0.95); /* Providna pozadina */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Lagana sjena */
    /* Ako imate padding ili margin na body ili container, mozda ce trebati prilagoditi */
}

  .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    height: 45px;
    margin: 5px 15px;
  }
}

/* end Navbar */

ul.tm-list-plus li {
  list-style: none;
  margin-bottom: 12px;
}

ul.tm-list-plus li:before {
  content: "+";
  margin-right: 10px;
}

/* Welcome */
.tm-welcome-box {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-welcome-parallax {
  min-height: 440px;
  background: transparent;
}

.tm-small-parallax {
  min-height: 240px; 
  background: transparent;
}

.tm-bottom-parallax {
  min-height: 240px; 
  background: transparent;
}

.tm-welcome-image-container {
  position: relative; /* Da bi tekst mogao biti pozicioniran unutar njega */
  width: 100%;
  height: 100%; /* Ili fiksna visina ako želite */
  overflow: hidden; /* Sakrij dio slike koji se ne stane */
}

.tm-welcome-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ili 'contain', ovisno o željenom efektu */
  display: block;
}

/* Ako imate tekst unutar kontejnera, možete ga pozicionirati */
.tm-welcome-text {
    /* Stilovi za tekst su već definirani, ali možete dodati */
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Ostali postojeći stilovi za tm-welcome-text */
    margin: 0; /* Ako je potrebno */
    z-index: 1; /* Da bi tekst bio iznad slike */
    padding: 5px 5px 5px 5px;
	width: 100%;
    color: #024907;
	font-size: 2.5em;
	text-align: center;
}

@media (max-width: 991px) {
  .tm-welcome-box {
    margin-bottom: 20px;
    height: auto;
    min-height: 400px;
  }

  .tm-page-cols-container { flex-direction: column; }
}

/* Call to Action */

#tmCallToAction {
  padding-top: 50px;
  padding-bottom: 40px;  
}

.tm-call-to-action-box {
  color: #5f6061;
  padding: 50px 63px 65px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.tm-call-to-action-icon {
  padding: 25px 28px;
  border: 1px solid #cfd0d1;
  border-radius: 50%;
  color: #bbbcbe;
}

.tm-call-to-action-title { margin-bottom: 30px; }
.tm-call-to-action-text { margin-left: 65px; }
.tm-call-to-action-description { margin-bottom: 35px; }

.tm-call-to-action-form .tm-email-input {
  max-width: 352px;
  width: 100%;
  margin: 0 15px 15px 0;
}

@media (max-width: 660px) {
  .tm-call-to-action-box { flex-direction: column; }

  .tm-call-to-action-text {
    margin-left: 0;
    margin-top: 50px;
  }
}

/* end Call to Action */

/* Copyright and Page Footer */

.tm-copyright-text { 
	font-size: 1rem;
	color: #182F0C; 
}
.tm-copyright-link { color: #5f6061; }

.tm-page-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
}

/* end Copyright and Page Footer */

.clients {
  background: transparent;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 100%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}


@media (max-width: 575px) {
  .clients img {
    width: 70%;
  }
}

.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #BEE6DA;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #024907;
}

/* About Page */
/* --- Vertikalni Akordeon Tabovi --- */
.tm-accordion-tabs {
    width: 100%;
    /* Dodajemo razmak oko cijelog bloka tabova ako treba */
    /* padding: 0 10px; */
}

.tm-accordion-tab {
    /* Dodajemo marginu između svakog taba */
    margin-bottom: 0.75rem; /* Prilagodite vrijednost po želji, npr. 1rem */
    border: 1px solid #182F0C; /* Okvir taba */
    border-radius: 0.375rem; /* Blago zaobljeni rubovi */
    overflow: hidden; /* Da se border-radius primijeni na unutarnji sadrzaj ako treba */
    background-color: #fff; /* Pozadina cijelog taba */
}

/* Uklonjeno jer margin-bottom sada rješava razmak
.tm-accordion-tab + .tm-accordion-tab {
   border-top: none;
   margin-top: -1px;
}
*/

.tm-accordion-tab-link {
    display: flex; /* Koristimo flexbox za poravnanje ikone i teksta */
    align-items: center; /* Poravnanje po vertikali */
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa; /* Svetlija pozadina za naslov */
    color: #182F0C; /* Boja teksta naslova */
    text-decoration: none;
    font-weight: 500; /* Polu-podebljano */
    text-align: left;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative; /* Za eventualnu ikonu */
}

.tm-accordion-tab-link:hover {
    background-color: #e9ecef; /* Tamnija pozadina na hover */
    color: #182F0C; /* Osigurajmo da boja teksta ostane ista na hover */
}

/* Stil za aktivni/otvoreni tab link */
.tm-accordion-tab-link.active,
.tm-accordion-tab-link.active:hover {
    background-color: #182F0C; /* Pozadina aktivnog taba */
    color: white; /* Bijeli tekst aktivnog taba */
    /* border-bottom: 1px solid #182F0C; */ /* Ako zelite liniju ispod aktivnog linka */
}

/* Boja ikone kada je tab aktivan */
.tm-accordion-tab-link.active .tm-tab-icon {
    background-color: white; /* Bijela ikona kada je tab aktivan */
}

/* Stil za sadrzaj taba */
.tm-accordion-tab-content {
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #182F0C; /* Okvir sadržaja */
    border-top: none; /* Uklonimo gornji okvir jer ga ima tab naslov */
    border-radius: 0 0 0.375rem 0.375rem; /* Zaobljenje samo donjih rubova */
    display: none; /* Inicijalno skriven */
    margin-top: -1px; /* Preklopiti rub s naslovom */
}

/* Stil za vidljiv sadrzaj */
.tm-accordion-tab-content.show {
    display: block;
}

/* Prilagodba za male ekrane ako je potrebno */
@media (max-width: 575.98px) {
    .tm-accordion-tab-link {
        padding: 0.75rem 1rem;
        font-size: 1.1rem;
    }
    .tm-accordion-tab-content {
        padding: 1rem;
    }
     .tm-tab-icon {
        width: 1em;
        height: 1em;
        margin-right: 0.5rem;
    }
}

/* Ako zelite ikonu za otvaranje/zatvaranje POKRAJ teksta */
.tm-accordion-tab-link .toggle-icon {
    margin-left: auto; /* Gura ikonu na kraj flex kontejnera */
    color: #182F0C; /* Boja +/- ikone */
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
}

/* Kraj CSS-a za vertikalne akordeon tabove */

.tabs { list-style: none; }

.tabs > li > a {
  border: 1px solid #182F0C;
  color: #182F0C;
  padding: 20px 25px;
  display: block;
  max-width: 300px;
  margin: 0 auto 30px;
}

.tm-tab-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.tabs > li > a.active .tm-tab-icon,
.tabs > li > a:hover .tm-tab-icon {
  background-color: #182F0C;
}

.tm-about-person { max-width: 280px; }

.tm-about-social-icon {
  width: 42px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #cfd0d1;
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
  padding-top: 10px;
  transition: all 0.3s ease;
}

.tm-about-social-link:hover > .tm-about-social-icon {
  background-color: #979899;
}
.tm-map {
  height: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tm-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .tm-about-person { margin-bottom: 50px; }
}

/* Gallery */

.tm-parallax-overlay {
  padding: 40px 60px;
  width: auto;
  display: inline-block;
  text-align: center;  
}

.tm-gallery {
  margin: -20px -20px 0;
  max-width: 960px;
}

.tm-gallery-item {
  width: 29%;
  margin: 2%;
}

.filters-button-group { padding-right: 15px; }

/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/

/* Common style */
.tm-gallery-item figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-gallery-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-gallery-item figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-gallery-item figure figcaption::before,
.tm-gallery-item figure figcaption::after {
	pointer-events: none;
}

.tm-gallery-item figure figcaption,
.tm-gallery-item 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 */
.tm-gallery-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-gallery-item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery-item figure h2 span {	font-weight: 800; }

.tm-gallery-item figure h2,
.tm-gallery-item figure p {
	margin: 0;
}

.tm-gallery-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {	background: #9e5406; }

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-size: 1.5rem;
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	width: 100%;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media (max-width: 767px) {
  .tm-gallery {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .tm-gallery-item { width: 46%; }

  .filters-button-group {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .tm-gallery { max-width: 280px; }

  .tm-gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* end Gallery */


@media (max-width: 991px) and (min-width: 660px) {
	.tm-contact-container {
		max-width: 100%;
		display: flex;
	}

	.tm-address-container,
	.tm-location-container {
		width: 50%;
	}
}

.tm-form-container {
	padding-left: 90px;
	padding-right: 90px;
}

@media (max-width: 767px) {
  .tm-contact-container { padding-left: 15px; }

  .tm-form-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tm-select {
	-webkit-appearance: none;
	-mox-appearance: none;
	font-size: 1rem;
	color: #669999;	
	background: url("../img/select-arrow.png") no-repeat right center;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #98999A;		    
	border-radius: 0;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.tm-choices-container { display: flex; }
.tm-w-50 { width: 50%; }

@media (max-width: 450px) {
  .tm-choices-container { flex-direction: column; }
.left {
  max-width: 100%;
}
  .tm-w-50 {
    width: 100%;
    margin-bottom: 20px;
  }
}



textarea.form-control {
  border-color: #669999; 
  padding: 15px 20px;
}

.file-upload-container {
	display: flex;
	justify-content: space-between;	
}

.btn-outline {
	border: 1px solid #98999A;
	color: #669999;
  cursor: pointer;
	padding: 12px 35px;
	width: 140px;
	margin-left: 20px;
}

#file_name_label { width: calc(100% - 160px); }

@media (max-width: 500px) {
  .file-upload-container { flex-direction: column; }
  #file_name_label { width: 100%; }

  .btn-outline {
    margin-left: 0;
    margin-top: 20px;
  }
}

#file_name_label::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #669999;
  opacity: 1; /* Firefox */
}

#file_name_label:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #669999;
}

#file_name_label::-ms-input-placeholder { /* Microsoft Edge */
  color: #669999;
}

.tm-btn-submit {
	font-size: 1.2rem;
	padding: 12px 40px;
}

/* end Contact */