/********************************	
*	RESET
********************************/

/*
	*
	* #0d1e2a
	*
*/

*, *::after, *::before {
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

body {
	color: #0d1e2a;
	background-color: #f9f9f9;
	
	/* background-size: cover;
    background-repeat: no-repeat;
    background-position	: center center;
    background-attachment: fixed;
    
    background-image: url('../img/bg.png'); */
}

a {
	text-decoration	: none;
	color: #0d1e2a;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Lora', serif; }

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: 200;
	color: #0d1e2a;
	text-transform: none;
}

img { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	vertical-align: middle;
}

.clear {
	clear: both;
}
/********************************	
*	HEADER
********************************/
.header-container {
	display: block;
}
.header-navigation {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	z-index: 99;
	text-align: center;
	
	background: #fff;
}
.altruist-logo {
	width: 28px;
	margin: 0 auto;
	margin-top: 40px;
	
	cursor: pointer;
}
.header-logo h4 {
	font-family: 'Lora', serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: center;
	
	margin-top: 10px;
}
.header-navigation nav {
	position: absolute;
	top: calc(50% - 60px);
	left: 24px;
}
.header-navigation nav ul {
	list-style: none;
}
.header-navigation nav ul li {
	padding-top: 5px;
}
.header-navigation nav ul li a {
	font-family: 'Lora', serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
	
	cursor: pointer;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}
.header-navigation nav ul li a:hover {
	color: #ff0065;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}

.toggle-navig {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 299;
	width: 60px;
	height: 60px;
	background-color: #0d1e2a;
	
	font-family: 'Source Sans Pro', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f3f2f0;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	
	padding-top: 20px;
	cursor: pointer;
}	
.toggle-navigation {
	display: none;
	position: fixed;
	z-index: 199;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 20%;
	
	background-color: #0d1e2a;		
	text-align: center;
}
.toggle-navigation ul li a {
	font-family: 'Lora', serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
	
	cursor: pointer;
}
.toggle-navigation ul li a:hover {
	color: #ff0065;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}
/********************************	
*	CONTENT
********************************/
.content-container {
	width: calc(100% - 120px);
	height: 100%;
	padding: 0;
	margin: 0 auto;
	margin-left: 120px;
}

/********************************	
*	INTRO
********************************/
.intro-container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 160px;
	padding-bottom: 140px;

	background: #f9f9f9;
}
.intro-logo {
	display: none;
}
.intro-altruist-logo {
	width: 30px;
	margin: 0 auto;
	margin-top: 40px;
	
	cursor: pointer;
}
.intro-logo h4 {
	font-family: 'Lora', serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: center;
	
	margin-top: 10px;
	margin-bottom: 40px;
}
.intro {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.intro-logo {
	display: none;
}
h1.intro-altruist {
	display: none;
}

.intro h1 {
	font-family: 'Lora', serif;
	font-size: 30px;
	line-height: 44px;
	font-weight: 200;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
}

.intro p {
	display: block;
	padding: 0 40px;
	
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	color: #0d1e2a;
	
	margin-top: 30px;
}
p#scroll-down {
	display: block;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0d1e2a;
	text-align: center;
	letter-spacing: 4px;
	word-spacing: 4px;
	
	margin-top: 120px;
}
p#scroll-down span {
	display: block;
	color: #ff0065;
}
/********************************	
*	WORK
********************************/
.all-projects-container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.all-projects {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
.all-projects h2 {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
	
	margin-bottom: 20px;
}

.row { }
.postContainer { }
.post {
	width: 100%;

	margin-top: 40px;
	position: relative;
	display: inline-block;
	
	cursor: pointer;
}
.first-post {
	margin-top: 0;
}
.last-post {
	margin-bottom: 20px;
}

.load-more-button {
	text-align: center;
}
.load-more {
	display: inline-block;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #0d1e2a;
	letter-spacing: 4px;
	word-spacing: 4px;
	
	padding: 5px 0;
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #0d1e2a;
	
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}
a.load-more:hover {
	color: #c3c2bf;
	border-bottom: 2px solid #c3c2bf;
	
		-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}

.project {
	height: 48vw;
	max-height: 520px;
	overflow: hidden;

	background-size: cover;
    background-repeat: no-repeat;
    background-position	: center center;
    
    -webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}

/* Project Display */
.project-001 { background-image: url('../img/udon_our_home/udon_our_home001.jpg'); }
.project-002 { background-image: url('../img/udon_family/udon_family002.jpg'); }
.project-003 { background-image: url('../img/khunnai/khunnai021.jpg'); }
.project-004 { background-image: url('../img/and_it_begins_here/begins_here018.jpg'); }

.overlay {  
	background: rgba(0,0,0,0);
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 35%;
    opacity: 1;
    
    -webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}

.post:hover .overlay {
    opacity: 1;
     
    -webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}

.caption {
	font-family: 'Lora', serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 200;
	text-transform: uppercase;	
	letter-spacing: 2px;	
	word-spacing: 1px;
	
	background-color: rgba(0, 0, 0, 0.25);
	color: rgba(250, 250, 250, 1);
	padding: 20px 0;
	margin-top: 0; /* 50px */
	opacity: 1; /* 0 */
	
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}
.caption span {
	display: block;
	
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;	
	letter-spacing: 2px;
	
	color: rgba(250, 250, 250);
	margin-top: 10px; /* 40px */
	
-webkit-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1); /* older webkit */
-webkit-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); 
   -moz-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); 
     -o-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); 
        transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); /* custom */
}

