html {
	font-family: "Tiempos" !important;
	font-weight: 300;
	
}

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

/* Font */




@font-face {
  font-family: "Maison Neue";
  src: url("../font/maison/MaisonNeue-Light.ttf") format("truetype");
  font-weight: 100; }

@font-face {
  font-family: "Maison Neue";
  src: url("../font/maison/MaisonNeue-Book.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Maison Neue";
  src: url("../font/maison/MaisonNeue-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Maison Neue";
  src: url("../font/maison/MaisonNeue-Demi.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: "Apercu";
  src: url("../font/apercu/ApercuRegular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Apercu";
  src: url("../font/apercu/ApercuMedium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: "Tiempos";
  src: url("../font/tiempos/TiemposHeadline-Bold.otf") format("opentype");
  font-weight: 700; }

@font-face {
  font-family: "Tiempos";
  src: url("../font/tiempos/TiemposHeadline-Light.otf") format("opentype");
  font-weight: 100; }


@font-face {
    font-family: 'Atrament STD';
    src: url('../font/atrament/AtramentStd-Medium.eot');
    src: url('../font/atrament/AtramentStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/atrament/AtramentStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



/* New */

.lighten-1
{
	height: 140px;
	position: fixed;
}

.mainbox {
	margin-top: 130px;
	width: 85%;
}

.maincontent {
	max-width: 880px;
	margin: 0 auto !important;	
}


.maincontent h5 {
	 font-family:'Tiempos';
	 /*line-height: 4.1rem;
	 font-size: 2.1em;*/
	 line-height: 5.2rem;
	 font-size: 3.15em;
	 font-weight: 600;
	 letter-spacing: -0.02em;
	 float: none !important;
	 margin: 0 auto 80px auto !important;
}

.services h4 {
	line-height: 2.5rem;
	margin: 150px auto 100px auto !important;
	float: none !important;
	font-weight: 700;
}

.servicesbox {
	padding-bottom: 90px;
}

.servicesbox img {
	max-width: 130px;
	opacity: 0.5;
}

.servicesbox h5 {
	 font-size: 1.8em;
	 font-weight: 700;
	 line-height: 2.5rem;
	 padding-top: 30px;
	 margin: 0 auto;
	 padding-top: 10px;
}

.servicesbox h6 {
	font-weight: 100;
	line-height: 2.4rem;
	margin-top: 15px;
	font-size: 1.3em;
	letter-spacing: 0;
}

.partners h4 {
	line-height: 2.5rem;
	margin: 300px auto 0px auto !important;
	float: none !important;
	font-weight: 700;
}

.partnersimg .col {
	margin: 0 auto !important;
	float: none !important;
}

.partnersimg img {
	max-width: 100% !important;
}

.partnersimg .bigone {
	margin-top: 50px;
}

.partnersimg .smallone {
	display: none; 
}


.contact h4 {
	line-height: 2.5rem;
	margin: 300px auto 60px auto !important;
	float: none !important;
	font-weight: 700;
}

.contactbox h6 {
	 font-weight: 400;
	 line-height: 2.5rem;
	 margin-top: 0px;
	 font-size: 1.3em;
}

.copyrights h6 {
	font-weight: 400;
	line-height: 2.5rem;
	margin-top: 250px;
	font-size: 0.9em;
	margin-bottom: 0px;
	opacity: 0.6;
}

/* New Spacing */

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

.mainbox {
	margin-top: 50px;
}

.maincontent h5 {
	 line-height: 2.7rem;
	 font-size: 1.3em;
}

.servicesbox {
	padding-bottom: 90px!important;
}

.services h4 {
	font-size: 1.4em;
	line-height: 2.7rem;
	margin: 130px auto 20px auto !important;
}

.servicesbox h5 {
	font-size: 1.4em;
	line-height: 2.7rem;
}

.servicesbox h6 {
	font-size: 1.3em;
}


.partners h4 {
	font-size: 1.4em;
	line-height: 2.7rem;
	margin: 100px auto 0px auto !important;
	
}

.contact h4 {
	font-size: 1.4em;
	line-height: 2.7rem;
	margin: 200px auto 50px auto !important;
	
}

.copyrights h6 {
	margin-top: 160px;
}

.partnersimg .bigone {
	display: none;
}

.partnersimg .smallone {
	display: initial; 
}

}


/* Animations */

.fader {
	-webkit-animation: fadeInRight 1.2s;
	-webkit-animation-duration: 1.2s; 
    animation-duration: 1.2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
}


@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(0px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(0px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 

/* Spacing */

@media only screen and (max-width : 600px) {
  .grids .col {padding-bottom: 0.85rem;}
 }

.m0 {
	margin-bottom: 0px;
}

.p0 {
	padding: 0px !important;
}



/* Icons */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/* Text */

.bigname {
	font-weight:300;
	color: #ff9f47;
}

.sub {

	font-size: 0.9rem;
	color: #bbb;
	padding-left: 10px;
	font-weight: 300;
	letter-spacing: 0.01rem;
	opacity: 0 ;

}

p {
	font-weight: 300;
	line-height: 1.6rem;
	letter-spacing: 0.0rem;
}

h3 {
	font-weight: 100;
	font-size: 2.7em;
	line-height: 135%;
	letter-spacing: -0.01em;

}

.homes h3 {
	margin-top: 52px;
	margin-bottom: 76px !important;
	font-weight: 300;
}


h5 {
	font-weight: 300;
}

h6 {
	font-weight: 500;
}

/* Nav */



nav ul a {
	padding: 0px 0px 0px 35px;
	font-size: 1.3em;
	color: #999;
	cursor: pointer;
	-o-transition: color .3s;
	  -ms-transition: color .3s;
	  -moz-transition: color .3s;
	  -webkit-transition: color .3s;
	  transition: color .3s;
}

nav ul a, footer {

	font-weight: 300;
	letter-spacing: 0.01rem;	
}

nav .brand-logo {
	font-size: 1.3rem;
	font-weight: 300;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	background: #fca880;
	position:  relative;
	right:  3px;
	top:  2px;
	cursor: pointer;
}

nav .brand-logo .barrow {
    font-family: 'Maison Neue';	
    color: white;
}

nav .brand-logo .barrow h4 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    padding: 2px 0 0 3px;
    font-weight: 100;
    opacity: 0;
    transition: all 0.2s ease-in-out;
/*    left: 7px;*/
    position: relative;
}

nav .brand-logo:hover .barrow h4 {
    opacity: 1;
    transition: all 0.2s ease-in-out;
/*    left: 0px;*/
    position: relative;
}

nav .brand-logo img {
	max-width: 35px;
	display: none;
	position:  relative;
	right:  3px;
	top:  14px;
	-o-transition:.3s;
	  -ms-transition:.3s;
	  -moz-transition:.3s;
	  -webkit-transition:.3s;
	  transition:.3s;
}


nav .brand-logo img:hover {
	top:  14px;
}

nav ul li a:hover, nav ul li.active a {       

          
          color: #000 !important;
         }



.nav-wrapper {
/*	border-bottom: 2px solid #eee;margin-bottom: 45px;*/
}


/* Page */

.header {
	margin-bottom: 50px;
}

.blocks {
	display: block;
	height: 100%;
	width: 99.5%;
	overflow: hidden;
	margin: 0 auto;
}

.blockgrid {
	height: 350px;
/*	height: 300px;*/
	margin-bottom: 5px;
}

.box {
	/*border-width: 7px;
	border-style: solid;
	border-color:  #ddd;*/
	background: linear-gradient(#E8F8FB, #FCF4EF);
/*	border: 12px solid white;*/
}

.box-green {
	border-color: #1de9b6;	
}

.box-white {
	border-color: #fff;	
}

#particles {
	 height:100%;
	 width:100%;
	 position: fixed;
	 margin: 0 auto;
	 z-index: -1;
	 -moz-transform: translate3d(0, 0, 0);
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 
}

.photoback {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-size: cover;
/*	background-position: 100% 50%;*/
	background-position: 50% 50%;	
	z-index: 1;
	/*-webkit-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
	transform: scale(1.0);*/
	transform: scale(1) translateZ(0);
	transition: 7s cubic-bezier(.23,1,.32,1) .1s;
	cursor: pointer;	
}

/*.photoback:hover  {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;	
}*/

.blocks:hover .photoback {
/*	transition: all 1.0s ease-in-out;
	-webkit-transition: all 1.0s ease-in-out;
	transform: scale(1.04);*/
	transform: scale(1.05) translateZ(0);
	transition: 5s cubic-bezier(.23,1,.32,1) .1s;
}

.photoback .lavender {
		background: #a2adff;		
}

.photoback .ltgreen {
		background: #1de9b6;	
}

.photoback .ltteal {
		background: #92fff7;		
}

.photoback .canary {
		background: #fbf78b;		
}

.photoback .peach {
		background: #ffd892;		
}

.photoback .salmon {
		background: #fbaa8b;		
}

.photolay {
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	height:100%;
/*	width:100%;*/
	position: relative;
	z-index: 5;
/*	top: 0;	*/
	background: rgba(0,0,0,0.10)!important;
}


.photolay:hover {
	background: rgba(0,0,0,0.35) !important;
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	
}

.photolay .bar {
	height: 44px;
	position: absolute;
	margin: 0 auto;
	left: 29px;
	right: 29px;
	bottom: 5px;
/*	border-top: 1px solid rgba(255,255,255,0.4);	*/
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	opacity: 0;
	
}

.photolay:hover .bar {
	height: 44px;
/*	border-top: 1px solid rgba(255,255,255,0.4);*/
	-webkit-transition: all 0.38s ease-in-out 0s;
	transition: all 0.38s ease-in-out 0s;
	opacity: 1;
	
}

.photolay .bartext {
	display: none;
	color: white;
	position: relative;
/*	top: 8px;*/
	top: 0px;
	left: -60px;
/*	font-size: 13px;*/
	font-size: 20px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-webkit-transition-delay: 0.5s;
	transition: all 0.25s ease-in-out 0s;
	transition-delay: 0.5s;
}

.photolay .bartext:after {
	content: "\2192" ;	
}

.photolay:hover .bartext {
	color: white;
	left: 1px;
	-webkit-transition: all 0.42s ease-in-out 0s;
	-webkit-transition-delay: 0.32s;
	transition: all 0.42s ease-in-out 0s;
	transition-delay: 0.32s;
}

.photoinner {
	z-index: 10;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 35px 40px;
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	
}

.photoinner h6 {
	color: white;
	font-size: 0.75em;
/*	font-weight: 400;*/
	opacity: 0;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	transform: rotate(0deg) rotateY(-60deg) translateX(0px) translateY(0px) translateZ(0);
		transition-delay: 0.125s;
	
	
}

.photoinner:hover h6 {
	color: white;
	opacity: 0.9;
/*	margin-top: 0px;*/
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	transition-delay: 0.19s;
/*	-webkit-transition-delay: 0.15s;*/
	transform: rotate(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(0);
	
/*	font-weight: 100 !important;		*/
}

.photoinner h5 {
	color: white;
/*	margin-top: 138px;*/
	margin-top: 175px;
/*	margin-top: 246px;*/
	font-size: 27px;
	font-weight: 300;
	margin-bottom: 8px;
	text-shadow: 0 0 25px rgba(0,0,0,1);
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	opacity: 0;
	transform: rotate(0deg) rotateY(-60deg) translateX(0px) translateY(0px) translateZ(0);
	
	
}

.photoinner:hover h5 {
	color: white;
/*	margin-top: 115px;*/
/*	margin-top: 145px;*/
/*	margin-top: 185px;*/
	-webkit-transition: all 0.7s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	text-shadow: 0 0 45px rgba(0,0,0,0);
	transform: rotate(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(0);
	opacity: 1;
/*		text-shadow: 0px 0px 12px rgba(0,0,0,0.7);*/
	
/*		    transition-delay: 0.1s;*/
	
	
}

.photoinner p {
	margin-top: 0px;
	color: white;
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-webkit-transition-delay: 0s;
	transition: all 0.7s ease-in-out 0s;
	transition-delay: 0s;
	max-width: 60%;
	margin-bottom: 0px;
	transform: rotate(0deg) rotateY(-60deg) translateX(20px) translateY(0px) translateZ(0);
	transition-delay: 0.12s;
/*	text-shadow: 0px 0px 12px rgba(0,0,0,0.7);*/
	
		
}

.photoinner:hover p {
	color: white;
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out 0s;
/*	-webkit-transition-delay: 0.06s;*/
	transition: all 0.7s ease-in-out 0s;
/*	transition-delay: 0.06s;*/
	font-size: 400 !important;
	transform: rotate(0deg) rotateY(0deg) translateX(0px) translateY(0px) translateZ(0);
	transition-delay: 0.17s;
	
}



.home {
	box-shadow:none;
	/*height: 160px;
	line-height: 160px;*/
/*	margin-bottom: 45px;*/
	height: 140px;
	line-height: 158px;
	margin-bottom: 5px;
	background: transparent;
}

.aboutpage .topp {
	margin-top:  0px;
}

.aboutpage p {
	padding-left: 0px !important;
/*	font-size: 18px !important;
	line-height: 2.2rem !important;*/
	font-size: 21px!important;
	line-height: 2.6rem!important;
	font-weight: 100;
}

.aboutpage p a {
	color: black;
	text-decoration: underline;
}

.aboutpage .row {
	 border-bottom: 1px solid #eee;
	 padding-top: 25px;
	 padding-bottom: 35px;
	 margin-left: 0px;
}


.aboutpage h6
{
/*	font-weight: 600;*/
	padding-left: 0px !important;
	line-height: 1.4em;
/*	margin-top: 4px;*/
/*	font-size: 18px;*/
	padding-bottom: 10px !important;
	font-size: 24px;
	margin-top: 2px;
	font-weight: 400;
	
}

.about .container {width: 68%;}

.about .white {

	box-shadow:none;
/*	height: 190px;*/
	line-height: 160px;
	padding-bottom: 30px;
/*	margin-bottom: 30px;*/
	height: 185px;
	margin-bottom: 0px;
}


/* Contact */

.contactpage .top {
	margin-top: 25px;
}

.contactpage .topp {
	margin-top:  0px;
}

.contactpage p {
	padding-left: 0px !important;
	font-size: 18px !important;
	line-height: 2.2rem !important;
}

.contactpage p a {
	color: black;
	text-decoration: underline;
}

.contactpage .row {
/*	 border-bottom: 1px solid #eee;*/
/*	 padding-top: 25px;*/
/*	 padding-bottom: 10px;*/
	 margin-left: 0px;
}

.contactpage .left {
	margin-left: -11px !important;
}

.contactpage form {
	position: relative;
	right: 22px;
	top: -22px;
}

.contactpage form button {
	margin-left: 10px;
	float: left;
	color: #fff;	
/*	background: -webkit-linear-gradient(left, #f8c270 , #fca880);*/
	background: #fca880;	
	display: inline-block;
	height: 45px;
	padding: 6px 31px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.09em;
	cursor: pointer;
	vertical-align: middle;
	white-space: pre-wrap;
	outline: none;
	box-shadow: none;
	font-size: 14px !important;
	border-radius: 25px;
}

.contactpage form button:hover {
	opacity: 0.8;
	background: #fca880;
	background-color: #fca880;
	box-shadow: none;	
		
	
}

.contactpage h6
{
	font-weight: 600;
	padding-left: 0px !important;
	line-height: 1.4em;
	margin-top: 4px;
	font-size: 18px;
	padding-bottom: 10px !important;
	
}


/* Ideas */

.ideapage .topp {
	margin-top:  0px;
}

.ideapage p {
	padding-left: 0px !important;
	padding-bottom: 30px !important;
	margin-bottom: 30px !important;
	border-bottom: 1px solid #eee;
	font-size: 18px !important;
	line-height: 2.2rem !important;
}

.ideapage p a {
	color: black;
	-o-transition: border-color .5s ease;
	  -ms-transition: border-color .5s ease;
	  -moz-transition: border-color .5s ease;
	  -webkit-transition: border-color .5s ease;
	  transition: border-color .5s ease;
	  padding-bottom: 2px;
	  border-bottom: 1px solid;
	  border-color: #fff;
}

.ideapage p a:hover {
	color: black;
	border-color: #333;
}

.ideapage .row {
/*	 border-bottom: 1px solid #eee;*/
	 padding-top: 25px;
	 padding-bottom: 35px;
	 margin-left: 0px;
}


.ideapage h6
{
	font-weight: 600;
	padding-left: 0px !important;
	line-height: 1.4em;
	margin-top: 4px;
	font-size: 18px;
	padding-bottom: 10px !important;
	
}

/* Testimonial */

.test  {
	padding: 90px 0px 50px 0px;	
}

.test img {
	max-width: 70px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 100px;
	display: inline-block;
}

.test .bold
{
	font-weight: 600s;
	line-height: 1.1em;
	font-size: 16px;
} 

.test h5 {
	font-size: 1.4em;
	line-height: 1.8em;
}

.test h6 {
	font-weight: 300;
	margin-top: 0px !important;
	font-size: 13px;
}


/* Button */

.contactinfo  {
	padding: 50px 0px 90px 0px;	
}


.contactinfo .btn {
	color: #fff;	
/*	background: -webkit-linear-gradient(left, #f8c270 , #fca880);*/
	background: #fca880;
	display: inline-block;
	height: 45px;
	padding: 6px 31px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.09em;
	margin-top: 13px;
	margin-bottom: 0px;
	cursor: pointer;
	vertical-align: middle;
	white-space: pre-wrap;
	outline: none;
	box-shadow: none;
	font-size: 14px !important;
	border-radius: 25px;
	-o-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  opacity: 1;
	  
}

.contactinfo .btn:hover {
	opacity: 0.8;
}

textarea {
	height: 5rem !important;
}



/* Work */

.meta p {
	font-size: 20px;
	line-height: 32px;
	color: #555 !important;
	margin-top: 25px;
	margin-bottom: 40px;
}
.meta ul {
	margin-top: 20px;
}
.meta h3 {
	font-weight: 300;
	padding-left: 8px !important;
	padding-top: 38px !important;
	padding-bottom: 21px !important;
	
}

.meta h5 {
	margin-top: 11px;
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 500;
}

.meta .detail {
	padding-bottom: 18px;
	font-size: 20px;
	color: #555 !important;	
	text-align: left;
}


.meta .btn {
	color: #fff;	
/*	background: -webkit-linear-gradient(left, #f8c270 , #fca880); !important;*/
	background: black;
	display: inline-block;
	height: 42px;
	padding: 4px 24px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.09em;
	margin-top: 3px;
	margin-bottom: 0px;
	cursor: pointer;
	vertical-align: middle;
	white-space: pre-wrap;
	outline: none;
	box-shadow: none;
	font-size: 14px !important;
	border-radius: 25px;
}

.meta img, .meta picture {
	box-shadow: 0px 1px 20px rgba(0,0,0,0.09);
	width: 100%;
}

.projectnav {
	border-top:  1px solid #eee;
	padding-top: 70px;
}

.projectnav a .black-text {
	transition: all 0.2s ease-in-out;
}

.projectnav a:hover .left-align {
	color: #fca880 !important;
	transition: all 0.2s ease-in-out;
}

.projectnav a:hover .right-align {
	color: #fca880 !important;
	transition: all 0.2s ease-in-out;
}

.examples .row {
	margin-bottom: 70px;
}

/* Image Hover */

.zoomy {
	transition: transform 0.35s ease-in-out;
	overflow: hidden;
	transform: scale(1);
	display: block;	
}

.zoomy:hover {
	transition: transform 0.35s ease-in-out;
	overflow: hidden;
	transform: scale(1);
	display: block;
}

.zoomy img {
	box-shadow: none !important;
	transition: transform 0.3s ease-in-out;
	transform: scale(1);
}

.zoomy img:hover {
	box-shadow: none !important;
	transition: transform 0.3s ease-in-out;
	transform: scale(1.04);
}


/* Press */

.press p {
	font-size: 22px;
	line-height: 32px;
	color: #555 !important;
	margin-top: 8px;
	margin-bottom: 40px;
}

.press h5 {
	margin-top: 11px;
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 500;
}

.press .row {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 50px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 1320px) {
  .homes h3 {
    font-size: 3.1em;
    line-height: 145%;
    letter-spacing: -0.04em;
    margin-top: 62px;
    margin-bottom: 86px!important; 
    } 
    
    .js-scroll-into {
    	font-size: 2.5em !important;
    	padding-bottom: 20px;
    }
    
}


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

	.photoinner p {
		max-width: 100%;
	}
}

@media only screen and (max-width : 736px) {
     
     .container {
     	width: 82%;
     }
     
     
     nav ul a {
     	padding: 0px 0px 0px 30px;
     }  
     
     .home {
     	line-height: 120px;
     }
     
     .homes h3 {
     	margin-top: 0px;
/*	 	font-size: 29px !important;*/
	 	margin-bottom: 38px !important;
/*	 	line-height: 44px;*/
 		font-size: 30px !important;
 		line-height: 44px;
 		letter-spacing: -0.03em;
     }
     
     .header {
     	margin-bottom: 10px;
     }
     
     .arrow {
     	display: block !important;
     	padding: 0px !important;
     }
     
     .photolay {
     	background: rgba(0,0,0,0.35);
     }
     
     .photolay:hover {
     	background: rgba(0,0,0,0.6)!important;
     }
     
     .blockgrid {
        height: 300px;
        margin-bottom: 15px;
      }
          
          
     .photoinner h5 {
/*     	margin-top: 128px;*/
     	margin-top: 183px;
/*     	margin-top: 213px;*/
      }
     
     .photoinner:hover h5 {
     	margin-top: 140px;
/*     	margin-top: 170px;*/
     }
     
     .photoinner h6 {
     	font-size: 0.7em;
     }
     
     .photoinner p {
     	max-width: 90%;
     }
     
     .grids {
     	margin-bottom: 0px;
     	
     }
     
     .test h5 {
     	font-size: 1.2em;
     }
     
     .contactinfo {
     	padding: 50px 30px 90px 30px;
     }
     
     .contactinfo h5 {	
     	line-height: 1.4em; 	
     }
     
     .projectnav {
     	padding-top: 35px;
     }
     
     .projectnav h5 {
     	font-size: 17px;
     }
     
     .page-footer {
     	text-align: center !important;
     	float: none !important;
     	margin-top: 0px !important;
     	padding-top: 0px !important;
     }
     
     .page-footer .container {
     	padding-top: 20px !important;
     }
     
     .page-footer ul li {
     	float: none !important;
     }
     
     .page-footer .right-align {
     	text-align: center !important;
     }
     
     .page-footer ul li {
     	padding-left: 0px !important;
     }
     
     .page-footer ul li a {
     	padding: 0px 9px;
     }
     
     .contactpage .row {
     	margin-bottom: 0px;
     }
     
     .contactpage form button {
     	margin-top: 10px;
     	margin-bottom: 30px;	
     }
     
     .copyright {
     	position: relative;
     	top: 50px;
     }
     
     .links {
     	position: relative;
     	bottom: 50px;
     }
     
     .aboutpage p {
     	font-size: 18px!important;
     	line-height: 2.5rem!important;
     	font-weight: 100;
     	
     }
    
/*	.meta p {
		font-size: 33px;
		line-height: 32px;
		color: #555 !important;
		margin-top: 25px;
		margin-bottom: 40px;
	}
	.meta ul {
		margin-top: 20px;
	}
	.meta h3 {
		font-size: 44px;
		font-weight: 300;
		padding-left: 8px !important;
		padding-top: 18px !important;
	}
	
	.meta h5 {
		margin-top: 11px;
		margin-bottom: 6px;
		font-size: 22px;
		font-weight: 500;
	}
	
	.meta .detail {
		padding-bottom: 18px;
		font-size: 18px;
		color: #555 !important;	
		text-align: left;
	}*/
}

/* Footer */

.page-footer {
	background-color: transparent !important;
}

footer ul  {
	list-style-type: none;
}

footer ul li  {
	display: inline;
	padding-left: 20px;
}

footer ul li a {
	cursor: pointer;
	color: #000000 !important;
	transition: all 0.2s ease-in-out;
}

footer ul li a:hover {
	cursor: pointer;
	color: #fca880 !important;
	transition: all 0.2s ease-in-out;	
}

footer .copy {
	padding-left: 0px;
}

footer .container {
	border-top:  1px solid #eee;
	padding-top: 30px;
}

/* Down Arrow */

.arrow {
/*  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-20px;*/
  margin: 40px 0px 80px 0px;
  cursor: pointer;
/*  display: none;*/
  transition: color 0.25s ease;
  width: 40px;
  font-weight: 100;
/*  font-size: 0.8em;*/
}

.arrow:hover {
/*	color: #ff9f47;*/
	color: #fca880;	
}

.arrow img {
  max-width: 50px;
}

.js-scroll-into {
	font-family: 'Maison Neue';
	font-size: 2.3em;
	font-weight: 300;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}



/*@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-5px);}
}*/

/*@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-20px);}
	60% {-moz-transform: translateY(-5px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-20px);}
	60% {-o-transform: translateY(-5px);}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-5px);}
}*/

@-webkit-keyframes bounce {
	0% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0% {-moz-transform: translateY(0);}
	50% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0% {-o-transform: translateY(0);}
	50% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
	0% {transform: translateY(0);}
	50% {transform: translateY(-15px);}
}