@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
list-style: none;
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.clear { clear: both; }

/* ======================================================
   GENERAL
   ====================================================== */
* {
 	
}

html {
	height: 100%;
}
/* border-box so that border widths aren't added to the total width of the element: */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	font-family:'DIN Next W01 Medium', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	background-color: rgba(0,0,0,0.00);
	min-height: 100%;
}
img {
	width: 100%;
	height: auto;	
}
a {
	text-decoration: none;
	color: #000;	
}
p {
	margin-bottom: 1em;	
}
h2 {
	margin-bottom: 1em;		
}

.right-align {
	text-align: right;	
}
.lowercase {
	text-transform: lowercase !important;	
}
.line {
	border-top: 1px dotted #999;	
	margin-bottom: 20px;
}
.bold { font-family:'DIN Next W01 Medium'; }
.light { font-family:'DIN Next W01 Light' !important; }

/* ======================================================
   GRID
   ====================================================== */

 .c-20 {
		width: 20%;
		padding: 100px 2% 0px 2%;
		float: left;
		background-color: hsla(0,0%,0%,0.05);
		border-left: 1px solid #ff6600;  
}


/* ======================================================
   SEARCHES
   ====================================================== */
   
.searches h3 {margin: 0px 0px 30px 0px;} 
.searches h2 {text-transform: uppercase; font-family:'DIN Next W01 Medium';}
.searches p {margin: 5px 0px;}
.searches hr {border: 0;
    border-bottom: 1px dotted #ccc;
	margin: 20px 0px;
  }
.searches p a {color: #ff6633;}  
.searches p a:hover {color: #000;}
.searcharea {margin-bottom: 10px;}
.sbtn {
	padding: 3px 4px 3px 4px;
	color: #ff6633;
	background: none;
    border: none;
	cursor: pointer;
}
.skeyw{
	padding: 3px 3px;
	background-color: #f1f1f1;
	border: none;
	/*font-size: 12px;*/
}
  
  
/* ======================================================
   HEADER / NAV
   ====================================================== */ 
    
#inner-header {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0% 20px 0%;
}
nav {
	font-family:'DIN Next W01 Light';
	text-transform: uppercase;
}
nav li a {	
	width: 20%;
	padding: 90px 2% 20px 2%;
	float: left;
	background-color: hsla(0,0%,0%,0.00);
	border-left: 1px solid #ff6600;
	-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in; 
}
nav li a:hover {
	background-color: hsla(24,100%,50%,1.00);
	color: #FFF;	
	-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
}
.logo a:hover {
	background-color: #FFFFFF;	
}
.logo a {
	border-left: none;	
	padding: 40px 2% 0px 2%;
}
.logo img {
	width: 90px;	
}
.logo-mobile { display: none; }
.hilight a {
	color: #ff6600;	
	font-family:'DIN Next W01 Medium';	
}

/* ======================================================
   HOME NAV
   ====================================================== */ 
nav.home {
	font-family:'DIN Next W01 Light';
	text-transform: uppercase;
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.40);
}
nav.home li a {	
	width: 19.75%;
	height: 130px;
	padding: 90px 2% 20px 2%;
	float: left;
	background: -moz-linear-gradient(45deg,  hsla(0,0%,100%,0.5) 0%, hsla(0,0%,100%,0.25) 100%);
background: -webkit-linear-gradient(45deg,  hsla(0,0%,100%,0.5) 0%,hsla(0,0%,100%,0.25) 100%);
background: linear-gradient(45deg,  hsla(0,0%,100%,0.5) 0%,hsla(0,0%,100%,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#40ffffff',GradientType=1 );
	margin-left: 0.25%;
	border-left: none;
	-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in; 
}
nav.home li a:hover {
	background: hsla(24,100%,50%,1.00);
	text-shadow: 1px 0px 2px rgba(255, 255, 255, 0.40);
	color: #FFF;	
	-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
}
nav.home .home-logo a {
	background-color: hsla(0,0%,100%,0.80);	
}
nav.home .home-logo a:hover {
	background-color: #FFFFFF;	
}
nav.home .home-logo a {
	border-left: none;	
	padding: 30px 2% 6px 2%;
	height: 130px;
}
nav.home .home-logo img {
	width: 90px;	
}


/* ======================================================
   HOME Type
   ====================================================== */ 

.message {
	font-size: 50px;
	color: #fff;	
	font-family:'DIN Next W01 Light';
	text-transform: uppercase;
	margin-top: 30px;
	/*text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);*/
}
.field1 {
	padding: 0 2%;	
	margin-left: 20%;
	border-left: 1px solid #fff;
}
.field2 {
	padding: 0 2%;	
	margin-left: 0%;
	border-left: 1px solid #fff;
}
.field3 {
	padding: 0 2%;	
	margin-left: 60%;
	border-left: 1px solid #fff;
}
.field4 {
	padding: 0 2%;	
	margin-left: 40%;
	border-left: 1px solid #fff;
}




#menu {
	display: none;
}


/* ---------->>> Menu Rules (tablet + mobile) <<<-----------*/

@media screen and (max-width: 768px) {
	
nav {
	margin-top: 0px;	
}
.home #menu {
	border-bottom: none;
	padding: 5px 0% 3px 0%;
}

#menu {
	width: 96%;
	display: block;
	/*background:#ddd;*/
	text-align: right;
	/*aligning the above "left" will make the 3 lines appear on the left*/
	padding: 5px 0% 9px 0%;
	margin: 0px auto -2px auto;
	border-bottom: 1px solid #ff6600;
}
/*position of 3-lines image:*/
#menu img {
	margin: 3px 0px;
	width: 45px;
	height: auto;	
}
#nav.js {
	display: none;
}
ul {
	width: 100%;
	padding: 0px 2%;
}
li {
	width:100%;
	margin: 1px 0px 0px 0px;
}


