/******************** GENERAL ********************/
body, html {                                                                                                                                         
	overflow-x: hidden;
	background-color: white;
} 

* { 
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
 
/* background */
.background {
	background-size: cover;
	background-position: 50% 50%;
}

/* text adjustments */
h1, h2, h3, p, a {
	font-family: 'Montserrat', sans-serif;
}

.curlyworld {
	font-family: 'Crimson Text', serif;
}

.fira {
	font-family: 'Fira Sans Condensed', sans-serif; 
}   
  
/* link */ 
a, a:hover {
	text-decoration: none;
	color: inherit;
}

/* input */
input[type="text"] {
	font-family: 'Fira Sans Condensed', sans-serif;   
	font-size: 16px;
	color: black; 
}

/* opacityShow */
.opacityShow {
	opacity: 0; 
}

/* disable a */
.disable-anchor { 
	pointer-events: none !important; 
	cursor: default;
}

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


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

/* loader */
#Preloader img {
	display: block;
	height: 150px;
	position: relative;
	top: 50%;
	margin-top: -75px;
    animation: preload 1.5s linear infinite;
    -webkit-animation: preload 1.5s linear infinite;
}






 
        
/******************** NAVIGATION ********************/
#Navigation {         
	width: 55px;
	height: 208px; 
	position: fixed;
	top: 20px; 
	left: 20px; 
	z-index: 999999;      	
}
 
/* nav el */
#Navigation .navel {
	display: block; 
	width: 55px; 
	height: 55px; 
} 

/* hamburger */ 
#Hamburger {         
   padding-top: 18px;     
   cursor: pointer;
   background-color: #AB182D;  
}

#Hamburger .bar {
   width: 24px;
   height: 4px;
   margin-top: 4px;
   border: 1px solid white;
}

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

/* btn */
#Navigation .navel.btn { 
	border-radius: 100%; 
}  
 
/* grey */ 
#Navigation .navel.btn.grey { 
	background-color: rgb(245,245,245);  
}  

#Navigation .navel.btn.grey img {
	display: block;
	height: 20px;
	position: relative;
	top: 17.5px;     
}  
 
/* logo */
#Navigation #Logo {  
    height: auto !important;
}  
 
/* top */
#Navigation .navel.top {
	margin-top: 20px;  
}
   




 
 
       
/******************** DROPDOWN MENU *********************/
#DropDownMenu {         
    display: none; 
    width: 183px; 
    height: 700px;      
    position: fixed;
    top: 0px;
    left: -183px; 
    z-index: 9999999; 
    text-align: left; 
    background-color: rgb(245,245,245);  
} 
 
/* header */
#DropDownMenu #NavHeader {
	width: 183px; 
	height: 105px; 
	position: absolute; 
	top: 0px; 
	z-index: 100; 
	background-image: url("../../Assets/Images/navhead.jpg");
}

/* close */ 
#HamClose {
   width: 55px; 
   height: 55px; 
   padding-top: 21px;    
   position: absolute;
   top: 25px;
   left: 20px;     
   cursor: pointer;
   text-align: center;  
   background-color: #AB182D;  
   border-radius: 100%; 
} 
 
#HamClose h3 { 
   font-weight: 300; 
   font-size: 20px;
   line-height: 0.8;   
   color: white;
} 

/* inner */   
#DropDownMenu #NavInner {
	width: 183px; 
	height: 100%; 
	padding-left: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
    -ms-overflow-style: none; 
    overflow: -moz-scrollbars-none;  
}
 
#DropDownMenu #NavInner::-webkit-scrollbar { 
    display: none;
}
   
#DropDownMenu #NavInner #CenteredContainer {
	height: 360px; 
	position: relative; 
	top: calc(50% - 160px);   
} 

/* menu options */
#DropDownMenu #NavLinks a {
    display: block;
	width: 141px;
    margin: 20px 0px 0px 0px;  
	font-weight: bold;
    font-size: 18px; 
	line-height: 1;   
    color: black;
}

#DropDownMenu #NavLinks a:nth-child(1) {
	margin-top: 0px;
}

#DropDownMenu #NavLinks a span {  
    font-weight: 300; 
	font-size: 8px;
	color: rgb(200,200,200); 
}

/* email marketing */
#DropDownMenu #EmailMarketing {
	margin-top: 45px;
}
 
#DropDownMenu #EmailMarketing #EMheader { 
	font-weight: 300;
	font-size: 10px;
	color: rgb(200,200,200); 
}

#DropDownMenu #EmailMarketing #InputContainer {
	width: 141px;
	height: 30px;
	float: left;
	background-color: rgb(200,200,200);
	border: 1px solid rgb(200,200,200);
}

#DropDownMenu #EmailMarketing #InputContainer .em {
	height: 28px;
    -webkit-appearance: none;
	border: 2px solid rgb(200,200,200);
    border-radius: 0;
}

