body {
	
	margin: 0;
	
	overflow-x: hidden;
	  position: relative;
	  left: 0;
	  
	  
	  -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    
	   font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif; 
}

h1, h2 {
		font-family: 'Chronicle SSm A', 'Chronicle SSm B', serif;	
		  font-weight: 400;
	
}

h1 {
	
		  
	  
	    font-size: 42px;
	    line-height: 65px;
	    text-align: center;
}

p {
  font-size: 15px;
  line-height: 26px;
}


.btn {
	
	display: inline-block;

	padding: 16px 40px;
	text-align: center;
	background-color: #f04c16;
	color: #fff;
	
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
		  font-weight: 700;
		  position: relative;
		  
		  
		  
		  
		  
		  border: none;
		   
		   		  
		    cursor: pointer;

				outline: none;
		    -webkit-transition: all 0.3s;
		    -moz-transition: all 0.3s;
		    transition: all 0.3s;
	
}

.btnInverse {
	

	background-color: #1a1a1a;
	
}


.btn {
	overflow: hidden;
}

.btn:after {


	width: 100%;
	height: 0;
	top: 50%;
	left: 0%;
	
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	
	
	content: '';
	  position: absolute;
	  z-index: -1;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  transition: all 0.3s;
	  background: #f04c16;
}

.btn:hover,
.btn:active {
	color: #1a1a1a;
	background: none;
}

.btn:hover:after {
	height: 260%;
	opacity: 1;
}

.btn:active:after {
	height: 400%;
	opacity: 1;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}













.clear {
	
	clear: both;

}




/*navigation*/ 

nav {
	
	background: #000000;
	  position: fixed;
	width: 260px;
	  height: 100%;
	  top: 0;
	  z-index: 1000;
	  
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	    
	  left: -260px;
}


nav .navMainLinks {
	padding: 50px 20px 0 20px;
}

nav .navMainLinks a {
	
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;	
	font-weight: 700;
	margin:5px 0;
		padding: 10px 0;
	color: #fff;
	font-size: 12px;
	
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}


nav .navMainLinks a:hover {
	
	color: #f04c16;
	
}




.navOpen {
	
	left: 0;
}


.bodyNavOpen {
	
	left: 260px;
	
}



.navOpener {
	
	color: #f04c16;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	  left: 260px;
	width: 300px;
	padding: 14px;
	  	cursor: pointer;
	
}

.navToggle {
	
	display: block;
	float: left;
	padding: 8px;
}


.navToggle .iconBar {
  width: 22px;
  transition: all 0.2s;
     display: block;
    width: 22px;
    height: 2px;
  background-color: #f04c16;
  
  margin-bottom: 4px;
  
}





  
.navToggle .top-bar {
     transform: rotate(0);     
     
     -webkit-transform: rotate(0);   
     -moz-transform: rotate(0);   
     -ms-transform: rotate(0);   
     transform: rotate(0);   
      
   }
 .navToggle .middle-bar {
     opacity: 1;
   }
 .navToggle .bottom-bar {
    
    -webkit-transform: rotate(0);   
    -moz-transform: rotate(0);   
    -ms-transform: rotate(0);   
    transform: rotate(0);   
   }

  
.navToggle.open .top-bar {


-webkit-transform: rotate(45deg);  
-moz-transform: rotate(45deg);   
-ms-transform: rotate(45deg);  
transform: rotate(45deg);


-webkit-transform-origin: 8%;  
-moz-transform-origin: 8%; 
-ms-transform-origin: 8%;
transform-origin: 8%;


      height: 3px;
   }
 .navToggle.open .middle-bar {
      opacity: 0;
   }
 .navToggle.open .bottom-bar {
  
  
  -webkit-transform: rotate(-45deg);  
  -moz-transform: rotate(-45deg);   
  -ms-transform: rotate(-45deg);  
  transform: rotate(-45deg);
  
  
-webkit-transform-origin: 8%;  
-moz-transform-origin: 8%; 
-ms-transform-origin: 8%;
transform-origin: 8%;
           height: 3px;
     
     
}


.navOpener a#featureLink {
	
	color: #f04c16;
	display: inline-block;
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  text-decoration: none;	
	  font-weight: 700;
	  margin-left: 10px;
	  padding-left: 10px;
	  border-left: 1px solid;
	  line-height: 30px;
}









/*intro*/



#intro {
	
	position: relative;
	overflow: hidden;
	height: 800px;
	
}


.owl-carousel#owl-example {
	
	z-index: inherit !important;
}

.owl-stage-outer {
	
	z-index: 1;
	
}
.owl-carousel div.item {
	
	
	background: url(assets/images/background.jpg) no-repeat center center; 
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;

		height: 800px;
}



.owl-carousel div.item#real_estate {
	
	background: url(assets/images/real_estate.jpg) no-repeat center center; 

}


.owl-carousel div.item#chemical {
	
	background: url(assets/images/chemical.jpg) no-repeat center center; 

}

.owl-carousel div.item#real_estate {
	
	background: url(assets/images/real_estate.jpg) no-repeat center center; 

}
.owl-carousel div.item#oil {
	
	background: url(assets/images/oil.jpg) no-repeat center center; 

}

.owl-carousel div.item#solar {
	
	background: url(assets/images/solar.jpg) no-repeat center center; 

}

.owl-carousel div.item#technology {
	
	background: url(assets/images/technology.jpg) no-repeat center center; 

}





.owl-theme .owl-controls {

	margin-top: 0 !important;
	  bottom: 30px;
	  position: absolute;
	  z-index: 6;
	  opacity: .8;
	  text-align: center;
	  margin: 0 auto;
	  width: 100%;
  
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;

  background: #fff !important;
  border-radius: 0 !important;
}


.owl-dots {
	
	text-align: center;
}