.logo { display: none; }
.home-logo { display: none; }
nav li a {	
	width: 100%;
	padding: 9px 2% 10px 1%;
	float: left;
	background-color: hsla(0,0%,0%,0.00);
	border-left: none;
	border-bottom: 1px solid #ff6600;	
}
nav.home li a {	
	width: 100%;
	height: auto;
	padding: 9px 4% 10px 4%;
	float: left;
	background: -moz-linear-gradient(45deg,  hsla(0,0%,100%,0.5) 0%, hsla(0,0%,100%,0.25) 100%);
background: -webkit-linear-gradient(45deg,  hsla(0,0%,100%,0.5) 0%,hsla(0,0%,100%,0.25) 100%);
background: linear-gradient(45deg,  hsla(0,0%,100%,0.5) 0%,hsla(0,0%,100%,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#40ffffff',GradientType=1 );
	margin-left: 0.25%;
	border-left: none;
}
nav.home  {
	padding: 0px;
	background: -moz-linear-gradient(-45deg,  hsla(0,0%,100%,0.66) 0%, hsla(0,0%,100%,0.24) 100%);

background: -webkit-linear-gradient(-45deg,  hsla(0,0%,100%,0.66) 0%,hsla(0,0%,100%,0.24) 100%);

background: linear-gradient(135deg,  hsla(0,0%,100%,0.66) 0%,hsla(0,0%,100%,0.24) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffffff', endColorstr='#3dffffff',GradientType=1 );

	
}
nav.home ul {
	padding: 0px;
}

.logo-mobile a:hover {
	background-color: #FFFFFF;	
}
.logo-mobile a {
	border-left: none;	
	padding: 40px 2% 0px 2%;
}
.logo-mobile img {
	width: 70px;	
}
.logo-mobile { display: block; float: left; margin-top: -9px; margin-left: 2%; }
.hilight a {
	color: #ff6600;
	font-family:'DIN Next W01 Medium';
}

}

/*@media screen and (min-width: 768px) {
#menu {
	display: none;
}
}
*/








/* ======================================================
   MAIN SECTIONS
   ====================================================== */

#main {
	background: rgba(255, 255, 255, 0.0);
	margin-top: 0px;	
}
#inner-main {
	width: 90%;
	max-width: 1200px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 90px 0px;	
}
 







/* ======================================================
   HOME
   ====================================================== */




/* ======================================================
   ABOUT
   ====================================================== */





/* ======================================================
   PROJECTS
   ====================================================== */
   