#DropDownMenu #EmailMarketing #InputContainer .em:focus {
	outline: none;
}

#DropDownMenu #EmailMarketing #InputContainer #EMmessage {
	width: 60%;
	float: left;
	background-color: rgb(200,200,200);
}

#DropDownMenu #EmailMarketing #InputContainer #EMsubmit {
	width: 40%;
	float: right;
	cursor: pointer;
	background-color: #AB182D;  
}

#DropDownMenu #EmailMarketing #InputContainer #EMsubmit img {
	display: block;
	height: 12px;
}

/* social media */
#DropDownMenu #SocialMedia {
	width: 100%;
	margin-top: 85px;
}

#DropDownMenu #SocialMedia .box {
	display: inline-block;
	width: 30px;
	height: 30px; 
	margin-left: 3px;
	background-color: rgb(200,200,200);  
	border-radius: 100%;
}

/* background images */
#DropDownMenu #SocialMedia #One {
	margin-left: 0px;
	background-image: url("../../Assets/Icons/Social/facebook.png");
}

#DropDownMenu #SocialMedia #Two {
	background-image: url("../../Assets/Icons/Social/twitter.png");
}

#DropDownMenu #SocialMedia #Three {
	background-image: url("../../Assets/Icons/Social/instagram.png");
} 
 
/* footer */
#DropDownMenu #NavFooter {
	width: 183px;
	height: 35px; 
	padding-left: 20px; 
	position: absolute;
	bottom: 0px;
	z-index: 100;
	vertical-align: middle;
	background-color: rgb(245,245,245); 
	line-height: 30px;
	border-top: 1px solid rgb(200,200,200);
} 

#DropDownMenu #NavFooter a { 
	font-weight: 300;
	font-size: 10px; 
	color: rgb(200,200,200);
}
   


 



           
/******************** NAVIGATE ANIMATION ********************/
.navigateanimation {
	display: none;
	position: fixed;
	z-index: 999999999;  
	background-color: white;
}

/* overlay */
.navigateanimation.overlay {
	width: 100%;
	height: 100vh;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
    opacity: 0;
	background-color: black;
}

/* position and dimension */
.navigateanimation.top,
.navigateanimation.bottom {
	width: 100%;
	height: 0px;
}

.navigateanimation.left,
.navigateanimation.right {
	width: 0px;
	height: 100vh;
}

.navigateanimation.top {
	top: 0px;
}

.navigateanimation.bottom {
	bottom: 0px;
}

.navigateanimation.left {
	left: 0px; 
}

.navigateanimation.right {
	right: 0px;
}
    

  

 

 
     
/******************** HOME SECTION ********************/
#HomeSection {                                  
	width: 100%;
	height: 100vh;
	position: relative; 
}  
 
/* col */
#HomeSection .col {
    width: 50%;  
	height: 100%; 
    position: absolute; 	 
}

#HomeSection .col.img { 
	bottom: 0px; 
	left: 0px;  
	overflow: hidden; 
}

#HomeSection .col.cont {  
	top: 0px; 
	right: 0px;  
}

/* image */
#HomeSection #HomeImage {
	width: 100%;
    height: calc(100% + 100px);   
	background-image: url("../../Assets/Images/Vision/welcome.jpg");  
}      

/* content */
#HomeSection #HomeContent {  
    height: auto; 
    width: 300px;  	 
	position: absolute;   
	top: calc(50% - 120px);  
	left: calc(50% - 150px);      
	text-align: center;   
} 
 
/* logo */
#HomeSection #HomeContent img { 
	width: 80px;   
}  

/* p */
#HomeSection #HomeContent p.quote {
	margin: 50px 0px;   
	font-weight: 300;  
	font-size: 13px;  
}

#HomeSection #HomeContent p.author {
	font-weight: bold; 
	font-size: 15px; 
}
  
   



 
 
      
/******************** INFO SECTION *********************/ 
#InfoSection {   
	width: 100%;
	height: auto;
	margin: 200px auto 210px; 
}

/* p */
#InfoSection p {
	width: 600px; 
	text-align: justify;
	font-size: 17px;   
	color: black; 
} 

#InfoSection p.second {
	margin-top: 20px; 
}
       
	  






/******************** VIDEO SECTION ********************/
#VideoSection {      
	display: block; 
	width: 100%;
    height: 600px; 
}
  






    
/******************** CLASS SECTION *********************/ 
#ClassSection {                     
	width: 100%;
	height: 600px;    
	margin-top: 30px; 
	position: relative;   	
}

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

#ClassSection .col.img { 
	overflow: hidden;   
} 

/* cont inner */
#ClassSection .col.cont #Inner {    
	height: 240px; 
	position: relative;    
	top: calc(50% - 120px);   
    text-align: center;	   	   
}