.post:hover .caption {   
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 400ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}

.post:hover .caption span {
-webkit-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1); /* older webkit */
-webkit-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); 
   -moz-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); 
     -o-transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); 
        transition: all 400ms cubic-bezier(0.000, 0.000, 0.465, 1.050); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); 
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); 
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); 
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.465, 1.050); /* custom */
}

/********************************	
*	ABOUT
********************************/
.about-container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	
	padding-top: 80px;
	margin-top: 40px;
}
.about {
	width: 100%;
}
.about h2 {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
}
.about-altruist {
	width: 560px;
	margin-left: calc(50% - 280px);
	padding: 0;
	background-color: transparent;
}
.about-altruist p {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	color: #3f4448;	
	text-align: justify;
	
	padding: 0 40px;
	padding-top: 25px;
}
.about-altruist p span {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	color: #ff0065;
	letter-spacing: 1px;
	
	padding-top: 15px;
}
.about h1 {
	width: 560px;
	margin-left: calc(50% - 280px);
	padding: 60px 40px 40px 40px;
	
	font-family: 'Lora', serif;
	font-size: 30px;
	line-height: 44px;
	font-weight: 200;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
}
/*
.about h1 {
	max-width: 700px;
	margin: 0 auto;
	padding: 80px 40px;
	
	font-family: 'Source Sans Pro', serif;
	font-size: 100px;
	line-height: 80px;
	font-weight: 200;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: center;
	
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent), url("../img/index-bg1.jpg") repeat;
	background: -o-linear-gradient(transparent, transparent);
	background-position: right center;
	-webkit-background-clip: text;
	background-attachment: fixed;
}
*/

.about-quote {
	width: 560px;
	margin-left: calc(50% - 280px);
	padding: 40px;
	padding-bottom: 80px;
	text-align: center;
}
.about-quote p {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	color: #3f4448;
	text-align: center;
}
.about-quote p .open-quote {
	display: block;
	font-size: 40px;
	line-height: 20px;
	text-align: center;
}
.about-quote p .close-quote {
	display: block;
	font-size: 40px;
	line-height: 20px;
	margin-top: 30px;
	text-align: center;
}
.about-quote h4 {
	font-family: 'Source Sans Pro', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3f4448;
	letter-spacing: 3px;
	word-spacing: 2px;
	
	padding-top: 5px;
}


/* INDEX IMAGE */
.index-image-container {
	text-align: center;
	padding: 80px 20px 20px 20px;
	
	background: #0d1e2a;
}
.index-image {
	display: inline-block;
	width: 330px;
	height: 330px;
	border: 1px solid #0d1e2a;
	border-radius: 50%;
	
	background-size: cover;
    background-repeat: no-repeat;
    background-position	: center center;    
    background-image: url('../img/index-bg-1.jpg');
    background-attachment: fixed;
}
/********************************	
*	SERVICE
********************************/
.service-container {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	
	background: #0d1e2a;
}
.service {
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0 40px 0;
}
.service h2 {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f3f2f0;
	letter-spacing: 2px;
	text-align: center;
}
.service p {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	color: #f3f2f0;
	text-align: center;
	
	padding-top: 10px;
}
.service-list {
	display: table;
	padding: 0;
	margin: 0;
	margin-top: -40px;
	max-width: 600px;
	margin-left: calc(50% - 300px);
	margin-bottom: 80px;
}
ul.service-ul {
	width: calc(50% - 9px);
	height: auto;
	text-align: center;
	
	border-top: 0px solid transparent;
	padding: 20px;
	margin: 9px 9px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background-color: transparent;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
	
	background-size: cover;
    background-repeat: no-repeat;
}

