/*

Tooplate 2122 Nano Folio

https://www.tooplate.com/view/2122-nano-folio

*/

html { overflow-x: hidden; }

body {
	background: #000000 no-repeat fixed;
	background-size: 30%;
	background-position: bottom left;
	background-image: url("../img/2ndpicture1.jpg");
	margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 2em;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all 1s ease;
    color: #FFFFFF;
}


/* Nav Bar */

nav2 {
  background: rgba(44,36,22,0.80);
  height: 40px;
  border-radius: 7px;
  position: fixed;
  text-align-last: center;
  width: 200px;
  left: 10px;
  top: 10px;
  z-index: 300;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

nav2 .logo {
    padding: 2px 0 0 0;
	color: #A0BF3D;
  }

nav2 .logo a {
	position: inherit;
	padding: 1px 10px 0px 10px;
	width: 40px;
  font-size: 24px;
    display: inline-block;
	border-radius: 7px;
}

nav2 .logo a:hover {
	position: inherit;
	width: 45px;
	background-color: #A0BF3D;
	padding: 1px 10px 0px 10px;
	color: #2C2416;
	margin-bottom: 1px;
  font-size: 24px;
  opacity: 0.7;
  transition: all 0.7s ease-in-out;
  
}

nav2 .logo em {
  font-size: 14px;
  color: #EEF2CC;
  font-weight: lighter;
  vertical-align: 3px;
}



nav {
  background: rgba(44,36,22,0.80);
  height: 40px;
  border-radius: 7px;
  position: fixed;
  width: 220px;
  right: 10px;
  top: 5px;
  z-index: 300;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

.menu-icon {
  background: transparent;
  border: 3px solid #A0BF3D;
  background-color: #2C2416;
  width: 50px;
  height: 50px;
  margin: 15px 80px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon2 {
  background: transparent;
  border: 3px solid #A0BF3D;
  background-color: #2C2416;
  width: 50px;
  height: 50px;
  margin: 15px 0px 10px 35px;
  position: static;
  cursor: auto;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon3 {
  background: transparent;
  border: 3px solid #A0BF3D;
  background-color: #2C2416;
  width: 50px;
  height: 50px;
  margin: -65px 0px 0px 110px;
  position: static;
  cursor: auto;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon4 {
  background: transparent;
  border: 3px solid #A0BF3D;
  background-color: #2C2416;
  width: 50px;
  height: 50px;
  margin: 15px 80px 0px auto;
  position: static;
  cursor: auto;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon5 {
  background: transparent;
  border: 0px solid #A0BF3D;
  background-color: rgba(160,191,61,0.85);
  width: 80px;
  height: 40px;
  margin: -72px 0px 0px 200px;
  cursor: default;
  transition: background 0.5s;
  border-radius: 7px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
  position: fixed;
  text-align-last: center;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 10px;
  height: 2px;
  width: 35px;
  background: #A0BF3D;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 1s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
/*  align-content: center;*/
  background: rgba(255,255,255,0.20);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0px;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: rgba(44,36,22,0.80);
  border-radius: 7px;
  color: #A0BF3D;
  position: fixed;
  z-index: 100;
  right: 10px;
  top: 5px;
  height: 410px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 220px;
  padding: 10px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 1s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: none;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 70px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 0px 0px;
}

.overlay-menu ul li a {
  font-size: 22px;
  font-weight: bold;
  color: #A0BF3D;
  text-decoration: none;
  transition: all 1s;
}

.overlay-menu ul li a:hover {
  color: rgba(160,191,61,0.40);
}

.overlay-menu .main-menu i {
	opacity: 0.9;
	text-decoration: none;
	transition: all 1s;
	font-size: 22px;
	font-weight: lighter;
	font-style: normal;
	color: #FFFFFF;
	transition-delay: 0s;
}


/*
.overlay-menu i:hover {
	text-decoration: underline;
	color: rgba(160,191,61,1);
}
*/


.overlay-menu p {
  font-size: 22px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
	margin-bottom: 0;
}





a:hover { color: #B0FF00; }

.tm-about-text a { color: #0B130B; }

h1, h2, p, i, about, address, .tm-text-white { color: white; }

i {color: #A0BF3D;}

i:hover {color: #2C2416;
	transition: all 1s ease;
}

h3 {color: #2C2416;
	display: block;
	height: 20px;
	font-weight: bold;
	font-size: 28px;
	text-shadow: 4px 4px 10px #dddddd;
	padding: 5px 0px 0px 0px;
	margin-top: 12px;
	margin-left: 18px;
}

h4 {color: #A0BF3D;
	margin: 15px 230px 15px 15px;
	font-weight: bold;
	font-size: 36px;
	font-display: block;
	text-align: left;
	text-shadow: 0px 0px 40px #C5D65E;
	line-height: normal;
}

h9 {color: #2C2416;
	display: block;
	height: auto;
	margin: 10px 15px 1px 15px;
	font-weight: normal;
	font-size: 16px;
	font-display: auto;
	text-align: left;
	cursor: default;
/*	text-shadow: 6px 6px 10px #C5D65E;*/
	line-height: 22px;
	transition: all 1s ease;
	}

h9:hover {font-size: 17px;
	transition: all 1s ease;
	}

h10 {color: #A0BF3D;
	display: inline-block;
	height: auto;
	margin: 5px 15px 10px 15px;
	font-weight: bold;
	font-size: 21px;
	text-align: left;
	cursor: default;
/*	text-shadow: 6px 6px 10px #C5D65E;*/
	line-height: 27px;
	transition: all 1s ease;
	
	}

h10:hover {font-size: 22px;
	transition: all 1s ease;
	}

i1 {color: #A0BF3D;
	width: 50px;
	height: 15px;
	margin: 0px 0px 0px 20px;
	vertical-align: 1px;
}

i2 {color: #2C2416;
	width: 20px;
	height: 13.5px;
	vertical-align: middle
}

i3 {color: #EEF2CC;
	font-size: 11px;
	font-weight: lighter;
	width: 30px;
	height: 15px;
	vertical-align: middle;
	}

i4 {color: #FFFFFF;
	font-size: 24px;
	font-weight: lighter;
	width: 30px;
	height: 15px;
	padding: 6px;
	text-align: right;
	vertical-align: middle;
	}

i4:hover {transform: rotate(360deg);
	transition: all 2s ease; 
	}

i5 {color: #A0BF3D;
	font-size: 24px;
	font-weight: lighter;
	width: 30px;
	height: 15px;
	vertical-align: middle;
	}

i5:hover {color: #4D4026;
	transition: all 1s ease;
	}

i6 {color: #FFFFFF;
	font-size: 28px;
	font-weight: lighter;
	width: 30px;
	height: 25px;
	vertical-align: middle;
	}

i6:hover {color: #A0BF3D;
	transition: all 1s ease;
	}

i7 {color: #2C2416;
	font-size: 12px;
	font-style: italic;
	}

i8 {color: #2C2416;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	}

i9 {vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 16px;
	text-shadow: none;
	color: #ECF2D7;
	text-decoration-line: none;
	margin: 0px 1px 0px 5px;
}

.tm-link-gray { color: #2C2416; }
.tm-link-white { color: white; }

.tm-footer { 
	padding: 10px 10px 10px 10px;
	background-color: #A0BF3D;
	border-radius: 7px;
    color: #2C2416;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}

.tm-footer a { 
	text-decoration: underline;
}

.tm-footer a:hover { 
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	}

.tm-container-fluid {
    width: 100%;
    max-width: 970px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 15px;
}

.tm-site-header { height: auto;
					width: 100%;}

.tm-site-header img {width: 100%;
	height: auto;}

.tm-site-header2 { height: auto;
					width: 100%;}

.tm-site-header2 em {height: auto;
	font-style: normal;
	font-weight: bolder;
	font-size: 34px;
	color: #A0BF3D;
	text-decoration-line: none;
}

.tm-site-header2 h3 {height: auto;
	margin: 2px 10px 7px 15px;
}

.tm-site-header2 img {width: 100%;
	height: auto;}

.tm-site-header3 { height: auto;
					width: 100%;}

.tm-site-header3 em {height: 2%;
	margin: 0px 1px 0px 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
	color: #ECF2D7;
	line-height: normal;
	letter-spacing: 8px;
	}

.tm-site-header3 mm {
	margin: 11px 15px 1px 15px;
	width: 10px;
	height: 28px;
	background: rgba(90,138,48,1.00);
	transition: all 0.7s;
}

.tm-site-header3 mm:hover {
	width: 45%;
}

.tm-site-header3 h3 {height: auto;
	width: auto;
	margin: 0px 10px 10px 10px;
	font-style: normal;
	font-weight: bolder;
	font-size: 17.5px;
	line-height: 22px;
	text-shadow: none;
	color: #2C2416;
	text-decoration-line: none;
}

.tm-site-header3 img {width: 100%;
	height: auto;}

.tm-flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tm-flex-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
}

.tm-about,
.tm-contact {
    display: flex;
}

.tm-contact { flex-direction: row-reverse; }
.tm-about > div { flex: 1 1; }

.tm-contact-form-container,
.tm-contact-info {
    width: 100%;
}

.tm-contact-info { padding-top: 10px; }
.tm-contact-header { width: 30%; }

.tm-contact-header {
    padding-left: 50px;
    padding-right: 50px;
}

.tm-contact { padding: 30px 20px; }

.tm-contact > div {
    padding-left: 34px;
    padding-right: 14px;
	box-sizing: border-box;
}

input,
textarea,
button {
	display: inline-block;
	margin-right: 0px;
	align-items: flex-end;
}

input,
textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    background: #FEF9DE ;
    border: 0;
	border-radius: 7px;
    border-bottom: 3px solid #C3424B;
    color: #000000;
    padding: 15px 5px;
    margin-top: 2px;
    margin-bottom: 10px;
    width: 100%;
}

::-webkit-input-placeholder { color: #0B130B; } /* Edge */
:-ms-input-placeholder { color: #0B130B; } /* Internet Explorer 10-11 */
::placeholder { color: #0B130B; }
.tm-right { margin-right: 0; margin-left: auto; }

.tm-btn-submit {
	background: border-box;
    color: #C3424B;
    font-size: 1rem;
    border: 0;
    cursor: pointer;
    transition: all 1s ease;
}

.tm-btn-submit:hover { 
	color: #C3424B; }

.tm-btn { 
	background: border-box;
	display: inline-block;
    color: #C3424B;
    font-size: 1rem;
    border: 0;
	cursor: none;
	width: 180px;
	height: 15px;
	padding: 0;
	margin-top: 5px;
	visibility: hidden;
	 }

.tm-scroll-link {
    width: 40px;
    height: 40px;
	border-radius: 7px;
    margin-right: 0px;
    background-color: #56B834;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-scroll-link i {
    color: #4FAA30 ;
    transition: all 1s ease;
}

.tm-social-link {
    width: 40px;
    height: 40px;
	border-radius: 7px;
    margin-right: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-social-link i {
    color: #ACE19A;
    transition: all 1s ease;
}

.tm-scroll-link:hover i.fa-arrow-up { color: #46962B; }
.tm-social-link:hover i.fa-facebook { color: #1B4DB7; }
.tm-social-link:hover i.fa-twitter { color: #00acee; }
.tm-social-link:hover i.fa-instagram { color: #3f729b; }
.tm-flex { display: flex; }
address {
	font-style: normal;
	font-size: 18px;
}
address em {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #A0BF3D;
	text-decoration-line: none;
	text-transform: uppercase;
}

address zem {
	font-style: oblique;
	font-weight: normal;
	font-size: 18px;
	color: #A0BF3D;
	text-decoration: none;
	text-transform: lowercase;
	text-decoration-color: #A0BF3D;
}

.filters-button-group {
    text-align: right;
    padding: 0;
    margin: 0; 
}

.filters-button-group li {
    display: inline-block;
    list-style: none;
    margin-left: 30px;
}

.filters-button-group li a.active { color: #46962B;
									font-weight: bold;}
.tm-gallery { margin: -10px; }

.tm-gallery-item {
    border-radius: 12px;
    margin: 9px;
    overflow: hidden;
	align-content: center;
}

.tm-gallery-item a {
    display: block;
	line-height: 0px;
	}

.tm-gallery-item a:hover {
	opacity: 0.8;
	}

.tm-gallery-font p {
	position: absolute;
	bottom: -9px;
	text-align: center;
	font-size: 65px;
	font-weight: bold;
	opacity: 0.5;
	margin: 20px;
	text-transform: uppercase;
	transition: all 0.7s ease;
	}

.tm-gallery-font p:hover {
	padding: 1px 1px 20px 1px;
	opacity: 1;
	font-size: 50px;
	color: #FFFFFF;
	transition: all 0.2s ease;
	text-shadow: 0px 0px 30px #2C2416;
	}

.tm-gallery-item img {
    width: 220px;
    height: 220px;
	border: 1px;
	border-style: solid;
	border-color: #A0BF3D;
	}

.tm-gallery-item img:hover {
	transition: all 0.7s ease-in-out;
	border-style: solid;
	border-color: #FFFFFF;
	}


@media (max-width: 940px) {
    .filters-button-group { text-align: left; }
}

@media (max-width: 780px) {
    .tm-contact { flex-direction: column; }
    
    .tm-contact-form-container,
    .tm-contact-info,
    .tm-contact-header {
        width: 100%;
    }

    .tm-contact-form-container { margin-bottom: 20px; }
    .tm-contact-info { margin-bottom: 30px; }
}

@media (max-width: 545px) {
    .tm-about { flex-direction: column; }
}

@media (max-width: 489px) {
    .tm-gallery-item {
        width: 48%;
        margin: 1%;
        height: auto;
    }
    
    .tm-gallery-item img {
        width: 100%;
        height: auto;
    }
}

.tm-p-50 { padding: 50px; }
.tm-mb-0 { margin-bottom: 0px; }
.tm-mb-10 { margin-bottom: 10px }
.tm-mb-20 { margin-bottom: 20px }
.tm-mb-30 { margin-bottom: 30px }
.tm-mb-40 { margin-bottom: 40px; }
.tm-mb-50 { margin-bottom: 50px; }
.tm-mb-80 { margin-bottom: 80px; }
.tm-bgcolor-1 { background-color: #FFFFFF; }
.tm-bgcolor-2 { background-color: #334259; }
.tm-bgcolor-3 {	background-color: #c3424b; }
.tm-border-rounded { border-radius: 15px; }



/*scroll to top script style bellow*/

#back-top {
	position: fixed;
	bottom: 20px;
	right: 98px;
	margin-left: 950px;
	text-align: right;
}

#back-top a {
	text-align: right;
	color: #2C2416;
	width: 40px;
    height: 40px;
	border-radius: 7px;
	margin-right: 0px;
    background-color: rgba(160,191,61,0.8);
	display: flex;
    align-items: center;
    justify-content: center;
	

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #EFFFCC;
	border-style: none;
}

/* arrow icon (span tag) */
#back-top span {
	width: 20px;
	height: 50px;
	display: none;
	margin-bottom: 7px;
	background: #ddd url() no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #A0BF3D;
}



/*tooltip*/

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #2C2416;
  color: #A0BF3D;
  text-align: center;
  font-size: 13px;
  border-radius: 7px;
  padding: 0px 5px 0px 5px;
  position: absolute;
  top: 170%;
  left: -57%;
  margin-left: -20px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*toolti 2*/

.tooltip2 {
  position: relative;
  display: inline-block;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 130px;
  background-color: #FCFCFC;
  color: #2C2416;
  text-align: center;
  font-size: 13px;
  border-radius: 7px;
  padding: 2px 2px 2px 2px;
  position: absolute;
  top: -110%;
  left: 30%;
  margin-left: -20px;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: -52%;
  left: 15%;
  margin-left: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}


/*toolti 3*/

.tooltip3 {
  position: relative;
  display: inline-block;
}

.tooltip3 .tooltiptext3 {
  visibility: hidden;
  width: 120px;
  background-color: #FCFCFC;
  color: #2C2416;
  text-align: center;
  font-size: 12px;
  border-radius: 7px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 110%;
  left: -100%;
  margin-left: -25px;
}

.tooltip3 .tooltiptext3::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15%;
  margin-left: 75px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent #FFFFFF transparent;
}

.tooltip3:hover .tooltiptext3 {
  visibility: visible;
	height: 25px;
	line-height: 25px;
}