.owl-dot {
	display: inline-block;
	margin: 0 10px;
	opacity: .5;
}

.owl-dot.active {
	opacity: 1;
	
}



.owl-dot span {
	width: 12px;
	  height: 12px;
	  display: inline-block;
	  background: #fff;
}





#intro .cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .82;
	z-index: 1;
	height: 800px;
	  overflow: hidden;
}



#intro .afterCover {
position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
  -moz-transform:rotate(61.2deg);
  -ms-transform:  rotate(61.2deg);
  -webkit-transform:  rotate(61.2deg);
  transform: rotate(61.2deg);
  content: '';
  left: -80%;
  
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;  
	   
}


#intro .afterCover:before {
position: absolute;
  top: -20px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 0;
  content: '';
  left: 0;  
 	   
}



#intro .content {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  }

#intro .logoContainer {
	
			padding-top: 200px;
			position: relative;
}

#intro .logoContainer .logo {
	
		background: url(assets/images/ft_capital_logo.png);
		width: 520px;	

		height: 271px;
		margin: 0 auto;
		
		
	
}

#intro #logoMobile {
	
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: none;
	max-width: 280px;
}



/*about*/

#about .content {
	
	width: 70%;
	margin: 0 auto;
	padding: 30px 0px 140px;
	  color: #222;
}

#about .cta {
	
margin: 34px 0 82px 0;
	text-align: center;
}





/*team*/

#team {
	color: #fff;
		background: #f04c16;
		overflow: hidden;
	
}

#team .teamPhoto {
	
	float: left;
	background: url(assets/images/marcos_torres.jpg)  no-repeat center center; 
	height: 400px;
	width: 50%;
	height: 800px;
	
	
	
	
		
		 -webkit-background-size: cover;
		 -moz-background-size: cover;
		 -o-background-size: cover;
		 background-size: cover;
	
}

#team .teamDescContainer {
	
	float: right;
	width: 50%;
	padding: 50px;
	  box-sizing: border-box;
	 position: relative;
	 	height: 800px;
	 
}


#team .teamCover {
	position: absolute;
	top: 0;
	left: -197px;
		height: 800px;
	
}

#team .teamCover img {
}



#team h2{
margin: 6% 0 2px 0;
font-size: 42px;

}

#team .title {
	font-size: 24px;
			font-family: 'Chronicle SSm A', 'Chronicle SSm B', serif;	
	
	
} 


#team .contact {
	
		
	display: inline-block;

	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 700;
	position: relative;
			  
	margin: 40px 0 10px 0;
}

#team .contact a{
	
		
color: #fff;
text-decoration: none;
}



/*footer*/


footer {
	text-align: center;
	color: #ccc;
	margin: 60px 0 100px 0;
}

footer a {
	color: #ccc;
}

footer a:hover {
		color: #1a1a1a;
}


footer .footerLinks a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 700;
	position: relative;
}



footer .copyright {
	
}



/*formHeader*/




.formHeaderContainer {
	
			background: url(assets/images/background.jpg) no-repeat center center; 
	
	position: relative;
	background: #1a1a1a;
		padding: 100px 0 50px 0;
		 -webkit-background-size: cover;
		 -moz-background-size: cover;
		 -o-background-size: cover;
		 background-size: cover;
		
	min-height: 400px;
}






.formHeaderContainer .logo{
	
	
	width: 118px;
	height: 114px;
	
	
		background: url(assets/images/ft_capital_logo_simple.png);
		position: absolute;
		top: 0;
	right: 0;	
	display: block;
	
}

.formHeaderContainer .content {
	
	width: 80%;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	
	
}


.formHeaderContainer h1 {
	text-align: left;
}

/*form*/

form.formContainer {
	
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 100px 0;
}

form input[type="text"], form textarea  {
	display: block;
	width: 100%;
	max-width: 420px;
	margin-bottom: 20px;
	font-size: 16px;
	border: none;
	outline: none;
	background: #efefef;
	padding: 20px 20px;
	box-sizing: border-box;
}

form #_info {
	display: none;
}

form textarea {
	
	max-width: 850px;
	height: 150px;
}

input.btn {
	
	width: 240px;
	cursor: pointer;
	
}

form input.left {
	
	float: left;
	margin-right: 10px;
}

form input.small {
	
	max-width: 140px;
}

form input.pullLeft {
	display: inline-block;
	margin-right: 10px;
}

form .filePickerContainer {
	margin: 10px 0 50px 0;
}

form .filePicker {
		display: inline-block;
	  text-align: center;
	  color: #f04c16;
	  font-size: 11px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  text-decoration: none;
	  font-weight: 700;
	  position: relative;
	  border: none;
	  cursor: pointer;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  transition: all 0.3s;
	  background: none;
	  outline: none;
	  padding: 0;
}

form .filePicker:hover {
	color: #1a1a1a;
}

form .filePickerDrag {
	color: #ccc !important;
	background: none !important;
		border-color: #ccc !important;
}

form h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 50px;
}

form label {
	font-size: 13px;
}

#formError {
	
	display: inline-block;
	display: none;
	margin-left: 10px;
	color: #f0164d;
	font-weight: 600;
}

#formError span{
	
		display: none !important;
}


form .error {
	  background: #fcd6e0 !important;
 	  outline: 1px solid #f04c16 !important;
}





@media screen and (max-width: 900px) {
    .hide-s {
       display: none;
    }
    
    #logoMobile {
    	display: block !important;
    	
    }
    
    h1 {
      font-size: 30px;
      line-height: 50px;
    }
    
        
    #team .teamDescContainer {
    	float: none;
    	width: 100%;
    	height: inherit;
    }
    
    #about .content {
    	width: 100%;
    	padding: 30px 20px 140px 20px;
    	
    	
    }
}