ul.service-ul:nth-child(odd) {
	float: left;
	background-position	: right center;
}
ul.service-ul:nth-child(even) {
	float: right;
	clear: right;
	background-position	: left center;
}

ul.service-ul h4 {
	font-family: 'Lora', serif;
	font-size: 21px;
	line-height: 27px;
	font-weight: 400;
	text-transform: none;
	color: #f3f2f0;
	
	padding-bottom: 10px;
}
ul.service-ul li {
	display: block;
	
	font-family: 'Lora', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	color: #f3f2f0;
	letter-spacing: 1px;
}

/********************************	
*	CONTACT
********************************/
.contact-container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	
	background: #f9f9f9;
}
	
.contact {
	padding: 80px 0;
}
.contact h2 {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
}
.contact p {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 40px;
	
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	color: #3f4448;	
	text-align: center;
	
	padding-top: 10px;
}
.contact p.address {
}
.social {
	display: block;
	padding: 0;
	text-align: center;
	
	margin-top: 20px;
}
.social-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	font-weight: 600;
	border-radius: 50%;
	border: 1px solid #ff0065;
	color: #f9f9f9;
	background-color: #ff0065;
	
	margin-right: 3px;
	cursor: pointer;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}
.social-icon:hover {
	border: 1px solid #ff0065;
	color: #ff0065;
	background-color: transparent;
	
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	transition: .25s ease;
}

/* FORM */
form.message-form {
	width: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.field-label {
	display: block;
	font-family: 'Source Sans Pro', serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #bebab3;
	letter-spacing: 1px;
  
	transform: translateY(25px);
	transition: .3s cubic-bezier(1, 0, 0, 1);
}
.input-field {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
}

.form-field {
  padding: 15px 0 0 0;
  position: relative;
}
.form-field:first-child {
	padding: 10px 0 0 0;
}

.form-field:after, .form-field:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bebab3; 
  bottom: 0;
  left: 0;
  
  transition: .3s cubic-bezier(1, 1, 1, 1);
}

.form-field::after {
  background-color: #0d1e2a;
  transform: scaleX(0);
}

.is-active::after {
  transform: scaleX(1);
}

.is-active .field-label {
  color: #0d1e2a;
}

.is-completed .field-label {
  font-size: 14px;
  transform: translateY(0);
}

.g-recaptcha {
	margin-top: 20px;
	margin-left: calc(50% - 152px);
}

button#send-message {
	position: relative;
	display: inline-block;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #0d1e2a;
	letter-spacing: 4px;
	word-spacing: 4px;
	
	margin-top: 20px;
	padding: 5px 0;
	background: transparent;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 2px solid #0d1e2a;
	cursor: pointer;
	
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}

button#send-message:hover {
	color: #c3c2bf;
	border-bottom: 2px solid #c3c2bf;
	
		-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}

/********************************	
*	BE A PART OF ALTRUIST
********************************/
.career-container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.career {
	padding: 80px 40px 80px 40px;
}
.career h2 {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0d1e2a;
	letter-spacing: 2px;
	text-align: center;
}
.career p {
	max-width: 500px;
	margin: 0 auto;
	font-family: 'Source Sans Pro', serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	text-transform: none;
	color: #0d1e2a;
	text-align: justify;
	
	padding-top: 25px;
}
.career p span {
	font-family: 'Lora', serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	text-transform: none;
	color: #0d1e2a;
	
	padding-top: 15px;
}

a.email-us {
	width: 500px;
	height: 52px;
	display: inline-block;
	padding: 10px 0;
	margin-top: 40px;
	margin-left: calc(50% - 250px);
	
	font-family: 'Source Sans Pro', serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0d1e2a;
	text-align: center;
	text-decoration: none;
	letter-spacing: 4px;
	word-spacing: 4px;	
	
	border: 1px solid #0d1e2a;
	
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}
a.email-us::before {
	content: "";
	background: #0d1e2a;
	display: block;
	position: absolute;
	width: 499px;
	height: 0;
	z-index: -1;
	margin-top: -10px;
	
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}
a.email-us:hover {
	color: #fff;
	
		-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}

a.email-us:hover::before {
	height: 51px;
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); 
        transition: all 250ms cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); 
	        transition-timing-function: cubic-bezier(0.000, 0.000, 0.545, 1.000); /* custom */
}
