/******************** GENERAL ADJUSTMENTS ********************/                                                                                
body, html {                                                                                                                                                                                                                                
	overflow-x: hidden;
}
  
* {                 
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Montserrat', sans-serif;
}

/* link */ 
a, a:hover {
	text-decoration: none;
}

/* background image */
.background {
	background-size: cover;
	background-position: 50% 50%;
}  

/* fill-parent */ 
.fill-parent {
	width: 100%;
	height: 100%; 
}

/* opacityShow */
.parallax-element.opacityShow {
	opacity: 0;
}
 
/* animate parallax */
.parallax-element.animate {
	transition: 4s; 
} 

/* cursor */
.typewritercursor { 
    position: relative; 
    bottom: 1px;
    font-weight: 100 !important; 
	animation: cursorblink 1s step-end infinite;
}
  





  
        
/******************** PRELOADER ********************/  
#PreloadNavigate {   
    position: fixed;
	top: 50%;
	left: 50%;
    z-index: 9999999999;
	background-color: black;
	border-radius: 100%;
}

/* container */
#LoaderContainer { 
	width: 80px;
	height: 80px; 
	position: fixed;
	top: calc(50% - 40px);
	left: calc(50% - 40px);   
    z-index: 9999999999; 
}

/* inner */ 
#LoaderInner {  
    width: 80px;
	height: 80px; 
	animation: preloadpulsate 2s linear infinite;
}

/* spinner */
#LoaderContainer .spin {
	position: absolute;
	border: 2px solid transparent; 
	border-radius: 100%;
}

#LoaderContainer #SpinnerOne {  
	width: 80px; 
	height: 80px; 
	top: calc(50% - 40px); 
	left: calc(50% - 40px);
	border-top-color: rgb(250,250,250);
	border-bottom-color: rgb(250,250,250); 
    animation: spinclockwise 1s linear infinite; 
}

#LoaderContainer #SpinnerTwo { 
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	border-right-color: rgb(250,250,250);
    animation: spincounterclockwise 1s linear infinite; 
}

#LoaderContainer #SpinnerThree {
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	border-right-color: rgb(250,250,250);
	border-left-color: rgb(250,250,250);
    animation: spinclockwise 5s linear infinite; 
}

#LoaderContainer #SpinnerFour {
	width: 4px;
	height: 4px;
	top: calc(50% - 2px);
	left: calc(50% - 2px); 
	background-color: white;
}

/* overlay */
#PreloadNavigateOverlay {
    width: 100%;
    height: 100vh;	
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
	background-color: black;
} 






 
  
/******************** NAVIGATION ********************/                     
#Navigation {       
	width: 520px; 
	height: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;      
	background-color: rgb(230,230,230);
}

/* logo */
#Navigation #Logo { 
    display: block;
    width: auto;
    height: 40px;
    position: absolute;
    top: 15px; 
    left: 15px;
    z-index: 99;
	cursor: pointer;  
}   

/* btn */
#Navigation .btn {
    width: 70px;
    height: 70px;    
    position: absolute;
    top: 0px;
    z-index: 99;
    cursor: pointer;     
} 
  
/* hamburger */ 
#Hamburger {  
   padding-top: 30px;  
   right: 242px;     
   border-left: 5px solid #e4d890;
}

/* bar */
#Hamburger .bar {
   width: 22px;
   height: 4px; 
   margin-top: 4px;
   border: 1px solid black;
}

#Hamburger .bar:nth-child(1) {
   margin-top: 0px;
}

/* shop btn */
#Navigation .bigbtn {
	width: 120px;
    right: 0px;
    padding-top: 27px;
    background-color: #e4d890;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: black;   
}  

#Navigation .bigbtn.one {
	right: 0px;
}

#Navigation .bigbtn.two {
	right: 120px;
	border-right: 1px solid black;
}

/* hover */
#Navigation .hover {
    transition: 1s;
}

#Navigation .hover:hover {
     opacity: 0.2;
}
  






 
/******************** DONATE DROPDOWN *********************/            
#DonateDropDown {       
	display: none;
	width: 200px;
	padding: 13px 0px 20px;
	position: fixed;
	top: 80px;
	left: 600px;
	z-index: 99999;      
	opacity: 0;
	background-color: rgb(230,230,230);
	text-align: left;
	color: white;
	transition: 500ms;
}