.thumb-1 {
	width: 20%;
	padding: 0% 2% 0% 2%;	
	border-left: 1px solid #ff6600; 
	float: left;
	margin: 2% 0;   
}
.projects-1 {
	margin-top: 0px;	
	clear: both;
}
.projects-1 p {
	font-size: 12px;
	height: 40px;
	color: #666;	 
	text-transform: uppercase;
	padding: 3px 0px 0px 0px;
}
.no-border {
	border-left: 1px solid #FFF !important; 	
}
.projects a {
	color: #ff6600;		
}
#intro {
	width: 80%;
	font-family:'DIN Next W01 Light';
	padding: 0% 2% 0% 2%;
	float: right;
	margin-bottom: 30px;
}
#intro p {
	margin-bottom: 1em;
	line-height: 1.4em;	
	font-size: 16px;
}
.sorters {
	font-size: 12px;	
	padding: 0% 2% 0% 2%;
	margin-bottom: 15px;
	color: #666;		
}
.sorters a {
	color: #666;	
}
.sorters a:hover {
	color: #000;	
}
.sorters span {
	font-family:'DIN Next W01 Light';
	padding: 0px 3px 0px 3px;	
}
.active { color: #ff6600 !important;	}


/* ======================================================
   PROJECT
   ====================================================== */
   
.project {
	margin-top: 0px;	
	clear: both;
	background-color: hsla(0,0%,0%,0.00);
	width: 100%;
	padding: 0px 2%;
	margin: 0px auto;
} 
#content-slider-1 {
	width: 100%;
  color: #000;
  margin-top: 0px;
}
#p-description {
	/*width: 80%;*/
	font-family:'DIN Next W01 Light';
	padding: 0% 2% 0% 2%;
	float: left;
	margin: 30px 0px 0px 0px;
}
#p-description p {
	margin-bottom: 1em;
	line-height: 1.4em;	
	font-size: 16px;
}
#p-description h3 {	
	font-size: 16px;
	font-family: 'dinbold';
	margin-bottom: 1em;
}
.project-title {
	padding: 20px 2% 10px 2%;	
	font-size: 24px;
	text-transform: uppercase;
	color: #ff6600;
	margin-top: -20px;
	line-height: 27px;
}
.pipe {
	padding: 0px 2px;	
}




/* ======================================================
   TEAM 1
   ====================================================== */
   
.team-1 {
	margin-top: 0px;	
	background-color: hsla(0,0%,0%,0.00);
	width: 100%;
	float: right;
	clear: both;
	padding: 0px 2%;
	margin: 0px auto;
}
.t-members-1 {
	width: 100%;
	margin: 30px 0px;
	padding: 0% 2%;	
	float: left;
	font-size: 14px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.t-title-1 {
	font-size: 11px;	
}
.member-title, .member-title-add, .member-function {
	text-transform: uppercase;
}


/* ======================================================
   TEAM 2
   ====================================================== */
   
.team-2 {
	margin-top: 0px;	
	background-color: hsla(0,0%,0%,0.00);
	width: 60%;
	float: right;
	/*clear: both;*/
	padding: 0px 2%;
	margin: 0px auto;
}
.t-members-2 {
	width: 40%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: left;
	font-size: 12px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	line-height: 13px;
	text-transform: uppercase;
}
.t-title-2 {
	font-size: 9px;	
	/*font-family: 'din_lightregular' !important;*/
}
.t-break {
	display: block;
	margin: 3px 0px 4px 0px;	
	border-top: 1px dotted #999;
}
.teamspace {
	padding: 15px 0px;
	clear: both;
}
.t-members-2 a:hover {
	color: #ff6600;	
}


/* ======================================================
   TEAM MEMBER
   ====================================================== */
 
.member {
	width: 40%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: left;
	/*font-size: 12px;*/
	line-height: normal;	
	/*background-color: #ccc;*/
	border-right: 1px solid #ff6633;
}
.member-title {
	padding: 0% 0%;	
	font-size: 24px;
	text-transform: uppercase;
	color: #ff6600;
}
.member p {
	font-family:'DIN Next W01 Light';	
	line-height: 21px;
}
.member-title-add {
	font-size: 14px;	
}
.member-function {
	text-transform: uppercase;	
	margin: -10px 0px 25px 0px;
}
.member-slider {
	margin-top: 0px;	
	background-color: hsla(0,0%,0%,0.00);
	width: 60%;
	float: right;
	padding: 0px 2%;
	margin: 0px auto;
}
.member-photo {
	width: 50%;	
	margin: 0px 0px 15px 0px;
}
.back {
	font-family:'DIN Next W01 Medium';
	display: block;
	margin-top: 20px;
	font-size: 11px;	
	text-transform: uppercase;
}
.back a:hover {
	color: #ff6600;	
}





/* ======================================================
   FIRM
   ====================================================== */

.main-left {
	width: 20%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: left;	
	/*background-color: #C9C9C9;*/
}
.main-right {
	width: 80%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: right;
	font-family:'DIN Next W01 Light';	
	line-height: 21px;
	/*background-color: #C9C9C9;*/
}	

.nav-left {
	text-transform: uppercase !important;	
	font-family:'DIN Next W01 Light';
	font-size: 14px;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
}
.nav-left li {
	margin: 0px 0px 10px 0px;	
}
.nav-left a {
	/*color: #000;	*/
}
.nav-left a:hover {
	color: #ff6600;	
}


.firm-left {
	width: 25%;
	margin: 4px 0px 0px 0px;
	padding: 0% 2% 0% 0%;	
	float: left;	
	min-height: 10px;
	/*background-color: #C9C9C9;*/
}
.firm-right {
	width: 75%;
	margin: 0px 0px;
	padding: 0% 1.5%;	
	float: left;	
	/*background-color: #C9C9C9;*/
}
.mob { display: none; }
.desk { margin-bottom: 15px; }

.awards li {
	margin: 0px 0px 5px 0px;
	border-top: 1px dotted #999;
	padding: 3px 0px 0px 0px;	
}
.date {
	font-size: 12px;
	color: #999;
	display: block	
}
.more a {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.more a:hover {
	color: #ff6600;	
}

/* contact */
.contact-left {
	width: 50%;
	margin: 10px 0px 0px 0px;
	padding: 0% 2% 0% 0%;	
	float: left;	
	min-height: 10px;
	/*background-color: #C9C9C9;*/
}
.contact-right {
	width: 50%;
	margin: 0px 0px;
	padding: 0% 1.5%;	
	float: left;	
	/*background-color: #C9C9C9;*/
}






/* portfolio boxes mouse overs: */
.hovertext a {
	position: absolute;
	width: 100.5%;
	height: 100%;
	left: -0.5px;	
	text-decoration: none;
	background-image: url(../img/dark3.png);
	background-size: cover;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
	z-index: 99;
}
.hovertext a:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out; 
	-o-transition:opacity 0.2s ease-in-out;  
   	transition:opacity 0.2s ease-in-out;
	z-index: 99;	
}
.hovertext .ptitle {
	position: absolute;
	padding: 0px 6%;
	bottom: 15px;
	z-index: 2;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	zoom: 1;
	filter: alpha(opacity=100);
	line-height: normal;
}
.recent h3 {
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 20px;
}
.hovertext p {
	float: none;	
	font-weight: 300;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
}



/* ======================================================
   HOVERS
   ====================================================== */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.rover {
  position: relative;
  overflow: hidden;
  line-height: 0;
	margin-bottom: 0px;
}
.rover img {
  max-width: 100%; 
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.rover:hover img {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}







/* ======================================================
   CONTACT
   ====================================================== */
 



#map {
width: 96%;
margin: 10px auto;
height: 450px;
}







/* ======================================================
   FOOTER
   ====================================================== */

footer {
	padding-bottom: 20px;
}
#inner-footer {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 13px;	
	line-height: 16px;
	color: #ff6600;	
	font-family:'DIN Next W01 Light';
}