/* a */ 
#ClassSection .col.cont #Inner a { 
	display: block; 
	height: 55px;
	width: 55px;  
	background-color: rgb(245,245,245); 
	border-radius: 100%;
	transition: 500ms;  
}
 
#ClassSection .col.cont #Inner a img {
	display: block;
	height: 20px;
	position: relative;
	top: 17.5px;     
}  

/* hover */
#ClassSection .col.cont #Inner a:hover {
	opacity: 0.5;
} 

/* h1 */ 
#ClassSection .col.cont #Inner h1 { 
	margin: 50px auto 10px;    
	position: relative; 
	font-weight: bold; 
	font-size: 40px;  
    line-height: 1;	  
	color: #AB182D; 
} 

#ClassSection .col.cont #Inner h1 span {
	color: black;
}

/* p */
#ClassSection .col.cont #Inner p {
	width: 300px; 
    font-weight: 300; 	
	font-size: 15px;   
	color: rgb(90,90,90);  
}

/* img */ 
#ClassSection .col.img #Image {
	width: 100%;
	height: calc(100% + 200px); 
	position: absolute;
	top: 0px; 
	background-image: url("../../Assets/Images/new.jpg");          	
}
  






         	    
/******************** SOCIAL SECTION *********************/ 
#SocialSection {            
	width: 600px; 
	height: 600px;  
	margin: 150px auto; 
	position: relative; 
	overflow: hidden;     
} 

/* layout */
#SocialSection .social-el {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
} 

/* col */  
#SocialContainer .col {    
	opacity: 0;   
	background-position-y: 0%;  
} 
 
#SocialContainer .col.active {
	opacity: 1;
} 

#SocialContainer #Img1 { 
	background-image: url("../../Assets/Images/Social/1.jpg");
}

#SocialContainer #Img2 {
	background-image: url("../../Assets/Images/Social/2.jpg");
}

#SocialContainer #Img3 {
	background-image: url("../../Assets/Images/Social/3.jpg");
}

#SocialContainer #Img4 {
	background-image: url("../../Assets/Images/Social/4.jpg");
}

#SocialContainer #Img5 {
	background-image: url("../../Assets/Images/Social/5.jpg");
} 

/* overlay */
#SocialSection #Overlay { 
	z-index: 9;    
} 

/* controls */
#SocialSection #Overlay .control {
	height: 30px; 
	position: absolute;
	top: calc(50% - 15px); 
    opacity: 0.2;	
	cursor: pointer; 
	transition: 500ms; 
}

#SocialSection #Overlay .control:hover {
	opacity: 1;   
}    
 
#SocialSection #Overlay #Left { 
	left: 0px;
}

#SocialSection #Overlay #Right { 
	right: 0px;
}

/* bottom fade */
#SocialSection #BottomFade {
	width: 100%;
	height: 100%; 
	position: absolute;
	bottom: 0px;
	background: linear-gradient(to top, white, rgba(255,255,255,0));   
}
     




 
  
        
/******************** MF SECTION ********************/ 
#MFSection {         
	width: 100%;
	height: 600px;  
}

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

/* map */
#MapSection #Map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

/* overlay */
#MapSection .overlay {
	width: 100%;
	height: 300px; 
	position: absolute;
	z-index: 9;  
}

#MapSection .overlay.one {
	width: 100%;
	height: 300px; 
}

#MapSection .overlay.two {
	width: 50%;
	height: 100%;   
}

#MapSection #OverlayUpper {
	top: 0px;
	background: linear-gradient(to bottom, white, rgba(255,255,255,0));
}

#MapSection #OverlayLower {
	bottom: 0px;
	background: linear-gradient(to top, white, rgba(255,255,255,0));
}
  
#MapSection #OverlayRight  {
	right: 0px;
	background: linear-gradient(to left, white, rgba(255,255,255,0));
}

#MapSection #OverlayLeft {
	left: 0px;
	background: linear-gradient(to right, white, rgba(255,255,255,0));
} 

/* footer inner */
#FooterSection #FooterInner {
	height: 84px;
	position: relative;
	top: calc(50% - 42px);  
}
 
/* social media */
#FooterSection #SocialMedia {
	width: 100%;
	height: 50px;  
	text-align: center; 
}

/* box */
#FooterSection #SocialMedia .box {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 10px;  
	background-color: rgb(240,240,240); 
	border-radius: 100%; 
	transition: 500ms; 
}
   
#FooterSection #SocialMedia .box:hover {    
	background-color: #AB182D; 
	transform: rotate(360deg);
}

/* logo */
#FooterSection #SocialMedia .box img {
	width: 40px;
	height: 40px;
	margin-top: 5px;  
}
 
/* content */
#FooterSection h2 {
	width: 100%; 
	margin-top: 10px;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	color: black;
}

#FooterSection h2 span {
	padding: 0px 5px;  
}