#DonateDropDown.active {
	left: 400px;
	opacity: 1;
}

#DonateDropDown h2 {
	margin-top: 10px;
	padding-left: 27px;
	word-spacing: 10px;
	font-size: 12px;
	font-weight: 500;
	color: black;
	transition: 1s;
}

#DonateDropDown a:nth-child(1) h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#DonateDropDown h2:hover {
	color: rgba(0,0,0,0.3);
}

#DonateDropDown h3 {
	width: 30px;
	height: 30px;
	padding-top: 7px;
	position: absolute;
	top: calc(50% - 15px);
	right: -15px;
	cursor: pointer;
	background-color: black;
	text-align: center;
	font-size: 13px;
	color: white;
	transition: 1s;
}

#DonateDropDown h3:hover {
	background-color: #e4d890; 
	color: black;
}
 







/******************** DROPDOWN MENU *********************/   
#DropDownMenu {      
    display: none;
    width: 270px;
    height: 650px;
    position: fixed;
    top: 0px;
    left: -270px;  
    z-index: 9999999;
    background-color: rgb(245,245,245);
}

/* header */
#DropDownMenu #NavHeader {
	width: 100%;
	height: 105px;
	position: absolute;
	top: 0px;
	z-index: 99; 
	background-color: #e4d890;  
}

/* header - close */
#DropDownMenu #NavHeader #HamClose {
   width: 55px;
   height: 55px;
   padding-top: 21px;
   position: absolute;
   top: 25px;
   left: 20px;
   cursor: pointer;
   text-align: center;
   background-color: rgb(245,245,245); 
}

#DropDownMenu #NavHeader #HamClose h3 {
   line-height: 0.8;
   font-size: 20px;
   font-weight: bold;
   color: black;
}

/* content */
#DropDownMenu #NavContent { 
	width: 100%;
	height: calc(100% - 105px);
	padding-left: 20px;
	position: absolute;
	top: 105px;
	left: 0px;
	z-index: 9;
	overflow-y: scroll; 
}

/* content - inner */
#DropDownMenu #NavContentInner {
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 150px; 
	padding-left: 20px;
    text-align: left;
	border-left: 1px solid #e4d890;
}

/* content - inner - nav el */
#DropDownMenu #NavContentInner a.nav-el {
    display: block; 
    margin-top: 30px;
	letter-spacing: 1px;
	line-height: 1;
    font-size: 14px;
	font-weight: 400; 
    color: black; 
    transition: 1s;
}

#DropDownMenu #NavContentInner a.nav-el span {
    padding-right: 5px;
    font-weight: 900; 
    color: #e4d890;
}
 
#DropDownMenu #NavContentInner a.nav-el.first {
	margin-top: 0px; 
}

#DropDownMenu #NavContentInner a.nav-el:hover {
    color: #e4d890; 
}
    
/* content - inner - socials */
#DropDownMenu #NavContentInner #SocialMedia {
	width: 100%;  
	height: 30px;
	margin-top: 35px; 
}

#DropDownMenu #NavContentInner #SocialMedia img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	padding: 6px;
	object-fit: contain;
	background-color: #e4d890;
	transition: 1s; 
}

#DropDownMenu #NavContentInner #SocialMedia img:hover {
	opacity: 0.3;
}
 
 




  
                          
/******************** VERTICAL DIVIDER ********************/   
.vertical-divider { 
	width: 100%; 
	height: 200px; 
	padding-top: 25px; 
}

.vertical-divider .divider {
	width: 2px;
	height: 75px;  
	background-color: #e4d890; 
}








/******************** FOOTER SECTION ********************/               
#FooterSection {                          
	width: 100%;     
	height: 700px;  
    position: relative;   	  
	overflow: hidden;      
	background-color: rgb(230,230,230); 
}

/* col */
#FooterSection .col {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
}      

/* map overlay */
#FooterSection #ContactSection .overlay {   
	position: absolute;
	z-index: 9;
	pointer-events: none;
}