.f-20 {
		width: 20%;
		padding: 10px 2% 10px 2%;
		float: left;
		background-color: hsla(0,0%,0%,0.00);
		border-left: 1px solid #ff6600; 
		height: 100px; 
}
.f-20 a {
	color: #ff6600 ;	
}
.f-20 a:hover {
	color: #000 ;	
}
.footer-column a {
	color: #ff6600 ;
}
.footer-column a:hover {
	color: ;	
}














/* ======================================================
   MEIDA QUERIES
   ====================================================== */ 
   
   
 

@media screen and (max-width: 768px) {

.t-members-2 {
	width: 100%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: none;
	font-size: 12px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	line-height: 13px;
}
.team-2 {
	margin-top: 0px;	
	width: 100%;
	float: none;
	/*clear: both;*/
	padding: 0px 2%;
	margin: -20px auto 50px auto;
}
.member {
	width: 100%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: none;
	/*font-size: 12px;*/
	line-height: normal;
	border-right: none;
}
.member-photo {
	width: 40%;
	float: left;	
	padding-right: 4%;
}
.member-slider {
	float: none;
	width: 100%;
	border-left: none;
	margin-top: 30px;	
}
.f-20 {
	width: 100%;
	padding: 10px 2% 10px 2%;
	float: none;
	border-left: none; 
	border-top: 1px solid #ff6600;
	height: auto; 
}
.backtotop {
	text-align: right !important;	
}
#intro {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#p-description {
	width: 100%;
	padding: 0% 2% 0% 2%;
	float: none;
	margin: 10px 0px 0px 0px;
}
#p-description p {
	margin-bottom: 1em;
	line-height: 1.4em;	
	font-size: 14px;
}
.message {
	font-size: 45px;
	margin-top: 30px;
}
.field1 {
	padding: 0 2%;	
	margin-left: 0%;
	border-top: 1px solid #fff;
	border-left: none;
}
.field2 {
	padding: 0 2%;	
	margin-left: 0%;
	border-top: 1px solid #fff;
	border-left: none;
}
.field3 {
	padding: 0 2%;	
	margin-left: 0%;
	border-top: 1px solid #fff;
	border-left: none;
}
.field4 {
	padding: 0 2%;	
	margin-left: 0%;
	border-top: 1px solid #fff;
	border-left: none;
}
.firm-left {
	width: 100%;
	margin: 4px 0px 0px 0px;
	padding: 0% 2% 0% 0%;	
	float: none;	
}
.firm-right {
	width: 100%;
	margin: 0px 0px;
	padding: 0% 1.5%;	
	float: none;	
	/*background-color: #C9C9C9;*/
}
.mob { margin-bottom: 15px; display: block; }
.desk { margin-bottom: 15px; display: none;  }