#FooterSection #ContactSection .overlay.one {
	width: 100%;
	height: 50%; 
}

#FooterSection #ContactSection .overlay.two {
	width: 50%;
	height: 100%;
	top: 0px;
}

#FooterSection #ContactSection #OverlayUpper {
	top: 0px;
	background: linear-gradient(to bottom, rgb(230,230,230), rgba(230,230,230,0));
}

#FooterSection #ContactSection #OverlayLower {
	bottom: 0px;
	background: linear-gradient(to top, rgb(230,230,230), rgba(230,230,230,0));
}

#FooterSection #ContactSection #OverlayRight  {
	right: 0px;
	background: linear-gradient(to left, rgb(230,230,230), rgba(230,230,230,0));
}

#FooterSection #ContactSection #OverlayLeft {
	left: 0px;
	background: linear-gradient(to right, rgb(230,230,230), rgba(230,230,230,0)); 
}

/* info inner */
#FooterSection #InfoInner {
	width: 400px;
	height: auto;
	position: absolute;
	top: calc(50% - 160px);    
	left: calc(50% - 200px);
	text-align: center;  
}

/* info inner - btn */
#FooterSection #InfoInner h1 {
     width: 220px;
     height: 50px;
     padding-top: 17.5px;   
     cursor: pointer; 
     background-color: #e4d890;
     word-spacing: 5px;
     font-size: 13px;
     font-weight: 900;
     border-radius: 25px;
     color: black; 
     transition: 1s;
}

#FooterSection #InfoInner h1:hover {
    opacity: 0.3;
}

/* info inner - h2 */
#FooterSection #InfoInner h2 {
	text-align: center; 
	word-spacing: 5px;
	line-height: 1;
	font-size: 13px; 
	color: black; 
}

#FooterSection #InfoInner h2.one {
	margin-top: 75px;
	font-weight: 300;
}

#FooterSection #InfoInner h2.two {
	margin-top: 20px;
	padding-top: 20px;
	font-weight: 900;
	border-top: 1px solid rgba(0,0,0,0.15);
}

#FooterSection #InfoInner h2 span {
	padding: 0px 10px;
	position: relative;
	bottom: 1px;
	font-weight: 300;  
	color: rgba(0,0,0,0.4);
} 

/* info inner - socials */
#FooterSection #InfoInner #SocialMedia {
	width: 100%; 
	height: 50px;
	margin-top: 70px;
}

#FooterSection #InfoInner #SocialMedia img {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 15px 0px;
	padding: 15px;
	object-fit: contain;
    background-color: #e4d890; 
	border-radius: 100%;
	transition: 1s;
}

#FooterSection #InfoInner #SocialMedia img:hover {
	opacity: 0.3;
}







 
/****************************************/  
/******************** MOBILE ********************/  
/****************************************/  







 
/******************** NAVIGATION ********************/                
    
/********* 600px *********/ 
@media (max-width: 600px) {   
#Navigation {       
	width: 330px;  
	height: 60px; 
}

/* logo */
#Navigation #Logo { 
    height: 20px;
    top: 20px;
    left: 10px;  
}   

/* btn */
#Navigation .btn {
    width: 60px;
    height: 60px;     
} 

/* hamburger */ 
#Hamburger {  
   padding-top: 25px;    
   right: 162px;    
}

/* shop btn */
#Navigation .bigbtn { 
	width: 80px;
    padding-top: 26px;  
    font-size: 8px;
}  

#Navigation .bigbtn.two {
	right: 80px;
}
}








/******************** DONATE DROPDOWN *********************/            
  
/********* 600px *********/ 
@media (max-width: 600px) {   
#DonateDropDown { 
	width: 145px;
	padding: 7px 0px 15px;
	top: 70px;
	left: 270px;
}

#DonateDropDown.active {
	left: 170px;
}

#DonateDropDown h2 {
	padding-left: 20px;
	word-spacing: 5px;
	font-size: 8px;
}

#DonateDropDown h3 {
	padding-top: 8px;
	font-size: 11px;
}
}







      
/******************** DROPDOWN MENU *********************/    