.main-right {
	margin: 0px 0px;
	padding: 0% .5% 0% 2%;	
	line-height: 21px;
}
.contact-left {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0% 2% 10px 0%;	
	float: left;	
	min-height: 10px;
	border-bottom: 1px dotted #999;
}
.contact-right {
	width: 100%;
	margin: 0px 0%;
	padding: 0% 0%;	
	float: left;	
	
}
.nav-left {
	padding: 0px 0px 0px 0px;
}
#map {
width: 100%;
margin: 10px auto;
height: 450px;
}

}



@media screen and (max-width: 600px) {

.main-left {
	width: 100%;
	margin: -17px 0px 0px 0px;
	padding: 0% 2%;	
	float: none;	
	
}
.main-right {
	width: 100%;
	margin: 0px 0px;
	padding: 0% 0%;	
	float: none;
	line-height: 21px;
}
.firm-right {
	padding: 0% 0%;	
	float: none;	
}
.nav-left {
	font-size: 14px;
	line-height: 15px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666;
	margin-bottom: 25px;
}
.awards {
	margin-top: 11px	
}
.contact-left {
	padding: 0% 2% 10px 0%;	
	margin: 0px 2% 10px 2%;
	float: left;	
	min-height: 10px;
	border-bottom: 1px dotted #999;
}
.contact-right {
	width: 100%;
	margin: 0px 0%;
	padding: 0% 0%;	
	float: left;	
	
}
.thumb-1 {
	width: 33%;
	padding: 0% 2% 0% 2%;	
	border-left: 1px solid #fff; 
	float: left;
	margin: 2% 0;   
}

	
}




@media screen and (max-width: 500px) {
	
	
.member-photo {
	width: 100%;
	float: none;	
	padding-right: 0%;
}
.thumb-1 {
	width: 50%;
	padding: 0% 2% 0% 2%;	
	border-left: 1px solid #FFF; 
	float: left;
	margin: 2% 0; 
	height: 200px;
}
.projects-1 p {
	font-size: 12px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.message {
	font-size: 33px;
	margin-top: 30px;
}
.t-members-2 {
	width: 100%;
	margin: 0px 0px;
	padding: 0% 2%;	
	float: left;
	font-size: 12px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	line-height: 13px;
}

	
}




/* ======================================================
   ANIMATION
   ====================================================== */
.element-animation{
  animation: animationFrames ease 40s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 26s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 26s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 26s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 26s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  ;
  }
  15% {
    opacity:1;
    transform:  ;
  }
  85% {
    opacity:1;
    transform:  ;
  }
  100% {
    opacity:0;
    transform:  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  ;
  }
  15% {
    opacity:1;
    -moz-transform:  ;
  }
  85% {
    opacity:1;
    -moz-transform:  ;
  }
  100% {
    opacity:0;
    -moz-transform:  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  ;
  }
  15% {
    opacity:1;
    -webkit-transform:  ;
  }
  85% {
    opacity:1;
    -webkit-transform:  ;
  }
  100% {
    opacity:0;
    -webkit-transform:  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  ;
  }
  15% {
    opacity:1;
    -o-transform:  ;
  }
  85% {
    opacity:1;
    -o-transform:  ;
  }
  100% {
    opacity:0;
    -o-transform:  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  ;
  }
  15% {
    opacity:1;
    -ms-transform:  ;
  }
  85% {
    opacity:1;
    -ms-transform:  ;
  }
  100% {
    opacity:0;
    -ms-transform:  ;
  }
}



/* -------->> CSS Transitions <<<-----------*/


.fade-nav a {
	opacity: 0.0;
-webkit-transition: background-color 0.3s ease-in;
-moz-transition: background-color 0.3s ease-in;
-ms-transition: background-color 0.3s ease-in;
-o-transition: background-color 0.3s ease-in;
transition: background-color 0.3s ease-in;
}

.fade-nav a:hover {
	opacity: 1.0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-ms-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
}

.fade a {
	opacity: 1.0;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.fade a:hover {
	opacity: 0.7;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