/********* maxheight **********/
@media (max-height: 650px) {
#DropDownMenu {
	height: 100vh;   
} 
}  






 
 
/******************** VERTICAL DIVIDER ********************/     
 
/********* 850px *********/
@media (max-width: 850px) { 
.vertical-divider {  
	height: 150px; 
	padding-top: 30px;   
}

.vertical-divider .divider { 
	height: 45px;  
}   
} 







 
/******************** FOOTER SECTION ********************/    
         
/********* 850px *********/ 
@media (max-width: 850px) {
#FooterSection {     
	height: 900px;  
}

/* col */
#FooterSection .col {
	display: block;
	width: 100%;
	float: none;
}      

#FooterSection .col.one {
	height: 350px;
}

#FooterSection .col.two {
	height: 550px;
}

/* info inner */
#FooterSection #InfoInner {
	width: 330px; 
	top: calc(50% - 145px);    
	left: calc(50% - 165px);   
}

/* info inner - btn */
#FooterSection #InfoInner h1 {
     width: 190px;
     height: 40px;
     padding-top: 14px;   
     word-spacing: 2.5px;
     font-size: 12px;
     border-radius: 20px; 
}

/* info inner - h2 */
#FooterSection #InfoInner h2 {
	word-spacing: 2.5px;  
	font-size: 13px; 
}

#FooterSection #InfoInner h2.two {
	margin-top: 15px;
	padding-top: 15px;
}

#FooterSection #InfoInner h2 span {
	padding: 0px 7.5px;
} 

/* info inner - socials */
#FooterSection #InfoInner #SocialMedia {
	height: 40px;
}

#FooterSection #InfoInner #SocialMedia img {
	width: 40px;
	height: 40px;
	padding: 12.5px; 
}
}








/****************************************/  
/******************** ANIMATIONS ********************/  
/****************************************/  








/********************* PRELOAD *********************/   
/* outer */                     
@-webkit-keyframes preloadpulsate {      
    0% {  
	    -webkit-transform: scale(0.8);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 0.1;
	}
	100% {
	    -webkit-transform: scale(0.8);
		opacity: 1;	
	}
}
 
@keyframes preloadpulsate {
    0% { 
	    transform: scale(0.8);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 0.1; 
	}
	100% {
	    transform: scale(0.8);
		opacity: 1;
	}
}

/* clockwise */
@-webkit-keyframes spinclockwise {      
    to { 
	    -webkit-transform: rotate(360deg);
	}
}

@keyframes spinclockwise {
    to {
		transform: rotate(360deg);
	}
}

/* counter clockwise */
@-webkit-keyframes spincounterclockwise {      
    to { 
	    -webkit-transform: rotate(-360deg);
	}
}

@keyframes spincounterclockwise {
    to {
		transform: rotate(-360deg);
	}
}   
 







/********************* CURSOR *********************/
@keyframes cursorblink {
  from, to { 
     color: transparent; 
  }
  50% { 
     color: #e4d890;
  }
}

@-webkit-keyframes cursorblink {
  from, to { 
     color: transparent; 
  }
  50% { 
     color: #e4d890;
  }
}
 






 
/********************* ANIMATION ELEMENT *********************/ 
/* animation-element */ 
.animation-element {
	width: 100%;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
}

/* animation-element up */ 
.animation-element.up-trigger { 
	top: 30% !important;  
}

/* transition */
.ae-zoom, .ae-up, .ae-fadein, .ae-fadeout {
	position: relative; 
	-moz-transition: all 500ms ease-out; 
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out; 
	transition: all 500ms ease-out;
}

/* zoom */
.ae-zoom {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}      
                                                                                       
.ae-zoom.in-view {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
} 

/* up */ 
.ae-up { 
    -moz-transform: translate3d(0px, 50px, 0px);   
    -webkit-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate3d(0px, 50px, 0px); 
}

.ae-up.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); 
} 

/* fade */
.ae-fadein, .ae-fadeout.in-view {      
	opacity: 0;
}

.ae-fadeout, .ae-fadein.in-view {
	opacity: 1;
} 







